Searched refs:latest (Results 1 - 25 of 108) sorted by relevance

12345

/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Dfiletools.cpp65 int32_t latest = whichFileModTimeIsLater(filePath, newpath); local
66 if (latest < 0 || latest == 2) {
82 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); local
83 if (latest < 0 || latest == 2) {
/macosx-10.9.5/BerkeleyDB-21/db/test/scr015/
H A Dtestone22 latest="$2"
28 diff "$good" "$latest" > $tmpout
31 error "$good and $latest differ in $nbad places."
33 rm $latest
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dspec_fetcher.rb16 # Cache of latest specs
54 :latest => @latest_specs,
76 type = :latest
187 # :latest => Return the list of only the highest version of each gem
198 when :latest
199 tuples_for source, :latest
H A Dsource_local.rb31 when :latest
H A Dsource.rb7 :latest => 'latest_specs',
115 # :latest => Return the list of only the highest version of each gem
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/htdocs/raw/
H A Dindex.exp28 [p] The latest release of the extension is [mem/latest-release].
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/htdocs/raw/
H A Dindex.exp26 [p] The latest release of the extension is [trf/latest-release].
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dpush_command.rb56 The latest released RubyGems version is #{latest_rubygems_version}
58 You can upgrade or downgrade to the latest release version with:
H A Dsources_command.rb118 src.load_specs :latest
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DObjectArrayFormat.java190 Format latest = componentFormat.getLatestVersion();
191 if (latest != componentFormat &&
192 !latest.getClassName().equals(componentFormat.getClassName())) {
H A DEvolver.java255 Format latest = oldFormat.getLatestVersion().getEntityFormat();
256 if (latest != null) {
257 latest.setEvolveNeeded(true);
311 Format latest = compFormat.getLatestVersion();
312 if (latest != compFormat) {
313 newName = (latest.isArray() ? "[" : "[L") +
314 latest.getClassName() + ';';
343 * If the old format is not the existing latest version and the new
344 * format is not an existing format, then we must evolve the latest
347 * to the latest existin
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/ri/
H A Dpaths.rb46 def self.each system = true, site = true, home = true, gems = :latest, *extra_dirs # :yields: directory, type
77 # The latest installed gems' ri directories. +filter+ can be :all or
78 # :latest.
83 def self.gemdirs filter = :latest
140 def self.path(system = true, site = true, home = true, gems = :latest, *extra_dirs)
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/
H A DMakefile231 echo "make install to run the tests on the latest $(SH)" >&2
237 echo "make install to run the tests on the latest $(SH)" >&2
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dwdiff.vim8 " the latest version of this file.
H A Dmgp.vim9 " the latest version of this file.
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_source_local.rb36 @sl.load_specs(:latest).sort
H A Dtest_gem_spec_fetcher.rb180 specs, _ = @sf.available_specs(:latest)
219 specs, _ = @sf.available_specs(:latest)
225 cached_specs, _ = @sf.available_specs(:latest)
251 specs, errors = @sf.available_specs(:latest)
H A Dtest_gem_source.rb151 latest_specs = @source.load_specs :latest
174 latest_specs = @source.load_specs :latest
183 src.load_specs :latest
/macosx-10.9.5/CPANInternal-140/Net-DNS/contrib/
H A Dcheck_soa241 my ($fail, $latest, $uniq) = checkNS($zone,@_); # recurse to query others in parallel
244 my @pass = ($fail, $latest, $uniq); # use prebuilt return values
245 my @fail = ($fail+1, $latest, $uniq);
341 return @result if $serial == $latest; # server has latest data
343 unless ( $aa and ($serial > $latest) ) { # unexpected serial number
344 report('serial number not current') if $latest;
348 my $unrep = $latest ? (@_ - $fail) : 0; # all previous out of date
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dversionvfs.tcl15 By default only the latest version is visible. If the latest version is marked deleted, it is invisible.
49 default latest version. Version choices based on project tags will still be made, but
128 # check if current version is latest, if not disallow edit:
129 set latest [lindex [lindex [lsort [VersionsAll $path $relative]] end] 0]
132 if {($acquired != {}) && ($latest != $acquired)} {::vfs::filesystem posixerror $::vfs::posix(EPERM)}
138 # check if current version is latest, if not disallow edit:
139 set latest [lindex [lindex [lsort [VersionsAll $path $relative]] end] 0]
142 if {($acquired != {}) && ($latest != $acquired)} {::vfs::filesystem posixerror $::vfs::posix(EPERM)}
148 set latest [linde
[all...]
/macosx-10.9.5/bind9-45.100/bind9/
H A Dbind.keys20 # replace this file with a current version. The latest version of
/macosx-10.9.5/less-23/less/
H A Dregexp.c374 register char *latest; local
382 latest = regpiece(&flags);
383 if (latest == NULL)
389 regtail(chain, latest);
390 chain = latest;
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_regexp.c286 register char *latest;
294 latest = regpiece(&flags);
295 if (latest == NULL)
301 regtail(chain, latest);
302 chain = latest;
/macosx-10.9.5/pcre-7/pcre/
H A Dmakevp.bat16 REM with Virtual Pascal. It has not been tested with the latest PCRE release.
/macosx-10.9.5/CPANInternal-140/Class-Singleton-1.03/
H A DSingleton.pm124 version of Perl, please upgrade to latest version. Perl 5.004 is known
148 For the latest information on Class-Singleton or to download the latest

Completed in 312 milliseconds

12345