Displaying 6 results from an estimated 6 matches for "entry2".
Did you mean:
entry
2007 Aug 14
2
Question about unicode characters in tcltk
...create the 0. Is there a certain set of characters that R won't
recognize the unicode for? Or am I input the \u2080 incorrectly?
library(tcltk)
m <-tktoplevel()
frame1 <- tkframe(m)
frame2 <- tkframe(m)
frame3 <- tkframe(m)
entry1 <- tkentry(frame1,width=5,bg='white')
entry2 <- tkentry(frame2,width=5,bg='white')
entry3 <- tkentry(frame3,width=5,bg='white')
tkpack(tklabel(frame1,text='\u03bc\u2080'),side='left')
tkpack(tklabel(frame2,text='\u03bc\u2081'),side='left')
tkpack(tklabel(frame3,text='\u03bc\u2082'...
2012 Jul 25
2
Purge-like ability for the augeas type?
I''ve been searching around but haven''t found a way to do something
like a purge with augeas.
If you have a file such as
[iniheader]
entry1 (managed by puppet)
entry2 (not managed by puppet)
And you want to add ''entry3'' as well as removing anything not managed
by puppet in that subsection then you currently do not have this
capability.
Is this correct?
I know how to get around this with concat, but I was hoping to not mix
the two for a singl...
2008 Jun 11
0
[LLVMdev] Miscompilation on MingW32
Hello,
I have this simple IR:
------------------------------------------------------------------------
define internal i32 @tmp(i32 %x) {
entry:
br label %entry2
entry2:
%x1 = alloca i32
%x2 = alloca i32
%retval = alloca i32
%dummy = alloca i32
store i32 %x, i32* %x1
store i32 %x, i32* %x2
%tmp1 = load i32* %x1
%tmp2 = add i32 %tmp1, %tmp1
%tmp3 = add i32 %tmp2, %tmp2
store i32 %tmp3, i32* %retval
br...
2009 Apr 08
1
menu module behaviour for menu exit
...alboot -1
menu begin main
menu title Main menu
menu start
label submenu
menu label ^Submenu
menu goto submenu
menu end
menu begin submenu
menu title Submenu
menu return main
label entry1
menu label Entry ^1
menu return submenu
kernel hdt.c32
label entry2
menu label Entry ^2
menu return submenu
kernel rosh.c32
menu end
----
In this case I expected Escape inside the Submenu to automatically go to
the main menu, but instead it went to the 'top' menu, which contains both
the Main menu and the Submenu.
>From the documentat...
2009 Jan 30
8
[PATCH 0/7] ocfs2: Directory indexing support
The following patches implement indexed directory support in Ocfs2, mostly
according to the design doc I wrote up a while ago:
http://oss.oracle.com/osswiki/OCFS2/DesignDocs/IndexedDirectories
The patches have been rebased on top of 2.6.29-rc2. It should be trivial to
put them into merge_window. Things are what I'd call complete now. I'd like
to get these into the merge_window branch
2009 Mar 17
33
[git patches] Ocfs2 updates for 2.6.30
Hi,
The following patches comprise the bulk of Ocfs2 updates for the
2.6.30 merge window. Aside from larger, more involved fixes, we're adding
the following features, which I will describe in the order their patches are
mailed.
Sunil's exported some more state to our debugfs files, and
consolidated some other aspects of our debugfs infrastructure. This will
further aid us in debugging