Home
last modified time | relevance | path

Searched refs:timestamp (Results 76 – 100 of 262) sorted by path

1234567891011

/plugin/ckgdoku/ckeditor/
H A Dconfig.js.unc106 …config.extraPlugins = 'signature,footnote,shortcuts,fontAssist,tags,timestamp,headerbuttons,geshi,…
/plugin/ckgdoku/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc14 // Define an editor command that inserts a timestamp.
23 // var timestamp = new Date();
24 // Insert the timestamp into the document.
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js.unc16 // Define an editor command that inserts a timestamp.
40 // Insert the timestamp into the document.
/plugin/ckgdoku/ckeditor/plugins/timestamp/
H A Dplugin.js34 label: editor.lang.timestamp.title, //'Insert Timestamp',
/plugin/ckgedit/ckeditor/
H A Dckeditor.js5 ….CKEDITOR=function(){var a=/(^|.*[\\\/])ckeditor\.js(?:\?.*|;.*)?$/i,d={timestamp:"J39A",version:"… property in AnonymousFunctiona9e2af6b0100.d
6 …on(a){-1==a.indexOf(":/")&&0!==a.indexOf("/")&&(a=this.basePath+a);this.timestamp&&"/"!=a.charAt(a…
H A Dckeditor.js.unc10 timestamp: "I8BG",
35 …this.timestamp && "/" != a.charAt(a.length - 1) && !/[&?]t=/.test(a) && (a += (0 <= a.indexOf("?")…
H A Dconfig.js.unc111 …config.extraPlugins = 'signature,footnote,shortcuts,fontAssist,tags,timestamp,headerbuttons,geshi,…
/plugin/ckgedit/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc14 // Define an editor command that inserts a timestamp.
23 // var timestamp = new Date();
24 // Insert the timestamp into the document.
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js.unc16 // Define an editor command that inserts a timestamp.
40 // Insert the timestamp into the document.
/plugin/ckgedit/ckeditor/plugins/timestamp/
H A Dplugin.js34 label: editor.lang.timestamp.title, //'Insert Timestamp',
/plugin/cleanoldips/
H A Daction.php110 list($timestamp, $ip, $rest) = explode("\t", $line, 3);
111 $ageOfEntry = time() - (int)$timestamp;
119 $cleanedLine = implode("\t", [$timestamp, str_pad('', strlen($ip)), $rest]);
/plugin/codemirror/dist/modes/
H A Dcypher.min.js.map1 …ev\", \"stdevp\", \"str\", \"substring\", \"sum\", \"tail\", \"tan\", \"timestamp\", \"toFloat\", …
H A Didl.min.js.map1 …n 'thread', 'threed', 'tic', 'time_test2', 'timegen',\n 'timer', 'timestamp', 'timestamptova…
H A Dmirc.min.js.map1timestamp \" +\n \"$timestampfmt $timezone $tip $titlebar $toolbar $tre…
H A Dsql.min.js1 …|~^\/]/,l=c.support||{},m=c.hooks||{},n=c.dateSQL||{date:true,time:true,timestamp:true},o=c.backsl…
H A Dsql.min.js.map1timestamp","backslashStringEscapes","brackets","punctuation","tokenBase","stream","state","ch","ne…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …p:save|xdmp:role-roles|xdmp:role|xdmp:rethrow|xdmp:restart|xdmp:request-timestamp|xdmp:request-sta…
/plugin/combo/ComboStrap/
H A DFileSystems.php322 $timestamp = filemtime($filename);
323 fputs(STDOUT, " $timestamp" . PHP_EOL);
H A DIso8601Date.php136 public static function createFromTimestamp($timestamp): Iso8601Date argument
139 $dateTime->setTimestamp($timestamp);
H A DLocalFileSystem.php70 $timestamp = filemtime($path->toCanonicalAbsolutePath()->toAbsoluteId());
71 return Iso8601Date::createFromTimestamp($timestamp)->getDateTime();
83 $timestamp = filectime($filePath);
84 return Iso8601Date::createFromTimestamp($timestamp)->getDateTime();
/plugin/combo/admin/
H A Dpagerules.php257 $timestamp = $row[PageRules::TIMESTAMP_NAME];
284 ptln(' <td>' . $timestamp . '</td>');
/plugin/data-au/
H A Dhelper.php304 case 'timestamp':
388 '%lastmod%' => array('lastmod', 'timestamp')
/plugin/data/
H A Dhelper.php315 case 'timestamp':
418 '%lastmod%' => ['lastmod', 'timestamp']
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js871 var timestamp;
874 var last = +new Date() - timestamp;
889 timestamp = +new Date();
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php379 $timestamp = key($this->overriddenEventsIndex);
380 if (!$nextDate || $timestamp < $nextDate->getTimeStamp()) {

1234567891011