Searched refs:version (Results 151 - 175 of 4467) sorted by relevance

1234567891011>>

/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/Package/
H A DMakefile9 # grab the long version number out of my prefix file
10 version := $(word 3, $(shell grep VersionNumber ../Common/AppleUSBCDCCommon.h)) macro
12 NAME := AppleUSBCDCDriver-${version}
33 sudo pkgbuild --root=${TMP} --identifier com.apple.iokit.AppleUSBCDCDriver --version ${version} ${PKG}
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCAbout.h55 - (NSString *)version;
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsEngine.h35 UInt32 version; member in struct:IOGraphicsEngineContext
49 // version
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DWorkerContextWebDatabase.idl30 [RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
32 [RaisesException] DatabaseSync openDatabaseSync(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorDatabaseResource.cpp45 PassRefPtr<InspectorDatabaseResource> InspectorDatabaseResource::create(PassRefPtr<Database> database, const String& domain, const String& name, const String& version) argument
47 return adoptRef(new InspectorDatabaseResource(database, domain, name, version));
50 InspectorDatabaseResource::InspectorDatabaseResource(PassRefPtr<Database> database, const String& domain, const String& name, const String& version) argument
55 , m_version(version)
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/Accessible2/
H A DAccessibleApplication.idl59 /** @brief This interface gives access to the application's name and version information.
68 information about the application such as its name or version.
84 /** @brief Returns the application version.
85 @param [out] version
86 The version string must not contain levels when it is know beforehand that
94 [out, retval] BSTR *version
107 /** @brief Returns the toolkit/bridge version.
108 @param [out] version
109 The version string must not contain levels when it is know beforehand that
117 [out, retval] BSTR *version
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Dunormalize.h68 * the normalization specified by 'version', put the result
78 idn__unormalize_formkc(idn__unicode_version_t version,
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/include/mdn/
H A Dversion.h1 /* $Id: version.h,v 1.1 2003/06/04 00:25:46 marka Exp $ */
51 #include <idn/version.h>
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/util/
H A Dgenerate_nameprep_data.pl78 die "Usage: $0 [-dir dir] version..\n";
82 my $version = shift;
83 generate_mapdata($version, "$dir/nameprep.$version.map");
84 generate_prohibiteddata($version, "$dir/nameprep.$version.prohibited");
85 generate_unassigneddata($version, "$dir/nameprep.$version.unassigned");
86 generate_bididata($version, "$dir/nameprep.$version
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/bind9/win32/
H A Dversion.c18 /* $Id: version.c,v 1.5 2007/06/19 23:47:16 tbox Exp $ */
22 #include <bind9/version.h>
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/win32/
H A Dversion.c18 /* $Id: version.c,v 1.6 2007/06/19 23:47:17 tbox Exp $ */
22 #include <dns/version.h>
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dversion.c18 /* $Id: version.c,v 1.7 2007/06/19 23:47:19 tbox Exp $ */
22 #include <isc/version.h>
/macosx-10.9.5/bind9-45.100/bind9/lib/isccc/win32/
H A Dversion.c18 /* $Id: version.c,v 1.7 2007/06/19 23:47:22 tbox Exp $ */
22 #include <isccc/version.h>
/macosx-10.9.5/bind9-45.100/bind9/lib/isccfg/win32/
H A Dversion.c18 /* $Id: version.c,v 1.6 2007/06/19 23:47:22 tbox Exp $ */
22 #include <isccfg/version.h>
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/win32/
H A Dversion.c22 #include <lwres/version.h>
/macosx-10.9.5/file-46/file/python/
H A Dsetup.py11 version = '0.1', variable
/macosx-10.9.5/groff-38/groff/src/include/
H A Dindex.h9 Software Foundation; either version 2, or (at your option) any later
10 version.
26 int version; member in struct:index_header
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A DLICENSE13 version=1.0
25 url=http://www.opensource.org/licenses/${license.type}${license.version}.txt
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dmagicid.h42 Magicid_data_t version; /* YYYYMMDD or 0xWWXXYYZZ */ member in struct:Magicid_s
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dversion.c18 /* $Id: version.c,v 1.7 2007/06/19 23:47:19 tbox Exp $ */
22 #include <isc/version.h>
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/libpng/
H A Dpngtcl.h36 * we can just get the version info.
69 Pngtcl_InitStubs(Tcl_Interp *interp, const char *version, int exact);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/libtiff/
H A Dtifftcl.h36 * we can just get the version info.
69 Tifftcl_InitStubs(Tcl_Interp *interp, const char *version, int exact);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/zlib/
H A Dzlibtcl.h38 * we can just get the version info.
65 Zlibtcl_InitStubs(Tcl_Interp *interp, const char *version, int exact);
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-carp.c9 * - print version, type string and packet length
56 int version, type; local
60 version = (bp[0] & 0xf0) >> 4;
66 printf("CARPv%d-%s %d: ", version, type_s, len);
69 if (version != 2 || type != 1)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dwdiff.vim8 " the latest version of this file.
12 " For version 5.x: Clear all syntax items
13 " For version 6.x: Quit when a syntax file was already loaded
14 if version < 600
26 " For version 5.7 and earlier: only when not done already
27 " For version 5.8 and later: only when an item doesn't have highlighting yet
28 if version >= 508 || !exists("did_wdiff_syn_inits")
30 if version < 508

Completed in 388 milliseconds

1234567891011>>