Home
last modified time | relevance | path

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

1234567891011

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js2 …(){a.logs.startTime=+new Date}),a.dispatch.on("render_end",function(){a.logs.endTime=+new Date,a.l…
/plugin/html5video2/script/
H A Dvideo.min.js12 …,{cues:n.cues&&Array.prototype.map.call(n.cues,function(e){return{startTime:e.startTime,endTime:e.…
20startTime<=e&&r.endTime>=e||r.startTime===r.endTime&&r.startTime<=e&&r.startTime+.5>=e)&&t.push(r)…
/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/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1880 $startTime = microtime(true);
1897 $timeTaken = ((microtime(true) - $startTime) * 1000);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php572 $startTime = microtime(true);
582 $timeTaken = (microtime(true) - $startTime);
H A DReporting.php66 public static $startTime = 0; variable in PHP_CodeSniffer_Reporting
392 self::$startTime = microtime(true);
404 $time = ((microtime(true) - self::$startTime) * 1000);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DCbf.php66 $startTime = microtime(true);
92 $timeTaken = ((microtime(true) - $startTime) * 1000);
H A DDiff.php64 $startTime = microtime(true);
77 $timeTaken = ((microtime(true) - $startTime) * 1000);
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/components/
H A Drequire-built.js620 expired = waitInterval && (context.startTime + waitInterval) < new Date().getTime(),
786 context.startTime = (new Date()).getTime();
H A Drequire.js620 expired = waitInterval && (context.startTime + waitInterval) < new Date().getTime(),
786 context.startTime = (new Date()).getTime();
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js4startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);r…
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js620 expired = waitInterval && (context.startTime + waitInterval) < new Date().getTime(),
786 context.startTime = (new Date()).getTime();
/plugin/jquery/
H A Djquery-1.4.2.js5754 this.startTime = now();
5802 if ( gotoEnd || t >= this.options.duration + this.startTime ) {
5848 var n = t - this.startTime;
H A Djquery-1.4.2.min.js140 …s.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a…
141 …ur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=
143 e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;…
H A Dscript.js19startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=th…
/plugin/noticeboard/
H A Daction.php361 $out .= "<strong>".$this->getLang('startTime').":</strong></td><td colspan='2'> ";
/plugin/noticeboard/classes/
H A DEditForm.php26 private $startTime; variable in helper_plugin_noticeboard_EditForm
87 $this->startTime = date("H:i",$notice->getStartTime());
112 $this->startTime = $_REQUEST['noticeboard_start_time'];
160 …ype='text' id='noticeboard_StartTime' name='noticeboard_start_time' value='".$this->startTime."' />
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 Daction.php361 $out .= "<strong>".$this->getLang('startTime').":</strong></td><td colspan='2'> ";
/plugin/noticeboard/noticeboard/classes/
H A DEditForm.php26 private $startTime; variable in helper_plugin_noticeboard_EditForm
87 $this->startTime = date("H:i",$notice->getStartTime());
112 $this->startTime = $_REQUEST['noticeboard_start_time'];
160 …ype='text' id='noticeboard_StartTime' name='noticeboard_start_time' value='".$this->startTime."' />

1234567891011