Home
last modified time | relevance | path

Searched refs:startTime (Results 226 – 250 of 261) sorted by last modified time

1234567891011

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DCbf.php66 $startTime = microtime(true);
92 $timeTaken = ((microtime(true) - $startTime) * 1000);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1880 $startTime = microtime(true);
1897 $timeTaken = ((microtime(true) - $startTime) * 1000);
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php1356 public $startTime; variable in Google_JobStatistics
1376 public function setStartTime( $startTime) { argument
1377 $this->startTime = $startTime;
1380 return $this->startTime;
H A DGoogle_ComputeService.php3293 public $startTime; variable in Google_Operation
3387 public function setStartTime( $startTime) { argument
3388 $this->startTime = $startTime;
3391 return $this->startTime;
H A DGoogle_CoordinateService.php750 public $startTime; variable in Google_Schedule
775 public function setStartTime( $startTime) { argument
776 $this->startTime = $startTime;
779 return $this->startTime;
H A DGoogle_SQLAdminService.php405 public $startTime; variable in Google_BackupConfiguration
424 public function setStartTime( $startTime) { argument
425 $this->startTime = $startTime;
428 return $this->startTime;
442 public $startTime; variable in Google_BackupRun
486 public function setStartTime( $startTime) { argument
487 $this->startTime = $startTime;
490 return $this->startTime;
676 public $startTime; variable in Google_InstanceOperation
735 $this->startTime = $startTime;
[all …]
H A DGoogle_AdexchangebuyerService.php559 public $startTime; variable in Google_DirectDeal
614 public function setStartTime( $startTime) { argument
615 $this->startTime = $startTime;
618 return $this->startTime;
H A DGoogle_AnalyticsService.php1184 public $startTime; variable in Google_Experiment
1308 public function setStartTime( $startTime) { argument
1309 $this->startTime = $startTime;
1312 return $this->startTime;
H A DGoogle_ResellerService.php633 public $startTime; variable in Google_SubscriptionPlanCommitmentInterval
640 public function setStartTime( $startTime) { argument
641 $this->startTime = $startTime;
644 return $this->startTime;
/plugin/amcharts/assets/amcharts/
H A Damcharts.js43 var B=Math.ceil(this.timeDifference/z)+5,C=l=d.resetDateToMin(new Date(this.startTime-z),A,w,t).get…
44 …("DD",3),p=d.resetDateToMin(new Date(p),A,1).getTime(),D+=z));h=(p-this.startTime)*this.stepWidth;…
46 …n(new Date(f),A,u,t).getTime(),f=new this.axisItemRenderer(this,(f-this.startTime)*this.stepWidth,…
47 …is.axisWidth)):b=this.axisWidth/a;return b},timeZoom:function(a,b){this.startTime=a;this.endTime=b…
61 …FObject(),this.timeDifference=this.max-this.min,this.maxTime=this.lastTime=this.max,this.startTime=
75 …=0);if(!isNaN(a.startTime)&&(m=a.categoryAxis)){var n=m.minDuration(),n=new Date(a.startTime+n/2),…
255 …conLeft.toFront();a.iconRight.toFront()}},timeZoom:function(a,b,c){this.startTime=a;this.endTime=b…
257 …&(b=a),b-h<k&&(k=b-h),k<g&&(k=g),k+h>b&&(b=k+h),k!=this.startTime||b!=this.endTime)this.startTime=…
259 …is;e.parseDates&&!e.equalSpacing?(c=e.stepWidth,e=a.firstTime,a=c*(this.startTime-e),b=c*(this.end…
260startTime;0>this.timeDifference&&(this.timeDifference=0)},handleBackgroundClick:function(){d.Chart…
H A Dserial.js25 …th,k=this.lastTime,l=this.firstTime;0>a?d?(f=this.endTime-this.startTime,d=this.startTime+c*g,g=th…
26startTime,d=this.startTime-c*g,g=this.endTime-e*g,0<e&&0<c&&d<=l&&(d=l,g=l+f),this.zoomToDates(new…
27startTime,c=this.endTime,isNaN(b)||isNaN(c))b=this.firstTime,c=this.lastTime}else if(b=this.start,…
31startTime&&b-a>c&&(b=a+c));var d=this.minSelectedTime;if(0<d&&b-a<d){var g=Math.round(a+(b-a)/2),d…
32 …ion(){var a,b=this.categoryAxis;b&&b.parseDates&&!b.equalSpacing&&(this.startTime>this.firstTime&&…
36 …this.zoomedByScrollbar=!1;b.parseDates&&!b.equalSpacing?a.timeZoom(this.startTime,this.endTime):a.…
39 …(this.prevStartTime!=this.startTime||this.prevEndTime!=this.endTime)){var a={type:"zoomed"};a.star…
41 …tegoryAxis.parseDates&&(this.startTime=a[this.start].time,this.endTime=a[this.end].time,b.startDat…
61 h,l+m,k)),this.startTime!=a||this.endTime!=h)n={chart:this,target:b,type:"zoomed",start:a,end:h},th…
76startTime=this.data[this.start].time;this.endTime=this.data[this.end].time;this.timeDifference=thi…
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2startTime=new Date,svgUid=fabric.Object.__uid++,widthAttr,heightAttr,toBeParsed=false;if(doc.getAt…
H A Dfabric.js3310 var startTime = new Date(),
3369 fabric.documentParsingTime = new Date() - startTime;
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php444 $startTime = $iterator->getDTStart();
445 if ($this->end && $startTime > $this->end) {
460 if ($this->end && $startTime > $this->end) {
468 $endTime = clone $startTime;
471 $endTime = clone $startTime;
478 $times[] = [$startTime, $endTime];
506 list($startTime, $endTime) = explode('/', $value);
507 $startTime = DateTimeParser::parseDateTime($startTime);
511 $endTime = clone $startTime;
518 if ($this->end && $this->end < $startTime) continue;
[all …]
/plugin/anewssystem/
H A Ddropdowncontent.js44 subobj.startTime=new Date().getTime()
57 var elapsed=new Date().getTime()-obj.startTime //get time animation has run
/plugin/botbouncer/lib/
H A Dbotbouncer.php238 $this->startTime = $now['sec'] * 1000000 + $now['usec'];
300 $elapsed = $end - $this->startTime;
/plugin/eventline/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/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/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/noticeboard/classes/
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/classes/
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/
H A Dsyntax.php310 $out .= "<strong>".$this->getLang('startTime').":</strong></td><td colspan='2'> ";
H A Daction.php361 $out .= "<strong>".$this->getLang('startTime').":</strong></td><td colspan='2'> ";
/plugin/noticeboard/noticeboard/
H A Dsyntax.php310 $out .= "<strong>".$this->getLang('startTime').":</strong></td><td colspan='2'> ";
H A Daction.php361 $out .= "<strong>".$this->getLang('startTime').":</strong></td><td colspan='2'> ";

1234567891011