Searched refs:version (Results 1 - 25 of 4216) sorted by relevance

1234567891011>>

/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/version120/
H A Dshell.js22 /* all files in this dir need version(120) called before they are *loaded* */
24 version(120)
/macosx-10.10.1/gpatch-3/patch/
H A Dversion.h1 /* Print the version number. */
3 /* $Id: version.h,v 1.1.1.3 2003/05/08 18:38:04 rbraun Exp $ */
5 void version (void);
/macosx-10.10.1/less-25/less/
H A Dversion.c470 v276 1/30/95 Fix OS/2 version.
476 v279 2/22/95 Add GNU options --help, --version.
520 v309 4/9/96 Fix OS-9 version; fix tags bug with "$".
539 v323 8/19/96 Fixes for Windows version (thanks to Simon Munton);
544 v326 8/27/96 Fix DJGPP version.
584 v347 12/13/99 Fixes for DJGPP version (thanks to Eli Zaretskii).
586 Fix color problem in DJGPP version (thanks to Eli Zaretskii).
625 v371 12/26/01 Fix new_file bug; use popen in Windows version;
631 add SGR support to DJGPP version (thanks to Eli Zaretskii).
636 v377 9/10/02 Fix bug in Windows version whe
712 char version[] = "418"; variable
[all...]
/macosx-10.10.1/network_cmds-457/traceroute.tproj/
H A Dversion.c1 char version[] = "1.4a12+Darwin"; variable
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dversion.c1 const char version[] = "4.3.0 -- Apple version 59"; variable
/macosx-10.10.1/uucp-11/configs/
H A Dport11 # Specify the IP version number to use.
13 version 4
/macosx-10.10.1/rsync-45/rsync/testsuite/
H A D00-hello.test5 $RSYNC --version || exit 1
/macosx-10.10.1/KerberosHelper-151/scripts/
H A Dq-submit.sh3 version=$1
6 rm -rf /tmp/$version
8 git archive --format=tar --prefix=$version/ $version | tar Cxf /tmp -
10 cd /tmp/$version
12 ~rc/bin/submitproject . -version $version "$@"
/macosx-10.10.1/MITKerberosShim-66/scripts/
H A Dq-submit.sh3 version=$1
6 rm -rf /tmp/$version
8 git archive --format=tar --prefix=$version/ $version | tar Cxf /tmp -
10 cd /tmp/$version
12 ~rc/bin/submitproject . -version $version "$@"
/macosx-10.10.1/ntp-92/scripts/
H A Dgenver3 # possible usage: $0 [-f] [version.m4] [version.def]
13 version.m4)
14 outputs="version.m4 $outputs"
16 *version.def)
17 outputs="include/version.def $outputs"
19 *version.texi)
20 outputs="include/version.texi $outputs"
29 '') outputs="version.m4 include/version
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-version/
H A DMakefile.am.inc30 bin_PROGRAMS += atf-version/atf-version
31 atf_version_atf_version_SOURCES = atf-version/atf-version.cpp
32 nodist_atf_version_atf_version_SOURCES = atf-version/revision.h
33 atf_version_atf_version_CPPFLAGS = -Iatf-version
35 dist_man_MANS += atf-version/atf-version.1
37 EXTRA_DIST += atf-version/generate-revision.sh
39 BUILT_SOURCES += atf-version/revisio
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rss/
H A Dmaker.rb27 def make(version, &block)
28 self[version].make(&block)
31 # Returns the maker for the +version+
32 def [](version)
33 maker_info = maker(version)
34 raise UnsupportedMakerVersionError.new(version) if maker_info.nil?
39 def add_maker(version, normalized_version, maker)
40 MAKERS[version] = {:maker => maker, :version => normalized_version}
53 # Returns true if the version i
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/sample/
H A Dcommon.conf1 Content-Type: application/X-atf-config; version="1"
/macosx-10.10.1/libarchive-30/libarchive/build/
H A Dbump-version.sh3 # Start from the build directory, where the version file is located
4 if [ -f build/version ]; then
8 if [ \! -f version ]; then
9 echo "Can't find version file"
13 # Update the build number in the 'version' file.
15 MARKER=`cat version | sed 's/[0-9.]//g'`
17 VN=`cat version | sed 's/[^0-9.]//g'`
20 rm -f version.old
21 mv version version
[all...]
/macosx-10.10.1/ruby-106/extras/
H A Drails5 version = ">= 0"
7 version = $1
12 gem 'railties', version or raise
14 puts 'Rails is not currently installed on this system. To get the latest version, simply type:'
22 load Gem.bin_path('railties', 'rails', version)
/macosx-10.10.1/zsh-61/zsh/Etc/
H A Dchangelog2html.pl14 my $version;
19 if (/version\.mk.*version\s+(\d+(\.\d+)*(-\S+)?)/i) {
20 $version = $1;
21 $version =~ s/\.$//;
26 if (defined $version) {
27 warn "Outputting changelog.html for version \"$version\".\n";
29 warn "WARNING: there are changes since this version.\n";
32 $version
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/docs_src/ref/upgrade/
H A DMakefile3 BUILD= process.html version.html
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DProgIDMacros.h29 #define STRINGIFIED_VERSION(version) STRINGIFY(version)
35 #define VERSIONED_PROGID(versionIndependentProgID, version) versionIndependentProgID L##"." STRINGIFIED_VERSION(version)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-AddressBook/
H A Dsetup.py16 version="2.3.2a0", variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-AppleScriptKit/
H A Dsetup.py13 version="2.3.2a0", variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Automator/
H A Dsetup.py16 version="2.3.2a0", variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreData/
H A Dsetup.py14 version="2.3.2a0", variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-InstallerPlugins/
H A Dsetup.py16 version="2.3.2a0", variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-LaunchServices/
H A Dsetup.py26 NOTE: This wrapper is not complete, this will change in a future version.
32 version="2.3.2a0", variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Message/
H A Dsetup.py13 version="2.3.2a0", variable

Completed in 140 milliseconds

1234567891011>>