Home
last modified time | relevance | path

Searched refs:time (Results 51 – 75 of 1835) sorted by relevance

12345678910>>...74

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-log-xml.phpt18 …iderTest" file="%sDataProviderTest.php" tests="4" assertions="4" failures="1" errors="0" time="%f">
19 …tsuite name="DataProviderTest::testAdd" tests="4" assertions="4" failures="1" errors="0" time="%f">
20 <testcase name="testAdd with data set #0" assertions="1" time="%f"/>
21 <testcase name="testAdd with data set #1" assertions="1" time="%f"/>
22 <testcase name="testAdd with data set #2" assertions="1" time="%f">
29 <testcase name="testAdd with data set #3" assertions="1" time="%f"/>
H A Dtestdox-xml.phpt19 …s" prettifiedClassName="Status" prettifiedMethodName="Success" status="0" time="%s" size="-1" grou…
20 …e" prettifiedClassName="Status" prettifiedMethodName="Failure" status="3" time="%s" size="-1" grou…
21 …ror" prettifiedClassName="Status" prettifiedMethodName="Error" status="4" time="%s" size="-1" grou…
22 …prettifiedClassName="Status" prettifiedMethodName="Incomplete" status="2" time="%s" size="-1" grou…
23 …d" prettifiedClassName="Status" prettifiedMethodName="Skipped" status="1" time="%s" size="-1" grou…
24 …sky" prettifiedClassName="Status" prettifiedMethodName="Risky" status="5" time="%s" size="-1" grou…
25 …g" prettifiedClassName="Status" prettifiedMethodName="Warning" status="6" time="%s" size="-1" grou…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DDenyMaintenancePeriod.php60 public function setTime(TimeOfDay $time) argument
62 $this->time = $time;
69 return $this->time;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DDenyMaintenancePeriod.php60 public function setTime(TimeOfDay $time) argument
62 $this->time = $time;
69 return $this->time;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DDenyMaintenancePeriod.php60 public function setTime(TimeOfDay $time) argument
62 $this->time = $time;
69 return $this->time;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2DateTime.php64 public function setTime(GoogleTypeTimeOfDay $time) argument
66 $this->time = $time;
73 return $this->time;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DRequest.php67 public $time; variable in Google\\Service\\ServiceControl\\Request
226 public function setTime($time) argument
228 $this->time = $time;
235 return $this->time;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DChange.php55 public $time; variable in Google\\Service\\Drive\\Change
190 public function setTime($time) argument
192 $this->time = $time;
199 return $this->time;
/plugin/pgn4web/pgn4web/
H A 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.
74 designed for the handling of time information.
194 aspects of the game and the players use of time.
206 This is the time displayed on the players clock. It represents the time
213 mechanical clocks which show a clock time rather than the time remaining to the
228 The elapsed time that a player used for the commented move.
234 The time actualy displayed on a mechanical clock. Notice that here the time
248 As only one clock is running at a time only one tag is necessary.
265 represents the remaining time to the next time control.
[all …]
/plugin/twofactor/action/
H A Dlogin.php205 $time = time() - 60 * 60 * 24 * 365; // one year in the past
206 setcookie(self::TWOFACTOR_COOKIE, null, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()), true);
226 $data = base64_encode(serialize([$providerID, $hash, time()]));
228 $time = $sticky ? (time() + 60 * 60 * 24 * 30 * 3) : 0; //three months on sticky login
229 setcookie(self::TWOFACTOR_COOKIE, $data, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()), true);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php414 * @param float $time
416 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) argument
427 * @param float $time
440 * @param float $time
453 * @param float $time
466 * @param float $time
468 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time) argument
479 * @param float $time
481 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time) argument
531 * @param float $time
[all …]
/plugin/sqlite/
H A Dadmin.php188 $time = $time_end - $time_start;
190 msg($cnt . ' affected rows in ' . $this->microtimeToSeconds($time) . ' seconds', 1);
219 * @param float $time
222 protected function microtimeToSeconds($time)
224 return ($time < 0.0001 ? substr($time, 0, 5) . substr($time, -3) : substr($time, 0, 7));
212 microtimeToSeconds($time) global() argument
/plugin/oauth/
H A DSession.php74 * @param bool $resettime Set a new session time? False only when restoring from session
100 $_SESSION[DOKU_COOKIE]['auth']['time'] = time();
129 $time = time() + $validityPeriodInSeconds;
134 'expires' => $time,
165 if (!isset($_SESSION[DOKU_COOKIE]['auth']['time'])) return false;
167 if ($_SESSION[DOKU_COOKIE]['auth']['time'] < time() - $conf['auth_security_timeout']) return false;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc61 $params['timeout'] = (time) Explicit operation timeout
62 $params['master_timeout'] = (time) Specify timeout for connection to master
89 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
104 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
119 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
120 $params['timeout'] = (time) Explicit operation timeout
138 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
139 $params['timeout'] = (time) Explicit operation timeout
159 $params['master_timeout'] = (time) Specify timeout for connection to master
187 $params['timeout'] = (time) Explici
[all...]
H A DIngestNamespace.asciidoc36 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
37 $params['timeout'] = (time) Explicit operation timeout
51 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
77 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
78 $params['timeout'] = (time) Explicit operation timeout
/plugin/struct/
H A Dhelper.php44 * @param int $time A timestamp if you want historic data
48 public function getData($page, $schema = null, $time = 0)
51 if (!$time) {
52 $time = time();
64 $schemaData = AccessTable::getPageAccess($schema, $page, $time);
47 getData($page, $schema = null, $time = 0) global() argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php134 $time = 0;
187 $time = PHP_Timer::stop();
200 $time
203 $result->addFailure($this, $e, $time);
206 $result->addError($this, $t, $time);
208 $result->addError($this, $e, $time);
217 $time
231 $result->endTest($this, $time);
/plugin/struct/meta/
H A DSchemaBuilder.php50 /** @var int the time for which this schema should be created - default to time() can be overriden for tests */ variable in dokuwiki\\plugin\\struct\\meta\\SchemaBuilder
51 protected $time = 0;
76 * @param int $time when to create this schema 0 for now
79 public function build($time = 0)
81 $this->time = $time;
152 if (!$this->time) $this->time = time();
78 build($time = 0) global() argument
[all...]
/plugin/authucenter/lib/uc_client/model/
H A Dpm.php245 …ateline) VALUES('$plid', '$fromuid', '0', '1', '".$this->base->time."', '".$this->base->time."')");
255 …teline) VALUES('$plid', '$fromuid', '0', '1', '".$this->base->time."', '".$this->base->time."')", …
257 …SET isnew=0, pmnum=pmnum+1, lastupdate='".$this->base->time."', lastdateline='".$this->base->time.…
270 …_insertsql[] = "('$plid', '$fromuid', '0', '1', '".$this->base->time."', '".$this->base->time."')";
272 $pm_member_insertsql[] = "('$plid', '$value', '1', '1', '0', '".$this->base->time."')";
341 …SET isnew=0, pmnum=pmnum+1, lastupdate='".$this->base->time."', lastdateline='".$this->base->time.…
346 …EPRE."pm_members SET isnew=1, pmnum=pmnum+1, lastdateline='".$this->base->time."' WHERE plid='$pli…
347 …PDATE ".UC_DBTABLEPRE."pm_members SET isnew=0, lastupdate='".$this->base->time."' WHERE plid='$pli…
639 $today = $this->base->time - $this->base->time % 86400;
824 if(($this->base->time - $lastupdate) > $interval) {
[all …]
/plugin/jsonrpc/
H A DIJR_Date.php15 function IJR_Date($time) { argument
17 if (is_numeric($time)) {
18 $this->parseTimestamp($time);
20 $this->parseIso($time);
/plugin/adfs/phpsaml/lib/Saml/
H A DMetadata.php33 $timestamp = time() + self::VALIDITY_SECONDS;
35 $time = $date->format("Y-m-d\TH:i:s\Z");
36 return $time;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less960 .fc-time-grid {
965 .fc-time-grid {
969 .fc-time-grid table {
977 .fc-time-grid > hr {
1103 .fc-time-grid-event .fc-time,
1107 .fc-time-grid-event .fc-time {
1116 .fc-time-grid-event.fc-short .fc-time,
1122 .fc-time-grid-event.fc-short .fc-time span {
1126 .fc-time-grid-event.fc-short .fc-time:before {
1130 .fc-time-grid-event.fc-short .fc-time:after {
[all …]
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php281 * @param int $time Time. If equals to -1, time() should be used.
286 public function touch($time = -1, $atime = -1) argument
288 if ($time == -1) {
289 $time = time();
293 $atime = $time;
296 return touch($this->getStreamName(), $time, $atime);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DAbstractTest.php32 $lock->created = time();
56 $lock->created = time();
81 $lock->created = time();
100 $lock->created = time();
127 $lock->created = time();
155 $lock->created = time();
180 $lock->created = time();
/plugin/struct/types/
H A DDateTime.php74 [$date, $time] = array_pad(preg_split('/[ |T]/', $rawvalue, 2), 2, '');
76 $time = trim($time);
82 if ($this->config['pastonly'] && strtotime($rawvalue) > time()) {
85 if ($this->config['futureonly'] && strtotime($rawvalue) < time()) {
89 [$h, $m] = array_pad(explode(':', $time, 3), 2, ''); // drop seconds

12345678910>>...74