Searched refs:return (Results 1 – 17 of 17) sorted by relevance
/web-master/include/ |
H A D | functions.inc | 106 return TRUE; 149 return $res; 163 return FALSE; 247 return false; 254 return true; 256 return false; 302 return $cc; 325 return true; 471 return false; 478 return $k; [all …]
|
H A D | spam-lib.inc | 63 return true; 66 return false; 74 return true; 77 return true; 79 return false; 94 return $spam_data; 113 return $ip; 116 return false;
|
H A D | cvs-auth.inc | 8 return md5(sprintf("%s:%s:%s", $username, REALM, $password)); 19 return gen_svn_pass($user, $pass) === $row["svnpasswd"]; 22 return false; 28 return $res && mysql_num_rows($res) == 1;
|
H A D | email-validation.inc | 8 return preg_replace($remove_spam, "", trim($email)); 19 return filter_var($email, FILTER_VALIDATE_EMAIL) == $email; 21 return FALSE;
|
H A D | email-templates.inc | 34 return $message; 44 return $message; 75 return $message;
|
H A D | login.inc | 112 return hsc("?{$_SERVER['QUERY_STRING']}");
|
/web-master/scripts/ |
H A D | pregen_news | 8 …return $a["updated"] == $b["updated"] ? 0 : (strtotime($a["updated"]) > strtotime($b["updated"]) ?… 20 return; 24 return; 54 return $entries; 64 return $retval; 151 return $retval; 159 return $retval; 168 return $retval; 174 return $link["href"]; 177 return "";
|
H A D | pregen_flickr | 15 return; 22 return; 28 return; 52 return; 86 return;
|
H A D | rss_parser | 12 if (!is_readable($fname)) { return false; } 14 if (!$fp) { return false; } 17 return $raw_code; 41 return $link; 64 return preg_replace("!\\s+!", " ", $text); 156 return $headlines; 231 return $RSS;
|
H A D | conference_teaser | 52 return; 56 return rename("$outfile~", $outfile);
|
H A D | event_listing | 138 return; 142 return rename("$outfile~", $outfile);
|
H A D | ip-to-country | 28 if (!$succ) { return FALSE; }
|
H A D | countries.inc | 4 return [
|
/web-master/.phan/internal_stubs/ |
H A D | mysql.phan_php | 97 * @return bool true on success or false on failure. 110 * @return bool true on success or false on failure. 150 * <b>mysql_query</b> will also fail and return false 478 * @return bool true on success or false on failure. 530 * @return bool true on success or false on failure. 540 * @return bool true on success or false on failure. 568 * @return string The name of the table on success. 590 * @return string The returned field type 626 * @return string the escaped string. 692 * @return string The MySQL client version. [all …]
|
/web-master/ |
H A D | forgot.php | 17 $return = ''; 19 $return .= $alphanum[rand(0,count($alphanum)-1)]; 21 return $return;
|
/web-master/manage/ |
H A D | user-notes.php | 825 function highlight_php($code, $return = FALSE) argument 855 if ($return) { return $highlighted; }
|
/web-master/vendor/michelf/php-markdown-extra/ |
H A D | PHP Markdown Extra Readme.text | 623 * Changed all methods which were inserting HTML code so that they now return
|
Completed in 34 milliseconds