Home
last modified time | relevance | path

Searched full:time (Results 1 – 25 of 3389) sorted by relevance

12345678910>>...136

/plugin/icalevents/vendor/sabre/vobject/lib/timezonedata/
Dwindowszones.php14 'AUS Central Standard Time' => 'Australia/Darwin',
15 'AUS Eastern Standard Time' => 'Australia/Sydney',
16 'Afghanistan Standard Time' => 'Asia/Kabul',
17 'Alaskan Standard Time' => 'America/Anchorage',
18 'Aleutian Standard Time' => 'America/Adak',
19 'Altai Standard Time' => 'Asia/Barnaul',
20 'Arab Standard Time' => 'Asia/Riyadh',
21 'Arabian Standard Time' => 'Asia/Dubai',
22 'Arabic Standard Time' => 'Asia/Baghdad',
23 'Argentina Standard Time' => 'America/Buenos_Aires',
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/timezonedata/
Dwindowszones.php14 'AUS Central Standard Time' => 'Australia/Darwin',
15 'AUS Eastern Standard Time' => 'Australia/Sydney',
16 'Afghanistan Standard Time' => 'Asia/Kabul',
17 'Alaskan Standard Time' => 'America/Anchorage',
18 'Aleutian Standard Time' => 'America/Adak',
19 'Altai Standard Time' => 'Asia/Barnaul',
20 'Arab Standard Time' => 'Asia/Riyadh',
21 'Arabian Standard Time' => 'Asia/Dubai',
22 'Arabic Standard Time' => 'Asia/Baghdad',
23 'Argentina Standard Time' => 'America/Buenos_Aires',
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/timezonedata/
Dwindowszones.php14 'AUS Central Standard Time' => 'Australia/Darwin',
15 'AUS Eastern Standard Time' => 'Australia/Sydney',
16 'Afghanistan Standard Time' => 'Asia/Kabul',
17 'Alaskan Standard Time' => 'America/Anchorage',
18 'Arab Standard Time' => 'Asia/Riyadh',
19 'Arabian Standard Time' => 'Asia/Dubai',
20 'Arabic Standard Time' => 'Asia/Baghdad',
21 'Argentina Standard Time' => 'America/Buenos_Aires',
22 'Atlantic Standard Time' => 'America/Halifax',
23 'Azerbaijan Standard Time' => 'Asia/Baku',
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/timezonedata/
H A Dwindowszones.php14 'AUS Central Standard Time' => 'Australia/Darwin',
15 'AUS Eastern Standard Time' => 'Australia/Sydney',
16 'Afghanistan Standard Time' => 'Asia/Kabul',
17 'Alaskan Standard Time' => 'America/Anchorage',
18 'Arab Standard Time' => 'Asia/Riyadh',
19 'Arabian Standard Time' => 'Asia/Dubai',
20 'Arabic Standard Time' => 'Asia/Baghdad',
21 'Argentina Standard Time' => 'America/Buenos_Aires',
22 'Atlantic Standard Time' => 'America/Halifax',
23 'Azerbaijan Standard Time' => 'Asia/Baku',
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/timezonedata/
Dwindowszones.php14 'AUS Central Standard Time' => 'Australia/Darwin',
15 'AUS Eastern Standard Time' => 'Australia/Sydney',
16 'Afghanistan Standard Time' => 'Asia/Kabul',
17 'Alaskan Standard Time' => 'America/Anchorage',
18 'Arab Standard Time' => 'Asia/Riyadh',
19 'Arabian Standard Time' => 'Asia/Dubai',
20 'Arabic Standard Time' => 'Asia/Baghdad',
21 'Argentina Standard Time' => 'America/Buenos_Aires',
22 'Atlantic Standard Time' => 'America/Halifax',
23 'Azerbaijan Standard Time' => 'Asia/Baku',
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/Resource/
DOrganizationsTimeSeries.php33 * Lists time series that match a filter.
44 * a time interval, in seconds, that is used to divide the data in all the time
45 * series into consistent blocks of time. This will be done before the per-
53 * be used to combine time series into a single time series, where the value of
55 * aligned values in the input time series.Not all reducer operations can be
56 * applied to all time series. The valid choices depend on the metric_kind and
57 * the value_type of the original time series. Reduction can yield a time series
58 * with a different metric_kind or value_type than the input time series.Time
60 * perform cross-time series reduction. If cross_series_reducer is specified,
65 * time series are partitioned into subsets prior to applying the aggregation
[all …]
DFoldersTimeSeries.php33 * Lists time series that match a filter. (timeSeries.listFoldersTimeSeries)
43 * a time interval, in seconds, that is used to divide the data in all the time
44 * series into consistent blocks of time. This will be done before the per-
52 * be used to combine time series into a single time series, where the value of
54 * aligned values in the input time series.Not all reducer operations can be
55 * applied to all time series. The valid choices depend on the metric_kind and
56 * the value_type of the original time series. Reduction can yield a time series
57 * with a different metric_kind or value_type than the input time series.Time
59 * perform cross-time series reduction. If cross_series_reducer is specified,
64 * time series are partitioned into subsets prior to applying the aggregation
[all …]
DProjectsTimeSeries.php37 * Creates or adds data to one or more time series. The response is empty if all
38 * time series in the request were written. If any time series could not be
56 * Creates or adds data to one or more service time series. A service time
57 * series is a time series for a metric from a Google Cloud service. The
58 * response is empty if all time series in the request were written. If any time
78 * Lists time series that match a filter. (timeSeries.listProjectsTimeSeries)
88 * a time interval, in seconds, that is used to divide the data in all the time
89 * series into consistent blocks of time. This will be done before the per-
97 * be used to combine time series into a single time series, where the value of
99 * aligned values in the input time series.Not all reducer operations can be
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
DJCardTest.php30 $card->add('BDAY', '1979-12-25T02:00:00', ['VALUE' => 'DATE-TIME']);
34 $card->add('X-TIME-LOCAL', '123000', ['VALUE' => 'TIME']);
35 $card->add('X-TIME-UTC', '12:30:00Z', ['VALUE' => 'TIME']);
36 $card->add('X-TIME-OFFSET', '12:30:00-08:00', ['VALUE' => 'TIME']);
37 $card->add('X-TIME-REDUCED', '23', ['VALUE' => 'TIME']);
38 $card->add('X-TIME-TRUNCATED', '--30', ['VALUE' => 'TIME']);
69 "date-and-or-time",
83 "date-time",
141 "x-time-local",
143 "time",
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
DJCardTest.php30 $card->add('BDAY', '1979-12-25T02:00:00', array('VALUE' => 'DATE-TIME'));
34 $card->add('X-TIME-LOCAL', '123000', array('VALUE' => 'TIME'));
35 $card->add('X-TIME-UTC', '12:30:00Z', array('VALUE' => 'TIME'));
36 $card->add('X-TIME-OFFSET', '12:30:00-08:00', array('VALUE' => 'TIME'));
37 $card->add('X-TIME-REDUCED', '23', array('VALUE' => 'TIME'));
38 $card->add('X-TIME-TRUNCATED', '--30', array('VALUE' => 'TIME'));
69 "date-and-or-time",
131 "date-time",
141 "x-time-local",
143 "time",
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
DJCardTest.php30 $card->add('BDAY', '1979-12-25T02:00:00', array('VALUE' => 'DATE-TIME'));
34 $card->add('X-TIME-LOCAL', '123000', array('VALUE' => 'TIME'));
35 $card->add('X-TIME-UTC', '12:30:00Z', array('VALUE' => 'TIME'));
36 $card->add('X-TIME-OFFSET', '12:30:00-08:00', array('VALUE' => 'TIME'));
37 $card->add('X-TIME-REDUCED', '23', array('VALUE' => 'TIME'));
38 $card->add('X-TIME-TRUNCATED', '--30', array('VALUE' => 'TIME'));
69 "date-and-or-time",
131 "date-time",
141 "x-time-local",
143 "time",
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DJCardTest.php30 $card->add('BDAY', '1979-12-25T02:00:00', array('VALUE' => 'DATE-TIME'));
34 $card->add('X-TIME-LOCAL', '123000', array('VALUE' => 'TIME'));
35 $card->add('X-TIME-UTC', '12:30:00Z', array('VALUE' => 'TIME'));
36 $card->add('X-TIME-OFFSET', '12:30:00-08:00', array('VALUE' => 'TIME'));
37 $card->add('X-TIME-REDUCED', '23', array('VALUE' => 'TIME'));
38 $card->add('X-TIME-TRUNCATED', '--30', array('VALUE' => 'TIME'));
69 "date-and-or-time",
131 "date-time",
141 "x-time-local",
143 "time",
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
DJSON.php36 * @param float $time
38 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) argument
42 $time,
56 * @param float $time
58 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time) argument
62 $time,
76 * @param float $time
78 …function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, $time) argument
82 $time,
96 * @param float $time
[all …]
/plugin/pgn4web/pgn4web/
Dpgn-standard-proposed-supplement.txt22 At the same time the increased use of DGT boards in major tournaments for the
25 encoding time information relating to each move.
27 Without the possibility of encoding time information in PGN its usefulness in
62 extensions rather than only solving one particular problem (time handling in our
74 designed for the handling of time information.
83 Interpreting time information for a game is either difficult or impossible if
84 the time controls in force are not known. PGN has a TimeControl tag for this and
85 it should be regarded as mandatory when time information is to be embedded into
127 We *are* proposing a set of commands to deal with time handling. "clk" in the
129 4 for the detailed specification of this and other time related commands.
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestListener.php21 * @param float $time
23 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time); argument
30 * @param float $time
32 * @todo Uncomment in time for PHPUnit 6.0.0
36 // public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time);
43 * @param float $time
45 …unction addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, $time); argument
52 * @param float $time
54 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time); argument
61 * @param float $time
[all …]
/plugin/asciidocjs/node_modules/lodash/
Ddebounce.js14 * milliseconds have elapsed since the last time the debounced function was
43 * The maximum time `func` is allowed to be delayed before it's invoked.
89 function invokeFunc(time) { argument
94 lastInvokeTime = time;
99 function leadingEdge(time) { argument
101 lastInvokeTime = time;
105 return leading ? invokeFunc(time) : result;
108 function remainingWait(time) { argument
109 var timeSinceLastCall = time - lastCallTime,
110 timeSinceLastInvoke = time - lastInvokeTime,
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
DJsonTest.php36 "date-and-or-time",
50 "date-time",
109 "x-time-local",
111 "time",
115 "x-time-utc",
117 "time",
121 "x-time-offset",
123 "time",
127 "x-time-reduced",
129 "time",
[all …]
/plugin/autologoff/
Dhelper.php27 foreach((array) confToHash($this->configfile) as $usergroup => $time) {
28 $conf[rawurldecode($usergroup)] = (int) $time;
38 * @param $time
40 public function add_entry($usergroup, $time) { argument
41 $time = (int) $time;
46 if($time !== 0 && $time < 2) {
48 $time = 2;
52 io_saveFile($this->configfile, "$usergroup\t$time\n", true);
68 * Returns the configured time for the current user (in minutes)
87 foreach($config as $usergroup => $time) {
[all …]
Daction.php48 $time = $this->helper->usertime();
49 if(!$time) return;
51 // check if the time has expired meanwhile
54 $idle_time = time() - $_SESSION[DOKU_COOKIE]['autologoff'];
55 if( $idle_time >= $time * 60) {
66 // update the time
67 $_SESSION[DOKU_COOKIE]['autologoff'] = time();
68 $JSINFO['autologoff'] = $time;
72 * Ajax function returning the remaining time
83 $time = $this->helper->usertime();
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
DJsonTest.php36 "date-and-or-time",
98 "date-time",
108 "x-time-local",
110 "time",
114 "x-time-utc",
116 "time",
120 "x-time-offset",
122 "time",
126 "x-time-reduced",
128 "time",
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
DJsonTest.php36 "date-and-or-time",
98 "date-time",
108 "x-time-local",
110 "time",
114 "x-time-utc",
116 "time",
120 "x-time-offset",
122 "time",
126 "x-time-reduced",
128 "time",
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php36 "date-and-or-time",
98 "date-time",
108 "x-time-local",
110 "time",
114 "x-time-utc",
116 "time",
120 "x-time-offset",
122 "time",
126 "x-time-reduced",
128 "time",
[all …]
/plugin/bureaucracy-au/_test/
Dfield_time.test.php16 'time:@@timeLabel@@',
17 'time timeLabel',
19 'time:10:32',
21 'valid time without seconds',
24 'time:@@timeLabel@@',
25 'time timeLabel',
27 'time:10:32:44',
29 'valid time with seconds',
32 'time:@@timeLabel@@',
33 'time timeLabel',
[all …]
/plugin/bureaucracyau/_test/
Dfield_time.test.php16 'time:@@timeLabel@@',
17 'time timeLabel',
19 'time:10:32',
21 'valid time without seconds',
24 'time:@@timeLabel@@',
25 'time timeLabel',
27 'time:10:32:44',
29 'valid time with seconds',
32 'time:@@timeLabel@@',
33 'time timeLabel',
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/Resource/
DProjectsInstancesClustersHotTablets.php33 * Lists hot tablets in a cluster, within the time range provided. Hot tablets
42 * @opt_param string endTime The end time to list hot tablets.
52 * @opt_param string startTime The start time to list hot tablets. The hot
54 * time and end time. Start time defaults to Now if it is unset, and end time
55 * defaults to Now - 24 hours if it is unset. The start time should be less than
56 * the end time, and the maximum allowed time range between start time and end
57 * time is 48 hours. Start time and end time should have values between Now and

12345678910>>...136