Searched refs:Date (Results 76 - 100 of 178) sorted by relevance

12345678

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DSimpleFormat.java13 import java.util.Date;
809 super(Date.class, false);
814 return new Date[len];
819 return new Date(input.readLong());
824 output.writeLong(((Date) o).getTime());
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dnnweb.el338 Subject Score Date Newsgroups From
372 (setq Date (if (match-string 1)
390 From Date (or Message-ID mid)
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcontext.h114 return CssmDate::overlay(*Attribute.Date); }
234 walk(operate, attr.Attribute.Date); break;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcontext.h114 return CssmDate::overlay(*Attribute.Date); }
234 walk(operate, attr.Attribute.Date); break;
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecItemSchema.c129 SECDB_ATTR(v6sdat, "sdat", Date, SecDbFlags(P,L, , ,A, , ,C,H, ,Z, ,N, ));
130 SECDB_ATTR(v6edat, "edat", Date, SecDbFlags(P,L, , ,A, , ,C,H, ,Z, ,N, ));
/macosx-10.10/ruby-106/ruby/lib/
H A Dtime.rb17 # * various formats handled by Date._parse
18 # * custom formats handled by Date._strptime
40 # Date.parse("2010-10-31") #=> 2010-10-31 00:00:00 -0500
48 # object that responds to #mon, #day and #year, such as Date, Time or DateTime.
59 # d = Date.parse("2010-10-28")
270 # Parses +date+ using Date._parse and converts it to a Time object.
310 # ArgumentError is raised if Date._parse cannot extract information from
325 d = Date._parse(date, comp)
335 # Parses +date+ using Date._strptime and converts it to a Time object.
351 # %D :: Date (
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Dgnat.vim9 " $Date: 2008-07-08 16:29:01 +0200 (Di, 08 Jul 2008) $
/macosx-10.10/vim-55/runtime/indent/
H A Deiffel.vim5 " $Date: 2004/12/09 21:33:52 $
/macosx-10.10/vim-55/runtime/syntax/
H A Dcmake.vim7 " Last Change: $Date: 2008-08-25 14:31:28 $
H A Dgit.vim36 syn match gitDateHeader /^\%(AuthorDate\|CommitDate\|Date\):/ contained containedin=gitHead nextgroup=gitDate skipwhite
H A Dinitng.vim7 " Last Change: $Date: 2007/05/05 17:17:40 $
H A Dtsalt.vim69 " Time, Date, and Timer Operations
70 syn keyword tsaltFunction CurTime Date Delay Delay_Scr Get_OnlineTime
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DBindingTest.java24 import java.util.Date;
240 {"f11", "java.util.Date"},
270 private Date f11 = new Date();
1248 {"f11", "java.util.Date"},
1249 {"g11", "java.util.Date"},
1278 {"f31", "java.util.Date"},
1302 checkSecKey(obj, "f11", obj.f11, Date.class);
1322 nullifySecKey(obj, "f11", obj.f11, Date.class);
1339 nullifySecKey(obj, "f31", obj.f31, Date
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DCommonIdentifiers.h36 macro(Date) \
/macosx-10.10/man-16/man/misc/
H A Dman-preformat.c5 Date: Sat, 16 Nov 1996 00:32:46 -0800
/macosx-10.10/ruby-106/ruby/lib/xmlrpc/
H A Dcreate.rb240 when Time, Date, ::DateTime
/macosx-10.10/ruby-106/ruby/test/csv/
H A Dtest_data_converters.rb52 Date,
/macosx-10.10/ruby-106/ruby/test/json/
H A Dtest_json_addition.rb142 d = Date.today
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DImage.pm272 suitable for use with the L<Date|Template::Plugin::Date> plugin, for example:
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DResourceResponseBase.cpp302 case HTTPHeaderName::Date:
466 m_date = parseDateValueInHeader(m_httpHeaderFields, HTTPHeaderName::Date);
/macosx-10.10/rsync-45/rsync/packaging/
H A Drelease-rsync13 use Date::Format;
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/apps/utils/
H A Dxo-daemon39 date "[::xotcl::rcs date {$Date: 2006/02/18 22:17:32 $}]"
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/lib/
H A Dhtmllib.xotcl53 $Date: 2006/09/27 08:12:40 $
/macosx-10.10/vim-55/runtime/ftplugin/
H A DAppendMatchGroup.vim4 " Date: 6/30/2004
H A Dada.vim9 " $Date: 2008-07-08 16:29:01 +0200 (Di, 08 Jul 2008) $

Completed in 378 milliseconds

12345678