Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/
Dbootstrap.php25 function ctype_xdigit($text) { return p\Ctype::ctype_xdigit($text); } function
DCtype.php192 public static function ctype_xdigit($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/plugin/mdpage/vendor/symfony/polyfill-ctype/
Dbootstrap.php45 function ctype_xdigit($input) { return p\Ctype::ctype_xdigit($input); } function
DCtype.php192 public static function ctype_xdigit($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/plugin/combo/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php49 function ctype_xdigit($text) { return p\Ctype::ctype_xdigit($text); } function
H A Dbootstrap80.php45 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/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DAttrDef.php113 if (ctype_xdigit($string[$i])) {
116 if (!ctype_xdigit($string[$i])) {
DPercentEncoder.php95 if (!ctype_xdigit($encoding)) {
/plugin/freechat/phpfreechat/lib/ctype/
Dctype.php11 function ctype_xdigit($string) function
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/
DColor.php41 if (!ctype_xdigit($hex)) {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/
DColor.php152 if (!ctype_xdigit($hex)) {
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
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/dw2pdf/vendor/mpdf/mpdf/src/Color/
DColorConverter.php361 return ctype_xdigit($hexString) ? hexdec($hexString) : 0;
/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy.php442 …while ($i < strlen($string) && (ctype_xdigit($string[$i]) || ctype_space($string[$i])) && strlen($…
459 if (@ctype_xdigit($string[$i + 1]) && ctype_space($string[$i])
/plugin/authphpbb3/
Dauth.php758 if (empty($this->_phpbb_user_session_id) || !ctype_xdigit($this->_phpbb_user_session_id)) {
/plugin/codemirror/dist/modes/
Dphp.min.js.map1 …ype_lower ctype_graph ctype_print ctype_punct ctype_space ctype_upper ctype_xdigit virtual apache_…