Home
last modified time | relevance | path

Searched refs:ctype_alnum (Results 1 – 18 of 18) sorted by relevance

/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php15 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); } function
H A DCtype.php32 public static function ctype_alnum($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/plugin/mdpage/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php15 function ctype_alnum($input) { return p\Ctype::ctype_alnum($input); } function
H A DCtype.php32 public static function ctype_alnum($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/plugin/combo/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php18 if (!function_exists('ctype_alnum')) {
19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); } function
H A Dbootstrap80.php14 if (!function_exists('ctype_alnum')) {
15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); } function
H A DCtype.php32 public static function ctype_alnum($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/
H A DFilterManager.php60 if (!ctype_alnum(str_replace('_', '', $name))) {
H A DAssetManager.php65 if (!ctype_alnum(str_replace('_', '', $name))) {
/plugin/mikioplugin/inc/
H A Dpolyfill-ctype.php10 if(!function_exists('ctype_alnum')) {
11 function ctype_alnum($var) { function
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DValidatorAtom.php
/plugin/mdpage/vendor/cebe/markdown/block/
H A DHtmlTrait.php70 if (!ctype_alnum($tag) || in_array(strtolower($tag), $this->inlineHtmlElements)) {
/plugin/odt/ODT/
H A DXMLUtil.php15 if (ctype_alnum($sign) || $sign == ':' || $sign == '-' || $sign == '_') {
/plugin/phpipam/
H A Dphpipam-api.php453 if(strlen($app_id)<3 || strlen($app_id)>12 || !ctype_alnum($app_id)) {
/plugin/searchpattern/
H A Dsyntax.php109 if(!ctype_alnum($str[$i])){ //if char is not alpha-numeric
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php735 $valid = !ctype_alnum($value);
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …replace preg_replace_callback preg_split preg_quote preg_grep overload ctype_alnum ctype_alpha cty…
/plugin/scrape/
H A DHTMLPurifier.standalone.php