Searched refs:date (Results 176 - 200 of 899) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Date/
H A D15.9.5.24-6.js72 var DateString = "var date = new Date("+ startms +"); date.setMilliseconds("+ newms +"); date";
85 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
94 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
112 this.date = 0;
129 d.date = DateFromTime(t);
136 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
H A D15.9.5.24-7.js71 var DateString = "var date = new Date("+ startms +"); date.setMilliseconds("+ newms +"); date";
84 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
93 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
111 this.date = 0;
128 d.date = DateFromTime(t);
135 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
H A D15.9.5.24-8.js67 var DateString = "var date = new Date("+ startms +"); date.setMilliseconds("+ newms +"); date";
80 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
89 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
107 this.date = 0;
124 d.date = DateFromTime(t);
131 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
H A D15.9.5.32-1.js24 ECMA Section: 15.9.5.32 Date.prototype.setDate(date)
27 2. Call ToNumber(date).
40 writeHeaderToLog( SECTION + " Date.prototype.setDate(date) ");
95 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
104 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
121 this.date = 0;
138 d.date = DateFromTime(t);
145 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
151 function SetDate( t, date ) {
153 var DATE = Number( date );
[all...]
H A D15.9.5.33-1.js24 ECMA Section: 15.9.5.33 Date.prototype.setUTCDate(date)
27 2. Call ToNumber(date).
40 writeHeaderToLog( SECTION + " Date.prototype.setUTCDate(date) ");
95 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
104 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", LocalDate.date, DateCase.getDate() );
121 this.date = 0;
138 d.date = DateFromTime(t);
145 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
150 function SetUTCDate( t, date ) {
152 var DATE = Number( date );
[all...]
/macosx-10.10/vim-55/runtime/doc/
H A Dvim2html.pl9 use vars qw/%url $date/;
12 $date = `date`;
13 chop $date;
167 <p><i>Generated by vim2html on $date</i></p>
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A Dgeneric.pm80 my ($self, $date, $p, @args) = @_;
81 return unless defined $date;
91 # Preprocess - can modify $date and fill %p
94 $date = $args{preprocess}->( input => $date, parsed => \%p, %param );
97 my $rv = $class->do_match( $date, @args ) if $class->can('do_match');
103 $args{$type}->( input => $date, %param ) if $args{$type};
108 $dt = $class->post_match( $date, $rv, \%p ) if $class->can('post_match');
115 input => $date,
123 $dt = $class->make( $date,
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dtestcms20 $SECURITY cms -S -N $NAME -Y NONE -G -i content -o signed+date
21 $SECURITY cms -D -i signed+date -o signed+date.out
22 $SECURITY cms -D -h 0 -n -i signed+date
23 cmp content signed+date.out
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dtestcms20 $SECURITY cms -S -N $NAME -Y NONE -G -i content -o signed+date
21 $SECURITY cms -D -i signed+date -o signed+date.out
22 $SECURITY cms -D -h 0 -n -i signed+date
23 cmp content signed+date.out
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dtestcms20 $SECURITY cms -S -N $NAME -Y NONE -G -i content -o signed+date
21 $SECURITY cms -D -i signed+date -o signed+date.out
22 $SECURITY cms -D -h 0 -n -i signed+date
23 cmp content signed+date.out
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dtestcms20 $SECURITY cms -S -N $NAME -Y NONE -G -i content -o signed+date
21 $SECURITY cms -D -i signed+date -o signed+date.out
22 $SECURITY cms -D -h 0 -n -i signed+date
23 cmp content signed+date.out
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dtestcms20 $SECURITY cms -S -N $NAME -Y NONE -G -i content -o signed+date
21 $SECURITY cms -D -i signed+date -o signed+date.out
22 $SECURITY cms -D -h 0 -n -i signed+date
23 cmp content signed+date.out
/macosx-10.10/ruby-106/ruby/lib/
H A Dtime.rb1 require 'date'
11 # date strings and Time objects:
13 # * date-time defined by {RFC 2822}[http://www.ietf.org/rfc/rfc2822.txt]
14 # * HTTP-date defined by {RFC 2616}[http://www.ietf.org/rfc/rfc2616.txt]
42 # Any missing pieces of the date are inferred based on the current date.
44 # # assuming the current date is "2011-10-31"
47 # We can change the date used to infer our missing elements by passing a second
70 # to handle the year component of the date. This is specifically designed for
162 # In RFC 2822, -0000 the date
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlschemastypes.c121 xmlSchemaValDate date; member in union:_xmlSchemaVal::__anon9931
328 * TODO: Always keep those structs up-to-date with the originals.
469 xmlSchemaTypeDateDef = xmlSchemaInitBasicType("date",
1163 dt->type,dt->value.date.year,dt->value.date.mon, \
1164 dt->value.date.day,dt->value.date.hour,dt->value.date.min, \
1165 dt->value.date.sec); \
1166 if (dt->value.date
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemastypes.c121 xmlSchemaValDate date; member in union:_xmlSchemaVal::__anon12164
328 * TODO: Always keep those structs up-to-date with the originals.
469 xmlSchemaTypeDateDef = xmlSchemaInitBasicType("date",
1163 dt->type,dt->value.date.year,dt->value.date.mon, \
1164 dt->value.date.day,dt->value.date.hour,dt->value.date.min, \
1165 dt->value.date.sec); \
1166 if (dt->value.date
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/forms/
H A DWKFormInputControl.mm131 - (NSInteger)_timeZoneOffsetFromGMT:(NSDate *)date
136 return [_datePicker.get().timeZone secondsFromGMTForDate:date];
151 NSDate *date = [_datePicker date];
152 [_view page]->setAssistedNodeValueAsNumber(([date timeIntervalSince1970] + [self _timeZoneOffsetFromGMT:date]) * kMillisecondsPerSecond);
170 [_view page]->setAssistedNodeValue([dateFormatter stringFromDate:[_datePicker date]]);
176 // different date types. It is sometimes easier to set the date in different ways:
177 // - use setValueAsString for "date", "mont
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Dlog.c236 * 'cupsdGetDateTime()' - Returns a pointer to a date/time string.
244 struct tm *date; /* Date/time value */ local
281 * Get the date and time from the UNIX time value, and then format it
294 date = localtime(&(t->tv_sec));
298 date->tm_mday, months[date->tm_mon], 1900 + date->tm_year,
299 date->tm_hour, date->tm_min, date
[all...]
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dcredential.c44 CFGregorianDate date = CFAbsoluteTimeGetGregorianDate(cred->creationTime, sys_tz); local
47 str = CFStringCreateWithFormat(kCFAllocatorDefault, NULL, CFSTR("credential: right=%s, shared=%i, creation=%01i:%01i:%01i, valid=%i"), cred->name, cred->shared, date.hour,date.minute,(int32_t)date.second, cred->valid);
49 str = CFStringCreateWithFormat(kCFAllocatorDefault, NULL, CFSTR("credential: uid=%i, name=%s, shared=%i, creation=%01i:%01i:%01i valid=%i"), cred->uid, cred->name, cred->shared, date.hour,date.minute,(int32_t)date.second, cred->valid);
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dtime-date.el1 ;;; time-date.el --- Date and time handling functions
96 (autoload 'timezone-make-date-arpa-standard "timezone")
99 (defun date-to-time (date)
100 "Parse a string that represents a date-time and return a time value."
110 (timezone-make-date-arpa-standard date)))
111 (error (error "Invalid date: %s" date))))
152 TIME should be either a time value or a date
[all...]
H A Ddiary-lib.el48 "Generate the diary window for ARG days starting with the current date.
54 (let ((date (calendar-current-date)))
55 (diary-list-entries date (if arg (prefix-numeric-value arg)))))
61 match ARG days starting with the date indicated by the cursor position
65 (diary-list-entries (calendar-cursor-to-date t) arg))
69 Searches for entries that match ARG days, starting with the date indicated
87 (autoload 'diary-french-date "cal-french"
88 "French calendar equivalent of date diary entry.")
90 (autoload 'diary-mayan-date "ca
184 (defvar date) function
[all...]
/macosx-10.10/ntp-92/scripts/
H A Dsummary.in32 my $enddate=`date -u +%Y%m%d`; chomp $enddate; --$enddate;
38 "start-date=s" => \$startdate,
39 "end-date=s" => \$enddate,
64 die "$startdate: invalid start date|$`|$&|$'"
66 die "$enddate: invalid end date"
350 my $date;
352 $date = $_; $date =~ s/.*($log_date_pattern)$/$1/;
353 if ($date ge $startdate && $date l
[all...]
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dchangelog.vim10 " description: the format sent to strftime() to generate a date string.
17 " adds a new changelog entry for the current user for the current date.
122 " Format used for new date entries.
127 " Format used for new entries to current date entry.
132 " Regular expression used to find a given date entry.
137 " Regular expression used to find the end of a date entry
143 " Substitutes specific items in new date-entry formats and search strings.
145 function! s:substitute_items(str, date, user)
147 let middles = {'%': '%', 'd': a:date, 'u': a:user, 'c': '{cursor}'}
179 let date
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/
H A DStrptime.pm52 my $date = shift;
55 my $dt = eval { $self->{strptime}->parse_datetime($date) };
65 # ABSTRACT: strptime based date parsing
73 DateTime::Format::Builder::Parser::Strptime - strptime based date parsing
/macosx-10.10/WebKit-7600.1.25/mac/History/
H A DWebHistory.mm158 NSDate *date = [NSDate dateWithTimeIntervalSinceReferenceDate:interval];
164 [calendar rangeOfUnit:NSCalendarUnitDay startDate:&beginningOfDayDate interval:&dayLength forDate:date];
170 CFGregorianDate date = CFAbsoluteTimeGetGregorianDate(interval, timeZone);
171 date.hour = 0;
172 date.minute = 0;
173 date.second = 0;
174 beginningOfDay = CFGregorianDateGetAbsoluteTime(date, timeZone);
175 date.day += 1;
176 beginningOfNextDay = CFGregorianDateGetAbsoluteTime(date, timeZone);
181 static inline NSTimeInterval beginningOfDay(NSTimeInterval date)
[all...]
/macosx-10.10/libxml2-26/libxml2/doc/
H A Dqueries.py26 date = time.strftime("%Y%m%d")
27 f = open("searches/%s-%s.xml" % (base, date), "w")
39 f.write("<queries total='%d' uniq='%d' nr='%d' date='%s'>\n" % (
40 total, uniq, number, date))

Completed in 184 milliseconds

1234567891011>>