Home
last modified time | relevance | path

Searched refs:time (Results 251 – 275 of 1835) sorted by relevance

1...<<11121314151617181920>>...74

/plugin/statistics/
H A Dadmin.php214 * Print the time selection menu
218 $last1 = date('Y-m-d', time() - (60 * 60 * 24));
219 $last7 = date('Y-m-d', time() - (60 * 60 * 24 * 7));
220 $last30 = date('Y-m-d', time() - (60 * 60 * 24 * 30));
235 foreach(array('today', 'last1', 'last7', 'last30') as $time) {
237 echo '<a href="?do=admin&amp;page=statistics&amp;opt=' . $this->opt . '&amp;f=' . $$time . '&amp;t=' . $today . '">';
238 echo $this->getLang('time_' . $time);
/plugin/projects/lib/
H A Dmaker.php286 $time = $this->times[$name];
297 if ($time != NULL &&
298 $time == $this->files[$name]->time($this->project->path()))
304 $this->times[$name] = $file->time($this->project->path());
/plugin/git/
H A Dhelper.php142 $hundred_years_into_future = time() + (60 * 60 * 24 * 365 * 100);
462 if ($timestamp < time() - (60 * 30)) // 60 seconds x 5 minutes
497 if ($timestamp < time() - (60 * 60)) // 60 seconds x 60 minutes = 1 hour
547 … "INSERT OR REPLACE INTO git (repo, timestamp, status ) VALUES ('upstream', ".time().", 'alert');";
552 … "INSERT OR REPLACE INTO git (repo, timestamp, status ) VALUES ('upstream', ".time().", 'clean');";
/plugin/dw2pdf/
H A Dcomposer.lock82 "time": "2022-01-20T10:51:40+00:00"
150 "time": "2022-01-11T09:42:41+00:00"
198 "time": "2020-06-29T13:22:24+00:00"
245 "time": "2020-03-23T09:12:05+00:00"
306 "time": "2020-04-28T12:40:35+00:00"
/plugin/abc2/abc-libraries/abc2svg/
H A Dbreak-1.js31 if(t){t=s.time+t
32 for(;s;s=s.next){if(s.time>=t)
H A Djianpu-1.js28 while(--n>=0){s2={type:C.REST,v:s.v,p_v:s.p_v,st:s.st,dur:C.BLEN/4,dur_orig:C.BLEN/4,stem:0,multi:0,nhd:0,notes:[{pit:s.notes[0].pit,jn:8}],xmx:0,noplay:true,time:s.time+C.BLEN/4,prev:s,next:s.next} property in abc2svg.jianpu.output_music.slice.s2
36 s2.seqst=true}else{for(s3=s.ts_next;s3;s3=s3.ts_next){if(s3.time<s2.time)
38 if(s3.time>s2.time){s2.seqst=true
H A Dgrid-1.js135 for(s=tsfirst;s;s=s.ts_next){while(s.time>cur_beat){if(beat_i<3)
147 if(s.time<wm){if(chord.length){chords.push(chord)
153 cur_beat=s.time
171 if(grid){var C=abc2svg.C,tsfirst=this.get_tsfirst(),voice_tb=this.get_voice_tb(),p_v=voice_tb[this.get_top_v()],s={type:C.BLOCK,subtype:'grid',dur:0,time:0,p_v:p_v,v:p_v.v,st:p_v.st} property in abc2svg.grid.output_music.s
173 if(!s.chords){}else if(grid.nomusic){this.set_tsfirst(s)}else if(grid.n<0){for(var s2=tsfirst;s2.ts_next;s2=s2.ts_next);s.time=s2.time
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DDateHandlerTest.php99 $timestamp = (string) time();
118 $timestamp = (string) time();
/plugin/quickstats/GEOIP/
H A Dcomposer.lock63 "time": "2019-08-30T08:44:50+00:00"
115 "time": "2018-04-10T15:32:59+00:00"
172 "time": "2019-09-30T22:56:38+00:00"
218 "time": "2018-02-12T22:31:54+00:00"
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DDataFrameTransformDeprecatedNamespace.asciidoc116 $params['timeout'] = (time) Controls the time to wait for the transform to start
132 $params['timeout'] = (time) Controls the time to wait until the transform has stopped. Default to 30 seconds
/plugin/jplayer/components/
H A Drequire-built.js4157 play: function(time) { argument
4162 time = (typeof time === "number") ? time : NaN; // Remove jQuery event from click handler
4180 pause: function(time) { argument
4181 time = (typeof time === "number") ? time : NaN; // Remove jQuery event from click handler
4220 }, time);
5029 this.androidFix.time = time;
5049 self.play(time);
5076 this.androidFix.time = time;
5087 self.pause(time);
5180 if (!isNaN(time)) {
[all …]
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php73 file_put_contents($filename,'some-data1-'.time());
77 file_put_contents($filename,'some-data2-'.time());
89 $data1 = time();
/plugin/authucenter/lib/uc_client/model/
H A Dnote.php146 …1', totalnum=totalnum+1, succeednum=succeednum+1, dateline='{$this->base->time}' $closedsqladd WHE…
149 …T app$appid = app$appid-'1', totalnum=totalnum+1, dateline='{$this->base->time}' $closedsqladd WHE…
190 …e->authcode("$action&".($getdata ? "$getdata&" : '')."time=".$this->base->time, 'ENCODE', $authkey…
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php255 * Set the amount of time that the request will wait the shards to come on line.
258 * @param string $time timeout in Elasticsearch time format
262 public function setShardTimeout(string $time): self
264 return $this->setRequestParam('timeout', $time);
260 setShardTimeout(string $time) global() argument
/plugin/aichat/
H A Dcomposer.lock56 "time": "2021-08-31T11:54:28+00:00"
106 "time": "2019-12-30T22:54:17+00:00"
153 "time": "2023-04-19T18:36:48+00:00"
201 "time": "2022-03-24T16:25:31+00:00"
/plugin/pdfjs/pdfjs/web/locale/zh-CN/
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/th/
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/el/
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/ja/
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/ru/
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/uk/
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/zh-TW/
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/ko/
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/html5video2/
H A Dprint.css139 div.dokuwiki .vjs-default-skin .vjs-time-controls {
143 div.dokuwiki .vjs-default-skin .vjs-current-time { display: none; }
146 div.dokuwiki .vjs-default-skin .vjs-remaining-time { display: none; }
148 div.dokuwiki .vjs-time-divider { display:none; }
150 div.dokuwiki .vjs-default-skin .vjs-time-control { display: none; }
151 div.dokuwiki .vjs-default-skin .vjs-time-control span { display: none; }
/plugin/csv/_test/csv/
H A Dc-q-q-newlines.csv4 a time",5,6

1...<<11121314151617181920>>...74