Searched refs:extension (Results 251 - 275 of 384) sorted by relevance

<<111213141516

/macosx-10.9.5/IOKitUser-907.100.13/graphics.subproj/
H A DIOGraphicsLibInternal.h186 UInt8 extension; member in struct:EDID
/macosx-10.9.5/OpenPAM-20/openpam/misc/
H A Dgendoc.pl434 function is an OpenPAM extension.
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dspeedbar.el619 (defun speedbar-extension-list-to-regex (extlist)
641 `speedbar-extension-list-to-regex' (A misnamed function in this case.)
658 (speedbar-extension-list-to-regex val))))
680 Created from `speedbar-supported-extension-expressions' with the
681 function `speedbar-extension-list-to-regex'")
685 (defcustom speedbar-supported-extension-expressions
699 function `speedbar-add-supported-extension' to add a new extension at
702 If you add an extension to this list, and it does not appear, you may
703 need to also modify `completion-ignored-extension' whic
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/validate/
H A Dsyntax.tcl166 if {[string equal [file extension $t] .tex]} continue
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/
H A DvfsUtils.tcl192 set ext [string tolower [::file extension $ele]]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/devel/sak/validate/
H A Dsyntax.tcl166 if {[string equal [file extension $t] .tex]} continue
/macosx-10.9.5/BerkeleyDB-21/db/dist/brew/
H A Dbdbread.mak44 MODULE = mod # Downloadable module extension
/macosx-10.9.5/CF-855.17/
H A DCFInternal.h565 CF_PRIVATE Boolean _CFAppendPathExtension2(CFMutableStringRef path, CFStringRef extension);
566 CF_EXPORT Boolean _CFAppendPathExtension(UniChar *unichars, CFIndex *length, CFIndex maxLength, UniChar *extension, CFIndex extensionLength);
H A DCFURL.h295 CFURLRef CFURLCreateCopyAppendingPathExtension(CFAllocatorRef allocator, CFURLRef url, CFStringRef extension);
696 /* Localized or extension-hidden name as displayed to users (Read-only, value type CFString) */
716 /* True for packaged directories (Read-only 10_6 and 10_7, read-write 10_8, value type CFBoolean). Note: You can only set or clear this property on directories; if you try to set this property on non-directory objects, the property is ignored. If the directory is a package for some other reason (extension type, etc), setting this property to false will have no effect. */
732 /* True for resources whose filename extension is removed from the localized name property (Read-write, value type CFBoolean) */
1165 will be created with the same name as the bookmarked item and a ".alias" extension. If fileURL is a url for a file and it exists it will be overwritten. If a
1166 .alias extension is not present it will be added. In addition to the bookmark data, sufficient pre-SnowLeopard alias data will added to the file to allow
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIODisplay.cpp134 UInt8 extension; member in struct:EDID
647 numExts = readEDID.extension;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dslapi-plugin.h431 typedef void (*slapi_extension_destructor_fnptr)(void *extension,
447 int extensionhandle, void *extension);
722 /* backend_group extension */
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DExtensionServer.js177 for (var extension in this._extraHeaders) {
178 var headers = this._extraHeaders[extension];
669 console.error("Skipping extension with invalid URL: " + startPage);
683 console.error("Failed to initialize extension " + startPage + ":" + e);
821 RuntimeAgent.evaluate(expression, "extension", exposeCommandLineAPI, true, contextId, returnByValue, false, callback);
H A DscriptsPanel.css75 #scripts-files option.extension-script {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DMediaPlayer.cpp384 String extension = lastPathComponent.substring(pos + 1); local
385 String mediaType = MIMETypeRegistry::getMediaMIMETypeForExtension(extension);
419 // If no MIME type is specified or the type was inferred from the file extension, just use the next engine.
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DNetworkJob.cpp485 // is on a file system if it has a MIME mappable file extension.
486 // The file extension is likely to be correct.
491 String extension = urlFilename.substring(pos + 1); local
492 String mimeType = MIMETypeRegistry::getMIMETypeForExtension(extension);
723 // if this fails, guess it from extension.
748 // Check and see if an extension already exists.
751 if (mimeExtension.isEmpty()) // No extension found for the mimeType.
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dgzip.vim194 " extension if possible. Otherwise use a weird name to avoid overwriting an
H A DnetrwFileHandlers.vim1 " netrwFileHandlers: contains various extension-based file handlers for
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dant.vim60 syn keyword antElement display existing expandproperties extdirs extension extensionSet extensionset factory
H A Delinks.vim67 syn keyword elinksPrefix mime extension handler mailcap mimetypes type
H A Dkix.vim7 " KixTart files identified by *.kix extension.
H A Dwget.vim88 syn match wgetCommand "^\s*html[-_]\=extension" contained
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DWKView.mm2833 static bool matchesExtensionOrEquivalent(NSString *filename, NSString *extension)
2835 NSString *extensionAsSuffix = [@"." stringByAppendingString:extension];
2836 return hasCaseInsensitiveSuffix(filename, extensionAsSuffix) || (stringIsCaseInsensitiveEqualToString(extension, @"jpeg")
2840 - (void)_setPromisedData:(WebCore::Image *)image withFileName:(NSString *)filename withExtension:(NSString *)extension withTitle:(NSString *)title withURL:(NSString *)url withVisibleURL:(NSString *)visibleUrl withArchive:(WebCore::SharedBuffer*) archiveBuffer forPasteboard:(NSString *)pasteboardName
2848 if (!matchesExtensionOrEquivalent(filename, extension))
2849 filename = [[filename stringByAppendingString:@"."] stringByAppendingString:extension];
2855 [pasteboard setPropertyList:[NSArray arrayWithObject:extension] forType:NSFilesPromisePboardType];
/macosx-10.9.5/cctools-845/as/
H A Di386.c3352 /* If there is an extension opcode to put here, the register
3374 /* Fill in i.rm.reg field with extension opcode (if any). */
5315 unsigned int extension = 0;
5336 extension = 1; /* 1 opcode + 1 displacement */
5350 extension = 4; /* 1 opcode + 4 displacement */
5356 extension = 2; /* 1 opcode + 2 displacement */
5363 extension = 5; /* 2 opcode + 4 displacement */
5370 extension = 3; /* 2 opcode + 2 displacement */
5377 extension = 4;
5396 (valueT) (displacement_from_opcode_start - extension),
5310 unsigned int extension = 0; local
[all...]
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/Package/
H A DbuildDMG.pl98 $dmgName =~ s/(.*?)(\.[^.]*)?$/$1/; # cut off the extension
279 specifies the I<name> of the dmg to produce (without extension). The corresponding environment variable is B<DMG_NAME>. If neither
/macosx-10.9.5/CPANInternal-140/PlRPC/lib/RPC/
H A DPlClient.pm189 RPC::PlClient - Perl extension for writing PlRPC clients

Completed in 361 milliseconds

<<111213141516