Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 4 of 4) sorted by relevance

/web-php/src/UserNotes/
H A DSorter.php72 + (($note->ts - $this->minAge) * $this->ageFactor);
88 $this->minAge = $this->maxAge = $first->ts;
93 $this->maxAge = max($this->maxAge, $note->ts);
94 $this->minAge = min($this->minAge, $note->ts);
H A DUserNote.php11 public string $ts, argument
/web-php/tests/Unit/UserNotes/
H A DSorterTest.php106 @list($id, $sect, $rate, $ts, $user, $note, $up, $down) = explode('|', $line);
107 …$notes[$id] = new UserNote($id, $sect, $rate, $ts, $user, base64_decode($note, true), (int) $up, (…
405 'ts' => $note->ts,
/web-php/include/
H A Dshared-manual.inc112 @list($id, $sect, $rate, $ts, $user, $note, $up, $down) = explode("|", $line);
113 …$notes[$id] = new UserNote($id, $sect, $rate, $ts, $user, base64_decode($note, true), (int) $up, (…
131 $date = new DateTime("@{$note->ts}");
304 $timestamps[] = $note->ts;

Completed in 5 milliseconds