Searched refs:extension (Results 26 - 50 of 384) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/lib/rubygems/ext/
H A Dcmake_builder.rb2 def self.build(extension, directory, dest_path, results)
H A Dconfigure_builder.rb11 def self.build(extension, directory, dest_path, results, args=[])
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxslt/test/
H A Dext-test.tcl3 # Implementation of test extension
21 puts [list register extension]
22 ::xslt::extension add http://tclxml.sf.net/XSLT/Test ::extTest
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmail_addr_map.c83 char *extension = 0; local
89 * with the extension stripped off, and remember the unmatched extension.
91 if ((string = mail_addr_find(path, address, &extension)) != 0) {
95 * the unmatched address extension.
103 if (extension)
104 vstring_truncate(buffer, LEN(buffer) - strlen(extension));
111 * unmatched extension to each address found.
113 argv = mail_addr_crunch(string, propagate ? extension : 0);
139 if (extension)
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/mac/
H A DLoaderNSURLExtras.mm57 NSString *extension = nil;
68 // Save the extension for later correction. Only correct the extension of the lastPathComponent.
70 extension = [filename pathExtension];
82 // If the type is known, check the extension and correct it if necessary.
86 if (extensions.isEmpty() || !vectorContainsString(extensions, extension)) {
87 // The extension doesn't match the MIME type. Correct this.
90 // Append the correct extension.
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/gtk/
H A DWebKitWebExtension.h21 #error "Only <webkit2/webkit-web-extension.h> can be included directly."
46 * @extension: a #WebKitWebExtension
49 * the web extension when the web process starts.
51 typedef void (* WebKitWebExtensionInitializeFunction) (WebKitWebExtension *extension);
67 webkit_web_extension_get_page (WebKitWebExtension *extension,
/macosx-10.9.5/dcerpc-58/BuildConfig/
H A Dgenerate-idl-parsers42 local extension="$2"
43 echo ${input%.[ly]}.${extension}
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DMIMETypeRegistryQt.cpp39 const char* extension; member in struct:WebCore::ExtensionMap
46 // Any extension that has to be recognized for the layout-tests to run should be added here.
67 while (e->extension) {
68 if (suffix == e->extension)
73 // QMimeDatabase lacks the ability to query by extension alone, so we create a fake filename to lookup.
94 while (e->extension) {
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Automator/Examples/Get Buddy Info/
H A Dsetup.py50 extension=".action", variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Automator/Examples/Get Buddy Info/
H A Dsetup.py50 extension=".action", variable
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebpluginfactory.h65 virtual bool extension(Extension extension, const ExtensionOption* option = 0, ExtensionReturn* output = 0);
66 virtual bool supportsExtension(Extension extension) const;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Plugins/
H A DPluginInfoStore.cpp144 PluginModuleInfo PluginInfoStore::findPluginForExtension(const String& extension, String& mimeType, PluginData::AllowedPluginTypes allowedPluginTypes) const argument
146 ASSERT(!extension.isNull());
159 if (std::find(extensions.begin(), extensions.end(), extension) != extensions.end()) {
160 // We found a supported extension, set the correct MIME type.
172 String extension; local
177 extension = filename.substring(extensionPos + 1);
180 return extension;
189 String PluginInfoStore::getMIMETypeForExtension(const String& extension) argument
191 return MIMETypeRegistry::getMIMETypeForExtension(extension);
213 // Next, check if any plug-ins claim to support the URL extension
214 String extension = pathExtension(url).lower(); local
[all...]
H A DPluginInfoStore.h64 // If the MIME type is null, the file extension of the given url will be used to infer the
81 PluginModuleInfo findPluginForExtension(const String& extension, String& mimeType, WebCore::PluginData::AllowedPluginTypes) const;
103 // Get the MIME type for the given extension.
104 static String getMIMETypeForExtension(const String& extension);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundleDOMWindowExtension.cpp54 InjectedBundleDOMWindowExtension* InjectedBundleDOMWindowExtension::get(DOMWindowExtension* extension) argument
56 ASSERT(allExtensions().contains(extension));
57 return allExtensions().get(extension);
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h88 // extension = "xml", returns "dir/test.xml". If number is greater
94 const char* extension);
103 // will be directory/base_name.extension or
104 // directory/base_name_<number>.extension if directory/base_name.extension
112 const char* extension);
138 // Returns a copy of the FilePath with the case-insensitive extension removed.
140 // FilePath("dir/file"). If a case-insensitive extension is not
142 FilePath RemoveExtension(const char* extension) const;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/tests/
H A DWebExtensionTest.cpp26 #include <webkit2/webkit-web-extension.h>
105 WebKitWebExtension* extension = WEBKIT_WEB_EXTENSION(userData); local
106 WebKitWebPage* page = webkit_web_extension_get_page(extension, pageID);
148 extern "C" void webkit_web_extension_initialize(WebKitWebExtension* extension) argument
156 g_object_ref(extension),
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DinstallManPage16 -e | --extension ) Gz=$2; shift ;;
22 -e EXT Defines the extension added by -z PROG when compressing.
23 -x SUFF Defines an extra extension suffix to use.
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DinstallManPage16 -e | --extension ) Gz=$2; shift ;;
22 -e EXT Defines the extension added by -z PROG when compressing.
23 -x SUFF Defines an extra extension suffix to use.
/macosx-10.9.5/postfix-252/postfix/src/local/
H A Ddeliver_attr.c65 attrp->extension = 0;
90 msg_info("extension: %s", attrp->extension ? attrp->extension : "null");
H A Drecipient.c142 * full localpart, then the bare user. Obey the address extension
148 if (state.msg_attr.extension != 0) {
150 state.msg_attr.unmatched = state.msg_attr.extension;
153 state.msg_attr.unmatched = state.msg_attr.extension;
294 * Address extension management.
297 * distinguish between "no extension" and "no valid extension", so we
298 * drop an invalid extension from the recipient address local-part.
302 state.msg_attr.extension =
304 if (state.msg_attr.extension
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Durl.h69 string extension() const;
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Durl.h69 string extension() const;
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dpdp11.h70 #define PDP11_EXT_NUM 13 /* total number of extension types */
78 int extension; member in struct:pdp11_opcode
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dm10300-dis.c40 unsigned long extension = 0; local
100 extension = 0;
106 extension = 0;
110 extension = 0;
123 extension = 0;
129 extension = 0;
134 extension = 0;
147 extension = 0;
163 extension = temp & 0xff;
182 extension
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebBasePluginPackage.h83 - (BOOL)supportsExtension:(const WTF::String&)extension;
86 - (NSString *)MIMETypeForExtension:(const WTF::String&)extension;

Completed in 360 milliseconds

1234567891011>>