| /plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/ |
| H A D | CronExpression.php | 194 public function getNextRunDate($currentTime = 'now', $nth = 0, $allowCurrentDate = false) argument 196 return $this->getRunDate($currentTime, $nth, false, $allowCurrentDate); 211 public function getPreviousRunDate($currentTime = 'now', $nth = 0, $allowCurrentDate = false) argument 213 return $this->getRunDate($currentTime, $nth, true, $allowCurrentDate); 227 …public function getMultipleRunDates($total, $currentTime = 'now', $invert = false, $allowCurrentDa… argument 232 $matches[] = $this->getRunDate($currentTime, $i, $invert, $allowCurrentDate); 280 public function isDue($currentTime = 'now') argument 282 if ('now' === $currentTime) { 284 $currentTime = strtotime($currentDate); 285 } elseif ($currentTime instanceof DateTime) { [all …]
|
| /plugin/davcal/datetimepicker-2.4.5/ |
| H A D | jquery.datetimepicker.js | 827 if (_xdsoft_datetime.currentTime) { 828 …val = _xdsoft_datetime.currentTime[$(this).hasClass('xdsoft_month') ? 'getMonth' : 'getFullYear'](… 854 if (_xdsoft_datetime.currentTime === undefined || _xdsoft_datetime.currentTime === null) { 855 _xdsoft_datetime.currentTime = _xdsoft_datetime.now(); 858 var year = _xdsoft_datetime.currentTime.getFullYear(); 859 if (_xdsoft_datetime && _xdsoft_datetime.currentTime) { 860 …_xdsoft_datetime.currentTime[$(this).parent().parent().hasClass('xdsoft_monthselect') ? 'setMonth'… 867 …options.onChangeMonth.call(datetimepicker, _xdsoft_datetime.currentTime, datetimepicker.data('inpu… 870 … if (year !== _xdsoft_datetime.currentTime.getFullYear() && $.isFunction(options.onChangeYear)) { 871 …options.onChangeYear.call(datetimepicker, _xdsoft_datetime.currentTime, datetimepicker.data('input… [all …]
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/ |
| 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;
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/ |
| D | CurlMultiHandler.php | 150 $currentTime = Utils::currentTime(); 152 if ($currentTime >= $delay) { 201 $this->delays[$id] = Utils::currentTime() + ($easy->options['delay'] / 1000); 257 $currentTime = Utils::currentTime(); 265 return ((int) \max(0, $nextTime - $currentTime)) * 1000000;
|
| /plugin/authgooglesheets/vendor/google/auth/src/Cache/ |
| 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
|
| 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/ |
| D | popcorn.player.js | 36 currentTime = 0, 104 basePlayer.currentTime = basePlayer.currentTime + ( date - baselineTime ); 133 return currentTime; 138 currentTime = +val; 141 return currentTime;
|
| D | popcorn.js | 233 if ( self.media.currentTime < 0 ) { 235 self.media.currentTime = 0; 323 rpNatives.frame.call( self, {}, runningPlugin, self.currentTime() ); 614 this.media.currentTime = Popcorn.util.toSeconds( arg ); 660 return Math.round( this.media.currentTime ); 1136 if ( track.end > instance.media.currentTime && 1137 track.start <= instance.media.currentTime && !track._running ) { 1162 if ( ( track.end <= instance.media.currentTime || 1163 track.start > instance.media.currentTime ) && track._running ) { 1556 var currentTime = obj.media.currentTime, [all …]
|
| /plugin/layeranimation/ |
| 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/dist/jplayer/ |
| D | jquery.jplayer.js | 524 currentTime: ".jp-current-time", property 692 currentTime: 0, property 1220 if(this.css.jq.currentTime.length) { 1221 this.css.jq.currentTime.text(""); 1457 …self.htmlElement.media.currentTime = 0; // Safari does not care about this command. ie., It works … 1581 ct = media.currentTime; 1585 …cpr = (this.status.duration > 0) ? 100 * media.currentTime / media.seekable.end(media.seekable.len… 1600 this.status.currentTime = ct; 1602 this.status.remaining = this.status.duration - this.status.currentTime; 1617 ct = player.currentTime / 1000; [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/ |
| D | jquery.jplayer.js | 524 currentTime: ".jp-current-time", property 692 currentTime: 0, property 1220 if(this.css.jq.currentTime.length) { 1221 this.css.jq.currentTime.text(""); 1457 …self.htmlElement.media.currentTime = 0; // Safari does not care about this command. ie., It works … 1581 ct = media.currentTime; 1585 …cpr = (this.status.duration > 0) ? 100 * media.currentTime / media.seekable.end(media.seekable.len… 1600 this.status.currentTime = ct; 1602 this.status.remaining = this.status.duration - this.status.currentTime; 1617 ct = player.currentTime / 1000; [all …]
|
| D | jquery.jplayer.min.js | 2 …currentTime:".jp-current-time",duration:".jp-duration",title:".jp-title",fullScreen:".jp-full-scre… property 3 …currentTime=a,c.play()}catch(d){return void(this.internal.htmlDlyCmdId=setTimeout(function(){b.pla…
|
| /plugin/jplayer/components/jplayer/ |
| D | jplayer-built.js | 524 currentTime: ".jp-current-time", property 692 currentTime: 0, property 1220 if(this.css.jq.currentTime.length) { 1221 this.css.jq.currentTime.text(""); 1457 …self.htmlElement.media.currentTime = 0; // Safari does not care about this command. ie., It works … 1581 ct = media.currentTime; 1585 …cpr = (this.status.duration > 0) ? 100 * media.currentTime / media.seekable.end(media.seekable.len… 1600 this.status.currentTime = ct; 1602 this.status.remaining = this.status.duration - this.status.currentTime; 1617 ct = player.currentTime / 1000; [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/ |
| D | jquery.jplayer.js | 524 currentTime: ".jp-current-time", property 692 currentTime: 0, property 1220 if(this.css.jq.currentTime.length) { 1221 this.css.jq.currentTime.text(""); 1457 …self.htmlElement.media.currentTime = 0; // Safari does not care about this command. ie., It works … 1581 ct = media.currentTime; 1585 …cpr = (this.status.duration > 0) ? 100 * media.currentTime / media.seekable.end(media.seekable.len… 1600 this.status.currentTime = ct; 1602 this.status.remaining = this.status.duration - this.status.currentTime; 1617 ct = player.currentTime / 1000; [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/ |
| D | JplayerStatus.as | 40 public var currentTime:Number; variable in happyworm.jPlayer.JplayerStatus 74 currentTime = 0;
|
| /plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/ |
| D | CurlMultiHandler.php | 206 $currentTime = microtime(true); 209 if ($currentTime >= $delay) {
|
| /plugin/noticeboard/noticeboard/classes/ |
| 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/classes/ |
| 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/ |
| D | Utils.php | 18 public static function currentTime() function in GuzzleHttp\\Utils
|
| /plugin/jplayer/components/ |
| D | require-built.js | 2569 currentTime: ".jp-current-time", property 2737 currentTime: 0, property 3265 if(this.css.jq.currentTime.length) { 3266 this.css.jq.currentTime.text(""); 3502 …self.htmlElement.media.currentTime = 0; // Safari does not care about this command. ie., It works … 3626 ct = media.currentTime; 3630 …cpr = (this.status.duration > 0) ? 100 * media.currentTime / media.seekable.end(media.seekable.len… 3645 this.status.currentTime = ct; 3647 this.status.remaining = this.status.duration - this.status.currentTime; 3662 ct = player.currentTime / 1000; [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/ |
| D | popcorn.jplayer.min.js | 2 …currentTime+"s)":"")),n.dispatchEvent(a)}),f&&console.log("Created event handler for: "+a)};for(va…
|
| 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/ |
| 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/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://git…
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
| D | aurora.js | 2818 this.currentTime = 0; 2856 AudioDevice.prototype.seek = function(currentTime) { 2857 this.currentTime = currentTime; 2861 return this.emit('timeUpdate', this.currentTime); 2867 this.currentTime += (time - this._lastTime) / this.device.sampleRate * 1000 | 0; 2869 return this.emit('timeUpdate', this.currentTime); 3277 return this.context.currentTime * this.sampleRate; 3400 this.currentTime = 0; 3508 _ref1.seek(_this.currentTime); 3517 this.currentTime = timestamp / this.format.sampleRate * 1000 | 0; [all …]
|