Home
last modified time | relevance | path

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

/web-master/include/
H A Dfunctions.inc106 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 Dspam-lib.inc63 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 Dcvs-auth.inc8 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 Demail-validation.inc8 return preg_replace($remove_spam, "", trim($email));
19 return filter_var($email, FILTER_VALIDATE_EMAIL) == $email;
21 return FALSE;
H A Demail-templates.inc34 return $message;
44 return $message;
75 return $message;
H A Dlogin.inc112 return hsc("?{$_SERVER['QUERY_STRING']}");
/web-master/scripts/
H A Dpregen_news8return $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 Dpregen_flickr15 return;
22 return;
28 return;
52 return;
86 return;
H A Drss_parser12 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 Dconference_teaser52 return;
56 return rename("$outfile~", $outfile);
H A Devent_listing138 return;
142 return rename("$outfile~", $outfile);
H A Dip-to-country28 if (!$succ) { return FALSE; }
H A Dcountries.inc4 return [
/web-master/.phan/internal_stubs/
H A Dmysql.phan_php97 * @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 Dforgot.php17 $return = '';
19 $return .= $alphanum[rand(0,count($alphanum)-1)];
21 return $return;
/web-master/manage/
H A Duser-notes.php825 function highlight_php($code, $return = FALSE) argument
855 if ($return) { return $highlighted; }
/web-master/vendor/michelf/php-markdown-extra/
H A DPHP Markdown Extra Readme.text623 * Changed all methods which were inserting HTML code so that they now return

Completed in 41 milliseconds