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'];
24 $needed_vars = ['note', 'user', 'sect', 'redirect', 'action', 'func', 'arga', 'argb', 'answer'];
/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.inc49 $addnotelink = '/manual/add-note.php?sect=' . $filename .
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, (…

Completed in 16 milliseconds