Searched refs:tbl (Results 1 - 25 of 178) sorted by relevance

12345678

/macosx-10.10.1/emacs-93/emacs/lisp/international/
H A Dlatin-5.el35 (let ((tbl (standard-case-table))
42 (set-case-syntax 160 "." tbl) ;no-break space
43 (set-case-syntax 161 "." tbl) ;inverted exclamation mark
44 (set-case-syntax 162 "w" tbl) ;cent sign
45 (set-case-syntax 163 "w" tbl) ;pound sign
46 (set-case-syntax 164 "w" tbl) ;currency sign
47 (set-case-syntax 165 "w" tbl) ;yen sign
48 (set-case-syntax 166 "_" tbl) ;broken bar
49 (set-case-syntax 167 "." tbl) ;section sign
50 (set-case-syntax 168 "w" tbl) ;diaeresi
[all...]
H A Dlatin-1.el39 (let ((tbl (standard-case-table))
46 (set-case-syntax 160 "." tbl) ;no-break space
47 (set-case-syntax 161 "." tbl) ;inverted exclamation mark
48 (set-case-syntax 162 "w" tbl) ;cent sign
49 (set-case-syntax 163 "w" tbl) ;pound sign
50 (set-case-syntax 164 "w" tbl) ;currency sign
51 (set-case-syntax 165 "w" tbl) ;yen sign
52 (set-case-syntax 166 "_" tbl) ;broken bar
53 (set-case-syntax 167 "." tbl) ;section sign
54 (set-case-syntax 168 "w" tbl) ;diaeresi
[all...]
H A Dlatin-9.el49 (let ((tbl (standard-case-table))
56 (set-case-syntax 160 "." tbl) ;no-break space
57 (set-case-syntax 161 "." tbl) ;inverted exclamation mark
58 (set-case-syntax 162 "w" tbl) ;cent sign
59 (set-case-syntax 163 "w" tbl) ;pound sign
60 (set-case-syntax 164 "w" tbl) ;euro sign *
61 (set-case-syntax 165 "w" tbl) ;yen sign
62 (set-case-syntax-pair 166 168 tbl) ;latin letter s with caron *
63 (set-case-syntax 167 "." tbl) ;section sign
64 (set-case-syntax 169 "_" tbl) ;copyrigh
[all...]
H A Dlatin-2.el37 (let ((tbl (standard-case-table))
44 (set-case-syntax 160 "." tbl) ;no-break space
45 (set-case-syntax-pair 161 177 tbl) ;latin letter a with ogonek
46 (set-case-syntax 162 "w" tbl) ;breve
47 (set-case-syntax-pair 163 179 tbl) ;latin letter l with stroke
48 (set-case-syntax 164 "w" tbl) ;currency sign
49 (set-case-syntax-pair 165 181 tbl) ;latin letter l with caron
50 (set-case-syntax-pair 166 182 tbl) ;latin letter s with acute
51 (set-case-syntax 167 "." tbl) ;section sign
52 (set-case-syntax 168 "w" tbl) ;diaeresi
[all...]
H A Dlatin-4.el35 (let ((tbl (standard-case-table))
42 (set-case-syntax 160 "." tbl) ;no-break space
43 (set-case-syntax-pair 161 177 tbl) ;latin letter a with ogonek
44 (set-case-syntax 162 "w" tbl) ;latin letter kra
45 (set-case-syntax-pair 163 179 tbl) ;latin letter r with cedilla
46 (set-case-syntax 164 "w" tbl) ;currency sign
47 (set-case-syntax-pair 165 181 tbl) ;latin letter i with tilde
48 (set-case-syntax-pair 166 182 tbl) ;latin letter l with cedilla
49 (set-case-syntax 167 "." tbl) ;section sign
50 (set-case-syntax 168 "w" tbl) ;diaeresi
[all...]
H A Dlatin-3.el36 (let ((tbl (standard-case-table))
43 (set-case-syntax 160 "." tbl) ;no-break space
44 (set-case-syntax-pair 161 177 tbl) ;latin letter h with stroke
45 (set-case-syntax 162 "w" tbl) ;breve
46 (set-case-syntax 163 "w" tbl) ;pound sign
47 (set-case-syntax 164 "w" tbl) ;currency sign
48 (set-case-syntax-pair 166 182 tbl) ;latin letter h with circumflex
49 (set-case-syntax 167 "." tbl) ;section sign
50 (set-case-syntax 168 "w" tbl) ;diaeresis
51 (set-case-syntax 169 "w" tbl) ;lati
[all...]
H A Dlatin-8.el46 (let ((tbl (standard-case-table))
53 (set-case-syntax 160 "." tbl) ;no-break space
54 (set-case-syntax-pair 161 162 tbl) ;latin letter b with dot above *
55 (set-case-syntax 163 "w" tbl) ;pound sign
56 (set-case-syntax-pair 164 165 tbl) ;latin letter c with dot above *
57 (set-case-syntax-pair 166 171 tbl) ;latin letter d with dot above *
58 (set-case-syntax 167 "." tbl) ;section sign
59 (set-case-syntax-pair 168 184 tbl) ;latin letter w with grave *
60 (set-case-syntax 169 "_" tbl) ;copyright sign
61 (set-case-syntax-pair 170 186 tbl) ;lati
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Lib/Foundation/
H A D_functiondefines.py9 def NSLocalizedStringFromTable(key, tbl, comment):
10 return NSBundle.mainBundle().localizedStringForKey_value_table_(key, '', tbl)
12 def NSLocalizedStringFromTableInBundle(key, tbl, bundle, comment):
13 return bundle.localizedStringForKey_value_table_(key, '', tbl)
15 def NSLocalizedStringWithDefaultValue(key, tbl, bundle, val, comment):
16 return bundle.localizedStringForKey_value_table_(key, val, tbl)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Lib/Foundation/
H A D_functiondefines.py9 def NSLocalizedStringFromTable(key, tbl, comment):
10 return NSBundle.mainBundle().localizedStringForKey_value_table_(key, '', tbl)
12 def NSLocalizedStringFromTableInBundle(key, tbl, bundle, comment):
13 return bundle.localizedStringForKey_value_table_(key, '', tbl)
15 def NSLocalizedStringWithDefaultValue(key, tbl, bundle, val, comment):
16 return bundle.localizedStringForKey_value_table_(key, val, tbl)
/macosx-10.10.1/Libc-1044.1.2/string/FreeBSD/
H A Dstrcspn.c46 u_long tbl[(UCHAR_MAX + 1) / LONG_BIT]; local
53 tbl[0] = 1;
54 tbl[3] = tbl[2] = tbl[1] = 0;
56 for (tbl[0] = idx = 1; idx < sizeof(tbl) / sizeof(tbl[0]); idx++)
57 tbl[idx] = 0;
62 tbl[id
[all...]
H A Dstrspn.c46 u_long tbl[(UCHAR_MAX + 1) / LONG_BIT]; local
53 tbl[3] = tbl[2] = tbl[1] = tbl[0] = 0;
55 for (idx = 0; idx < sizeof(tbl) / sizeof(tbl[0]); idx++)
56 tbl[idx] = 0;
61 tbl[idx] |= bit;
67 if ((tbl[id
[all...]
/macosx-10.10.1/ruby-106/ruby/test/-ext-/st/
H A Dtest_numhash.rb7 @tbl = Bug::StNumHash.new
8 5.times {|i| @tbl[i] = i}
13 @tbl.each do |k, v, t|
22 assert_equal(true, @tbl.update(0) {@tbl[5] = :x})
23 assert_equal(:x, @tbl[0])
24 assert_equal(:x, @tbl[5])
29 tbl = Bug::StNumHash.new
30 1.upto(up){|i| tbl[i] = i}
31 assert_equal(1, tbl
[all...]
H A Dtest_update.rb7 @tbl = Bug::StTable.new
8 @tbl[:a] = 1
9 @tbl[:b] = 2
13 assert_equal(false, @tbl.st_update(:c) {42})
14 assert_equal({a: 1, b: 2, c: 42}, @tbl)
19 assert_equal(true, @tbl.st_update(:a) {|*x| args = x; false})
20 assert_equal({a: 1, b: 2}, @tbl, :a)
26 assert_equal(true, @tbl.st_update(:a) {|*x| args = x; nil})
27 assert_equal({b: 2}, @tbl, :a)
33 assert_equal(true, @tbl
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A DbrowseTree.tcl55 set tbl $tf.tbl
57 tablelist::tablelist $tbl \
69 if {[$tbl cget -selectborderwidth] == 0} {
70 $tbl configure -spacing 1
73 $tbl columnconfigure $col -sortmode integer
76 $tbl columnconfigure $col -formatcommand demo::formatBoolean
78 scrollbar $vsb -orient vertical -command [list $tbl yview]
87 foreach l [$tbl labels] {
88 bind $l <Configure> [list demo::updateItemsDelayed $tbl]
[all...]
H A DbrowseTree_tile.tcl61 set tbl $tf.tbl
63 tablelist::tablelist $tbl \
75 if {[$tbl cget -selectborderwidth] == 0} {
76 $tbl configure -spacing 1
79 $tbl columnconfigure $col -sortmode integer
82 $tbl columnconfigure $col -formatcommand demo::formatBoolean
84 ttk::scrollbar $vsb -orient vertical -command [list $tbl yview]
93 foreach l [$tbl labels] {
94 bind $l <Configure> [list demo::updateItemsDelayed $tbl]
[all...]
H A Dbrowse.tcl54 set tbl $tf.tbl
56 tablelist::tablelist $tbl \
67 if {[$tbl cget -selectborderwidth] == 0} {
68 $tbl configure -spacing 1
71 $tbl columnconfigure $col -sortmode integer
74 $tbl columnconfigure $col -formatcommand demo::formatBoolean
76 scrollbar $vsb -orient vertical -command [list $tbl yview]
85 foreach l [$tbl labels] {
86 bind $l <Configure> [list demo::updateItemsDelayed $tbl]
[all...]
H A Dbrowse_tile.tcl61 set tbl $tf.tbl
63 tablelist::tablelist $tbl \
74 if {[$tbl cget -selectborderwidth] == 0} {
75 $tbl configure -spacing 1
78 $tbl columnconfigure $col -sortmode integer
81 $tbl columnconfigure $col -formatcommand demo::formatBoolean
83 ttk::scrollbar $vsb -orient vertical -command [list $tbl yview]
92 foreach l [$tbl labels] {
93 bind $l <Configure> [list demo::updateItemsDelayed $tbl]
[all...]
H A DdirViewer.tcl40 set tbl $tf.tbl
42 tablelist::tablelist $tbl \
49 if {[$tbl cget -selectborderwidth] == 0} {
50 $tbl configure -spacing 1
52 $tbl columnconfigure 0 -formatcommand formatString -sortmode dictionary
53 $tbl columnconfigure 1 -formatcommand formatSize -sortmode integer
54 $tbl columnconfigure 2 -formatcommand formatString
55 scrollbar $vsb -orient vertical -command [list $tbl yview]
64 -command [list putContentsOfSelFolder $tbl]
[all...]
H A DdirViewer_tile.tcl46 set tbl $tf.tbl
48 tablelist::tablelist $tbl \
55 if {[$tbl cget -selectborderwidth] == 0} {
56 $tbl configure -spacing 1
58 $tbl columnconfigure 0 -formatcommand formatString -sortmode dictionary
59 $tbl columnconfigure 1 -formatcommand formatSize -sortmode integer
60 $tbl columnconfigure 2 -formatcommand formatString
61 ttk::scrollbar $vsb -orient vertical -command [list $tbl yview]
70 -command [list putContentsOfSelFolder $tbl]
[all...]
H A Dconfig.tcl19 # tbl Tabellist
44 option add *DemoTop.tf.tbl.borderWidth 0
45 option add *DemoTop.tf.tbl.highlightThickness 0
50 option add *DemoTop.tf.tbl.background gray98
51 option add *DemoTop.tf.tbl.stripeBackground #e0e8f0
52 option add *DemoTop.tf.tbl*Entry.background white
53 option add *DemoTop.tf.tbl.setGrid yes
88 set tbl $tf.tbl
91 tablelist::tablelist $tbl \
[all...]
H A Dconfig_tile.tcl19 # tbl Tabellist
39 option add *DemoTop.tf.tbl.background gray98
40 option add *DemoTop.tf.tbl.stripeBackground #e0e8f0
41 option add *DemoTop.tf.tbl*Entry.background white
42 option add *DemoTop.tf.tbl.borderWidth 0
43 option add *DemoTop.tf.tbl.setGrid yes
85 set tbl $tf.tbl
88 tablelist::tablelist $tbl \
97 if {[$tbl cge
[all...]
H A DmiscWidgets.tcl51 set tbl .tbl
52 tablelist::tablelist $tbl \
65 if {[$tbl cget -selectborderwidth] == 0} {
66 $tbl configure -spacing 1
68 $tbl columnconfigure 0 -sortmode integer
69 $tbl columnconfigure 1 -name available -editable yes -editwindow checkbutton \
71 $tbl columnconfigure 2 -name lineName -editable yes -editwindow entry \
73 $tbl columnconfigure 3 -name baudRate -editable yes -editwindow combobox \
75 $tbl columnconfigur
[all...]
H A DmiscWidgets_tile.tcl56 set tbl $f.tbl
57 tablelist::tablelist $tbl \
70 if {[$tbl cget -selectborderwidth] == 0} {
71 $tbl configure -spacing 1
73 $tbl columnconfigure 0 -sortmode integer
74 $tbl columnconfigure 1 -name available -editable yes -editwindow checkbutton \
76 $tbl columnconfigure 2 -name lineName -editable yes -editwindow entry \
78 $tbl columnconfigure 3 -name baudRate -editable yes -editwindow combobox \
80 $tbl columnconfigur
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dt_bitst.c65 BIT_STRING_BITNAME *tbl, int indent)
70 for(bnam = tbl; bnam->lname; bnam++) {
82 BIT_STRING_BITNAME *tbl)
85 bitnum = ASN1_BIT_STRING_num_asc(name, tbl);
94 int ASN1_BIT_STRING_num_asc(char *name, BIT_STRING_BITNAME *tbl) argument
97 for(bnam = tbl; bnam->lname; bnam++) {
64 ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, BIT_STRING_BITNAME *tbl, int indent) argument
81 ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, char *name, int value, BIT_STRING_BITNAME *tbl) argument
/macosx-10.10.1/dyld-353.2.1/unit-tests/bin/
H A Dresult-filter.pl57 my $tbl = { 'root' => $root, 'stdout' => [], 'stderr' => [] };
65 if(!exists($$tbl{$key}))
66 { $$tbl{$key} = ''; }
70 push @{$$tbl{$key}}, $val;
74 $$tbl{$key} .= $val;
82 #print Dumper($tbl);
85 my $test_name = $$tbl{cwd};
92 if(0 ne $$tbl{exit})
101 foreach $line (@{$$tbl{stderr}})
109 foreach $line (@{$$tbl{stdou
[all...]

Completed in 220 milliseconds

12345678