Searched refs:sect (Results 1 – 4 of 4) sorted by relevance
/web-php/manual/ |
H A D | add-note.php | 15 if (empty($_POST['sect']) && isset($_GET['sect'])) { 16 $_POST['sect'] = $_GET['sect'];
|
/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, (…
|
/web-php/src/UserNotes/ |
H A D | UserNote.php | 9 public string $sect, argument
|
/web-php/include/ |
H A D | shared-manual.inc | 52 $addnotelink = '/manual/add-note.php?sect=' . $filename . 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, (…
|
Completed in 9 milliseconds