Home
last modified time | relevance | path

Searched refs:stamp (Results 1 – 25 of 38) sorted by relevance

12

/plugin/asciidocjs/node_modules/lodash/
D_shortOut.js22 var stamp = nativeNow(),
23 remaining = HOT_SPAN - (stamp - lastCalled);
25 lastCalled = stamp;
Dlodash.js6752 var stamp = nativeNow(),
6753 remaining = HOT_SPAN - (stamp - lastCalled);
6755 lastCalled = stamp;
/plugin/openid/Auth/OpenID/
DNonce.php80 $stamp = $parts[0];
90 return (($past <= $stamp) && ($stamp <= $future));
/plugin/fedauth/Auth/OpenID/
DNonce.php80 $stamp = $parts[0];
90 return (($past <= $stamp) && ($stamp <= $future));
/plugin/judge/helper/
Djdatetime.class.php93 …public static function date($format, $stamp = false, $convert = null, $jalali = null, $timezone = … argument
96 $stamp = ($stamp !== false) ? $stamp : time();
98 $obj = new DateTime('@' . $stamp, new DateTimeZone($timezone));
262 public static function gDate($format, $stamp = false, $timezone = null) argument
264 return self::date($format, $stamp, false, false, $timezone);
284 …public static function strftime($format, $stamp = false, $convert = null, $jalali = null, $timezon… argument
310 return self::date($format, $stamp, $convert, $jalali, $timezone);
/plugin/bez/mdl/
H A DValidator.php139 public function validate_unix_timestamp($stamp) { argument
140 if (is_numeric($stamp)) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
DEventIterator.php323 $stamp = $event->DTSTART->getDateTime($this->timeZone)->getTimeStamp();
324 $index[$stamp] = $key;
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
DEventIterator.php323 $stamp = $event->DTSTART->getDateTime($this->timeZone)->getTimeStamp();
324 $index[$stamp] = $key;
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
DEventIterator.php329 $stamp = $event->DTSTART->getDateTime($this->timeZone)->getTimeStamp();
330 $index[$stamp][] = $key;
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
DEventIterator.php314 $stamp = $event->DTSTART->getDateTime($this->timeZone)->getTimeStamp();
315 $index[$stamp][] = $key;
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php330 $stamp = $event->DTSTART->getDateTime($this->timeZone)->getTimeStamp();
331 $index[$stamp] = $key;
/plugin/twcheckliste/theme_twCheckliste/
Dpackery.pkgd.min.js12stamp(this.options.stamp),o.extend(this.element.style,this.options.containerStyle),this.options.is… method in s
13stamp(n.element),n.getSize(),n.isPlacing=!0,e=void 0===e?n.rect.x:e,i=void 0===i?n.rect.y:i,n.posi…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dfunctions.js290 var stamp = new Date;
291 while (new Date - stamp < limit) {
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.js4171 stamp,
4216 stamp = Date.now();
4217 if (stamp - tree.lastQuicksearchTime > 500) {
4220 tree.lastQuicksearchTime = stamp;
/plugin/dirtylittlehelper/mermaid/editor/docs/
D7.7.js.map1 …'spool',\n 'spots',\n 'sql',\n 'sqlscript',\n 'stable',\n 'stamp',\n 'standard',…
/plugin/indexmenu/scripts/fancytree/
Djquery.fancytree-all.js4171 stamp,
4216 stamp = Date.now();
4217 if (stamp - tree.lastQuicksearchTime > 500) {
4220 tree.lastQuicksearchTime = stamp;
Djquery.fancytree-all-deps.js5632 stamp,
5677 stamp = Date.now();
5678 if (stamp - tree.lastQuicksearchTime > 500) {
5681 tree.lastQuicksearchTime = stamp;
/plugin/passpolicy/
Dwords.txt3408 stamp
/plugin/sequencediagram/bower_components/lodash/
Dlodash.js6688 var stamp = nativeNow(),
6689 remaining = HOT_SPAN - (stamp - lastCalled);
6691 lastCalled = stamp;
/plugin/sequencediagram/bower_components/lodash/dist/
Dlodash.js6688 var stamp = nativeNow(),
6689 remaining = HOT_SPAN - (stamp - lastCalled);
6691 lastCalled = stamp;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js6157 var stamp = now(),
6158 remaining = HOT_SPAN - (stamp - lastCalled);
6160 lastCalled = stamp;
9213 stamp,
9245 var remaining = wait - (now() - stamp);
9280 stamp = now();
9288 lastCalled = stamp;
9290 var remaining = maxWait - (stamp - lastCalled),
9297 lastCalled = stamp;
/plugin/sequencediagram/bower_components/lodash/test/
Dtest.js10214 var stamp = +new Date;
10219 [new Date(stamp), new Date(stamp), new Date(stamp - 100)],
16278 var stamp = +new Date,
16281 assert.ok(actual >= stamp);
/plugin/dirtylittlehelper/mermaid/editor/
Dfontawesome.all.min.css5 …-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f…
/plugin/mikioplugin/icons/fontawesome5/css/
H A Dall.min.css5 …-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f…
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md3503 _.defer(function(stamp) {
3504 console.log(_.now() - stamp);

12