/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/ |
H A D | CronExpression.php | 181 * @param string|\DateTime $currentTime Relative calculation date 194 public function getNextRunDate($currentTime = 'now', $nth = 0, $allowCurrentDate = false) argument 196 return $this->getRunDate($currentTime, $nth, false, $allowCurrentDate); 202 * @param string|\DateTime $currentTime Relative calculation date 211 public function getPreviousRunDate($currentTime = 'now', $nth = 0, $allowCurrentDate = false) argument 213 return $this->getRunDate($currentTime, $nth, true, $allowCurrentDate); 220 * @param string|\DateTime $currentTime Relative calculation date 227 public function getMultipleRunDates($total, $currentTime = 'now', $invert = false, $allowCurrentDate = false) argument 232 $matches[] = $this->getRunDate($currentTime, $i, $invert, $allowCurrentDate); 276 * @param string|\DateTime $currentTime Relativ 280 isDue($currentTime = 'now') global() argument 322 getRunDate($currentTime = null, $nth = 0, $invert = false, $allowCurrentDate = false) global() argument [all...] |
/plugin/davcal/datetimepicker-2.4.5/ |
H A D | jquery.datetimepicker.js | 1241 if (_this.currentTime === undefined || _this.currentTime === null) { 1248 _this.currentTime.setFullYear(_this.currentTime.getFullYear() + 1); 1276 if (_this.currentTime === undefined || _this.currentTime === null) { 1282 _this.currentTime.setFullYear(_this.currentTime.getFullYear() - 1); 1326 return currentTime; 1690 currentTime = _xdsoft_datetime.currentTime; 1692 if (currentTime === undefined || currentTime === null) { 1694 currentTime = _xdsoft_datetime.currentTime; 1729 currentTime = _xdsoft_datetime.currentTime; 1731 if (currentTime === undefined || currentTime === null) { [all …]
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/ |
H A D | CurlMultiHandler.php | 105 $currentTime = Utils::currentTime(); 107 if ($currentTime >= $delay) { 157 $this->delays[$id] = Utils::currentTime() + ($easy->options['delay'] / 1000); 209 $currentTime = Utils::currentTime(); 217 return max(0, $nextTime - $currentTime) * 1000000;
|
H A D | StreamHandler.php | 37 $startTime = isset($options['on_stats']) ? Utils::currentTime() : null; 86 Utils::currentTime() - $startTime,
|
/plugin/authgooglesheets/vendor/google/auth/src/Cache/ |
H A D | TypedItem.php | 81 return $this->currentTime()->getTimestamp() < $this->expiration->getTimestamp(); 121 $this->expiration = $this->currentTime()->add(new \DateInterval("PT{$time}S")); 123 $this->expiration = $this->currentTime()->add($time); 162 protected function currentTime() function in Google\\Auth\\Cache\\TypedItem
|
H A D | Item.php | 88 return $this->currentTime()->getTimestamp() < $this->expiration->getTimestamp(); 128 $this->expiration = $this->currentTime()->add(new \DateInterval("PT{$time}S")); 130 $this->expiration = $this->currentTime()->add($time); 166 protected function currentTime() function in Google\\Auth\\Cache\\Item
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/ |
H A D | popcorn.player.js | 36 currentTime = 0, 104 basePlayer.currentTime = basePlayer.currentTime + ( date - baselineTime ); 133 return currentTime; 138 currentTime = +val; 141 return currentTime;
|
H A D | popcorn.js | 233 if ( self.media.currentTime < 0 ) { 235 self.media.currentTime = 0; 660 return Math.round( this.media.currentTime ); 1136 if ( track.end > instance.media.currentTime && 1162 if ( ( track.end <= instance.media.currentTime || 1556 var currentTime = obj.media.currentTime, 1570 if ( previousTime <= currentTime ) { 1620 if ( byStart.end > currentTime && 1648 } else if ( previousTime > currentTime ) { 1699 if ( byEnd.start <= currentTime && [all …]
|
/plugin/layeranimation/ |
H A D | script.js | 49 var timeout = item.currentTime / (currentLeft * item.direction) * self.stepWidth; 69 if ( item.currentTime <= (self.scrollTime * self.nextItemIntverall) ) { 78 item.currentTime -= timeout; 128 this.currentTime = self.scrollTime; 153 this.currentTime = 0; 344 innerItem.currentTime = self.scrollTime;
|
/plugin/jplayer/components/jplayer/ |
H A D | jplayer-built.js | 692 currentTime: 0, 1581 ct = media.currentTime; 1600 this.status.currentTime = ct; 1636 this.status.currentTime = ct; 1693 var currentTime = this.status.currentTime, 1698 if(currentTime > 0) { 1702 this.play(currentTime); 1785 this.status.currentTime = status.currentTime; 1869 this.css.jq.currentTime.text(this._convertTime(this.status.currentTime)); 2997 media.currentTime = time; [all …]
|
/plugin/jplayer/components/jplayer/dist/jplayer/ |
H A D | jquery.jplayer.js | 692 currentTime: 0, 1581 ct = media.currentTime; 1600 this.status.currentTime = ct; 1636 this.status.currentTime = ct; 1693 var currentTime = this.status.currentTime, 1698 if(currentTime > 0) { 1702 this.play(currentTime); 1785 this.status.currentTime = status.currentTime; 1869 this.css.jq.currentTime.text(this._convertTime(this.status.currentTime)); 2997 media.currentTime = time; [all …]
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/ |
H A D | jquery.jplayer.js | 692 currentTime: 0, 1581 ct = media.currentTime; 1600 this.status.currentTime = ct; 1636 this.status.currentTime = ct; 1693 var currentTime = this.status.currentTime, 1698 if(currentTime > 0) { 1702 this.play(currentTime); 1785 this.status.currentTime = status.currentTime; 1869 this.css.jq.currentTime.text(this._convertTime(this.status.currentTime)); 2997 media.currentTime = time; [all …]
|
H A D | jquery.jplayer.min.js | 2 …currentTime:".jp-current-time",duration:".jp-duration",title:".jp-title",fullScreen:".jp-full-scre… property in a.jPlayer.options.cssSelector 3 …currentTime=a,c.play()}catch(d){return void(this.internal.htmlDlyCmdId=setTimeout(function(){b.pla…
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/ |
H A D | jquery.jplayer.js | 692 currentTime: 0, 1581 ct = media.currentTime; 1600 this.status.currentTime = ct; 1636 this.status.currentTime = ct; 1693 var currentTime = this.status.currentTime, 1698 if(currentTime > 0) { 1702 this.play(currentTime); 1785 this.status.currentTime = status.currentTime; 1869 this.css.jq.currentTime.text(this._convertTime(this.status.currentTime)); 2997 media.currentTime = time; [all …]
|
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/ |
H A D | JplayerStatus.as | 40 public var currentTime:Number; variable in happyworm.jPlayer.JplayerStatus 74 currentTime = 0;
|
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/ |
H A D | CurlMultiHandler.php | 206 $currentTime = microtime(true); 209 if ($currentTime >= $delay) {
|
/plugin/noticeboard/classes/ |
H A D | NoticeList.php | 244 $currentTime = mktime(0,0,0,date("n"),date("j"),date("Y")); 251 if($notice->getStartTime() < $currentTime + 86400){ // all day 259 if($notice->getStartTime() >= $currentTime){ // all day
|
/plugin/noticeboard/noticeboard/classes/ |
H A D | NoticeList.php | 244 $currentTime = mktime(0,0,0,date("n"),date("j"),date("Y")); 251 if($notice->getStartTime() < $currentTime + 86400){ // all day 259 if($notice->getStartTime() >= $currentTime){ // all day
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
H A D | Utils.php | 18 public static function currentTime() function in GuzzleHttp\\Utils
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/ |
H A D | popcorn.jplayer.min.js | 2 …currentTime+"s)":"")),n.dispatchEvent(a)}),f&&console.log("Created event handler for: "+a)};for(va…
|
H A D | popcorn.jplayer.js | 385 …vent: ' + name + (event && event.jPlayer ? ' (' + event.jPlayer.status.currentTime + 's)' : '')); … 411 …ent: loadeddata' + (event && event.jPlayer ? ' (' + event.jPlayer.status.currentTime + 's)' : '')); 462 return jPlayerObj.status.currentTime;
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/ |
H A D | popcorn.jplayer.js | 385 …vent: ' + name + (event && event.jPlayer ? ' (' + event.jPlayer.status.currentTime + 's)' : '')); … 411 …ent: loadeddata' + (event && event.jPlayer ? ' (' + event.jPlayer.status.currentTime + 's)' : '')); 462 return jPlayerObj.status.currentTime;
|
/plugin/jplayer/components/ |
H A D | require-built.js | 2737 currentTime: 0, 3626 ct = media.currentTime; 3645 this.status.currentTime = ct; 3681 this.status.currentTime = ct; 3738 var currentTime = this.status.currentTime, 3743 if(currentTime > 0) { 3747 this.play(currentTime); 3830 this.status.currentTime = status.currentTime; 3914 this.css.jq.currentTime.text(this._convertTime(this.status.currentTime)); 5042 media.currentTime = time; [all …]
|
/plugin/combo/vendor/dragonmantank/cron-expression/ |
H A D | CHANGELOG.md | 36 - Only set default timezone if the given $currentTime is not a DateTime instance ([#34](https://github.com/mtdowling/cron-expression/issues/34))
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | aurora.js | 2818 this.currentTime = 0; 2856 AudioDevice.prototype.seek = function(currentTime) { argument 2857 this.currentTime = currentTime; 2861 return this.emit('timeUpdate', this.currentTime); 2869 return this.emit('timeUpdate', this.currentTime); 3400 this.currentTime = 0; 3508 _ref1.seek(_this.currentTime); 3519 return this.currentTime; 3528 return function(currentTime) { argument 3529 _this.currentTime = currentTime; [all …]
|