Searched refs:Date (Results 26 - 50 of 178) sorted by relevance

12345678

/macosx-10.10/ruby-106/ruby/test/psych/
H A Dtest_engine_manager.rb25 assert_to_yaml Date.today
H A Dtest_yaml.rb253 dj = Date.new( 2001, 7, 23 )
255 { [ 'Detroit Tigers', 'Chicago Cubs' ] => [ Date.new( 2001, 7, 23 ) ],
256 [ 'New York Yankees', 'Atlanta Braves' ] => [ Date.new( 2001, 7, 2 ), Date.new( 2001, 8, 12 ), Date.new( 2001, 8, 14 ) ] }, <<EOY
273 [ Date.new( 2001, 7, 2 ), Date.new( 2001, 8, 12 ),
274 Date.new( 2001, 8, 14 ) ],
276 [ Date.new( 2001, 7, 23 ) ]
297 { 'invoice' => 34843, 'date' => Date
[all...]
H A Dtest_scalar_scanner.rb48 assert_equal Date.strptime(x, '%Y-%m-%d'), @ss.tokenize(x)
/macosx-10.10/ruby-106/ruby/test/date/
H A Dtest_date_conv.rb7 [Time.now, Date.today, DateTime.now].each do |o|
9 assert_instance_of(Date, o.to_date)
27 d = Date.new(2004, 9, 19)
72 d = Date.new(2004, 9, 19) + 1.to_r/2
112 d = Date.new(2004, 9, 19) + 1.to_r/2
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced3.java15 import java.util.Date;
50 @KeyField(17) Date date;
133 date = new Date(input.readLong());
/macosx-10.10/vim-55/runtime/compiler/
H A Dfortran_g77.vim4 " Last Change: $Date: 2004/06/13 18:17:36 $
H A Ddecada.vim8 " $Date: 2008-07-08 16:29:01 +0200 (Di, 08 Jul 2008) $
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dmupad.vim5 " Date: 6/30/2004
/macosx-10.10/WebCore-7600.1.25/html/
H A DDateInputType.cpp59 return DateComponents::Date;
/macosx-10.10/ruby-106/ruby/ext/date/lib/
H A Ddate.rb6 class Date class
/macosx-10.10/ruby-106/ruby/test/rake/
H A Dtest_rake_ftp_file.rb8 Date.new(2003,10,3)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/mime/
H A Dmaildemo.tcl63 -header [list Date "[clock format [clock seconds]]"]]
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_utils.c41 Date gdate;
76 Date gdate;
130 const UInt8* CFGregorianDateCreateWithBytes(CFAllocatorRef alloc, const UInt8* bytes, CFIndex length, Date* date, CFTimeZoneRef* tz) {
411 CFIndex CFGregorianDateCreateWithString(CFAllocatorRef alloc, CFStringRef str, Date* date, CFTimeZoneRef* tz) {
443 Boolean DateIsValid(Date date) {
/macosx-10.10/vim-55/runtime/indent/
H A Dmupad.vim5 " Date: 6/30/2004
/macosx-10.10/vim-55/runtime/plugin/
H A DgetscriptPlugin.vim4 " Date: Jan 07, 2008
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/persist/
H A DEventExample.java15 import java.util.Date;
344 new Date(LongBinding.entryToLong(firstKey)) +
355 new Date(LongBinding.entryToLong(key)) +
369 new Date(LongBinding.entryToLong(timeKey)) +
/macosx-10.10/WebCore-7600.1.25/platform/text/ios/
H A DLocalizedDateCache.mm113 case DateComponents::Date:
176 if (type == DateComponents::Date
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DAssistedNodeInformation.h48 Date, member in class:WebKit::InputType
/macosx-10.10/emacs-93/emacs/src/m/
H A Dirist.h35 Date: 04 May 87 23:53:11 PDT (Mon)
/macosx-10.10/ruby-106/ruby/lib/xmlrpc/
H A Ddatetime.rb12 # correcly, because normal UNIX-dates, ie: Date, only handle dates
101 # Return a Date object of the date which represents +self+.
103 # The Date object do _not_ contain the time component (only date).
105 Date.new(*to_a[0,3])
/macosx-10.10/WebCore-7600.1.25/platform/
H A DDateComponents.h42 // * Date type: year-month-day
63 Date, enumerator in enum:WebCore::DateComponents::Type
123 // For Date type. Updates m_year, m_month and m_monthDay.
165 // Date in ECMAScript can't represent dates later than 275760-09-13T00:00Z.
/macosx-10.10/rsync-45/rsync/packaging/
H A Dnightly-rsync15 use Date::Format;
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/
H A Dscalar_scanner.rb66 Date.strptime(string, '%Y-%m-%d')
/macosx-10.10/ruby-106/ruby/lib/rake/contrib/
H A Dftptools.rb18 @date_class ||= Date
/macosx-10.10/vim-55/runtime/colors/
H A Ddesert.vim3 " Last Change: $Date: 2004/06/13 19:30:30 $
4 " Last Change: $Date: 2004/06/13 19:30:30 $

Completed in 296 milliseconds

12345678