Searched refs:extension (Results 201 - 225 of 384) sorted by relevance

1234567891011>>

/macosx-10.9.5/apache_mod_php-87.4/xdebug/
H A DMakefile29 AEP_Binaries = $(shell $(DSTROOT)$(USRBINDIR)/php-config --extension-dir)/$(Project).so
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dformdata.c184 char extension[6]; member in struct:ContentType
204 if(strlen(filename) >= strlen(ctts[i].extension)) {
206 strlen(filename) - strlen(ctts[i].extension),
207 ctts[i].extension)) {
/macosx-10.9.5/llvmCore-3425.0.33/autoconf/m4/
H A Dltdl.m4197 AC_CACHE_CHECK([which extension is used for loadable modules],
205 [Define to the extension used for shared libraries, say, ".so".])
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DPathV1.h279 LLVM_PATH_DEPRECATED_MSG(path::extension));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DPathV2.cpp413 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension) {
416 StringRef ext = extension.toStringRef(ext_storage);
418 // Erase existing extension.
427 // Append extension.
469 const StringRef extension(StringRef path) {
575 return !extension(p).empty();
/macosx-10.9.5/llvmCore-3425.0.33/projects/sample/autoconf/m4/
H A Dltdl.m4197 AC_CACHE_CHECK([which extension is used for loadable modules],
205 [Define to the extension used for shared libraries, say, ".so".])
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dsync.tcl127 switch -- [file extension $src] {
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/
H A DSOAP-service.tcl11 # the requested file can be found. Some simple filename extension to MIME
196 set ext [file extension $file]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dbuildhelp.tcl78 # It must have an extension of ".brf". It will be created in helpDir.
492 if {[file extension $briefFile] != ".brf"} {
493 error "Brief file \"$briefFile\" must have an extension \".brf\""
501 set ext [file extension $manFile]
H A Dhelp.tcl260 if {[lsearch {.brf .orig .diff .rej} [file extension $file]] \
/macosx-10.9.5/tcl-102/tcl_ext/thread/thread/tcl/phttpd/
H A Dphttpd.tcl54 variable MimeTypes; # Cache of file-extension/mime-type
443 catch {set type $MimeTypes([file extension $path])}
H A Duhttpd.tcl42 variable MimeTypes; # Cache of file-extension/mime-type
263 catch {set type $MimeTypes([file extension $path])}
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_fax3.h486 extension(a0); \
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/tools/
H A Dinstall.tcl122 while {[string compare .so [set ext [file extension $lib]]]} {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcsp.vim132 " the "SDL_MATCH" extension:
146 " temporary syntax extension for commented-out "pragma SDL_MATCH":
H A Dgpg.vim49 \ keyring keyserver keyserver-options load-extension
/macosx-10.9.5/vim-53/runtime/tutor/
H A Dtutor.vim8 " If the translation does not exist, or no extension is given,
13 " 1. Build the extension of the file, if any:
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.c273 rc = MatchingComponentOcts ( oid, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_attr)->extension, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_assert)->extension );
295 if ( ( comp->extension.identifier.bv_val && strncmp(comp->extension.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->extension.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
297 return &comp->extension;
372 rc = BDecComponentOcts (mem_op, b, tagId1, elmtLen1, (&k->extension), &totalElmtsLen1, mode);
374 (&k->extension)->identifier.bv_val = (&k->extension)->id_buf;
375 (&k->extension)
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DFile.pm277 The file extension, if any, appearing at the end of the path following
278 a 'C<.>' (not included in the extension).
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DFile.pm277 The file extension, if any, appearing at the end of the path following
278 a 'C<.>' (not included in the extension).
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DSubframeLoader.cpp172 String extension = url.substring(dotIndex + 1);
181 if (equalIgnoringCase(extension, mimeClassInfo.extensions[j]))
196 // Try to figure out the MIME type from the URL extension.
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqwebpage.cpp359 q->extension(QWebPage::ChooseMultipleFilesExtension, &option, &output);
419 if (!q->extension(QWebPage::ErrorPageExtension, &option, &output))
1196 ViewportAttributes can be set by a web author using the viewport meta tag extension, documented
2766 should verify that the extension is supported by calling supportsExtension().
2769 This extension is invoked when the web content requests one or more file names, for example
2793 \brief The ExtensionOption class provides an extended input argument to QWebPage's extension support.
2797 \sa QWebPage::extension(), QWebPage::ExtensionReturn
2804 \brief The ExtensionReturn class provides an output result from a QWebPage's extension.
2808 \sa QWebPage::extension(), QWebPage::ExtensionOption
2815 for the error page extension
2961 extension(Extension extension, const ExtensionOption *option, ExtensionReturn *output) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebViewPrivate.idl179 @abstract Returns the mime type for a certian file extension.
180 @param path The extension of the file to check.
181 @result The mime type of the specified extension.
184 HRESULT MIMETypeForExtension([in] BSTR extension, [out, retval] BSTR* mimeType);
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/
H A DREADME.txt17 TkTable is a table/matrix widget extension to tk/tcl.
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/actiweb/univ/
H A DUNIVERSAL.xotcl22 the SSL/TLS extension of Tcl).

Completed in 181 milliseconds

1234567891011>>