Searched refs:version (Results 276 - 300 of 4467) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Dncurses-config94 --version)
97 --abi-version)
100 --mouse-version)
139 --version echos the release+patchdate version of ${THIS}
140 --abi-version echos the ABI version of ${THIS}
141 --mouse-version echos the mouse-interface version of ${THIS}
H A Dncurses-config.in94 --version)
97 --abi-version)
100 --mouse-version)
139 --version echos the release+patchdate version of ${THIS}
140 --abi-version echos the ABI version of ${THIS}
141 --mouse-version echos the mouse-interface version of ${THIS}
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_commands_yank_command.rb18 @cmd.handle_options %w[a --version 1.0 --platform x86-darwin -k KEY]
23 assert_equal req('= 1.0'), @cmd.options[:version]
27 %w[-v --version -p --platform].each do |option|
40 @cmd.options[:version] = req('= 1.0')
51 assert_equal %W[gem_name=a platform=#{platform} version=1.0], body
63 @cmd.options[:version] = req('= 1.0')
71 assert_equal %w[gem_name=a version=1.0], body
80 @cmd.options[:version] = req('= 1.0')
91 assert_equal %w[gem_name=a version=1.0], body
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclPkg.c4 * This file implements package and version control for Tcl via the
16 * Heavily rewritten to handle the extend version numbers, and extended
29 char *version; /* Version string; malloc'ed. */ member in struct:PkgAvail
30 char *script; /* Script to invoke to provide this version of
41 * "Tk" (no version number).
45 char *version; /* Version that has been supplied in this member in struct:Package
96 * This function is invoked to declare that a particular version of a
98 * any other version of this package already provided in the interpreter.
101 * Normally returns TCL_OK; if there is already another version of the
107 * other version o
112 Tcl_PkgProvide( Tcl_Interp *interp, const char *name, const char *version) argument
122 Tcl_PkgProvideEx( Tcl_Interp *interp, const char *name, const char *version, ClientData clientData) argument
192 Tcl_PkgRequire( Tcl_Interp *interp, const char *name, const char *version, int exact) argument
206 Tcl_PkgRequireEx( Tcl_Interp *interp, const char *name, const char *version, int exact, ClientData *clientDataPtr) argument
657 Tcl_PkgPresent( Tcl_Interp *interp, const char *name, const char *version, int exact) argument
671 Tcl_PkgPresentEx( Tcl_Interp *interp, const char *name, const char *version, int exact, ClientData *clientDataPtr) argument
762 const char *version; local
1855 Tcl_PkgInitStubsCheck( Tcl_Interp *interp, const char * version, int exact) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A DtdomStubLib.c59 char *version,
67 Tcl_SetResult(interp, "Too old Tcl version. Binary extensions "
69 "Tcl version.", TCL_STATIC);
72 actualVersion = Tcl_PkgRequireEx(interp, "tdom", version, exact,
57 Tdom_InitStubs( Tcl_Interp *interp, char *version, int exact ) argument
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/unix/
H A Dtktable.spec4 %define version 2.10
9 Version: %{version}
13 Source: http://prdownloads.sourceforge.net/tktable/Tktable%{version}.tar.gz
19 Buildroot: /var/tmp/%{name}%{version}
33 cd Tktable%{version}
38 cd Tktable%{version}
39 DIRECTORY=$RPM_BUILD_ROOT%{directory}/lib/%{name}%{version}
41 install libTktable%{version}.so $DIRECTORY/
55 %{directory}/lib/%{name}%{version}
/macosx-10.9.5/text_cmds-87/sort/
H A Dlong-options.c1 /* Utility to accept --help and --version options as unobtrusively as possible.
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
34 #include "version-etc.h"
39 {"version", no_argument, NULL, 'v'},
43 /* Process long options --help and --version, but only if argc == 2.
51 const char *version,
75 version_etc_va (stdout, command_name, package, version, authors);
47 parse_long_options(int argc, char **argv, const char *command_name, const char *package, const char *version, void (*usage_func) (int), ...) argument
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dobjcpp.vim7 " For version 5.x: Clear all syntax items
8 " For version 6.x: Quit when a syntax file was already loaded
9 if version < 600
16 if version < 600
H A Drpcgen.vim8 " For version 5.x: Clear all syntax items
9 " For version 6.x: Quit when a syntax file was already loaded
10 if version < 600
17 if version < 600
26 syn keyword rpcVersion contained version skipnl skipwhite nextgroup=rpcVersName
35 " For version 5.7 and earlier: only when not done already
36 " For version 5.8 and later: only when an item doesn't have highlighting yet
37 if version >= 508 || !exists("did_rpcgen_syntax_inits")
38 if version < 508
/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dlowmem_vectors.c68 extern void *version;
82 .lgVersion = (uint64_t) &version,
/macosx-10.9.5/CPANInternal-140/Class-Data-Accessor-0.04004/inc/Module/Install/
H A DMetadata.pm19 version
76 my $version = shift || 0;
77 push @{ $self->{values}{requires} }, [ $module, $version ];
86 my $version = shift || 0;
87 push @{ $self->{values}{build_requires} }, [ $module, $version ];
96 my $version = shift || 0;
97 push @{ $self->{values}{configure_requires} }, [ $module, $version ];
106 my $version = shift || 0;
107 push @{ $self->{values}{recommends} }, [ $module, $version ];
116 my $version
[all...]
/macosx-10.9.5/CPANInternal-140/Class-Unload/inc/Module/Install/
H A DMetadata.pm19 version
76 my $version = shift || 0;
77 push @{ $self->{values}{requires} }, [ $module, $version ];
86 my $version = shift || 0;
87 push @{ $self->{values}{build_requires} }, [ $module, $version ];
96 my $version = shift || 0;
97 push @{ $self->{values}{configure_requires} }, [ $module, $version ];
106 my $version = shift || 0;
107 push @{ $self->{values}{recommends} }, [ $module, $version ];
116 my $version
[all...]
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/inc/Module/Install/
H A DMetadata.pm19 version
76 my $version = shift || 0;
77 push @{ $self->{values}{requires} }, [ $module, $version ];
86 my $version = shift || 0;
87 push @{ $self->{values}{build_requires} }, [ $module, $version ];
96 my $version = shift || 0;
97 push @{ $self->{values}{configure_requires} }, [ $module, $version ];
106 my $version = shift || 0;
107 push @{ $self->{values}{recommends} }, [ $module, $version ];
116 my $version
[all...]
/macosx-10.9.5/perl-92/versioner/
H A Dversioner.c59 char version[DATAVERSIONLEN]; member in struct:data
78 static inline int searchshortcuts(const char * restrict name, const char * restrict version, char * restrict path);
79 static void versionargs(int argc, char **argv, const char *version);
168 if (*dp->version == 0) {
170 CFStringRef version; local
172 version = CFDictionaryGetValue(plist, CFSTR("Version"));
173 if (version
174 && EXPECT_TRUE(CFGetTypeID(version) == CFStringGetTypeID())
175 && EXPECT_TRUE((vers = cfstrdup(version)) != NULL)) {
177 strcpy(dp->version, ver
194 searchshortcuts(const char * restrict name, const char * restrict version, char * restrict path) argument
209 versionargs(int argc, char **argv, const char *version) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Duname.c13 name.machine, name.sysname, name.release, name.version);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Drepmgr_auto.h31 u_int32_t version; member in struct:___repmgr_version_confirmation_args
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Ds_config22 # Edit version information we couldn't pre-compute.
28 -e "s/__EDIT_DB_VERSION__/$DB_VERSION/g" configure > configure.version
29 mv configure.version configure
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/csv/
H A Dload_main.c28 u_long version; local
44 version = 1;
66 if (strtoul_err(optarg, &version))
98 ret = input_load(ifmt, version);
/macosx-10.9.5/CPANInternal-140/Data-Dump-1.21/t/
H A Dvstring.t25 ok(dump({ version => v6.0.0 }), q({ version => v6.0.0 }));
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/inc/Module/Install/
H A DMetadata.pm19 version
52 my $version = shift || 0;
53 push @{ $self->{values}->{requires} }, [ $module, $version ];
62 my $version = shift || 0;
63 push @{ $self->{values}->{build_requires} }, [ $module, $version ];
72 my $version = shift || 0;
73 push @{ $self->{values}->{configure_requires} }, [ $module, $version ];
82 my $version = shift || 0;
83 push @{ $self->{values}->{recommends} }, [ $module, $version ];
92 my $version
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dkadm5-pwcheck.h68 int version; member in struct:kadm5_pw_policy_verifier
/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DGlyphLookupTables.h22 fixed32 version; member in struct:GlyphLookupTableHeader
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/
H A Dautogen.sh19 if [ `$i --version | head -n 1 | cut -d. -f 2 | tr -d [:alpha:]` -ge 53 ]; then
33 if [ `$i --version | head -n 1 | cut -d. -f 2 | tr -d [:alpha:]` -ge 53 ]; then
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DWorkerContextWebDatabase.cpp43 PassRefPtr<Database> WorkerContextWebDatabase::openDatabase(WorkerContext* context, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCode& ec) argument
49 database = dbManager.openDatabase(context, name, version, displayName, estimatedSize, creationCallback, error);
58 PassRefPtr<DatabaseSync> WorkerContextWebDatabase::openDatabaseSync(WorkerContext* context, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCode& ec) argument
64 database = dbManager.openDatabaseSync(context, name, version, displayName, estimatedSize, creationCallback, error);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/gtk/
H A DWKFullScreenClientGtk.h39 int version; member in struct:WKFullScreenClientGtk

Completed in 331 milliseconds

<<11121314151617181920>>