Searched refs:date (Results 276 - 300 of 899) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A Dder_plist_internal.h81 size_t der_sizeof_date(CFDateRef date, CFErrorRef *error);
83 uint8_t* der_encode_date(CFDateRef date, CFErrorRef *error,
87 CFDateRef* date, CFErrorRef *error,
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBKey.h57 static PassRefPtr<IDBKey> createDate(double date) argument
59 return adoptRef(new IDBKey(DateType, date));
125 double date() const function in class:WebCore::IDBKey
/macosx-10.10/apr-32/apr-util/apr-util/test/
H A Dtestdate.c178 apr_time_t date; local
184 date = apr_date_parse_rfc(tests[i].input);
186 apr_rfc822_date(str_date, date);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Lib/PyObjCTools/
H A DConversion.py26 datetime.date, datetime.datetime, bool, memoryview, type(None),
29 datetime.date, datetime.datetime, bool, buffer, type(None),
151 elif isinstance(aPyCollection, (datetime.datetime, datetime.date)):
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Drnewspost.el296 (let (from cc subject date to reply-to message-id
305 date (mail-fetch-field "date")
318 date))
329 (let (from cc subject date to followup-to newsgroups message-of
347 date (mail-fetch-field "date")
380 date)))))
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoDocument.py80 now = NSDate.date()
129 date = self.calendar.selectedDay()
130 self.setCurrentItems_(self._activeDays.objectForKey_(date))
213 def calendarMatrix_didChangeToDate_(self, matrix, date):
217 self.setCurrentItems_(self._activeDays.objectForKey_(date))
223 date.descriptionWithCalendarFormat_timeZone_locale_(
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoDocument.py80 now = NSDate.date()
129 date = self.calendar.selectedDay()
130 self.setCurrentItems_(self._activeDays.objectForKey_(date))
213 def calendarMatrix_didChangeToDate_(self, matrix, date):
217 self.setCurrentItems_(self._activeDays.objectForKey_(date))
223 date.descriptionWithCalendarFormat_timeZone_locale_(
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/Todo/
H A DToDoDocument.py80 now = NSDate.date()
129 date = self.calendar.selectedDay()
130 self.setCurrentItems_(self._activeDays.objectForKey_(date))
213 def calendarMatrix_didChangeToDate_(self, matrix, date):
217 self.setCurrentItems_(self._activeDays.objectForKey_(date))
223 date.descriptionWithCalendarFormat_timeZone_locale_(
/macosx-10.10/rsync-45/rsync/support/
H A Drsyncstats157 $date, $nfiles, $nbytes/(1024*1024), $pctfiles, $pctbytes
163 foreach $date (sort datecompare keys %xferbytes) {
165 $nfiles = $xferfiles{$date};
166 $nbytes = $xferbytes{$date};
167 $pctfiles = sprintf("%8.2f", 100*$xferfiles{$date} / $xferfiles);
168 $pctbytes = sprintf("%8.2f", 100*$xferbytes{$date} / $xferbytes);
/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_dublincore.rb169 if name == :date
177 assert_nil(parent.date)
179 assert_equal(t, parent.date)
182 parent.date = value
183 assert_equal(value, parent.date)
208 if name == :date
/macosx-10.10/BerkeleyDB-21/db/test/scr030/
H A Dchk.build23 (echo `date`; echo "run: $1: $dir") | tee CONFIGURATION
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dethpccal.cpp138 * The system maintains a static default century start date and Year. They are
139 * initialized the first time they are used. Once the system default century date
197 EthiopicCalendar::ethiopicToJD(int32_t year, int32_t month, int32_t date)
199 return ceToJD(year, month, date, JD_EPOCH_OFFSET_AMETE_MIHRET);
H A Dolsontz.cpp225 // Note: Setting finalStartYear to the finalZone is problematic. When a date is around
380 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis); local
382 getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff, dstoff);
389 void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t& rawoff, argument
394 if (finalZone != NULL && date >= finalStartMillis) {
395 finalZone->getOffset(date, local, rawoff, dstoff, ec);
397 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
402 OlsonTimeZone::getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, argument
407 if (finalZone != NULL && date >= finalStartMillis) {
408 finalZone->getOffsetFromLocal(date, nonExistingTimeOp
473 getHistoricalOffset(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt, int32_t& rawoff, int32_t& dstoff) const argument
601 inDaylightTime(UDate date, UErrorCode& ec) const argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dtznames.h95 * to meta zones mapping data are stored by date range.
188 * Returns the meta zone ID for the given canonical time zone ID at the given date.
190 * @param date The date.
191 * @param mzID Receives the meta zone ID for the given time zone ID at the given date. If the time zone does not have a
192 * corresponding meta zone at the given date or the implementation does not support meta zones, "bogus" state
197 virtual UnicodeString& getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const = 0;
263 * Returns the display name of the time zone at the given date.
271 * @param date The date
[all...]
/macosx-10.10/OpenSSL098-52/src/shlib/
H A Dsolaris.sh3 echo "#define DATE \"`date`\"" >crypto/date.h
/macosx-10.10/Security-57031.1.35/Security/libsecurity_manifest/lib/
H A DSecureDownload.cpp92 OSStatus SecureDownloadCopyCreationDate (SecureDownloadRef downloadRef, CFDateRef* date) argument
98 Required (date) = d->CopyDate ();
/macosx-10.10/curl-83.1.2/curl/
H A Dmaketgz48 # requires a date command that knows -u for UTC time zone
49 datestamp=`date -u`
131 git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./log2changes.pl > CHANGES.dist
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dcal-hebrew.el40 (defvar date) function
45 (defvar original-date)
117 (defun calendar-absolute-from-hebrew (date)
118 "Absolute date of Hebrew DATE.
119 The absolute date is the number of days elapsed since the (imaginary)
120 Gregorian date Sunday, December 31, 1 BC."
121 (let* ((month (extract-calendar-month date))
122 (day (extract-calendar-day date))
123 (year (extract-calendar-year date)))
138 -1373429))) ;; Days elapsed before absolute date
[all...]
/macosx-10.10/file_cmds-242/mtree/test/
H A Dtest03.sh34 date > _FOO/_size
/macosx-10.10/ntp-92/scripts/stats/
H A Dsummary.sh9 DATE=`date +20%y%m%d`
/macosx-10.10/pyobjc-45/2.5/
H A DGNUmakefile63 (echo "######## Building $$vers:" `date` '########' > "$(SYMROOT)/$$vers/LOG" 2>&1 && \
73 echo "######## Finished $$vers:" `date` '########' >> "$(SYMROOT)/$$vers/LOG" 2>&1 \
/macosx-10.10/remote_cmds-47/timed.tproj/timed.tproj/
H A Dextern.h61 char *date(void);
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_build_command.rb28 @gem.date = "2010-11-08"
47 assert_match(/invalid date format in specification/, err)
/macosx-10.10/security_systemkeychain-55202/src/
H A Dsecurity-checksystem20 NOW=$(date "+%F.%T")
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-216320.js80 date=formfield.value;
83 year=date.substring(0,4);
84 hy1=date.charAt(4);
85 month=date.substring(5,7);
86 hy2=date.charAt(7);
87 day=date.substring(8,10);
93 if(date.match(/^\s*$/)) {return true; }
115 date=formfield.value;
116 year=date.substring(0,4);
117 hy1=date
[all...]

Completed in 304 milliseconds

<<11121314151617181920>>