Home
last modified time | relevance | path

Searched refs:startTime (Results 251 – 261 of 261) sorted by path

1...<<11

/plugin/noticeboard/noticeboard/classes/
H A DNotice.php25 private $startTime; variable in helper_plugin_noticeboard_Notice
75 $this->startTime = $time;
79 return $this->startTime;
H A DNoticeList.php167 $startTime = $time;
172 if($notice->getDeadline() >= $startTime && $notice->getDeadline() < $endTime){
177 … }else if($notice->getStartTime() >= $startTime && $notice->getStartTime() < $endTime){
180 }else if($notice->getEndTime() >= $startTime && $notice->getEndTime() < $endTime){
184 …f(($notice->getHasEnd() && $notice->getEndTime() > $startTime)&& $notice->getStartTime() < $startT…
/plugin/noticeboard/noticeboard/
H A Dsyntax.php310 $out .= "<strong>".$this->getLang('startTime').":</strong></td><td colspan='2'> ";
/plugin/noticeboard/
H A Dsyntax.php310 $out .= "<strong>".$this->getLang('startTime').":</strong></td><td colspan='2'> ";
/plugin/qrcode2/
H A Dphpqrcode.php276 $startTime = 0;
287 $startTime = $thisTime;
295 …><th style="text-align:right">TOTAL: </th><td>'.number_format($lastTime-$startTime, 6).'s</td></tr>
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js25486 startTime = lodashStable.now();
25491 timeSpent = endTime - startTime;
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug.css752 .timeInfoTipCell.startTime {
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2startTime=0,this.oldTime=0,this.elapsedTime=0,this.running=!1}var e=t.prototype;return e.start=fun…
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js1364 if(E<A.endTime){if(E>A.startTime){this._zones.splice(D,0,{startTime:A.startTime,endTime:E,unit:A.un…
1366 A.startTime=E;
1369 A.startTime=B;
1410 while(E>=0){if(A.getTime()>this._zones[E].startTime){break;
1415 var K=new Date(Math.max(C.getTime(),G.startTime));
1647 …pare(F,A.endTime)<0){if(this._unit.compare(F,A.startTime)>0){this._zones.splice(C,0,{startTime:A.s…
1649 A.startTime=F;
1652 A.startTime=B;
1699 var A=this._unit.later(B,F.startTime);
1728 }else{var C=this._unit.compare(D,A.startTime)/H;
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php410 $startTime = $iterator->getDTStart();
411 if ($this->end && $startTime > $this->end) {
423 if ($this->end && $startTime > $this->end) {
431 $endTime = clone $startTime;
434 $endTime = clone $startTime;
441 $times[] = [$startTime, $endTime];
471 list($startTime, $endTime) = explode('/', $value);
472 $startTime = DateTimeParser::parseDateTime($startTime);
476 $endTime = clone $startTime;
485 if ($this->end && $this->end < $startTime) {
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php226 $startTime = $iterator->getDTStart();
227 if ($this->end && $startTime > $this->end) {
242 if ($this->end && $startTime > $this->end) {
250 $endTime = clone $startTime;
253 $endTime = clone $startTime;
260 $times[] = array($startTime, $endTime);
288 list($startTime, $endTime) = explode('/', $value);
289 $startTime = DateTimeParser::parseDateTime($startTime);
293 $endTime = clone $startTime;
300 if($this->end && $this->end < $startTime) continue;
[all …]

1...<<11