Searched +refs:date +refs:string (Results 1 - 25 of 289) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dcal-tex.el83 (defcustom cal-tex-daily-string
84 '(let* ((year (extract-calendar-year date))
85 (day (calendar-day-number date))
88 "*An expression in the variable `date' whose value is placed on date.
89 The string resulting from evaluating this expression is placed at the bottom
90 center of `date' on the monthly calendar, next to the date in the weekly
98 (calendar-hebrew-date-string dat
[all...]
H A Dcal-julian.el39 (defvar date) function
45 (defun calendar-julian-from-absolute (date)
47 The absolute date is the number of days elapsed since the (imaginary)
48 Gregorian date Sunday, December 31, 1 BC."
49 (let* ((approx (/ (+ date 2) 366));; Approximation from below.
53 (>= date (calendar-absolute-from-julian (list 1 1 (1+ y))))
57 (> date
67 (- date (1- (calendar-absolute-from-julian (list month 1 year))))))
70 (defun calendar-absolute-from-julian (date)
71 "The number of days elapsed between the Gregorian date 1
[all...]
H A Dcal-islam.el39 (defvar date) function
43 (defvar original-date)
53 "Absolute date of start of Islamic calendar = August 29, 284 A.D. (Julian).")
67 (defun islamic-calendar-day-number (date)
68 "Return the day number within the year of the Islamic date DATE."
69 (let* ((month (extract-calendar-month date))
70 (day (extract-calendar-day date)))
75 (defun calendar-absolute-from-islamic (date)
76 "Absolute date of Islamic DATE.
77 The absolute date i
[all...]
H A Dcal-bahai.el58 (defvar date) function
62 (defvar original-date)
72 "Absolute date of start of Baha'i calendar = March 19, 622 A.D. (Julian).")
81 (defun calendar-absolute-from-bahai (date)
82 "Compute absolute date from Baha'i date DATE.
83 The absolute date is the number of days elapsed since the (imaginary)
84 Gregorian date Sunday, December 31, 1 BC."
85 (let* ((month (extract-calendar-month date))
86 (day (extract-calendar-day date))
[all...]
H A Dcal-html.el46 :type 'string
63 :type '(vector string string string string string string string)
84 :type 'string
93 (defconst cal-html-e-document-string "<B
[all...]
H A Dholidays.el105 (date (if arg
106 (calendar-read-date t)
107 (calendar-current-date)))
108 (displayed-month (extract-calendar-month date))
109 (displayed-year (extract-calendar-year date)))
137 (int-to-string (extract-calendar-year
138 (calendar-current-date)))))
143 (int-to-string start-year)))
163 (which (if (string-equal choice "Ask")
166 (name (if (string
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DDate.pm7 # Plugin to generate formatted date strings.
65 # Returns a formatted time/date string for the specified time, $time,
85 my (@date, $datestr);
90 @date = (gmtime($time))[0..6];
93 @date = (localtime($time))[0..6];
99 # 'H:M:S D:M:Y' string
106 @date = @parts[reverse 0..5];
110 @date = @parts[2,1,0,3..5];
114 if (!@date) {
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Archive/
H A DArchiveInternals.h23 #define ARFILE_MAGIC "!<arch>\n" ///< magic string
24 #define ARFILE_MAGIC_LEN (sizeof(ARFILE_MAGIC)-1) ///< length of magic string
28 #define ARFILE_STRTAB_NAME "// " ///< Name of string table
47 char date[12]; ///< File date, decimal seconds since Epoch member in class:llvm::ArchiveMemberHeader
60 memset(date,' ',12);
77 std::vector<std::string>& symbols,
78 std::string* ErrMsg);
81 const std::string& ModuleID,
83 std::vector<std::string>
[all...]
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/tools/
H A Dchangelog_to_list21 set chunk(date) {}
27 if {[cl:parse:chunk_intro $line date person]} {
30 cl:parse:init_chunk $date $person
61 regsub -all "\[ \t\]+" [string trim [string range $line $da $de]] { } d
62 regsub -all "\[ \t\]+" [string trim [string range $line [incr de] end]] { } p
83 if {$c(date) != {}} {
84 lappend r [list $c(date) $c(person) $c(items)]
85 set c(date) {}
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/tools/
H A Dchangelog_to_list21 set chunk(date) {}
27 if {[cl:parse:chunk_intro $line date person]} {
30 cl:parse:init_chunk $date $person
61 regsub -all "\[ \t\]+" [string trim [string range $line $da $de]] { } d
62 regsub -all "\[ \t\]+" [string trim [string range $line [incr de] end]] { } p
83 if {$c(date) != {}} {
84 lappend r [list $c(date) $c(person) $c(items)]
85 set c(date) {}
[all...]
/macosx-10.10/CPAN-56/
H A DgenOSS.pl70 date => '2010-03-15',
81 date => '2010-03-15',
92 date => '2010-03-15',
101 date => '2010-03-15',
110 date => '2010-03-15',
119 date => '2010-03-15',
128 date => '2010-03-15',
165 date => '2010-03-15',
172 date => '2010-03-15',
183 date
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A Dcssmdatetime.cpp23 * cssmdatetime.cpp -- CSSM date and time utilities for the Mac
32 #include <string.h>
74 * time string, convert to 32-bit Mac time in seconds.
87 CFGregorianDate date; local
88 ::memset( &date, 0, sizeof(date) );
159 date.year = x;
166 /* in the string, months are from 1 to 12 */
172 date.month = x;
184 date
249 CFGregorianDate date = CFAbsoluteTimeGetGregorianDate(absTime, timeZone); local
271 CFDateToCssmDate(CFDateRef date, char *outCssmDate) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A Dcssmdatetime.cpp23 * cssmdatetime.cpp -- CSSM date and time utilities for the Mac
32 #include <string.h>
74 * time string, convert to 32-bit Mac time in seconds.
87 CFGregorianDate date; local
88 ::memset( &date, 0, sizeof(date) );
159 date.year = x;
166 /* in the string, months are from 1 to 12 */
172 date.month = x;
184 date
249 CFGregorianDate date = CFAbsoluteTimeGetGregorianDate(absTime, timeZone); local
271 CFDateToCssmDate(CFDateRef date, char *outCssmDate) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A Dcssmdatetime.cpp23 * cssmdatetime.cpp -- CSSM date and time utilities for the Mac
32 #include <string.h>
74 * time string, convert to 32-bit Mac time in seconds.
87 CFGregorianDate date; local
88 ::memset( &date, 0, sizeof(date) );
159 date.year = x;
166 /* in the string, months are from 1 to 12 */
172 date.month = x;
184 date
249 CFGregorianDate date = CFAbsoluteTimeGetGregorianDate(absTime, timeZone); local
271 CFDateToCssmDate(CFDateRef date, char *outCssmDate) argument
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dcalendar.rb46 KEY_TBL = [ [?d, ?s, :date], nil ]
47 PROC_TBL = [ [?s, TkComm.method(:string) ], nil ]
75 # array of config-option key (string or symbol)
104 tk_call(@path, 'get', '-string')
112 def select(date)
113 tk_call(@path, 'select', date)
117 def show(date)
118 tk_call(@path, 'show', date)
/macosx-10.10/emacs-93/emacs/lisp/
H A Dtimezone.el68 (defun timezone-make-date-arpa-standard (date &optional local timezone)
69 "Convert DATE to an arpanet standard date.
74 (let ((new (timezone-fix-time date local timezone)))
75 (timezone-make-arpa-date (aref new 0) (aref new 1) (aref new 2)
76 (timezone-make-time-string
81 (defun timezone-make-date-sortable (date &optional local timezone)
82 "Convert DATE to a sortable date string
[all...]
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Ddislocate66 unset ::date($pid)
71 # pid#date-started#argv
74 set date(dummy) dummy; unset date(dummy)
87 global date proc pidfile
99 # while pid and date can't have # in it, proc can
101 set date($pid) $xdate
115 foreach pid [array names date] {
132 global pidfile date proc
137 foreach pid [array names date] {
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtsdate.cpp150 UDate date[DEPTH]; local
151 UnicodeString string[DEPTH]; local
161 date[0] = theDate;
162 fFormat->format(theDate, string[0]);
167 date[i] = fFormat->parse(string[i-1], status);
171 errln("**** FAIL: Parse of " + prettify(string[i-1], FALSE) + " failed.");
175 fFormat->format(date[i], string[i]);
176 if (dateMatch == 0 && date[
[all...]
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dversion.c114 #include <string.h>
140 int cflags=0,version=0,date=0,options=0,platform=0,dir=0; local
154 date=1;
164 date=version=cflags=options=platform=dir=1;
186 if (date) printf("%s\n",SSLeay_version(SSLEAY_BUILT_ON));
/macosx-10.10/libxml2-26/libxml2/doc/
H A Dqueries.py9 import string
26 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))
77 if string.find(str, "'") != -1 or \
78 string.find(str, '"') != -1 or \
79 string.find(str, "\\") != -1 or \
80 string.find(str, " ") != -1 or \
81 string
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/Lite/Deserializer/
H A DXMLSchemaSOAP1_1.pm25 string float double decimal timeDuration recurringDuration uriReference
28 positiveInteger timeInstant time timePeriod date month year century
H A DXMLSchemaSOAP1_2.pm13 string float double decimal dateTime timePeriod gMonth gYearMonth gYear
17 positiveInteger date time
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmdata.cpp55 string CssmData::toString() const
58 string(reinterpret_cast<const char *>(data()), length())
60 string();
69 string CssmData::toHex() const
72 string result;
113 string CssmData::toOid() const
125 string s = buffer;
144 data.append(p, buffer + sizeof(buffer) - p); // append generated byte string
148 // Convert OID string (1.2.3...) into CssmOid form.
234 CssmDateData::CssmDateData(const CSSM_DATE &date) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmdata.cpp55 string CssmData::toString() const
58 string(reinterpret_cast<const char *>(data()), length())
60 string();
69 string CssmData::toHex() const
72 string result;
113 string CssmData::toOid() const
125 string s = buffer;
144 data.append(p, buffer + sizeof(buffer) - p); // append generated byte string
148 // Convert OID string (1.2.3...) into CssmOid form.
234 CssmDateData::CssmDateData(const CSSM_DATE &date) argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKCookieManager.cpp51 toImpl(cookieManagerRef)->deleteCookiesForHostname(toImpl(hostname)->string());
59 void WKCookieManagerDeleteAllCookiesModifiedAfterDate(WKCookieManagerRef cookieManagerRef, double date) argument
61 toImpl(cookieManagerRef)->deleteAllCookiesModifiedAfterDate(date);

Completed in 159 milliseconds

1234567891011>>