Searched refs:extension (Results 176 - 200 of 384) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_x509cert.c616 * cert.extensions => [extension...]
674 * cert.add_extension(extension) => extension
677 ossl_x509_add_extension(VALUE self, VALUE extension) argument
683 ext = DupX509ExtPtr(extension);
690 return extension;
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DCertificate.cpp255 const CSSM_X509_EXTENSION *extension = reinterpret_cast<const CSSM_X509_EXTENSION *>(fieldValues[ix]->Data); local
256 if (extension == NULL || fieldValues[ix]->Length != sizeof(CSSM_X509_EXTENSION))
258 assert(extension != NULL && fieldValues[ix]->Length == sizeof(CSSM_X509_EXTENSION));
261 const CE_SubjectKeyID *skid = reinterpret_cast<CE_SubjectKeyID *>(extension->value.parsedValue);
374 const CSSM_X509_EXTENSION *extension = reinterpret_cast<const CSSM_X509_EXTENSION *>(fieldValue->Data); local
375 const CE_SubjectKeyID *skid = reinterpret_cast<CE_SubjectKeyID *>(extension->value.parsedValue); // CSSM_DATA
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DCertificate.cpp255 const CSSM_X509_EXTENSION *extension = reinterpret_cast<const CSSM_X509_EXTENSION *>(fieldValues[ix]->Data); local
256 if (extension == NULL || fieldValues[ix]->Length != sizeof(CSSM_X509_EXTENSION))
258 assert(extension != NULL && fieldValues[ix]->Length == sizeof(CSSM_X509_EXTENSION));
261 const CE_SubjectKeyID *skid = reinterpret_cast<CE_SubjectKeyID *>(extension->value.parsedValue);
374 const CSSM_X509_EXTENSION *extension = reinterpret_cast<const CSSM_X509_EXTENSION *>(fieldValue->Data); local
375 const CE_SubjectKeyID *skid = reinterpret_cast<CE_SubjectKeyID *>(extension->value.parsedValue); // CSSM_DATA
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DCertificate.cpp255 const CSSM_X509_EXTENSION *extension = reinterpret_cast<const CSSM_X509_EXTENSION *>(fieldValues[ix]->Data); local
256 if (extension == NULL || fieldValues[ix]->Length != sizeof(CSSM_X509_EXTENSION))
258 assert(extension != NULL && fieldValues[ix]->Length == sizeof(CSSM_X509_EXTENSION));
261 const CE_SubjectKeyID *skid = reinterpret_cast<CE_SubjectKeyID *>(extension->value.parsedValue);
374 const CSSM_X509_EXTENSION *extension = reinterpret_cast<const CSSM_X509_EXTENSION *>(fieldValue->Data); local
375 const CE_SubjectKeyID *skid = reinterpret_cast<CE_SubjectKeyID *>(extension->value.parsedValue); // CSSM_DATA
/macosx-10.9.5/dcerpc-58/dcerpc/
H A Dconfigure.in255 AC_DEFINE(__EXTENSIONS__, 1, Ask for extension api)
295 AC_ARG_WITH(pthread-ext-dir, [ --with-pthread-ext-dir=DIR base directory of pthread extension library])
296 AC_ARG_WITH(pthread-ext-libdir, [ --with-pthread-ext-libdir=DIR directory of pthread extension library. (defaults to --with-pthread-ext-dir/lib)])
310 AC_ARG_WITH(pthread-ext-rpath, [ --with-pthread-ext-rpath=DIR directory where the pthread extension will be installed at runtime. Defaults to --with-pthread-ext-libdir value.],
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A DPath.cpp123 path::extension(*i);
137 ext = path::extension(filename);
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Drdoc.rb285 # extension parsed, you must name it explicitly.
550 rdoc_extensions.each do |extension|
552 load extension
554 warn "error loading #{extension.inspect}: #{e.message} (#{e.class})"
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dindexer.rb282 # Compress +filename+ with +extension+.
284 def compress(filename, extension)
289 open "#{filename}.#{extension}", 'wb' do |io|
368 # Ensure +path+ and path with +extension+ are identical.
370 def paranoid(path, extension)
372 compressed_data = Gem.read_binary "#{path}.#{extension}"
/macosx-10.9.5/tcl-102/tcl/tcl/library/
H A Dpackage.tcl19 # Used internally by pkg_mkIndex to compare the extension of a file to
20 # a given extension. On Windows, it uses a case-insensitive comparison
24 # fileName name of a file whose extension is compared
25 # ext (optional) The extension to compare against; you must
30 # Returns 1 if the extension matches, 0 otherwise
36 return [string equal -nocase [file extension $fileName] $ext]
42 set currExt [file extension $root]
47 # The current extension does not match; if it is not a numeric
273 # extension, otherwise source it. It's important not to
/macosx-10.9.5/tcl-102/tcl84/tcl/library/
H A Dpackage.tcl21 # Used internally by pkg_mkIndex to compare the extension of a file to
22 # a given extension. On Windows, it uses a case-insensitive comparison
26 # fileName name of a file whose extension is compared
27 # ext (optional) The extension to compare against; you must
32 # Returns 1 if the extension matches, 0 otherwise
38 return [string equal -nocase [file extension $fileName] $ext]
44 set currExt [file extension $root]
49 # The current extension does not match; if it is not a numeric
283 # extension, otherwise source it. It's important not to
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/amazon-s3/
H A DS3.tcl127 set extension [file extension $fname]
131 if {"." != [string index $extension 0]} {append key .}
132 append key $extension
134 if {$extension != ""} {
140 set extension [string trim [file extension $fname] "."]
148 if {[lindex $items $i] eq $extension} {
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinDialog.c605 char *extension = NULL, *filter = NULL, *title = NULL;
685 extension = string;
772 if (extension != NULL) {
773 Tcl_UtfToExternalDString(unicodeEncoding, extension, -1, &extString);
1145 char *extension = NULL, *filter = NULL, *title = NULL;
1224 extension = string;
1323 if (extension != NULL) {
1324 Tcl_UtfToExternalDString(NULL, extension, -1, &extString);
598 char *extension = NULL, *filter = NULL, *title = NULL; local
1136 char *extension = NULL, *filter = NULL, *title = NULL; local
/macosx-10.9.5/vim-53/runtime/indent/
H A Dperl6.vim41 " to a .pl/pm file extension, and indent files don't clean up afterwards
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsather.vim8 " Institute (ICSI) in Berkeley, CA. pSather is a parallel extension to Sather.
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/Optional/
H A DDependencies.pm267 This method should be used by DBIx::Class extension authors, to determine the
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Heap071/
H A DElem.pm48 Heap::Elem - Perl extension for elements to be put in Heaps
/macosx-10.9.5/CPANInternal-140/Heap/Binary/
H A DBinary.pm293 Heap::Binary - a Perl extension for keeping data partially sorted
/macosx-10.9.5/CPANInternal-140/Heap/Elem/
H A DElem.pm48 Heap::Elem - Perl extension for elements to be put in Heaps
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DConstant.pm519 extension OIDs.
525 Indicates if the server supports the Start TLS extension (RFC 2830)
529 Indicates that the server supports the Password Modify extension (RFC 3062)
533 Indicates that the server supports the "Who am I?" extension (draft-zeilenga-ldap-authzid-09)
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Stash/
H A DXS.pm74 XS extension system for interfacing Perl to C code. It works just
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Stash/
H A DXS.pm74 XS extension system for interfacing Perl to C code. It works just
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Dcertextensions.h32 *** Structs for declaring extension-specific data.
448 * The top-level Qualified Certificate Statements extension.
580 * An enumerated list identifying one of the above per-extension
636 CE_Data extension; member in struct:__CE_DataAndType
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebViewInternal.h172 - (WebBasePluginPackage *)_pluginForExtension:(NSString *)extension;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DPageClientImpl.h84 virtual void setPromisedData(const String& pasteboardName, PassRefPtr<WebCore::SharedBuffer> imageBuffer, const String& filename, const String& extension, const String& title,
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DPageClient.h165 virtual void setPromisedData(const String& pasteboardName, PassRefPtr<WebCore::SharedBuffer> imageBuffer, const String& filename, const String& extension, const String& title,

Completed in 280 milliseconds

1234567891011>>