Searched refs:version (Results 101 - 125 of 4467) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/win/
H A DpkgIndex.tcl1 # Tcl package index file, version 1.0
6 regsub {\.} [info tclversion] {} version
7 package ifneeded Memchan 2.2 "load [list [file join $dir memchan22$version.dll]] Memchan"
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/calendar/
H A Dcalendar.tcl15 variable version 0.2
22 package provide [namespace tail [namespace current]] $version
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminim/encoder/
H A Ddummy_inflate.c16 int ZEXPORT inflateInit_(strm, version, stream_size)
18 const char *version;
22 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size)
25 const char *version;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dmkinstalldirs21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
41 --version)
76 # from a parallel make. We use --version in the probe to restrict
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
89 test -d ./--version && rmdir ./--version
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
94 test ! -d ./--version; then
99 for d in ./-m ./-p ./--version "
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/config/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
38 --version)
73 # from a parallel make. We use --version in the probe to restrict
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
86 test -d ./--version && rmdir ./--version
90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
91 test ! -d ./--version; then
96 for d in ./-m ./-p ./--version "
[all...]
/macosx-10.9.5/vim-53/src/
H A DMake_mint.mak19 #system: configurations: version (*) tested by:
53 $(DBGTARGET): $(OBJ) version.c version.h
54 $(CC) -c $(ALL_CFLAGS) version.c
56 version.o $(ALL_LIBS)
/macosx-10.9.5/zsh-60/zsh/
H A Dmkinstalldirs22 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
42 --version)
77 # from a parallel make. We use --version in the probe to restrict
81 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
90 test -d ./--version && rmdir ./--version
94 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
95 test ! -d ./--version; then
100 for d in ./-m ./-p ./--version "
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DSystemInfo.cpp37 static WindowsVersion version; local
55 version = static_cast<WindowsVersion>(WindowsCE1 + (majorVersion - 1));
57 version = (majorVersion < 1) ? WindowsCE1 : WindowsCE7;
60 version = Windows3_1;
63 version = Windows95;
65 version = (minorVersion == 10) ? Windows98 : WindowsME;
69 version = Windows2000;
71 version = (minorVersion == 1) ? WindowsXP : WindowsServer2003;
74 version = (majorVersion == 6 && !minorVersion) ? WindowsVista : Windows7;
76 version
93 WindowsVersion version = windowsVersion(&major, &minor); local
[all...]
/macosx-10.9.5/KerberosHelper-148/Tests/migration/
H A Dtest-migration6 version=`basename $x`
9 /usr/libexec/${a}LocalKDC --source $x --source-version $version
13 echo "Failure trying to $a from $version!"
/macosx-10.9.5/Librpcsvc-23/
H A Drwall.x44 version WALLVERS {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/
H A Dversion.sh7 . $DIR/version.var
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_cl/lib/
H A DAppleX509CL.cpp44 const CSSM_VERSION &version,
54 version,
42 makeSession( CSSM_MODULE_HANDLE handle, const CSSM_VERSION &version, uint32 subserviceId, CSSM_SERVICE_TYPE subserviceType, CSSM_ATTACH_FLAGS attachFlags, const CSSM_UPCALLS &upcalls) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_tp/lib/
H A DAppleTP.cpp43 const CSSM_VERSION &version,
53 version,
41 makeSession( CSSM_MODULE_HANDLE handle, const CSSM_VERSION &version, uint32 subserviceId, CSSM_SERVICE_TYPE subserviceType, CSSM_ATTACH_FLAGS attachFlags, const CSSM_UPCALLS &upcalls) argument
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLHtmlElement.idl7 * version 2 of the License, or (at your option) any later version.
21 [Reflect] attribute DOMString version;
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/
H A Dconvc.idl94 [uuid(4A967F14-3000-0000-0D00-012882000000), version(1)]
/macosx-10.9.5/dtrace-118.1/test/tst/common/version/
H A Dtst.1.0.d29 #pragma D option version=1.0
32 * The following identifiers were added as D built-ins as of version 1.1.
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dversion-etc.h1 /* Utility to help print --version output in a consistent format.
6 the Free Software Foundation; either version 2, or (at your option)
7 any later version.
30 const char *version, va_list authors);
34 const char *version,
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dname_tuple.rb3 # Represents a gem of name +name+ at +version+ of +platform+. These
9 def initialize(name, version, platform="ruby")
11 @version = version
20 attr_reader :name, :version, :platform
23 # Turn an array of [name, version, platform] into an array of
32 # [name, version, platform] tuples.
39 # A null NameTuple, ie name=nil, version=0
53 # Indicate if this NameTuple is for a prerelease version.
55 @version
[all...]
/macosx-10.9.5/security_dotmac_tp-55107.1/lib/
H A DAppleDotMacTP.cpp49 const CSSM_VERSION &version,
59 version,
47 makeSession( CSSM_MODULE_HANDLE handle, const CSSM_VERSION &version, uint32 subserviceId, CSSM_SERVICE_TYPE subserviceType, CSSM_ATTACH_FLAGS attachFlags, const CSSM_UPCALLS &upcalls) argument
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/yaml/
H A DCHANGES9 version: 0.3.5
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/base/
H A DtkimgStubLib.c29 * Checks that the correct version of Blt is loaded and that it
33 * The actual version of BLT that satisfies the request, or
45 const char *version,
51 result = Tcl_PkgRequireEx(interp, PACKAGE_TCLNAME, (CONST84 char *) version, exact, &data);
43 Tkimg_InitStubs( Tcl_Interp *interp, const char *version, int exact ) argument
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/zlib/src/
H A DzlibtclStubLib.c29 * Checks that the correct version of Blt is loaded and that it
33 * The actual version of BLT that satisfies the request, or
49 const char *version,
55 result = Tcl_PkgRequireEx(interp, PACKAGE_NAME, (CONST84 char *) version, exact, &data);
47 Zlibtcl_InitStubs( Tcl_Interp *interp, const char *version, int exact ) argument
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/zlib/
H A DzlibtclStubLib.c29 * Checks that the correct version of Blt is loaded and that it
33 * The actual version of BLT that satisfies the request, or
49 const char *version,
55 result = Tcl_PkgRequireEx(interp, PACKAGE_NAME, (CONST84 char *) version, exact, &data);
47 Zlibtcl_InitStubs( Tcl_Interp *interp, const char *version, int exact ) argument
/macosx-10.9.5/text_cmds-87/sort/
H A Dversion-etc.h1 /* Utility to help print --version output in a consistent format.
6 the Free Software Foundation; either version 2, or (at your option)
7 any later version.
30 const char *version, va_list authors);
34 const char *version,
/macosx-10.9.5/uucp-11/uucp/
H A Duuto.in34 -v,--version: Print version and exit
45 z--version)

Completed in 400 milliseconds

1234567891011>>