Home
last modified time | relevance | path

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

/web-php/manual/
H A Dadd-note.php15 if (empty($_POST['sect']) && isset($_GET['sect'])) {
16 $_POST['sect'] = $_GET['sect'];
/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, (…
/web-php/src/UserNotes/
H A DUserNote.php9 public string $sect, argument
/web-php/include/
H A Dshared-manual.inc52 $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