/web-master/manage/ |
H A D | event.php | 38 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 D | user-notes.php | 47 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 D | users.php | 72 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 D | forgot.php | 6 $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 D | note.sql | 17 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 D | event.sql | 6 id int(8) NOT NULL auto_increment, 19 PRIMARY KEY (id),
|
/web-master/entry/ |
H A D | user-notes-vote.php | 26 $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 D | functions.inc | 237 …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 D | animatedcollapse.js | 44 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 D | jquery.min.js | 12 …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 D | update-user-notes | 63 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 D | event_listing | 45 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 D | pregen_news | 73 case "id":
|
/web-master/fetch/ |
H A D | user-notes-rss.php | 67 <link>https://master.php.net/note/edit/<?php echo $note['id']; ?></link>
|
/web-master/vendor/michelf/php-markdown-extra/ |
H A D | PHP Markdown Extra Readme.text | 279 * 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 D | markdown.php | 2271 $attr = $this->_doHeaders_attr($id =& $matches[2]); 2277 $attr = $this->_doHeaders_attr($id =& $matches[3]);
|
/web-master/.phan/internal_stubs/ |
H A D | mysql.phan_php | 323 * @link https://php.net/manual/en/function.mysql-insert-id.php 660 * @link https://php.net/manual/en/function.mysql-thread-id.php
|