Searched refs:key (Results 1 – 7 of 7) sorted by relevance
/web-master/ |
H A D | forgot.php | 8 $key = isset($_REQUEST['key']) ? $_REQUEST['key'] : 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]); 61 <input type="hidden" name="key" value="<?= hsc($key)?>" />
|
/web-master/manage/ |
H A D | user-notes.php | 770 foreach ($stats_sql as $key => $query) { 773 $stats[$key] = $row['total']; 935 foreach (array_keys($start, "*", true) as $key) { 936 $start[$key] = "0"; 937 $end[$key] = "255"; 939 foreach ($start as $key => $part) { 940 if (!isset($end[$key])) { 941 $end[$key] = $start[$key];
|
/web-master/vendor/michelf/php-markdown-extra/ |
H A D | markdown.php | 528 $key = $this->hashBlock($text); 529 return "\n\n$key\n\n"; 550 $key = "$boundary\x1A" . ++$i . $boundary; 551 $this->html_hashes[$key] = $text; 1354 foreach ($grafs as $key => $value) { 1360 $grafs[$key] = $this->unhash($value); 1403 $grafs[$key] = $graf; 1502 foreach ($chars as $key => $char) { 2620 foreach ($grafs as $key => $value) { 2630 $grafs[$key] = $value; [all …]
|
H A D | PHP Markdown Extra Readme.text | 728 key. Things such as this now work as expected:
|
/web-master/scripts/ |
H A D | pregen_flickr | 58 foreach ($photos as $key => &$photo) { 79 unset($photos[$key]);
|
/web-master/include/ |
H A D | functions.inc | 267 $results[] = ['key' => $match[1], 468 return "the ssh key doesn't seem to have the necessary format";
|
/web-master/.phan/internal_stubs/ |
H A D | mysql.phan_php | 313 * The REPLACE statement first deletes the record with the same primary key 512 * primary_key - 1 if the column is a primary key 513 * unique_key - 1 if the column is a unique key 514 * multiple_key - 1 if the column is a non-unique key
|
Completed in 20 milliseconds