Searched refs:version (Results 51 - 75 of 4467) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-LatentSemanticMapping/
H A Dsetup.py19 version="2.3.2a0", variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-OpenDirectory/
H A Dsetup.py15 version="2.3.2a0", variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-PubSub/
H A Dsetup.py16 version="2.3.2a0", variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SearchKit/
H A Dsetup.py19 version="2.3.2a0", variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-ServiceManagement/
H A Dsetup.py16 version="2.3.2a0", variable
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/nodes/
H A Ddocument.rb12 # The version of the YAML document
13 attr_accessor :version
27 # +version+ is a list indicating the YAML version.
44 def initialize version = [], tag_directives = [], implicit = false
46 @version = version
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/python/
H A Dsetup.py4 version="2.2.10", variable
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Dproto-version.sh1 # $OpenBSD: proto-version.sh,v 1.3 2002/03/15 13:08:56 markus Exp $
4 tid="sshd version with different protocol combinations"
9 version=$1
11 banner=`echon | ${SSHD} -o "Protocol=${version}" -i -f ${OBJ}/sshd_proxy`
27 fail "wrong protocol version ${banner} for ${version}"
/macosx-10.9.5/ntp-88/scripts/
H A Dmkver.in22 if [ ! -f .version ]; then
23 echo 0 > .version
25 RUN="`cat .version`"
27 echo $RUN > .version
33 rm -f version.c
34 cat > version.c << -EoF-
36 * version file for $PROG
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/libtiff/
H A DtifftclStubLib.c29 * Checks that the correct version of Blt is loaded and that it
33 * The actual version of BLT that satisfies the request, or
43 Tifftcl_InitStubs(interp, version, exact)
45 const char *version;
51 result = Tcl_PkgRequireEx(interp, "tifftcl", (CONST84 char *) version, exact, &data);
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Derrors.rb11 # name and version requirements of the gem that either conflicts with
39 # the version
40 attr_reader :version
46 def initialize(name, version)
48 @version = version
67 @version,
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A Ddbinfo3 # Name: dbinfo -- identify berkeley DB version used to create
77 my ($magic, $version, $endian, $encrypt) ;
82 $version = $info[1] ;
89 $version = $info1[1] ;
96 $version = $info[4] ;
102 $version = $info1[4] ;
113 if ( defined $type->{Versions}{$version} )
115 $ver_string = $type->{Versions}{$version}[1];
116 if ($type->{Versions}{$version}[0] )
124 File Version ID: $version
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Dxmldecl.rb15 attr_accessor :version, :standalone
18 def initialize(version=DEFAULT_VERSION, encoding=nil, standalone=nil)
21 if version.kind_of? XMLDecl
23 @version = version.version
24 self.encoding = version.encoding
25 @writeencoding = version.writeencoding
26 @standalone = version.standalone
29 @version
[all...]
/macosx-10.9.5/cups-372.4/cups/tools/
H A Dmakesrcdist27 # Compute version for snapshot
29 version="1.7svn"
35 # Use version from command-line
37 version=$1
40 fileurl="http://www.cups.org/software/$version/cups-$fileversion-source.tar."
41 url="svn+ssh://src.apple.com/svn/cups/cups.org/tags/release-$version"
44 cupsversionpatch=`echo $version | awk -F. '{if (NF == 3) { print $3 } else { print "0" } }'`
60 if test "$temp" != "v$version"; then
61 echo "Still need to update version to v$version i
[all...]
/macosx-10.9.5/ntp-88/include/
H A Dcopyright.def15 version = `
16 eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../version.m4\`
20 version-value = ''; /* Don't use -v as a shortcut for --version */
/macosx-10.9.5/screen-22/screen/etc/
H A Dtoolcheck3 # tools identify by version numbers. This is the spirit of GNU :-)
8 reply="`sh -version 2>&1 < /dev/null | sed q`"
24 reply="`sed --version 2>&1 < /dev/null | sed q`"
26 GNU\ sed\ version\ 2.0[34])
31 GNU\ sed\ version\ 2.05|GNU\ sed\ version\ 2.03\ kevin)
/macosx-10.9.5/Heimdal-323.92.1/lib/vers/
H A DNTMakefile44 $(OBJ)\make-print-version.exe: $(OBJ)\make-print-version.obj
48 $(OBJ)\print_version.h: $(OBJ)\make-print-version.exe
49 $(OBJ)\make-print-version.exe $@
55 -$(RM) $(OBJ)\make-print-version.exe
56 -$(RM) $(OBJ)\make-print-version.obj
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dyank_command.rb12 'Remove a specific gem version release from RubyGems.org'
42 version = get_version_from_requirements(options[:version])
47 if version then
49 unyank_gem(version, platform, api_key)
51 yank_gem(version, platform, api_key)
54 say "A version argument is required: #{usage}"
59 def yank_gem(version, platform, api_key)
61 yank_api_request(:delete, version, platform, "api/v1/gems/yank", api_key)
64 def unyank_gem(version, platfor
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/generic/
H A DitkStubLib.c44 * the correct version of Itk is loaded.
47 * The actual version of Itk that satisfies the request, or
57 Itk_InitStubs (interp, version, exact)
59 CONST char *version;
64 actualVersion = Tcl_PkgRequireEx(interp, "Itk", (CONST84 char *)version, exact,
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/src-libxml2/
H A DtcldomxmlStubLib.c29 * Checks that the correct version of Blt is loaded and that it
33 * The actual version of BLT that satisfies the request, or
47 Tcldomxml_InitStubs(interp, version, exact)
49 CONST char *version;
54 /* HACK: de-CONST 'version' if compiled against 8.3.
66 result = Tcl_PkgRequireEx(interp, "dom::libxml2", UNCONST version, exact,
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/
H A DtcldomStubLib.c29 * Checks that the correct version of Blt is loaded and that it
33 * The actual version of BLT that satisfies the request, or
47 Tcldom_InitStubs(interp, version, exact)
49 CONST char *version;
54 /* HACK: de-CONST 'version' if compiled against 8.3.
66 result = Tcl_PkgRequireEx(interp, "dom::generic", UNCONST version, exact,
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/
H A DtclxmlStubLib.c29 * Checks that the correct version of Blt is loaded and that it
33 * The actual version of BLT that satisfies the request, or
43 TclXML_InitStubs(interp, version, exact)
45 CONST char *version;
50 /* HACK: de-CONST 'version' if compiled against 8.3.
62 result = Tcl_PkgRequireEx(interp, "xml::c", UNCONST version, exact,
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/libjpeg/
H A DjpegtclStubLib.c29 * Checks that the correct version of Blt is loaded and that it
33 * The actual version of BLT that satisfies the request, or
47 Jpegtcl_InitStubs(interp, version, exact)
49 const char *version;
55 result = Tcl_PkgRequireEx(interp, PACKAGE_NAME, (CONST84 char *) version, exact, &data);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/libpng/
H A DpngtclStubLib.c29 * Checks that the correct version of Blt is loaded and that it
33 * The actual version of BLT that satisfies the request, or
47 Pngtcl_InitStubs(interp, version, exact)
49 const char *version;
55 result = Tcl_PkgRequireEx(interp, PACKAGE_NAME, (CONST84 char *) version, exact, &data);
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Ddbinfo3 # Name: dbinfo -- identify berkeley DB version used to create
77 my ($magic, $version, $endian, $encrypt) ;
82 $version = $info[1] ;
89 $version = $info1[1] ;
96 $version = $info[4] ;
102 $version = $info1[4] ;
113 if ( defined $type->{Versions}{$version} )
115 $ver_string = $type->{Versions}{$version}[1];
116 if ($type->{Versions}{$version}[0] )
124 File Version ID: $version
[all...]

Completed in 439 milliseconds

1234567891011>>