Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 8 of 8) sorted by relevance

/template/strap/ComboStrap/
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();
H A DIso8601Date.php136 public static function createFromTimestamp($timestamp): Iso8601Date argument
139 $dateTime->setTimestamp($timestamp);
H A DFileSystems.php322 $timestamp = filemtime($filename);
323 fputs(STDOUT, " $timestamp" . PHP_EOL);
/template/strap/admin/
H A Dpagerules.php257 $timestamp = $row[PageRules::TIMESTAMP_NAME];
284 echo(' <td>' . $timestamp . '</td>');
/template/a_new_day/js/
Deffects.js188 var timestamp = new Date().getTime();
202 timestamp = this.effects.pluck('startOn').max() || timestamp;
206 timestamp = this.effects.pluck('finishOn').max() || timestamp;
210 effect.startOn += timestamp;
211 effect.finishOn += timestamp;
/template/battlehorse/js/
Deffects.js188 var timestamp = new Date().getTime();
202 timestamp = this.effects.pluck('startOn').max() || timestamp;
206 timestamp = this.effects.pluck('finishOn').max() || timestamp;
210 effect.startOn += timestamp;
211 effect.finishOn += timestamp;
/template/chippedsnow/
Dless-1.1.3.min.js28 …e(/\?.*$/,""),j=h&&h.getItem(i),k=h&&h.getItem(i+":timestamp"),l={css:j,timestamp:k};/^(https?|fil… property
/template/boozurk/css/
Dboozurk.css1990 .tb-chat .timestamp {
1997 .tb-chat .rightalign .timestamp {