Lines Matching refs:Function
42 // Helper function to throw error.
43 function ThrowDateTypeError() {
51 function LocalTimezone(t) {
63 function UTC(time) {
72 function MakeTime(hour, min, sec, ms) {
85 function TimeInYear(year) {
96 function MakeDay(year, month, date) {
115 function MakeDate(day, time) {
128 function TimeClip(time) {
145 %SetCode($Date, function(year, month, date, hours, minutes, seconds, ms) {
213 function TwoDigitString(value) {
218 function DateString(date) {
232 function LongDateString(date) {
240 function TimeString(date) {
247 function TimeStringUTC(date) {
254 function LocalTimezoneString(date) {
267 function DatePrintString(date) {
277 function DateParse(string) {
294 function DateUTC(year, month, date, hours, minutes, seconds, ms) {
314 function DateNow() {
320 function DateToString() {
330 function DateToDateString() {
339 function DateToTimeString() {
349 function DateToLocaleString() {
355 function DateToLocaleDateString() {
364 function DateToLocaleTimeString() {
373 function DateValueOf() {
380 function DateGetTime() {
387 function DateGetFullYear() {
394 function DateGetUTCFullYear() {
401 function DateGetMonth() {
408 function DateGetUTCMonth() {
415 function DateGetDate() {
422 function DateGetUTCDate() {
429 function DateGetDay() {
436 function DateGetUTCDay() {
443 function DateGetHours() {
450 function DateGetUTCHours() {
457 function DateGetMinutes() {
464 function DateGetUTCMinutes() {
471 function DateGetSeconds() {
478 function DateGetUTCSeconds() {
485 function DateGetMilliseconds() {
492 function DateGetUTCMilliseconds() {
499 function DateGetTimezoneOffset() {
506 function DateSetTime(ms) {
514 function DateSetMilliseconds(ms) {
524 function DateSetUTCMilliseconds(ms) {
537 function DateSetSeconds(sec, ms) {
548 function DateSetUTCSeconds(sec, ms) {
559 function DateSetMinutes(min, sec, ms) {
572 function DateSetUTCMinutes(min, sec, ms) {
585 function DateSetHours(hour, min, sec, ms) {
599 function DateSetUTCHours(hour, min, sec, ms) {
613 function
623 function DateSetUTCDate(date) {
633 function DateSetMonth(month, date) {
644 function DateSetUTCMonth(month, date) {
655 function DateSetFullYear(year, month, date) {
676 function DateSetUTCFullYear(year, month, date) {
697 function DateToUTCString() {
711 function DateGetYear() {
718 function DateSetYear(year) {
743 // says that toGMTString should be the same Function object as
745 // do that either. Instead, we create a new function whose name
747 function DateToGMTString() {
752 function PadInt(n, digits) {
759 function DateToISOString() {
785 function DateToJSON(key) {
795 function ResetDateCache() {
809 function SetUpDate() {