Home
last modified time | relevance | path

Searched refs:id (Results 1 – 17 of 17) sorted by relevance

/web-master/manage/
H A Devent.php38 if($id) $id = (int)$id; variable
40 if ($id && $action) {
45 $event = fetch_event($id);
56 $event = fetch_event($id);
66 unset($id);
77 if ($id && $in) {
102 unset($id);
105 if ($id && !$in) {
106 $in = fetch_event($id);
108 unset($id);
[all …]
H A Duser-notes.php47 if ($id) {
421 $action = $m[1]; $id = $m[2]; variable
524 if ($id) {
534 $id,
546 if ($id) {
552 $id,
576 if ($id) {
591 $id,
648 if ($id) {
713 $ids[] = (int) $id;
[all …]
H A Dusers.php72 if ($id) {
77 warn("Can't find user#$id");
82 if ($id && $action) {
91 user_approve((int)$id);
95 user_remove((int)$id);
114 $userinfo = fetch_user($id);
124 if ($id) {
168 warn("record $id updated");
169 $id = false; variable
175 if ($id) {
[all …]
/web-master/
H A Dforgot.php6 $id = isset($_REQUEST['id']) ? $_REQUEST['id'] : false; variable
24 function username_from_forgotten($key, $id) { argument
25 $res = db_query_safe("SELECT username FROM users WHERE userid=? AND forgot=?", [$id, $key]);
34 if ($id && $key) {
37 $svnpasswd = gen_svn_pass(username_from_forgotten($key, $id), $n1);
38 …SET forgot=NULL,svnpasswd=?,pchanged=? WHERE userid=? AND forgot=?", [$svnpasswd, $ts, $id, $key]);
60 <input type="hidden" name="id" value="<?= hsc($id)?>" />
H A Dnote.sql17 id mediumint(9) NOT NULL auto_increment,
27 PRIMARY KEY (id),
33 `id` int(11) NOT NULL AUTO_INCREMENT,
39 PRIMARY KEY (`id`),
H A Devent.sql6 id int(8) NOT NULL auto_increment,
19 PRIMARY KEY (id),
/web-master/entry/
H A Duser-notes-vote.php26 $ip = $hostip = $id = $vote = 0;
55 $id = filter_var($_POST['noteid'], FILTER_VALIDATE_INT);
75 if (!$noteStmt->execute(['id' => $id])) {
90 if (!$remoteStmt->execute(['ip' => $ip, 'id' => $id])) {
105 if (!$hostStmt->execute(['ip' => $ip, 'id' => $id])) {
120 …if (!$voteStmt->execute(['id' => $id, 'ip' => $ip, 'host' => $hostip, 'ts' => $ts, 'vote' => $vote…
130 if (!$voteStmt->execute(['id' => $id])) {
/web-master/include/
H A Dfunctions.inc237 …echo "<option value=\"{$row['id']}\"", $cc == $row['id'] ? " selected" : "", ">{$row['name']}</opt…
282 function find_group_address_from_notes_for($id) {
307 function user_approve($id) {
310 $cc = find_group_address_from_notes_for($id);
312 $userinfo = fetch_user($id);
328 warn("wasn't able to grant access to id $id.");
333 function user_remove($id) {
334 $userinfo = fetch_user($id);
358 warn("wasn't able to delete id $id.");
486 function fetch_event($id) {
[all …]
/web-master/manage/js/
H A Danimatedcollapse.js44 this.divholders[divid]=({id: divid, $divref: null, attrs: attrstring}) property in animatedcollapse.addDiv.divholders
114 this.$divref=$('#'+this.id)
116 var cssdisplay=(jQuery.inArray(this.id, persistopenids)!=-1)? 'block' : 'none'
121 …if (urlparamopenids[0]=="all" || jQuery.inArray(this.id, urlparamopenids)!=-1){ //if url parameter…
132 …if (jQuery.inArray(this.id, urlparamopenids)!=-1){ //if url parameter string contains this div's ID
133 …targetgroup.lastactivedivid=this.id //remember this DIV as the last "active" DIV (this DIV will be…
137 …targetgroup.lastactivedivid=this.id //remember this DIV as the last "active" DIV (this DIV will be…
180 opendivids+=this.id+',' //store ids of DIVs that are expanded when page unloads: 'div1,div2,etc'
H A Djquery.min.js12 …G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().fi…
19 ….getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.get…
/web-master/scripts/
H A Dupdate-user-notes63 list($id,$sect,$rate,$ts,$user,$note,$up,$down) = explode("|",$line);
81 $note = gzuncompress(base64_decode($note)) or die ("$id failed\n");
82 fputs($nf, "$id|$sect|$rate|$ts|$user|" . base64_encode($note) . "|$up|$down\n");
84 fputs($bz, "$id|$sect|$rate|$ts|$user|" . base64_encode($note) . "|$up|$down\n");
H A Devent_listing45 list($d, $m, $y, $ccode, $desc, $id, , , , , , , $cat) = $elems;
93 …<abbr title=\"$y-$m-$d\" class=\"dtstart\">$d</abbr>. <a href=\"/cal.php?id=$id\" class=\"summary\…
H A Dpregen_news73 case "id":
/web-master/fetch/
H A Duser-notes-rss.php67 <link>https://master.php.net/note/edit/<?php echo $note['id']; ?></link>
/web-master/vendor/michelf/php-markdown-extra/
H A DPHP Markdown Extra Readme.text279 * In WordPress pages featuring more than one post, footnote id prefixes are
299 as HTML entities when used inside a footnote reference id.
451 footnote id prefix variable (fn_id_prefix) is not empty.
561 for the id attribute in PHP Markdown Extra.
681 * Added support for setting the id attributes for headers like this:
H A Dmarkdown.php2271 $attr = $this->_doHeaders_attr($id =& $matches[2]);
2277 $attr = $this->_doHeaders_attr($id =& $matches[3]);
/web-master/.phan/internal_stubs/
H A Dmysql.phan_php323 * @link https://php.net/manual/en/function.mysql-insert-id.php
660 * @link https://php.net/manual/en/function.mysql-thread-id.php

Completed in 47 milliseconds