Home
last modified time | relevance | path

Searched refs:ctype_xdigit (Results 1 – 12 of 12) sorted by relevance

/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php25 function ctype_xdigit($text) { return p\Ctype::ctype_xdigit($text); } function
H A DCtype.php192 public static function ctype_xdigit($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/plugin/mdpage/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php45 function ctype_xdigit($input) { return p\Ctype::ctype_xdigit($input); } function
H A DCtype.php192 public static function ctype_xdigit($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/plugin/combo/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php48 if (!function_exists('ctype_xdigit')) {
49 function ctype_xdigit($text) { return p\Ctype::ctype_xdigit($text); } function
H A Dbootstrap80.php44 if (!function_exists('ctype_xdigit')) {
45 function ctype_xdigit(mixed $text): bool { return p\Ctype::ctype_xdigit($text); } function
H A DCtype.php192 public static function ctype_xdigit($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/plugin/freechat/phpfreechat/lib/ctype/
H A Dctype.php11 function ctype_xdigit($string) function
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php361 …while($i < strlen($string) && (ctype_xdigit($string{$i}) || ctype_space($string{$i})) && strlen($a…
381 if(@ctype_xdigit($string{$i+1}) && ctype_space($string{$i})
/plugin/authphpbb3/
H A Dauth.php758 if (empty($this->_phpbb_user_session_id) || !ctype_xdigit($this->_phpbb_user_session_id)) {
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …ype_lower ctype_graph ctype_print ctype_punct ctype_space ctype_upper ctype_xdigit virtual apache_…
/plugin/scrape/
H A DHTMLPurifier.standalone.php