Searched refs:l3 (Results 1 - 25 of 49) sorted by relevance

12

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dvartree2.sh77 typeset -A dest_tree.l1["$a"].l2["$b"].l3
80 if [[ "${!dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[*]}" == "" ]] ; then
81 typeset -A dest_tree.l1["$a"].l2["$b"].l3["$c"].entries
86 new_index=$(( ${#dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[@]}+1 ))
91 if [[ "${dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[${new_index}]}" != "" ]] ; then
96 add_tree_leaf dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[${new_index}] "${index}" "${tree_mode}"
144 typeset -A dest_tree.l1["$a"].l2["$b"].l3
147 if [[ "${!dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[*]}" == "" ]] ; then
148 typeset -A dest_tree.l1["$a"].l2["$b"].l3["$c"].entries
153 new_index=$(( ${#dest_tree.l1["$a"].l2["$b"].l3["
[all...]
H A Dvartree1.sh72 typeset -A dest_tree.l1["$a"].l2["$b"].l3
75 if [[ "${!dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[*]}" == "" ]] ; then
76 typeset -A dest_tree.l1["$a"].l2["$b"].l3["$c"].entries
79 #dest_tree.l1["$a"].l2["$b"].l3["$c"].entries+=( "$index" )
82 new_index=$(( ${#dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[@]}+1 ))
87 if [[ "${dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[${new_index}]}" != "" ]] ; then
92 add_tree_leaf dest_tree.l1["$a"].l2["$b"].l3["$c"].entries[${new_index}] "${index}" "${tree_mode}"
199 unset 'mytree_global.l1[urw].l2[itc zapfdingbats].l3[medium].entries[abcd].filenames[0]' ||
200 err_exit "variable 'mytree_global.l1[urw].l2[itc zapfdingbats].l3[medium].entries[abcd].filenames[0]' not found"
204 unset 'mytree_local.l1[urw].l2[itc zapfdingbats].l3[mediu
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dlabel.tcl34 label $w.left.l3 -text "Third label, sunken" -relief sunken
35 pack $w.left.l1 $w.left.l2 $w.left.l3 -side top -expand yes -pady 2 -anchor w
H A Dentry3.tcl164 labelframe $w.l3 -text "US Phone-Number Entry"
165 entry $w.l3.e -validate key -invcmd bell -textvariable entry3content \
168 bind $w.l3.e <FocusIn> {
174 bind $w.l3.e <Left> {phoneSkipLeft %W}
175 bind $w.l3.e <Right> {phoneSkipRight %W}
176 pack $w.l3.e -fill x -expand 1 -padx 1m -pady 1m
184 grid $w.l3 $w.l4 -in $w.mid -padx 3m -pady 1m -sticky ew
H A Danilabel.tcl119 label $w.left.l3 -bd 4 -relief flat -font fixedFont -width 18
120 pack $w.left.l1 $w.left.l2 $w.left.l3 -side top -expand yes -padx 10 -pady 10 -anchor w
161 animateLabelText $w.left.l3 "This is a longer scrolling text in a widget that will not show the whole message at once. " 150
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dentry3.tcl163 labelframe $w.l3 -text "US Phone-Number Entry"
164 entry $w.l3.e -validate key -invcmd bell -textvariable entry3content \
167 bind $w.l3.e <FocusIn> {
173 bind $w.l3.e <Left> {phoneSkipLeft %W}
174 bind $w.l3.e <Right> {phoneSkipRight %W}
175 pack $w.l3.e -fill x -expand 1 -padx 1m -pady 1m
183 grid $w.l3 $w.l4 -in $w.mid -padx 3m -pady 1m -sticky ew
H A Dlabel.tcl34 label $w.left.l3 -text "Third label, sunken" -relief sunken
35 pack $w.left.l1 $w.left.l2 $w.left.l3 -side top -expand yes -pady 2 -anchor w
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Dtest_helpers_test.c103 const char *l3 = "Last line, without terminator"; local
135 fprintf(f, "%s", l3);
166 ATF_REQUIRE(atf_equal_dynstr_cstring(&dest, l3));
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dtest_name.c318 int l0, l1, l2, l3; local
337 ret = compare_subject(c2, c3, &l3);
342 if (l3 < l2) return 1;
343 if (l3 < l1) return 1;
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Danilabel.rb128 l3 = AnimatedTextLabel.new(f_left, :borderwidth=>4, :relief=>:flat,
130 Tk.pack(l1, l2, l3,
171 l3.text('This is a longer scrolling text in a widget that will not show the whole message at once. ').start(150)
H A Dentry3.rb188 l3 = TkLabelFrame.new(base_frame, :text=>"US Phone-Number Entry")
189 TkEntry.new(l3, :validate=>:key, :invcmd=>proc{Tk.bell},
217 TkGrid.configure(l3, l4, :in=>f, :padx=>'3m', :pady=>'1m', :sticky=>:ew)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Danilabel.rb131 l3 = AnimatedTextLabel.new(f_left, :borderwidth=>4, :relief=>:flat,
133 Tk.pack(l1, l2, l3,
174 l3.text('This is a longer scrolling text in a widget that will not show the whole message at once. ').start(150)
H A Dentry3.rb193 l3 = TkLabelFrame.new(base_frame, :text=>"������������������������������")
194 TkEntry.new(l3, :validate=>:key, :invcmd=>proc{Tk.bell},
222 TkGrid.configure(l3, l4, :in=>f, :padx=>'3m', :pady=>'1m', :sticky=>:ew)
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Darchive.tcl104 set l3 [lindex [lindex [$logc get -last] 0] 0]
105 lappend lsnlist $l3
213 set l3 [lindex [lindex [$logc get -last] 0] 0]
214 lappend lsnlist $l3
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A DbutGeom2.tcl80 label .t.l3 -text "This text is quite long, so it must be wrapped automatically by Tk" -wraplength 2i -bd 2 -relief sunken -underline 50
81 pack .t.l1 .t.l2 .t.l3 -in .t.f1 -side left -padx 5m -pady 3m \
103 foreach w {.t.l1 .t.l2 .t.l3 .t.b1 .t.b2 .t.b3 .t.c1 .t.c2 .t.c3
H A DbutGeom.tcl88 label .t.l3 -text "This text is quite long, so it must be wrapped automatically by Tk" -wraplength 2i -bd 2 -relief sunken -underline 50
89 pack .t.l1 .t.l2 .t.l3 -in .t.f1 -side left -padx 5m -pady 3m \
111 foreach w {.t.l1 .t.l2 .t.l3 .t.b1 .t.b2 .t.b3 .t.c1 .t.c2 .t.c3
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A DbutGeom2.tcl80 label .t.l3 -text "This text is quite long, so it must be wrapped automatically by Tk" -wraplength 2i -bd 2 -relief sunken -underline 50
81 pack .t.l1 .t.l2 .t.l3 -in .t.f1 -side left -padx 5m -pady 3m \
103 foreach w {.t.l1 .t.l2 .t.l3 .t.b1 .t.b2 .t.b3 .t.c1 .t.c2 .t.c3
H A DbutGeom.tcl88 label .t.l3 -text "This text is quite long, so it must be wrapped automatically by Tk" -wraplength 2i -bd 2 -relief sunken -underline 50
89 pack .t.l1 .t.l2 .t.l3 -in .t.f1 -side left -padx 5m -pady 3m \
111 foreach w {.t.l1 .t.l2 .t.l3 .t.b1 .t.b2 .t.b3 .t.c1 .t.c2 .t.c3
/macosx-10.9.5/tcl-102/tk/tk/tests/ttk/
H A Dpanedwindow.test66 .pw add [listbox .pw.l3]
139 .pw add [label .pw.l3 -text "L3"]
146 .pw forget .pw.l3
172 .pw insert end .pw.l3
177 checkorder {.pw.l1 .pw.l2 .pw.l3 .pw.l4}
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DHashingTest.cpp403 const LargeTestInteger l3 = { { local
413 hash_combine(bigarr[0], bigarr[1], l3));
417 hash_combine(li, bigarr[0], bigarr[1], l3));
419 hash_combine(bigarr[0], l2, bigarr[9], l3));
421 hash_combine(bigarr[0], l2, bigarr[9], l3, bigarr[18], bigarr[19]));
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dtachometer.tcl167 set l3 [expr {$half*0.62}]
180 set x1 [expr {$half+$l3*cos($a)}]
181 set y1 [expr {$half+$l3*sin($a)}]
H A Dvoltmeter.tcl128 set l3 [expr {$width*$t1*0.92}]
138 set x1 [expr {$xcentre+$l3*cos($a)}]
139 set y1 [expr {$ycentre+$l3*sin($a)}]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/tequila/
H A Dtequical.tcl56 [label .f3.l3 -text " (clear event to delete)" -anchor w] -side left
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/smtpd/
H A Dtk_smtpd178 label .l3 -text "Public certificate file" -anchor nw
204 grid .l3 .e3 - - -sticky news
/macosx-10.9.5/ruby-104/ruby/ext/date/
H A Ddate_parse.c1809 long l2, l3, l4, l5; local
1934 l3 = RSTRING_LEN(s3);
1937 switch (l3) {
1941 set_hash("sec", INT2FIX(n2i(cs3, l3-2, 2)));
1942 if (l3 >= 4)
1943 set_hash("min", INT2FIX(n2i(cs3, l3-4, 2)));
1944 if (l3 >= 6)
1945 set_hash("hour", INT2FIX(n2i(cs3, l3-6, 2)));
1950 switch (l3) {
1955 if (l3 >
[all...]

Completed in 364 milliseconds

12