Searched refs:seconds (Results 176 - 200 of 527) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/cgi-bin/soap/
H A Dtclsoap-Test.tcl28 [clock format [clock seconds] -format {%Y%m%dT%H%M%S} \
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/samples/
H A Dsoap-methods-server.tcl49 return [clock format [clock seconds]]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/generic/
H A DtclXoscmds.c69 * alarm seconds
83 double seconds;
86 return TclX_WrongArgs (interp, objv [0], "seconds");
88 if (Tcl_GetDoubleFromObj (interp, objv[1], &seconds) != TCL_OK)
91 if (TclXOSsetitimer (interp, &seconds, "alarm") != TCL_OK)
94 Tcl_SetDoubleObj (Tcl_GetObjResult (interp), seconds);
223 * sleep seconds
240 return TclX_WrongArgs (interp, objv [0], "seconds");
82 double seconds; local
H A DtclXselect.c333 double timeout, seconds, microseconds;
342 seconds = floor (timeout);
343 microseconds = (timeout - seconds) * 1000000.0;
344 timeoutRec.tv_sec = (long) seconds;
329 double timeout, seconds, microseconds; local
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dall.tcl37 set timeCmd {clock format [clock seconds]}
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxslt/library/
H A Dxsltcache.tcl86 set stylesheets($ssheet,time) [clock seconds]
92 set results($hash,time) [clock seconds]
131 set sources($src,time) [clock seconds]
190 set stylesheets($ssheet,time) [clock seconds]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/tests/
H A Dall.tcl31 set timeCmd {clock format [clock seconds]}
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dprogress.c34 static void time2str(char *r, curl_off_t seconds) argument
37 if(seconds <= 0) {
41 h = seconds / CURL_OFF_T_C(3600);
43 m = (seconds - (h*CURL_OFF_T_C(3600))) / CURL_OFF_T_C(60);
44 s = (seconds - (h*CURL_OFF_T_C(3600))) - (m*CURL_OFF_T_C(60));
51 d = seconds / CURL_OFF_T_C(86400);
52 h = (seconds - (d*CURL_OFF_T_C(86400))) / CURL_OFF_T_C(3600);
266 int countindex; /* amount of seconds stored in the speeder array */
309 here and we expect it to never wrap as 2^32 is a lot of seconds! */
313 array. With N_ENTRIES filled in, we have about N_ENTRIES-1 seconds o
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclClock.c88 "seconds", "tzName", "tzOffset",
106 Tcl_WideInt seconds; /* Time expressed in seconds from the Posix member in struct:TclDateFields
108 Tcl_WideInt localSeconds; /* Local time expressed in nominal seconds
110 int tzOffset; /* Time zone offset in seconds east of
217 { "seconds", ClockSecondsObjCmd },
316 * augmented with a 'seconds' field giving the UTC time. On failure,
364 * Copy-on-write; set the 'seconds' field in the dictionary and place the
374 Tcl_NewWideIntObj(fields.seconds));
394 * ::tcl::clock::GetDateFields seconds tzdat
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DLocalizedStrings.cpp861 return WEB_UI_STRING("back 30 seconds", "accessibility label for seek back 30 seconds button");
910 return WEB_UI_STRING("seek movie back 30 seconds", "accessibility help text for jump back 30 seconds button");
914 return WEB_UI_STRING("current movie time in seconds", "accessibility help text for elapsed time display");
916 return WEB_UI_STRING("number of seconds of movie remaining", "accessibility help text for remaining time display");
943 int seconds = static_cast<int>(fabsf(time)); local
944 int days = seconds / (60 * 60 * 24);
945 int hours = seconds / (60 * 60);
946 int minutes = (seconds / 6
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DLocalizedStringsGtk.cpp581 return String::fromUTF8(_("back 30 seconds"));
628 return String::fromUTF8(_("seek movie back 30 seconds"));
632 return String::fromUTF8(_("current movie time in seconds"));
634 return String::fromUTF8(_("number of seconds of movie remaining"));
659 int seconds = static_cast<int>(abs(time)); local
660 int days = seconds / (60 * 60 * 24);
661 int hours = seconds / (60 * 60);
662 int minutes = (seconds / 60) % 60;
663 seconds %= 60;
666 GOwnPtr<gchar> string(g_strdup_printf("%d days %d hours %d minutes %d seconds", day
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Doutlook-newgroup.tcl120 set Message(seconds,$itemi) [expr {[clock seconds] - int(rand() * 500000)}]
121 set Message(seconds2,$itemi) $Message(seconds,$itemi)
125 set Message(seconds,$itemi) [expr {$Message(seconds2,$itemj) + int(rand() * 10000)}]
126 set Message(seconds2,$itemi) $Message(seconds,$itemi)
127 set Message(seconds2,$itemj) $Message(seconds,$itemi)
137 set sent [clock format $Message(seconds,$itemi) -format "%d/%m/%y %I:%M %p"]
339 set Message(seconds,$i) [expr {[clock seconds] - int(rand() * 500000)}]
340 set Message(seconds2,$i) $Message(seconds,
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dcalendar.itk157 set _time [clock seconds]
562 set time [clock seconds]
585 set _time [clock seconds]
743 set now [clock format [clock seconds] -format "$_format"]
846 # a <time_> in seconds, and returns a list for all of the days in
875 set seconds [clock scan "$month/1/$year"]
876 set firstday [_adjustday [clock format $seconds -format %w]]
882 set seconds [clock scan "$month/$day/$year"]
883 set date [clock format $seconds -format "$_format"]
884 set dayoweek [clock format $seconds
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm350 # We account for leap seconds in the new() method and nowhere else
391 # intentionally ignore leap seconds here
511 # add that to the generated seconds value later.
917 # NOTE: no nanoseconds, no leap seconds
920 # NOTE: no nanoseconds, no leap seconds
1287 # 60 seconds long. If we need to subtract a minute from
1289 # the seconds difference to be positive, we need to know
1291 # floating, we just assume a minute is 60 seconds.
1334 my ( $months, $days, $minutes, $seconds, $nanoseconds ) =
1356 for ( $months, $days, $minutes, $seconds,
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Dtimeclock.el235 "The number of seconds in the workday of `timeclock-last-event'.")
242 `timeclock-workday' seconds every day. Any days in which you work
260 "Integer representing the number of seconds in the last period.
414 "Return the number of seconds until the workday is complete.
425 (defun timeclock-status-string (&optional show-seconds today-only)
439 (if show-seconds
446 (timeclock-seconds-to-string remainder show-seconds t)
449 (timeclock-when-to-leave-string show-seconds today-only)))
486 (defun timeclock-seconds
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dupgrade.tcl58 puts $o [clock format [clock seconds] -format "%H:%M %D"]
63 puts [clock format [clock seconds] -format "%H:%M %D"]
216 puts $o [clock format [clock seconds] -format "%H:%M %D"]
220 puts [clock format [clock seconds] -format "%H:%M %D"]
374 puts $o [clock format [clock seconds] -format "%H:%M %D"]
378 puts [clock format [clock seconds] -format "%H:%M %D"]
557 puts $o [clock format [clock seconds] -format "%H:%M %D"]
559 puts [clock format [clock seconds] -format "%H:%M %D"]
/macosx-10.9.5/CPANInternal-140/TimeDate/lib/Time/
H A DZone.pm26 C<tz_local_offset()> determins the offset from GMT time in seconds. It
29 C<tz_offset()> determines the offset from GMT in seconds of a specified
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGSVGElement.idl59 void setCurrentTime([Default=Undefined] optional float seconds);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebFrameLoadDelegate.h149 @param seconds Seconds in which the redirect will happen
155 - (void)webView:(WebView *)sender willPerformClientRedirectToURL:(NSURL *)URL delay:(NSTimeInterval)seconds fireDate:(NSDate *)date forFrame:(WebFrame *)frame;
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dtimezone.el285 (defun timezone-time-from-absolute (date seconds)
294 (seconds-per-day (float 86400))
295 (seconds (+ seconds (* days seconds-per-day)))
297 (hi (floor (/ seconds current-time-arithmetic-base)))
299 (lo (floor (- seconds hibase))))
300 (and (< (abs (- seconds (+ hibase lo))) 2) ;; Check for integer overflow.
303 (defun timezone-time-zone-from-absolute (date seconds)
310 (let ((utc-time (timezone-time-from-absolute date seconds)))
[all...]
/macosx-10.9.5/libauto-185.5/
H A Dauto_impl_utilities.h165 integer_t seconds;
171 return ((auto_date_t)myinfo.user_time.seconds*(auto_date_t)1000000) + (auto_date_t)myinfo.user_time.microseconds +
172 ((auto_date_t)myinfo.system_time.seconds*(auto_date_t)1000000) + (auto_date_t)myinfo.system_time.microseconds;
177 // returns duration in seconds
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/tests/
H A Dall.tcl59 set timeCmd {clock format [clock seconds]}
/macosx-10.9.5/tcl-102/tcl_ext/tbcload/tbcload/config/
H A DinstallFile.tcl103 file mtime $dsttmp [clock seconds]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/config/
H A DinstallFile.tcl103 file mtime $dsttmp [clock seconds]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/log/
H A DloggerUtils.tcl136 {[clock format [clock seconds] -format {%Y/%m/%d %H:%M:%S}]} \
295 {[clock format [clock seconds] -format {%Y/%m/%d %H:%M:%S}]} \

Completed in 405 milliseconds

1234567891011>>