Searched refs:date (Results 101 - 125 of 899) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_maker_atom_feed.rb415 date = Time.parse("2004/11/1 10:10")
421 item.date = date
424 assert_equal(date, feed.items[0].updated.content)
425 assert_equal([date], feed.items[0].dc_dates.collect {|_date| _date.value})
429 date = Time.parse("2004/11/1 10:10")
433 maker.channel.dc_date = date
436 assert_equal(date, feed.updated.content)
437 assert_equal([date], feed.dc_dates.collect {|_date| _date.value})
441 date
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dcorefoundation.m28 +(NSString*)formatDate:(CFDateRef)date;
98 +(NSString*)formatDate:(CFDateRef)date
105 NULL, formatter, date);
/macosx-10.10/ruby-106/ruby/lib/rss/maker/
H A Dbase.rb358 :date => date,
361 _date = _parse_date_if_needed(date)
367 self.date ||= self.dc_date
370 date = keep[:date]
516 %w(date lastBuildDate).each do |date_element|
521 def date=(_date)
522 @date = _parse_date_if_needed(_date)
530 date
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dwindtfmt.h55 UnicodeString& format(UDate date, UnicodeString& appendTo) const;
60 * Set the calendar to be used by this date format. Initially, the default
69 * Set the calendar to be used by this date format. Initially, the default
130 inline UnicodeString &Win32DateFormat::format(UDate date, UnicodeString& appendTo) const { argument
131 return DateFormat::format(date, appendTo);
H A Ddatefmt.cpp124 UDate date = 0;
128 date = obj.getDate();
131 date = (UDate)obj.getDouble();
134 date = (UDate)obj.getLong();
145 return format(date, appendTo, fieldPosition);
159 UDate date = 0;
163 date = obj.getDate();
166 date = (UDate)obj.getDouble();
169 date = (UDate)obj.getLong();
180 return format(date, appendT
200 format(UDate date, UnicodeString& appendTo, FieldPosition& fieldPosition) const argument
219 format(UDate date, UnicodeString& appendTo, FieldPositionIterator* posIter, UErrorCode& status) const argument
237 format(UDate date, UnicodeString& appendTo) const argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Date/
H A D15.9.5.4.js144 * Thus, use a regexp of the form /date.toDateString()(.*)$/
147 function extractTimeString(date)
149 regexp = new RegExp(date.toDateString() + '(.*)' + '$');
153 hopeThisIsTimeString = date.toString().match(regexp)[1];
H A D15.9.5.7.js147 * So first, use a regexp of the form /date.toDateString()(.*)$/
152 function extractLocaleTimeString(date)
154 regexp = new RegExp(date.toDateString() + '(.*)' + '$');
157 TimeString = date.toString().match(regexp)[1];
/macosx-10.10/libxslt-13/libxslt/tests/exslt/date/
H A DMakefile.am8 date.1.out date.1.xml date.1.xsl \
9 date.2.out date.2.xml date.2.xsl \
54 @echo '## Running exslt date tests'
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtsdate.cpp150 UDate date[DEPTH]; local
161 date[0] = theDate;
167 date[i] = fFormat->parse(string[i-1], status);
175 fFormat->format(date[i], string[i]);
176 if (dateMatch == 0 && date[i] == date[i-1])
178 else if (dateMatch > 0 && date[i] != date[i-1])
203 errln((UnicodeString)"**** FAIL: No string and/or date match within " + fLimit
212 logln((UnicodeString)"" + k + ": " + date[
[all...]
H A Dtsdate.h40 * perform tests using date and fFormat, called in many variations
42 void tryDate(UDate date);
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dgrep-changelog52 "from-date=s" => \$from_date,
53 "to-date=s" => \$to_date,
55 "with-date" => \$with_date,
60 # If date options are specified, check that they have the format
82 --from-date=YYYY-MM-DD Match entries not older than given date
83 --to-date=YYYY-MM-DD Match entries not younger than given date
85 --with-date Print short date lin
[all...]
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/t/testlib/
H A DMyFoo.pm25 tdate date not null
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/Lite/Deserializer/
H A DXMLSchemaSOAP1_1.pm28 positiveInteger timeInstant time timePeriod date month year century
H A DXMLSchemaSOAP1_2.pm17 positiveInteger date time
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D05-customxml.t34 print $portfolio->type, " ", $portfolio->date, "\n";
35 ok($portfolio->type && $portfolio->date);
66 <PortfolioDistribution type="CE" date="09/30/2000" />
67 <PortfolioDistribution type="GB" date="09/30/2000" />
68 <PortfolioDistribution type="ST" date="09/30/2000">
82 <PortfolioDistribution type="TT" date="09/30/2000">
124 <PortfolioDistribution type="IB" date="09/30/2000">
162 <PortfolioDistribution type="SB" date="09/30/2000">
/macosx-10.10/ICU-531.30/icuSources/samples/uresb/
H A Dresources.mak15 @echo All targets are up to date
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A Dcssmdatetime.h26 * cssmdatetime.h -- defines for the CSSM date and time utilities for the Mac
53 extern void CFDateToCssmDate(CFDateRef date, char *outCssmDate);
59 // handles UTC (2-digit year) or generalized (4-digit year) date strings; terminated or not.
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A Dcssmdatetime.h26 * cssmdatetime.h -- defines for the CSSM date and time utilities for the Mac
53 extern void CFDateToCssmDate(CFDateRef date, char *outCssmDate);
59 // handles UTC (2-digit year) or generalized (4-digit year) date strings; terminated or not.
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A Dcssmdatetime.h26 * cssmdatetime.h -- defines for the CSSM date and time utilities for the Mac
53 extern void CFDateToCssmDate(CFDateRef date, char *outCssmDate);
59 // handles UTC (2-digit year) or generalized (4-digit year) date strings; terminated or not.
/macosx-10.10/WebCore-7600.1.25/html/
H A DInputTypeNames.h34 const AtomicString& date();
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dcache_disk_common.h53 apr_time_t date; member in struct:__anon6146
/macosx-10.10/apache-793/httpd/test/
H A Dcls.c99 time_t date, lmod, expire; local
139 date = hex2sec(line);
156 if (date != -1) {
157 ts = *gmtime(&date);
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts/
H A Dwebsrv.sh14 date=`date`
27 Date: $date"
85 $date access from ${TCPREMOTEINFO:=NO-IDENT}@${TCPREMOTEHOST:=$TCPREMOTEIP}
/macosx-10.10/mDNSResponder-561.1.1/Clients/
H A Ddnsctl.c38 static char date[16]; local
45 //display date only if it has changed
46 if (strncmp(date, new_date, sizeof(new_date)))
49 strncpy(date, new_date, sizeof(date));
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtkfrom.rb104 date = mail.header['Date']
105 next unless date
109 y, m, d = parsedate(date) if date

Completed in 290 milliseconds

1234567891011>>