Searched refs:extension (Results 76 - 100 of 384) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebBasePluginPackage.mm232 // extension string into components.
235 for (NSString *extension in extensionComponents)
236 mimeClassInfo.extensions.append(extension);
305 - (BOOL)supportsExtension:(const String&)extension
307 ASSERT(extension.lower() == extension);
312 if (std::find(extensions.begin(), extensions.end(), extension) != extensions.end())
331 - (NSString *)MIMETypeForExtension:(const String&)extension
333 ASSERT(extension.lower() == extension);
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSWebGLRenderingContextCustom.cpp200 static JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, WebGLExtension* extension) argument
202 if (!extension)
204 switch (extension->getName()) {
206 return toJS(exec, globalObject, static_cast<WebGLLoseContext*>(extension));
208 return toJS(exec, globalObject, static_cast<EXTDrawBuffers*>(extension));
210 return toJS(exec, globalObject, static_cast<EXTTextureFilterAnisotropic*>(extension));
212 return toJS(exec, globalObject, static_cast<OESStandardDerivatives*>(extension));
214 return toJS(exec, globalObject, static_cast<OESTextureFloat*>(extension));
216 return toJS(exec, globalObject, static_cast<OESTextureHalfFloat*>(extension));
218 return toJS(exec, globalObject, static_cast<OESVertexArrayObject*>(extension));
[all...]
/macosx-10.9.5/WebCore-7537.78.1/
H A Dmake-file-arrays.py53 print "The file name has no extension:", file_name
55 extension = result.group(1).lower()
62 if extension == "js":
69 elif extension == "css":
/macosx-10.9.5/vim-53/runtime/autoload/xml/
H A Dxsd.vim20 \ ['annotation', 'restriction', 'extension'],
26 \ ['annotation', 'restriction', 'extension'],
103 \ 'extension' : [
/macosx-10.9.5/CPANInternal-140/Net-IP/
H A DNet-IP.spec.PL24 IP - Perl extension for manipulating IPv4/IPv6 addresses
/macosx-10.9.5/WebCore-7537.78.1/platform/network/win/
H A DDownloadBundleWin.cpp47 DEFINE_STATIC_LOCAL(const String, extension, (ASCIILiteral(".download")));
48 return extension;
/macosx-10.9.5/WebKit-7537.78.2/qt/examples/platformplugin/
H A DWebPlugin.h144 virtual bool supportsExtension(Extension extension) const;
145 virtual QObject* createExtension(Extension extension) const;
H A DWebPlugin.cpp278 bool WebPlugin::supportsExtension(Extension extension) const
280 switch (extension) {
298 QObject* WebPlugin::createExtension(Extension extension) const
300 switch (extension) {
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/mac/
H A DWebDragClientMac.mm114 NSString *extension = @"";
116 extension = image->image()->filenameExtension();
117 if (![extension length])
149 m_page->send(Messages::WebPageProxy::SetPromisedData(pasteboardName, imageHandle, imageSize, String([response suggestedFilename]), String(extension), String(title), String([[response URL] absoluteString]), String([URL _web_userVisibleString]), archiveHandle, archiveSize));
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DPathV2.h120 /// @brief Replace the file extension of \a path with \a extension.
123 /// ./filename.cpp => ./filename.extension
124 /// ./filename => ./filename.extension
125 /// ./ => ./.extension
128 /// @param path A path that has its extension replaced with \a extension.
129 /// @param extension The extension to be added. It may be empty. It may also
132 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension);
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dinstall_command.rb66 If an extension fails to compile during gem installation the gem
70 options and the extension's build options:
77 $ gem install some_extension_gem -- --with-extension-lib=/path/to/lib
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Plugins/mac/
H A DPluginInfoStoreMac.mm128 String PluginInfoStore::getMIMETypeForExtension(const String& extension)
134 RetainPtr<CFStringRef> extensionCFString = adoptCF(safeCreateCFString(extension));
/macosx-10.9.5/postfix-252/Postfix.Config/
H A Dmaster.cf.defaultserver63 flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
67 user=_cyrus argv=/usr/bin/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dbitmap.tcl38 # --- Nom de fichier avec extension ---------------------------------
39 set ext [file extension $name]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dconvlib.tcl92 if {[file extension $packageLib] != ".tlib"} {
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/unix/tools/
H A Dbuildutil.tcl50 if {[lsearch {.orig .diff .rej} [file extension $sourceFile]] >= 0} {
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Djava.vim15 " For filename completion, prefer the .java extension over the .class
16 " extension.
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOCFURLAccess.c384 CFStringRef extension = (matchingAbstractType ? CFRetain(matchingAbstractType) : NULL); local
385 CFIndex extLen = (extension ? CFStringGetLength(extension) : 0);
393 // not sure what extension might contain ... currently unused
394 CFStringGetBytes(extension, CFRangeMake(0, extLen), kCFStringEncodingMacRoman, 0, FALSE, extBuff, CFMaxPathSize, &extLen);
400 if (extension) {
401 CFRelease(extension);
419 // Check to see if it matches the extension we're looking for.
457 if (extension) {
458 CFRelease(extension);
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPasteboardWin.cpp552 static String filesystemPathFromUrlOrTitle(const String& url, const String& title, const UChar* extension, bool isLink) argument
562 int extensionLen = extension ? lstrlen(extension) : 0;
591 if (!extension)
595 PathRenameExtension(fsPathBuffer, extension);
599 return makeString(static_cast<const UChar*>(fsPathBuffer), extension);
917 String extension = image->image()->filenameExtension(); local
918 if (extension.isEmpty()) {
920 // to provide a filename extension. Something tricky (like a bait-n-switch) is going on
923 extension
[all...]
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dntfunc.c660 char *extension; local
674 extension = ptr;
677 while(extension != prog) {
678 if (*extension == '.') {
679 extension++;
683 extension--;
687 if (extension != prog) {
688 if (find_no_assoc(extension))
1109 BOOL is_nt_executable(char *path,char *extension) { argument
1114 if (*extension
1124 char extension[MAXPATHLEN]; local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebNSPasteboardExtras.mm271 NSString *extension = @"";
275 extension = image->image()->filenameExtension();
276 if (![extension length])
288 NSArray *extensions = [[NSArray alloc] initWithObjects:extension, nil];
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/os2/
H A Dproc.c309 char *extension, *newprogname, *extra_arg = NULL, *cmdline, *cmdline_pos; local
370 extension = strrchr(progname, '.');
372 if (extension == NULL || strchr(extension, '/') || strchr(extension, '\\'))
373 extension = "";
379 strcasecmp(extension, ".cmd") == 0) {
382 } else if (stricmp(extension, ".exe") != 0) {
/macosx-10.9.5/apr-30/apr/apr/threadproc/os2/
H A Dproc.c309 char *extension, *newprogname, *extra_arg = NULL, *cmdline, *cmdline_pos; local
370 extension = strrchr(progname, '.');
372 if (extension == NULL || strchr(extension, '/') || strchr(extension, '\\'))
373 extension = "";
379 strcasecmp(extension, ".cmd") == 0) {
382 } else if (stricmp(extension, ".exe") != 0) {
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/examples/
H A Dflatten.tcl241 if {[catch {Process [read $ch] [expr {[file extension $filename] == ".dtd" ? "dtd" : "xml"}] $out -baseurl file://[file join [pwd] $filename]} err]} {
311 Process [read $ch] [expr {[file extension $filename] == ".dtd" ? "dtd" : "xml"}] stdout -baseurl file://[file join [pwd] $filename]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/win/
H A Dconfigs.vc115 !error "The static runtime in a loadable (dll) extension is a useless configuration that will cause abnormal and unnecessary code bloat."

Completed in 195 milliseconds

1234567891011>>