Home
last modified time | relevance | path

Searched refs:timestamp (Results 176 – 200 of 262) sorted by last modified time

1234567891011

/plugin/timer/
H A Dsyntax.php81 if (($timestamp = strtotime($starttime)) === -1) {
86 $sts = $timestamp;
91 if (($timestamp = strtotime($endtime)) === -1) {
96 $ets = $timestamp;
/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/ckgdoku/ckeditor/
H A Dckeditor.js6 ….CKEDITOR=function(){var a=/(^|.*[\\\/])ckeditor\.js(?:\?.*|;.*)?$/i,f={timestamp:"H4P6",version:"… property in AnonymousFunctione4ea00380200.f
7 …on(a){-1==a.indexOf(":/")&&0!==a.indexOf("/")&&(a=this.basePath+a);this.timestamp&&"/"!=a.charAt(a…
H A Dconfig.js.unc106 …config.extraPlugins = 'signature,footnote,shortcuts,fontAssist,tags,timestamp,headerbuttons,geshi,…
/plugin/chordsheets/js/
H A Draphael.js1 …return ie(t,+G[1],+G[2],+G[3],+G[4],m)}}else W=X;if(k={anim:r,percent:a,timestamp:y=u.start||r.sta…
/plugin/dwcommits/
H A Dhelper.php383 $timestamp=0;
402 $timestamp = mktime ($hour,$min,$sec, $months[$mon], $day, $year);
404 if($timestamp < $timestamp_start) {
423 $this->insert($author,$timestamp,$gitid,$msg,$table);
443 function insert($author,$timestamp,$gitid,$msg,$table) { argument
448 $author,$timestamp,$gitid,$msg,$prefix,$this->selected_branch)){
/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/gtime/gtlib/http/
H A DGTHttpClient.php84 * @param GTTimestamp $timestamp timestamp to be extended
88 public static function extend(GTTimestamp $timestamp, $verifierUrl) { argument
91 …$request->setHistoryIdentifier(new GTBigInteger($timestamp->getProperty(GTTimestamp::HISTORY_ID)));
115 $timestamp->extend($response);
134 * @param GTTimestamp $timestamp the timestamp to verify
143 if (empty($timestamp)) {
161 $extendable = $timestamp->isExtendable($publicationsFile);
170 …$request->setHistoryIdentifier(new GTBigInteger($timestamp->getProperty(GTTimestamp::HISTORY_ID)));
227 $timestamp->extend($response);
241 $gtResult = $timestamp->verify($dataHash, $publicationsFile);
[all …]
/plugin/authfacebook/lib/Authentication/
H A DAccessTokenMetadata.php367 * @param int $timestamp
371 private function convertTimestampToDateTime($timestamp) argument
374 $dt->setTimestamp($timestamp);
/plugin/importfacebookevents/
H A Dsyntax.php353 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165255.bak355 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
H A Dsyntax.php.2018-03-08_165158.bak353 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
H A Dsyntax.php.2018-03-08_165027.bak354 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
H A Dsyntax.php.2018-03-08_164706.bak352 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
H A Dsyntax.php.2018-03-08_164623.bak348 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
H A Dsyntax.php.2018-03-08_163718.bak348 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
H A Dsyntax.php.2018-03-08_163705.bak348 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
H A Dsyntax.php.2018-03-08_163658.bak349 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
/plugin/fckg/syntax/
H A Ddwplugin.php449 $timestamp = time() + (5000*24*60*60);
452 $timestamp = $meta_data ['persistent']['dwplugin'];
455 $timestamp = $meta_data ['dwplugin'];
460 if($timestamp < $tmp) {
/plugin/callflow/
H A Draphael.js4753 timestamp,
4911 timestamp = params.start || anim.start || +new Date;
4915 timestamp: timestamp, property in runAnimation.e
4916 start: timestamp + (anim.del || 0),
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php372 $timestamp = key($this->overriddenEventsIndex);
373 if (!$nextDate || $timestamp < $nextDate->getTimeStamp()) {
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dbuild.properties7 timestamp=1489140658428 key
/plugin/vbsso/
H A Dbuild.properties7 timestamp=1505320498840 key

1234567891011