Lines Matching refs:id
68 <section id="usernotes">
81 echo '<div id="allnotes">';
96 function manual_notes_load(string $id): array
98 $hash = substr(md5($id), 0, 16);
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, (…
128 …$name = ($note->id ? "\n <a href=\"#{$note->id}\" class=\"name\">$name</a><a class=\"genanchor\" …
150 <div id="Vu{$note->id}">
151 …<a href="/manual/vote-note.php?id={$note->id}&page={$rredir_filename}&vote=up" title="Vote…
153 <div id="Vd{$note->id}">
154 …<a href="/manual/vote-note.php?id={$note->id}&page={$rredir_filename}&vote=down" title="Vo…
156 <div class="tally" id="V{$note->id}" title="{$rate}">
166 if (isset($_COOKIE['IS_DEV']) && $note->id) {
171 'https://main.php.net/manage/user-notes.php?action=edit+' . $note->id,
178 'https://main.php.net/manage/user-notes.php?action=reject+' . $note->id,
185 'https://main.php.net/manage/user-notes.php?action=delete+' . $note->id,
197 …<div class="note" id="{$note->id}">{$votediv}{$name}{$admin}<div class="date" title="$fdatestr"><s…
198 <div class="text" id="Hcom{$note->id}">
361 <form action="/manual/change.php" method="get" id="changelang" name="changelang">
364 <select onchange="document.changelang.submit()" name="page" id="changelang-langs">
376 $id = substr($setup['this'][0], 0, -4);
419 …doc-{$repo}/issues/new?body=From%20manual%20page:%20https:%2F%2Fphp.net%2F$id%0A%0A---">$reportBug…