Searched refs:names (Results 101 - 125 of 1437) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/lib/rubygems/core_ext/
H A Dkernel_require.rb105 names = found_specs.map(&:name).uniq
107 if names.size > 1 then
108 raise Gem::LoadError, "#{path} found in multiple gems: #{names.join ', '}"
116 le = Gem::LoadError.new "unable to find a version of '#{names.first}' to activate"
117 le.name = names.first
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dfopscript.tcl13 # names: name(s) of files to operate on
20 set usage "fopscript operator omethod op end result names args"
34 set names [ lindex $argv 5 ]
47 set op2result [$operator $omethod $op $names $txn2 $dbenv $args]
/macosx-10.9.5/IOKitUser-907.100.13/graphics.subproj/
H A DIODisplayTest.c43 CFDictionaryRef names; local
80 names = CFDictionaryGetValue(dict, CFSTR(kDisplayProductName));
83 CFDictionaryApplyFunction(names, KeyArrayCallback, (void *) langKeys);
92 localName = CFDictionaryGetValue(names, langKey);
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Dnpruntime.cpp49 void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers) argument
51 ASSERT(names);
54 if (names && identifiers) {
56 identifiers[i] = _NPN_GetStringIdentifier(names[i]);
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_security_origin.cpp115 Vector<WTF::String> names; local
117 if (!WebCore::DatabaseManager::manager().databaseNamesForOrigin(origin->securityOrigin.get(), names))
120 for (unsigned i = 0; i < names.size(); i++) {
121 Ewk_Web_Database* database = ewk_web_database_new(origin->securityOrigin.get(), names[i].utf8().data());
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/kerberos_includes/
H A Dconf.h30 #include <kerberos/names.h>
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/tie/
H A Dreceiving_client.tcl27 foreach key [lsort [array names a]] {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dstructure.tcl65 if {[llength [array names kw]] != [llength $keys]} {
85 if {[llength [array names rd]] != [llength $refids]} {
106 ($keys ne [lsort -dict [array names kw]]) ||
107 ($refids ne [lsort -dict [array names rd]])
139 foreach kw [lsort -dict [array names k]] {
151 foreach rid [lsort -dict [array names r]] {
207 foreach kw [lsort -dict [array names k]] {
219 foreach rid [lsort -dict [array names r]] {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/tie/
H A Dtie_array.tcl79 method names {} {
81 return [array names thesource]
H A Dtie_rarray.tcl61 method names {} {
62 return [$self Call array names $remotevar]
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/
H A Dtest_names.c19 * 3. Neither the name of KTH nor the names of its contributors may be
194 errx(1, "names not equal");
232 errx(1, "names not equal");
261 } names[] = { variable in typeref:struct:__anon784
280 for (i = 0; i < sizeof(names)/sizeof(names[0]); i++) {
281 buffer.value = rk_UNCONST(names[i].name);
282 buffer.length = strlen(names[i].name);
285 printf("running name test: %s\n", names[i].name);
287 maj_stat = gss_import_name(&min_stat, &buffer, names[
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dpsauth.c146 const char *names[2]; local
153 names[0] = slap_propnames[SLAP_SASL_PROP_CONN];
154 names[1] = NULL;
155 prop_set(props, names[0], (char*)&ctx->conn, sizeof(ctx->conn));
157 names[0] = slap_propnames[SLAP_SASL_PROP_AUTHCLEN];
160 prop_set(props, names[0], (char*)&blen, sizeof(blen));
162 names[0] = slap_propnames[SLAP_SASL_PROP_AUTHC];
163 prop_set(props, names[0], ctx->dn, blen);
194 const char *names[2]; local
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dcpdtrtst.cpp41 UnicodeString names[]={"Greek-Latin", "Latin-Devanagari", "Devanagari-Latin", "Latin-Greek"}; local
44 Transliterator* t1=Transliterator::createInstance(names[0], UTRANS_FORWARD, parseError, status);
45 Transliterator* t2=Transliterator::createInstance(names[1], UTRANS_FORWARD, parseError, status);
46 Transliterator* t3=Transliterator::createInstance(names[2], UTRANS_FORWARD, parseError, status);
47 Transliterator* t4=Transliterator::createInstance(names[3], UTRANS_FORWARD, parseError, status);
66 names[0],
67 names[0]+";"+names[3],
68 names[3]+";"+names[
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPDFDocumentExtras.mm35 CGPDFArrayRef names;
36 if (CGPDFDictionaryGetArray(subtree, "Names", &names)) {
37 size_t nameCount = CGPDFArrayGetCount(names) / 2;
40 CGPDFArrayGetObject(names, 2 * i + 1, &object);
85 // The names are arbitrary. We are only interested in the values.
/macosx-10.9.5/llvmCore-3425.0.33/autoconf/m4/
H A Dcheck_gnu_make.m47 dnl Search all the common names for GNU make
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeIntrinsicInfo.cpp43 static const char *const names[] = { local
55 std::string Result(names[IntrID - Intrinsic::num_intrinsics]);
/macosx-10.9.5/llvmCore-3425.0.33/projects/sample/autoconf/m4/
H A Dcheck_gnu_make.m47 dnl Search all the common names for GNU make
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/include/
H A Dprop.h92 /* Add property names to request
94 * names -- list of property names; must persist until context freed
102 LIBSASL_API int prop_request(struct propctx *ctx, const char **names);
112 /* Fill in an array of struct propval based on a list of property names
119 * The vals array MUST be atleast as long as the names array.
124 LIBSASL_API int prop_getnames(struct propctx *ctx, const char **names,
145 /* format the requested property names into a string
147 * sep -- separator between property names (unused if none requested)
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosProfile/
H A Dprofile.h114 PROTOTYPE ((profile_t profile, const char **names, char ***ret_values));
134 PROTOTYPE((profile_t profile, const char **names, char ***ret_names));
137 PROTOTYPE((profile_t profile, const char **names, char ***ret_names));
140 PROTOTYPE((profile_t profile, const char **names,
152 PROTOTYPE((profile_t profile, const char **names,
156 PROTOTYPE((profile_t profile, const char **names));
159 PROTOTYPE((profile_t profile, const char **names,
163 PROTOTYPE((profile_t profile, const char **names,
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/blt/
H A Dbusy.rb71 def names(pat=None) method
72 tk_split_list(tk_call('::blt::busy', 'names', pat))
74 alias windows names
/macosx-10.9.5/ruby-104/ruby/test/scanf/
H A Dtest_scanfblocks.rb36 names = @str.scanf("%s%d") { |name, year| name.upcase }
37 assert_equal(names, ["BEETHOVEN", "BACH", "HANDEL", "SCARLATTI", "BRAHMS"])
/macosx-10.9.5/security_ocspd-55118.2/server/
H A DocspdServer.cpp778 crl_names_t names; local
779 names.crlFile = crlGenerateFileName(dataPtr, dataLen, gCrlPath, ".crl");
780 names.pemFile = crlGenerateFileName(dataPtr, dataLen, gCrlPath, ".pem");
781 names.updateFile = crlGenerateFileName(dataPtr, dataLen, gCrlPath, ".update");
782 names.revokedFile = crlGenerateFileName(dataPtr, dataLen, gCrlPath, ".revoked");
783 if(!names.crlFile || !names.pemFile || !names.updateFile || !names.revokedFile) {
802 names
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/note/
H A Dnote.tcl26 foreach k [array names notes] {
40 foreach k [lsort -dict [array names notes]] {
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dconvlib.tcl27 # Parse a tclIndex file, returning an array of file names with the list of
53 foreach procName [array names auto_index] {
89 # Generate the .tlib package names with contain the directory and
97 foreach srcFile [array names fileTbl] {
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A DMakefile.PL76 my @names = qw(
109 my %names = map { $_, 1} @names;
120 delete $names{$1} if defined $1 ;
124 if ( keys %names )
126 my $missing = join ("\n\t", sort keys %names) ;
127 die "The following names are missing from \@EXPORT in DB_File.pm\n" .
134 NAMES => \@names,

Completed in 365 milliseconds

1234567891011>>