Searched refs:date (Results 126 - 150 of 899) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/lib/rss/
H A Ddublincore.rb36 if method_defined?(:date)
37 alias date_without_#{DC_PREFIX}_date= date=
39 def date=(value)
44 alias date #{DC_PREFIX}_date
45 alias date= #{DC_PREFIX}_date=
77 "date" => "w3cdtf",
/macosx-10.10/ruby-106/ruby/sample/
H A Dfrom.rb21 def fromout(date, from, subj)
22 return 0 if !date
23 y, m, d = Time.parse(date).to_a.reverse[4, 3] if date
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dcalendar.itk4 # Implements a calendar widget for the selection of a date. It displays
7 # the dates for the month are modified. Selection of a date visually
8 # marks that date. The selected value can be monitored via the
10 # exist to select a date and show a particular month. The option set
85 public method get {{format "-string"}} ;# Returns the selected date
86 public method select {{date_ "now"}} ;# Selects date, moving select ring
87 public method show {{date_ "now"}} ;# Displays a specific date
200 # selects a date on the calendar, the date is substituted in
382 # Specifies the outline color used to surround the date tex
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dcal-dst.el42 current date apply to all years. This is faster, but not always
55 "Absolute date of starting date of system clock.")
58 "Absolute local date of time X; local time is UTC-DIFF seconds from UTC.
65 absolute date ABS-DATE is the equivalent moment to X."
77 (defun calendar-time-from-absolute (abs-date s)
78 "Time of absolute date ABS-DATE, S seconds after midnight.
83 midnight UTC on absolute date ABS-DATE."
84 (let* ((a (- abs-date calendar-system-time-basis))
137 (defun calendar-time-zone-daylight-rules (abs-date ut
[all...]
H A Dcal-html.el241 date)
330 (defun cal-html-htmlify-list (date-list date)
335 (dolist (p date-list (reverse result))
337 (calendar-date-equal date (car p))
349 "Generate a list of all diary-entries from absolute date D1 to D2."
365 date)
369 (setq date (list month (1+ i) year))
377 (calendar-day-number date))
[all...]
H A Dsolar.el58 (defvar date) function
401 (defun solar-exact-local-noon (date)
402 "Date and Universal Time of local noon at *local date* date.
404 The date may be different from the one asked for, but it will be the right
405 local date. The second component of date should be an integer."
406 (let* ((nd date)
408 (te (solar-time-equation date ut)))
412 (setq nd (list (car date) (
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dnnultimate.el82 headers article subject score from date lines parent point
173 (setq date (substring (car datel) (match-end 0))
176 (when date
177 (setq date (delete "" (split-string date "[-, \n\t\r ���]")))
178 (setq date
179 (if (or (member "AM" date)
180 (member "PM" date))
183 (nth 1 date)
184 (if (and (>= (length (nth 0 date))
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dbasictz.h122 * represented by <code>AnnualTimeZoneRule</code> with <code>DateTimeRule::DOW</code> for its date
129 * @param date The date used for extracting time zone rules.
133 * specified date, NULL is set.
136 * around the specified date, NULL is set.
140 virtual void getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial,
161 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
199 * @param start The start date used for extracting time zone rules
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Date/
H A D15.9.5.34-1.js24 ECMA Section: 15.9.5.34 Date.prototype.setMonth(mon [, date ] )
26 If date is not specified, this behaves as if date were specified with the
30 2. Call ToNumber(date).
31 3. If date is not specified, compute DateFromTime(t); otherwise, call ToNumber(date).
44 writeHeaderToLog( SECTION + " Date.prototype.setMonth(mon [, date ] )");
159 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
168 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
185 this.date
[all...]
H A D15.9.5.35-1.js24 ECMA Section: 15.9.5.35 Date.prototype.setUTCMonth(mon [,date])
33 writeHeaderToLog( SECTION + " Date.prototype.setUTCMonth(mon [,date] ) ");
79 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
88 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
105 this.date = 0;
122 d.date = DateFromTime(t);
129 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
134 function SetUTCMonth( t, month, date ) {
137 var DATE = ( date == void 0) ? DateFromTime(T) : Number( date );
[all...]
H A D15.9.5.36-1.js24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] )
28 value getMonth( ). If date is not specified, this behaves as if date were
36 4. If date is not specified, compute DateFromTime(t); otherwise, call
37 ToNumber(date).
53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )");
179 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
188 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
206 this.date = 0;
223 d.date
[all...]
H A D15.9.5.36-2.js24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] )
28 value getMonth( ). If date is not specified, this behaves as if date were
36 4. If date is not specified, compute DateFromTime(t); otherwise, call
37 ToNumber(date).
53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )");
165 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
174 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
192 this.date = 0;
209 d.date
[all...]
H A D15.9.5.36-3.js24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] )
28 value getMonth( ). If date is not specified, this behaves as if date were
36 4. If date is not specified, compute DateFromTime(t); otherwise, call
37 ToNumber(date).
53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )");
152 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
161 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
179 this.date = 0;
196 d.date
[all...]
H A D15.9.5.36-4.js24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] )
28 value getMonth( ). If date is not specified, this behaves as if date were
36 4. If date is not specified, compute DateFromTime(t); otherwise, call
37 ToNumber(date).
53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )");
139 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
148 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
166 this.date = 0;
183 d.date
[all...]
H A D15.9.5.36-5.js24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] )
28 value getMonth( ). If date is not specified, this behaves as if date were
36 4. If date is not specified, compute DateFromTime(t); otherwise, call
37 ToNumber(date).
53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )");
126 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
135 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
153 this.date = 0;
170 d.date
[all...]
H A D15.9.5.36-6.js24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] )
28 value getMonth( ). If date is not specified, this behaves as if date were
36 4. If date is not specified, compute DateFromTime(t); otherwise, call
37 ToNumber(date).
53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )");
113 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
122 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
140 this.date = 0;
157 d.date
[all...]
H A D15.9.5.36-7.js24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] )
28 value getMonth( ). If date is not specified, this behaves as if date were
36 4. If date is not specified, compute DateFromTime(t); otherwise, call
37 ToNumber(date).
53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )");
98 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
107 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
125 this.date = 0;
142 d.date
[all...]
H A D15.9.5.37-1.js24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] )
28 value getUTCMonth( ). If date is not specified, this behaves as if date
35 4. If date is not specified, compute DateFromTime(t); otherwise, call
36 ToNumber(date).
51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )");
171 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
180 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
198 this.date = 0;
215 d.date
[all...]
H A D15.9.5.37-2.js24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] )
28 value getUTCMonth( ). If date is not specified, this behaves as if date
35 4. If date is not specified, compute DateFromTime(t); otherwise, call
36 ToNumber(date).
51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )");
145 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
154 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
172 this.date = 0;
189 d.date
[all...]
H A D15.9.5.37-3.js24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] )
28 value getUTCMonth( ). If date is not specified, this behaves as if date
35 4. If date is not specified, compute DateFromTime(t); otherwise, call
36 ToNumber(date).
51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )");
131 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
140 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
158 this.date = 0;
175 d.date
[all...]
H A D15.9.5.37-4.js24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] )
28 value getUTCMonth( ). If date is not specified, this behaves as if date
35 4. If date is not specified, compute DateFromTime(t); otherwise, call
36 ToNumber(date).
51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )");
113 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
122 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
140 this.date = 0;
157 d.date
[all...]
H A D15.9.5.37-5.js24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] )
28 value getUTCMonth( ). If date is not specified, this behaves as if date
35 4. If date is not specified, compute DateFromTime(t); otherwise, call
36 ToNumber(date).
51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )");
96 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
105 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
123 this.date = 0;
140 d.date
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKCookieManager.cpp59 void WKCookieManagerDeleteAllCookiesModifiedAfterDate(WKCookieManagerRef cookieManagerRef, double date) argument
61 toImpl(cookieManagerRef)->deleteAllCookiesModifiedAfterDate(date);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Cookies/
H A DWebCookieManager.cpp81 void WebCookieManager::deleteAllCookiesModifiedAfterDate(double date) argument
83 WebCore::deleteAllCookiesModifiedAfterDate(NetworkStorageSession::defaultStorageSession(), date); local
/macosx-10.10/dtrace-147/test/tst/common/predicates/
H A Dtst.predcache.ksh106 seconds=`date +%S`
129 seconds=`date +%S`

Completed in 212 milliseconds

1234567891011>>