Searched refs:names (Results 201 - 225 of 1254) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dmsgbox.tcl181 set names [list abort retry ignore]
186 set names [list ok]
191 set names [list ok cancel]
196 set names [list retry cancel]
201 set names [list yes no]
206 set names [list yes no cancel]
218 foreach name $names lab $labels {
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dmsgbox.tcl180 set names [list abort retry ignore]
184 set names [list ok]
188 set names [list ok cancel]
192 set names [list retry cancel]
196 set names [list yes no]
200 set names [list yes no cancel]
211 foreach name $names lab $labels {
/macosx-10.10.1/cron-39/lib/
H A Dentry.c482 get_list(bits, low, high, names, ch, file)
485 char *names[]; /* NULL or *[] of names for these elements */
510 ch = get_range(bits, low, high, names, ch, file);
529 get_range(bits, low, high, names, ch, file)
532 char *names[]; /* NULL or names of elements */
553 if (EOF == (ch = get_number(&num1, low, names, ch, file)))
573 ch = get_number(&num2, low, names, ch, file);
589 * names her
[all...]
/macosx-10.10.1/doc_cmds-49/makewhatis/
H A Dmakewhatis.c125 /* A set of possible names for the NAME man page section */
301 * any of the names in the StringList.
304 no_page_exists(char *dir, StringList *names, char *suffix) argument
309 for (i = 0; i < names->sl_cur; i++) {
310 snprintf(path, sizeof path, "%s/%s.%s.gz", dir, names->sl_str[i], suffix);
677 * Collects a list of comma-separated names from the text.
680 collect_names(StringList *names, char *text) argument
689 sl_add(names, arg);
709 StringList *names; local
798 names
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dtrap.c356 * if <flag> is zero, then print all signal names
357 * if <flag> is -1, then print all signal names in menu format
366 const char *names[SH_TRAP]; local
373 names[sig] = 0;
389 else if(sig-- && sig < elementsof(names))
390 names[sig] = (char*)tp->sh_name;
405 if(sig > shp->gd->sigmax || !(sname=(char*)names[sig]))
418 /* print all the signal names */
421 if(!(sname=(char*)names[sig]))
428 names[si
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dsdb004.tcl8 # TEST Tests large subdb names
15 # TEST Create 1 db with many large subdbs. Use the contents as subdb names.
16 # TEST Take the source files and dbtest executable and enter their names as
21 global names
102 set names([expr $count + 1]) $f
165 puts "\tSubdb004.b: Compare subdb names with key/data"
233 global names
236 set fname $names($binfile)
237 error_check_good key"$binfile"_exists [info exists names($binfile)] 1
H A Dtest003.tcl14 # TEST Take the source files and dbtest executable and enter their names
19 global names
83 set names([expr $count + 1]) $f
197 global names
200 set fname $names($binfile)
201 error_check_good key"$binfile"_exists [info exists names($binfile)] 1
/macosx-10.10.1/Heimdal-398.1.2/kuser/
H A Dkvno.c96 static void do_v5_kvno (int count, char *names[], argument
151 ret = krb5_sname_to_principal(context, names[i],
155 ret = krb5_parse_name(context, names[i], &in_creds.server);
159 krb5_warn(context, ret, "Couldn't parse principal name %s", names[i]);
167 names[i]);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Doidm.c49 BerVarray names = om->som_names; local
51 if( names == NULL ) {
55 for( ; !BER_BVISNULL( names ) ; names++ ) {
56 int pos = dscompare(names->bv_val, oid, ':');
H A Dat.c233 char **names = at->sat_names; local
235 while (*names) {
238 ber_str2bv( *names, 0, 0, &tmpair.air_name );
244 names++;
249 * names from the AVL tree. Leave the OID in the tree.
438 char **names = NULL; local
505 names = sat->sat_names;
506 if ( names ) {
507 while ( *names ) {
510 ber_str2bv( *names,
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dpcsc++.cpp41 static void decode(vector<string> &names, const char *buffer, size_t size) argument
43 names.clear();
46 names.push_back(string(buffer + pos, len));
51 inline void decode(vector<string> &names, const vector<char> &buffer, size_t size) argument
53 decode(names, &buffer[0], size);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dpcsc++.cpp41 static void decode(vector<string> &names, const char *buffer, size_t size) argument
43 names.clear();
46 names.push_back(string(buffer + pos, len));
51 inline void decode(vector<string> &names, const vector<char> &buffer, size_t size) argument
53 decode(names, &buffer[0], size);
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxslt/library/
H A Dxsltcache.tcl62 foreach name [lsort [array names paramArray]] {
170 foreach name [lsort [array names paramArray]] {
288 foreach name [lsort [array names paramArray]] {
311 foreach entry [array names results *.$ssheet.*] {
323 foreach entry [array names results $src.*] {
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dtcolor74 # Create the listbox that holds all of the color names in rgb.txt,
90 labelframe .names -text "Select:" -padx .1c -pady .1c
91 grid .names -row 0 -column 0 -sticky nsew -padx .15c -pady .15c -rowspan 2
93 listbox .names.lb -width 20 -height 12 -yscrollcommand ".names.s set" \
95 bind .names.lb <Double-1> {
96 tc_loadNamedColor [.names.lb get [.names.lb curselection]]
98 scrollbar .names.s -orient vertical -command ".names
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dtcolor78 # Create the listbox that holds all of the color names in rgb.txt,
94 labelframe .names -text "Select:" -padx .1c -pady .1c
95 grid .names -row 0 -column 0 -sticky nsew -padx .15c -pady .15c -rowspan 2
97 listbox .names.lb -width 20 -height 12 -yscrollcommand ".names.s set" \
99 bind .names.lb <Double-1> {
100 tc_loadNamedColor [.names.lb get [.names.lb curselection]]
102 scrollbar .names.s -orient vertical -command ".names
[all...]
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DDocManager.pm82 my @names = map { $_->name } @{ $self->docs };
83 return wantarray ? @names : \@names;
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DJavaScriptRuntimeCompletionProvider.js90 // If the base is the same as the last time, we can reuse the property names we have already gathered.
144 var names = Object.getOwnPropertyNames(o);
145 for (var i = 0; i < names.length; ++i)
146 resultSet[names[i]] = true;
238 // Clear the cache of property names so any changes while stepping or sitting idle get picked up if the same
/macosx-10.10.1/mail_cmds-30/mail/
H A Dnames.c17 * 4. Neither the name of the University nor the names of its contributors
36 static char sccsid[] = "@(#)names.c 8.1 (Berkeley) 6/6/93";
40 "$FreeBSD: src/usr.bin/mail/names.c,v 1.9 2004/02/29 20:44:44 mikeh Exp $";
93 * Extract a list of names from a line,
94 * and make a list of names from it.
126 * Turn a list of names into a string of the same names.
297 outof(names, fo, hp)
298 struct name *names;
308 top = names;
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dtest_elements.rb89 names = []
91 names << element.attributes["name"]
93 assert_equal(["Ruby", "XML"], names)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pop3d/
H A Dpop3d_udb.tcl218 # @c Determines the names of all registered users.
219 # @r A list containing the names of all registered users.
223 return [array names user]
255 foreach name [array names user] {
291 foreach key [array names user] {unset user($key)}
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/support/devel/
H A Dall.tcl60 foreach constraint [array names foo] {
74 foreach constraint [array names ::tcltest::skippedBecause] {
135 set modules [lsort -dict [array names tmp]]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/doc/
H A Ddoc_auto.tcl81 foreach kw [lsort -dict [array names kwic]] {
120 foreach c [lsort -dict [array names cat]] {
146 foreach m [lsort -dict [array names mods]] {
168 # max length of all relevant names.
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/support/devel/
H A Dall.tcl60 foreach constraint [array names foo] {
74 foreach constraint [array names ::tcltest::skippedBecause] {
135 set modules [lsort -dict [array names tmp]]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/doc/
H A Ddoc_auto.tcl81 foreach kw [lsort -dict [array names kwic]] {
120 foreach c [lsort -dict [array names cat]] {
146 foreach m [lsort -dict [array names mods]] {
168 # max length of all relevant names.
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/itk/
H A Dincr_tk.rb73 def component_obj(*names)
74 names = component if names.empty?
75 names.collect{|name| Tk::Itk::Component.new(self.path, name) }
87 def itk_component_delete(*names)
88 tk_call('itk_component', 'delete', *names)

Completed in 361 milliseconds

1234567891011>>