Home
last modified time | relevance | path

Searched refs:time (Results 26 – 50 of 1707) sorted by relevance

12345678910>>...69

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.print.less94 .fc-time-grid {
103 .fc-time-grid hr {
109 .fc-time-grid .fc-content-skeleton {
117 .fc-time-grid .fc-event-container {
123 .fc-time-grid .fc-event {
128 .fc-time-grid .fc-event.fc-not-end {
143 /* time */
145 .fc-time-grid .fc-event .fc-time {
149 .fc-time-grid .fc-event .fc-time span {
153 .fc-time-grid .fc-event .fc-time:after {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php273 $time = 0;
279 $time
299 $time
320 $time = $childResult->time();
332 $time
338 $time
344 $time
350 $time
356 $time
362 $time
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DDenyMaintenancePeriod.php33 public $time; variable in Google\\Service\\SQLAdmin\\DenyMaintenancePeriod
66 public function setTime($time) argument
68 $this->time = $time;
75 return $this->time;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php56 protected $time; variable in Monolog\\Handler\\DeduplicationHandler
67 …* @param int $time The period (in seconds) during which duplicate entri…
72 …ing $deduplicationStore = null, $deduplicationLevel = Logger::ERROR, int $time = 60, bool $bubble … argument
78 $this->time = $time;
124 $yesterday = time() - 86400;
125 $timestampValidity = $record['datetime']->getTimestamp() - $this->time;
158 $timestampValidity = time() - $this->time;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DEqlNamespace.asciidoc48 $params['wait_for_completion_timeout'] = (time) Specify the time that the request should block waiting for the final response
49 $params['keep_alive'] = (time) Update the time interval in which the results (partial or final) for this search will be available (Default = 5d)
76 $params['wait_for_completion_timeout'] = (time) Specify the time that the request should block waiting for the final response
77 $params['keep_on_completion'] = (boolean) Control whether the response should be stored in the cluster if it completed within the provided [wait_for_completion] time (default: false) (Default = false)
78 $params['keep_alive'] = (time) Update the time interval in which the results (partial or final) for this search will be available (Default = 5d)
H A DSnapshotNamespace.asciidoc42 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
43 $params['timeout'] = (time) Explicit operation timeout
59 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
75 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
91 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
92 $params['timeout'] = (time) Explicit operation timeout
109 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
137 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
153 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
169 $params['master_timeout'] = (time) Explici
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DJobMessage.php37 public $time; variable in Google\\Service\\Dataflow\\JobMessage
84 public function setTime($time) argument
86 $this->time = $time;
93 return $this->time;
H A DAutoscalingEvent.php39 public $time; variable in Google\\Service\\Dataflow\\AutoscalingEvent
104 public function setTime($time) argument
106 $this->time = $time;
113 return $this->time;
H A DWorkerMessage.php29 public $time; variable in Google\\Service\\Dataflow\\WorkerMessage
58 public function setTime($time) argument
60 $this->time = $time;
67 return $this->time;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DTimeEvent.php29 public $time; variable in Google\\Service\\CloudTrace\\TimeEvent
62 public function setTime($time) argument
64 $this->time = $time;
71 return $this->time;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DActivityId.php33 public $time; variable in Google\\Service\\Reports\\ActivityId
70 public function setTime($time) argument
72 $this->time = $time;
79 return $this->time;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLogLine.php35 public $time; variable in Google\\Service\\Logging\\LogLine
82 public function setTime($time) argument
84 $this->time = $time;
91 return $this->time;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestListenerTest.php23 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) argument
28 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time) argument
33 …function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, $time) argument
38 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time) argument
43 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time) argument
48 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time) argument
66 public function endTest(PHPUnit_Framework_Test $test, $time) argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DResponse.php41 public $time; variable in Google\\Service\\ServiceControl\\Response
102 public function setTime($time) argument
104 $this->time = $time;
111 return $this->time;
/plugin/tokenbucketauth/
H A Daction.php93 $time = time();
105 if($this->blocked[$ip] + $this->getConf('tba_block_time') > $time)
120 $time = $time - $this->getConf('tba_mean_time');
132 if($time < $onets)
150 $this->blocked[$ip] = $time + $this->getConf('tba_mean_time');
178 $time = time();
182 $this->users_tracker[$ip] = array($time);
184 $this->users_tracker[$ip][] = $time;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php404 $time = ((microtime(true) - self::$startTime) * 1000);
406 if ($time > 60000) {
407 $mins = floor($time / 60000);
408 $secs = round((($time % 60000) / 1000), 2);
409 $time = $mins.' mins';
411 $time .= ", $secs secs";
413 } else if ($time > 1000) {
414 $time = round(($time / 1000), 2).' secs';
416 $time = round($time).'ms';
420 echo "Time: $time; Memory: $mem".PHP_EOL.PHP_EOL;
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DUtilTest.php17 foreach ($times as $time) {
18 $result = Util::parseHTTPDate($time);
48 foreach ($times as $time) {
49 $this->assertFalse(Util::parseHTTPDate($time), 'We used the string: ' . $time);
/plugin/swiftmail/Swift/Plugin/
H A DThrottler.php42 protected $time = null; variable in Swift_Plugin_Throttler
95 if ($this->time === null) $this->time = time();
104 return time() - $this->time;
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php438 $time = strtotime($matches[2]);
444 $time = strtotime($date);
447 return $time;
460 $time = $this->formatDate($date, $operator);
463 $this->_filters[] = function (\SplFileInfo $current) use ($time) {
464 return $current->getCTime() >= $time;
467 $this->_filters[] = function (\SplFileInfo $current) use ($time) {
468 return $current->getCTime() < $time;
485 $time = $this->formatDate($date, $operator);
489 return $current->getMTime() >= $time;
[all …]
/plugin/graphgear/
H A Dload.php15 $time = @filemtime($cache); variable
16 if(!$time){
23 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
26 http_conditionalRequest($time);
/plugin/clearhistory/
H A Dadmin.php165 $time = $match[1][$i];
169 $cmptime = $time;
176 $cmptime = $time;
184 $cmptime = $time;
192 $cmptime = $time;
198 if ($cmptime - (60 * 60) < $time) {
199 @unlink(wikiFN($match[4][$i], $time)); //try the original name
200 … @unlink(wikiFN($match[4][$max - 1], $time)); //try the latest name (move plugin) issue #1
204 $cmptime = $time;
/plugin/abc2/abc-libraries/abc2svg/
H A Dchord-1.js20 function gench(sb,gch){var r,ch,b,m,n,not,a=gch.otext.match(/([A-G])([#♯b♭]?)([^/]*)\/?(.*)/),s={v:vch.v,p_v:vch,type:C.NOTE,time:sb.time,notes:[]} property in abc2svg.chord.gench.s
58 vch={v:voice_tb.length,id:"_chord",time:0,sym:{type:C.REST,time:0},instr:cfmt.chord.prog||0,vol:cfmt.chord.vol||.8} property in abc2svg.chord.vch.sym
70 vch.last_sym.dur=s.time-vch.last_sym.time
74 vch.last_sym.dur=s.time-vch.last_sym.time
82 vch.last_sym.dur=s.time-vch.last_sym.time
[all...]
/plugin/blogtng/action/
H A Dedit.php122 $time = time();
123 $YY = date('Y', $time);
124 $MM = date('m', $time);
125 $DD = date('d', $time);
239 $time = time();
240 $YY = date('Y', $time);
241 $MM = date('m', $time);
242 $DD = date('d', $time);
243 $hh = date('H', $time);
244 $mm = date('i', $time);
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp4.as109 play(myStatus.pausePosition); // Must pass time or the seek time is never set.
111 pause(myStatus.pausePosition); // Must pass time or the stream.time is read.
114 // Illegal seek time
215 if(!isNaN(time) && myStatus.srcSet) {
220 myStatus.pausePosition = time;
267 if(!isNaN(time) && myStatus.pausePosition == time) {
281 myStatus.pausePosition = time;
301 } else if(!isNaN(time)) {
324 return play(time);
326 return pause(time);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-log-xml-isolation.phpt19 …iderTest" file="%sDataProviderTest.php" tests="4" assertions="4" failures="1" errors="0" time="%f">
20 …tsuite name="DataProviderTest::testAdd" tests="4" assertions="4" failures="1" errors="0" time="%f">
21 <testcase name="testAdd with data set #0" assertions="1" time="%f"/>
22 <testcase name="testAdd with data set #1" assertions="1" time="%f"/>
23 <testcase name="testAdd with data set #2" assertions="1" time="%f">
30 <testcase name="testAdd with data set #3" assertions="1" time="%f"/>

12345678910>>...69