Searched refs:names (Results 226 - 250 of 1437) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DHandlerRegistry.js14 * * Neither the name of Google Inc. nor the names of its
211 var names = this._handlerRegistry.handlerNames;
214 for (var i = 0; i < names.length; ++i) {
216 option.textContent = names[i];
217 option.selected = activeHandler === names[i];
220 this.element.disabled = names.length <= 1;
/macosx-10.9.5/tcl-102/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.9.5/tcl-102/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.9.5/tcl-102/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.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
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.9.5/apache-786.1/httpd/server/
H A Dvhost.c69 name_chain *names; /* if non-NULL then a list of name-vhosts member in struct:ipaddr_chain
106 * If that ipaddr_chain has names == NULL then you're done, it's an ip-vhost.
349 new->names = NULL;
428 if (ic->names == NULL) {
438 for (nc = ic->names; nc; nc = nc->next) {
479 * ic->names will be non-NULL.
481 if (ic->names || ic->server == NULL) {
483 nc->next = ic->names;
484 ic->names = nc;
566 * both server and names NUL
779 apr_array_header_t *names; local
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs/lib/Pod/ProjectDocs/
H A DDocManager.pm82 my @names = map { $_->name } @{ $self->docs };
83 return wantarray ? @names : \@names;
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DDocManager.pm82 my @names = map { $_->name } @{ $self->docs };
83 return wantarray ? @names : \@names;
/macosx-10.9.5/WebCore-7537.78.1/platform/text/mac/
H A Dmake-charset-table.pl14 # 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
82 # Also check that no two names are part of the same entry in the charsets file.
152 my @names = sort $canonical_name, @aliases;
154 for my $name (@names) {
155 $aliasesFromCharsetsFile{$name} = \@names;
/macosx-10.9.5/mail_cmds-29/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";
39 "$FreeBSD: src/usr.bin/mail/names.c,v 1.9 2004/02/29 20:44:44 mikeh Exp $";
92 * Extract a list of names from a line,
93 * and make a list of names from it.
125 * Turn a list of names into a string of the same names.
296 outof(names, fo, hp)
297 struct name *names;
307 top = names;
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_elements.rb89 names = []
91 names << element.attributes["name"]
93 assert_equal(["Ruby", "XML"], names)
/macosx-10.9.5/tcl-102/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.9.5/tcl-102/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.9.5/tcl-102/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.9.5/tcl-102/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.9.5/tcl-102/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.9.5/ruby-104/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)
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dxkibitz108 foreach tag [lsort -integer [array names tag2pid]] {
159 foreach pid [array names pid2display] {
171 foreach pid [array names pid2tty] {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/wip/
H A Dwip.tcl45 method defl {names} {} ; # Def many, simple names (cp = name)
51 method undefl {names} {} ; # Ditto, names given as list.
140 ## DSL words map to method-prefixes, i.e. method names + fixed
202 method defl {names} { foreach n $names { $self def $n } ; return }
214 method undefl {names} {
215 foreach name $names {
H A Dwip2.tcl49 method defl {names} {} ; # Def many, simple names (cp = name)
55 method undefl {names} {} ; # Ditto, names given as list.
147 ## DSL words map to method-prefixes, i.e. method names + fixed
209 method defl {names} { foreach n $names { $self def $n } ; return }
221 method undefl {names} {
222 foreach name $names {
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/t/
H A D046RRDs.t54 my ($start,$step,$names,$data) =
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Ddl_standard.cpp38 DLCommonFields::DLCommonFields(const char * const * names) argument
41 addAttributes(names);
H A Ddliterators.cpp39 Record::Record(const char * const * names) argument
42 addAttributes(names);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecIdentity.cpp223 CFMutableArrayRef names = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks); local
225 return names;
228 CFArrayAppendValue(names, name);
242 CFArraySetValueAtIndex(names, 0, newName);
262 CFArrayAppendValue(names, parentURLString);
303 CFArrayAppendValue(names, wildcardString);
315 return names;
422 CFArrayRef names = _SecIdentityCopyPossiblePaths(name); local
423 if (!names) {
427 CFIndex idx, total = CFArrayGetCount(names);
821 CFArrayRef names = _SecIdentityCopyPossiblePaths(idString); local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Ddl_standard.cpp38 DLCommonFields::DLCommonFields(const char * const * names) argument
41 addAttributes(names);

Completed in 491 milliseconds

1234567891011>>