Home
last modified time | relevance | path

Searched refs:time (Results 226 – 250 of 1835) sorted by relevance

12345678910>>...74

/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php444 foreach ($times as $time) {
445 if ($this->end && $time[0] > $this->end) {
448 if ($this->start && $time[1] < $this->start) {
453 $time[0]->getTimeStamp(),
454 $time[1]->getTimeStamp(),
/plugin/authgoogle/google/contrib/
H A DGoogle_ReportsService.php333 public $time; variable in Google_ActivityId
347 public function setTime( $time) { argument
348 $this->time = $time;
351 return $this->time;
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php482 foreach ($times as $time) {
484 if ($this->end && $time[0] > $this->end) break;
485 if ($this->start && $time[1] < $this->start) break;
488 $time[0]->getTimeStamp(),
489 $time[1]->getTimeStamp(),
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js536 if(i>0&&a_de[i-1].s.time==de.s.time&&a_de[i-1].dd.name.slice(0,dd.name.length-1)==dd.name.slice(0,dd.name.length-1))
713 if(s.time==0&&s.x>40)
835 while(s.ts_prev&&s.ts_prev.type==C.NOTE&&s.ts_prev.time==s.time&&s.ts_prev.x>s1.xs)
837 for(;s&&s.time<=s2.time;s=s.ts_next){if(s.type!=C.NOTE||s.invis||(s.st!=st&&s.v!=v)){continue}
1148 while(s2.time!=s.time+s.dur&&s2.ts_next)
1349 if(s.time
5541 function new_clef(clef_def){var s={type:C.CLEF,clef_line:2,clef_type:"t",v:curvoice.v,p_v:curvoice,time:curvoice.time,dur:0},i=1 global() property in new_clef.s
8302 vover={p_voice:curvoice,time:curvoice.time} global() property in get_vover.vover
8386 p_voice={v:v,id:id,time:0,new:true,pos:{dyn:0,gch:0,gst:0,orn:0,stm:0,voc:0,vol:0},scale:1,ulen:glovar.ulen,dur_fact:1,key:clone(parse.ckey),ckey:clone(parse.ckey),okey:clone(parse global() property in new_voice.p_voice
[all...]
/plugin/webdav/
H A Dcomposer.lock54 "time": "2020-03-23T09:12:05+00:00"
137 "time": "2018-10-19T09:58:27+00:00"
194 "time": "2015-11-05T20:14:39+00:00"
250 "time": "2018-02-23T11:10:29+00:00"
301 "time": "2017-02-20T19:59:28+00:00"
397 "time": "2020-01-14T10:18:45+00:00"
460 "time": "2019-01-09T13:51:57+00:00"
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddate.rst18 The argument must be in one of PHP’s supported `date and time formats`_.
55 .. _`date and time formats`: https://secure.php.net/manual/en/datetime.formats.php
/plugin/csstimeline/
H A Dfeed.php67 ($cmod + $conf['rss_update'] > time())
77 http_conditionalRequest(time());
/plugin/stopforumspam2/
H A Daction.php72 $current = time();
96 if (fwrite($handle, time()) !== FALSE) msg($string, -1);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dnaturalselection13 import time
69 time.sleep(sleep)
/plugin/statistics/
H A Dscript.js87 * Auto clears an expired session and creates a new one after 15 min idle time
98 var time = ses[0];
100 if (now.getTime() - time > 15 * 60 * 1000) {
120 * Pause the script execution for the given time
/plugin/structtasks/_test/
H A DActionTest.php96 $access = AccessTable::getPageAccess('valid', $page, time());
104 $access = AccessTable::getPageAccess('valid', $page, time());
H A DCliTest.php101 $access = AccessTable::getPageAccess('valid', $page, time());
152 $access = AccessTable::getPageAccess('valid', $page[0], time());
167 $access = AccessTable::getPageAccess('valid', $page[1], time());
/plugin/structpublish/_test/
H A Drevision.test.php64 $currentrev = time();
99 $currentrev = time();
/plugin/authgooglesheets/
H A Dcomposer.lock64 "time": "2022-04-21T14:37:18+00:00"
135 "time": "2022-04-20T16:44:03+00:00"
179 "time": "2022-04-24T00:58:37+00:00"
237 "time": "2022-04-13T20:35:52+00:00"
308 "time": "2020-06-16T21:01:06+00:00"
392 "time": "2021-10-22T20:56:57+00:00"
502 "time": "2022-03-20T21:51:18+00:00"
601 "time": "2022-04-08T15:43:54+00:00"
668 "time": "2022-01-17T05:32:27+00:00"
718 "time": "2020-10-15T08:29:30+00:00"
[all …]
/plugin/dlcount/
H A Dadmin.php102 $lastdltime = $this->time_translate(time() - $this->lastdl[$fn]);
114 $lastdltime = $this->time_translate(time() - $dlt);
126 $lastdltime = $this->time_translate(time() - $dlt);
/plugin/fedauth/Auth/OpenID/
H A DMDB2Store.php304 $v = time() - $Auth_OpenID_SKEW;
315 $this->associations_table_name, time()));
374 if (abs($timestamp - time()) > $Auth_OpenID_SKEW ) {
/plugin/openid/Auth/OpenID/
H A DMDB2Store.php304 $v = time() - $Auth_OpenID_SKEW;
315 $this->associations_table_name, time()));
374 if (abs($timestamp - time()) > $Auth_OpenID_SKEW ) {
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php107 $this->token['created'] = time();
286 $this->token['created'] = time();
325 + ($this->token['expires_in'] - 30)) < time();
419 $now = time();
/plugin/pdfjs/pdfjs/web/locale/ka/
H A Dviewer.properties99 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
100 # will be replaced by the creation/modification date, and time, of the PDF file.
101 document_properties_date_string={{date}}, {{time}}
229 # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
230 # replaced by the modification date, and time, of the annotation.
231 annotation_date_string={{date}}, {{time}}
/plugin/pdfjs/pdfjs/web/locale/kk/
H A Dviewer.properties99 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
100 # will be replaced by the creation/modification date, and time, of the PDF file.
101 document_properties_date_string={{date}}, {{time}}
229 # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
230 # replaced by the modification date, and time, of the annotation.
231 annotation_date_string={{date}}, {{time}}
/plugin/pdfjs/pdfjs/web/locale/hi-IN/
H A Dviewer.properties94 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
95 # will be replaced by the creation/modification date, and time, of the PDF file.
96 document_properties_date_string={{date}}, {{time}}
211 # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
212 # replaced by the modification date, and time, of the annotation.
213 annotation_date_string={{date}}, {{time}}
/plugin/pdfjs/pdfjs/web/locale/te/
H A Dviewer.properties88 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
89 # will be replaced by the creation/modification date, and time, of the PDF file.
90 document_properties_date_string={{date}}, {{time}}
205 # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
206 # replaced by the modification date, and time, of the annotation.
207 annotation_date_string={{date}}, {{time}}
/plugin/pdfjs/pdfjs/web/locale/ar/
H A Dviewer.properties99 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
100 # will be replaced by the creation/modification date, and time, of the PDF file.
101 document_properties_date_string={{date}}، {{time}}
229 # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
230 # replaced by the modification date, and time, of the annotation.
231 annotation_date_string={{date}}، {{time}}
/plugin/pdfjs/pdfjs/web/locale/be/
H A Dviewer.properties99 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
100 # will be replaced by the creation/modification date, and time, of the PDF file.
101 document_properties_date_string={{date}}, {{time}}
229 # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
230 # replaced by the modification date, and time, of the annotation.
231 annotation_date_string={{date}}, {{time}}
/plugin/pdfjs/pdfjs/web/locale/he/
H A Dviewer.properties99 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
100 # will be replaced by the creation/modification date, and time, of the PDF file.
101 document_properties_date_string={{date}}, {{time}}
229 # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
230 # replaced by the modification date, and time, of the annotation.
231 annotation_date_string={{date}}, {{time}}

12345678910>>...74