Home
last modified time | relevance | path

Searched refs:txt (Results 1 – 2 of 2) sorted by relevance

/web-bugs/include/
H A Dfunctions.php271 * @param string $txt the email address to be obfuscated
276 function spam_protect($txt, $format = 'html') argument
279 if (preg_match('/^(.+)@php\.net$/i', $txt)) {
280 return $txt;
296 return strtr($txt, $translate);
/web-bugs/www/js/
H A Djquery.autocomplete-min.js10 …arams.query=q;$.get(this.serviceUrl,me.options.params,function(txt){me.processResponse(txt);},"tex… argument

Completed in 10 milliseconds