Home
last modified time | relevance | path

Searched refs:time (Results 76 – 100 of 1835) sorted by relevance

12345678910>>...74

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php493 'time-range' => null,
498 'time-range' => null,
520 'time-range' => null,
525 'time-range' => null,
555 'time-range' => null,
560 'time-range' => null,
579 'time-range' => null,
603 'time-range' => array(
611 'time-range' => null,
634 'time-range' => array(
[all …]
/plugin/mathpublish/
H A Dimg.php14 $time = filemtime($cache); variable
17 header('Expires: ' . gmdate("D, d M Y H:i:s", time() + max($conf['cachetime'], 3600)) . ' GMT');
20 http_conditionalRequest($time);
/plugin/booking/
H A Dhelper.php81 * @param string $time
84 public function parseTime($time) argument
86 $time = trim($time);
88 if (preg_match('/([\d\.,]+)([dhm])/i', $time, $m)) {
/plugin/latexit/_test/
H A Daction.test.php43 $time = time();
48 $this->assertGreaterThanOrEqual($time, $access_time);
/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php22 var $time; variable in ucclient_db
26 …t($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset = '', $pconnect = 0, $tablepre='', $time = 0) { argument
34 $this->time = $time;
86 $this->query("DELETE FROM {$this->tablepre}sqlcaches WHERE expiry<$this->time");
158 …user, $this->dbpw, $this->dbname, $this->dbcharset, $this->pconnect, $this->tablepre, $this->time);
H A Ddbi.class.php22 var $time; variable in ucclient_db
26 …t($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset = '', $pconnect = 0, $tablepre='', $time = 0) { argument
34 $this->time = $time;
75 $this->query("DELETE FROM {$this->tablepre}sqlcaches WHERE expiry<$this->time");
151 …user, $this->dbpw, $this->dbname, $this->dbcharset, $this->pconnect, $this->tablepre, $this->time);
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as200 play(myStatus.pausePosition);// Must pass time or the seek time is never set.
204 pause(myStatus.pausePosition);// Must pass time or the stream.time is read.
209 // Illegal seek time
743 //trace("PAUSE: "+time);
752 if(!isNaN(time) && myStatus.pausePosition == time) {
756 trace("!isNaN: "+!isNaN(time) +" isNaN: "+isNaN(time));
778 myStatus.pausePosition = time;
792 if ((time > 0))
811 else if (! isNaN(time))
844 return play(time);
[all …]
H A DJplayerMp3.as164 // Illegal seek time
220 public function play(time:Number = NaN):Boolean {
223 if(!isNaN(time) && myStatus.srcSet) {
228 myStatus.pausePosition = time;
266 …layOnSeek = false; // Reset flag in case play(time) issued before the command and is still seeking…
272 if(!isNaN(time) && myStatus.pausePosition == time) {
284 if(!isNaN(time) && myStatus.srcSet) {
285 myStatus.pausePosition = time;
318 var time:Number = percent * getDuration() / 100;
320 return play(time);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-junit.phpt20 …e="StatusTest" file="%s/StatusTest.php" tests="4" assertions="2" failures="1" errors="1" time="%s">
21 …name="testSuccess" class="StatusTest" file="%s/StatusTest.php" line="%d" assertions="1" time="%s"/>
22 … name="testFailure" class="StatusTest" file="%s/StatusTest.php" line="%d" assertions="1" time="%s">
29 …se name="testError" class="StatusTest" file="%s/StatusTest.php" line="%d" assertions="0" time="%s">
36 …name="testWarning" class="StatusTest" file="%s/StatusTest.php" line="%d" assertions="0" time="%s"/>
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDriveFileImageMediaMetadata.php95 public $time; variable in Google\\Service\\Drive\\DriveFileImageMediaMetadata
360 public function setTime($time) argument
362 $this->time = $time;
369 return $this->time;
/plugin/noticeboard/classes/
H A DNotice.php74 public function setStartTime($time){ argument
75 $this->startTime = $time;
82 public function setEndTime($time){ argument
83 $this->endTime = $time;
/plugin/noticeboard/noticeboard/classes/
H A DNotice.php74 public function setStartTime($time){ argument
75 $this->startTime = $time;
82 public function setEndTime($time){ argument
83 $this->endTime = $time;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DDanglingIndicesNamespace.asciidoc35 $params['timeout'] = (time) Explicit operation timeout
36 $params['master_timeout'] = (time) Specify timeout for connection to master
51 $params['timeout'] = (time) Explicit operation timeout
52 $params['master_timeout'] = (time) Specify timeout for connection to master
/plugin/hcalendar/syntax/
H A Dhcal2.php128 $time = strtotime($start_date);
141 $time = strtotime($start_date." ".$hh_start.":".$mm_start);
144 $dt_start = $time;
150 $time = strtotime($end_date);
163 $time = strtotime($end_date." ".$hh_end.":".$mm_end);
166 $dt_end = $time;
/plugin/flowplay2/flowplayer/
H A Djavascript.txt12 It takes some time before the Flash plugin and the player has been initialized
37 Seeks to the specified time during the clip's timeline.
41 Get's the current time (seconds advanced).
86 Adds a new programmatic cue point. When the cue point's time is reached
94 addCuePoints([ { name: 'cue1', time: 5, parameters: { foo: 1, bar: 'x' } },
95 { name: 'cue2', time: 45, parameters: { foo: 2, bar: 'xy' } } ])
148 has following properties: name, baseUrl, fileName, start (start time in seconds),
149 end (end time in seconds), protected (is hotlink protection applied for this clip?),
203 function onPlaybackTime(time);
205 Called every time the playhead moves in the media's timeline. The value
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-timer/
H A DREADME.md13 …instance to run your project's test suite, then you should add it as a development-time dependency:
26 $time = PHP_Timer::stop();
27 var_dump($time);
29 print PHP_Timer::secondsToTimeString($time);
/plugin/favoris/
H A Daction.php58 …'favoris'] as $page => $cpt) if ($page != "off") setCookie("favoris[$page]", "", time()-3600, '/');
67 if ($cpt != "-1") setCookie("favoris[$page]", "", time()-3600, '/');
85 setCookie("favoris[".$INFO['id']."]","$cpt;".time(), time()+60*60*24*7, '/');
/plugin/freechat/phpfreechat/src/containers/
H A Dmysql.class.php166 …p`) VALUES('$server', '$group', '$subgroup', '$leaf', '".addslashes($leafvalue)."', '".time()."')";
167 …ysql_table." SET `leafvalue`='".addslashes($leafvalue)."', `timestamp`='".time()."' WHERE `server…
257 $time = time();
266 …e`, `timestamp`) VALUES('$server', '$group', '$subgroup', '$leaf', '".$leafvalue."', '".$time."')";
271 …table." SET `leafvalue`= LAST_INSERT_ID( leafvalue + 1 ), `timestamp`='".$time."' WHERE `server`=…
279 $ret["timestamp"][] = $time;
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng221 value-date-time = element date-time {
222 pattern-date-time
298 type-date-time
364 value-time = element time {
365 pattern-time
851 value-date-time
862 value-date-time |
874 value-date-time |
1149 value-date-time
1158 value-date-time
[all …]
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng221 value-date-time = element date-time {
222 pattern-date-time
298 type-date-time
364 value-time = element time {
365 pattern-time
851 value-date-time
862 value-date-time |
874 value-date-time |
1149 value-date-time
1158 value-date-time
[all …]
/plugin/abc2/abc-libraries/abc2svg/
H A Dequalbars-1.js16 t0=t=s2.time
17 for(s=s2;s.ts_next;s=s.ts_next){if(s.type==C.BAR&&s.seqst){bars.push([s,s.time-t]);t=s.time}}
19 bars.push([s,s.time-t])
23 t=s.time
/plugin/remoteinf/
H A Daction.php20 $entime=floor (time()/(60*$timespan));
25 setcookie("DWremoteinf",$finalout,time()+$timespan*60);
34 $entime=floor (time()/(60*$timespan));
/plugin/chat/
H A Dscript.js234 if (time == null || time == '') {
235 time = 0;
237 return time*1;
621 var time = new Date();
623 if ((''+time.getHours()).length > 1) {
624 timeF = time.getHours()+":";
627 timeF = "0"+time.getHours()+":";
630 timeF += time.getMinutes()+":";
633 timeF += "0"+time.getMinutes()+":";
636 timeF += time.getSeconds()+"";
[all …]
/plugin/vbsso/includes/
H A Dapi.php276 $time = $sticky ? (time() + 60 * 60 * 24 * 365) : (time() + $session_timeout); //one year
278 … setcookie(DOKU_COOKIE, $cookie, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()), TRUE);
280 setcookie(DOKU_COOKIE, $cookie, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()));
290 $_SESSION[DOKU_COOKIE]['auth']['time'] = time() + $time;
/plugin/condition/
H A Dbase_tester.php.orig.php176 $t = time();
180 $t = time();
183 $t = time();
186 $t = time();
203 $t = time();
204 …$time = array('y' => date('Y', $t), 'm' => date('m', $t), 'd' => date('d', $t), 'h' => date('H', $…
263 foreach($time as $k => $v) if(($d[$k] != '') && ($d[$k] != $v)) $same = false;

12345678910>>...74