Home
last modified time | relevance | path

Searched defs:id (Results 1 – 5 of 5) sorted by relevance

/web-master/
H A Dforgot.php6 $id = isset($_REQUEST['id']) ? $_REQUEST['id'] : false; variable
24 function username_from_forgotten($key, $id) {
/web-master/manage/
H A Duser-notes.php40 $id = (isset($_REQUEST['id']) ? intval($_REQUEST['id']) : ''); variable
276 $id = isset($row['id']) ? $row['id'] : null; variable
421 $action = $m[1]; $id = $m[2]; variable
426 $id = isset($_GET['id']) ? (int)$_GET['id'] : null; variable
612 <input type="hidden" name="id" value="<?= $id ?>" /> variable
875 function note_get_by_id($id)
888 function note_mail_on_action($user, $id, $subject, $body)
H A Dusers.php55 $id = filter_input(INPUT_GET, "id", FILTER_VALIDATE_INT) ?: 0; variable
68 if (!($id = @mysql_result($res, 0))) { variable
169 $id = false; variable
H A Devent.php28 $id = isset($_REQUEST['id']) ? $_REQUEST['id'] : false; variable
38 if($id) $id = (int)$id; variable
/web-master/manage/js/
H A Danimatedcollapse.js44 this.divholders[divid]=({id: divid, $divref: null, attrs: attrstring}) property in animatedcollapse.addDiv.divholders

Completed in 40 milliseconds