Searched refs:ts (Results 1 – 4 of 4) sorted by relevance
/web-php/src/UserNotes/ |
H A D | Sorter.php | 72 + (($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 D | UserNote.php | 11 public string $ts, argument
|
/web-php/tests/Unit/UserNotes/ |
H A D | SorterTest.php | 106 @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 D | shared-manual.inc | 112 @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