| /plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/ |
| D | bootstrap.php | 15 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); } function
|
| D | Ctype.php | 32 public static function ctype_alnum($text) function in Symfony\\Polyfill\\Ctype\\Ctype
|
| /plugin/mdpage/vendor/symfony/polyfill-ctype/ |
| D | bootstrap.php | 15 function ctype_alnum($input) { return p\Ctype::ctype_alnum($input); } function
|
| D | Ctype.php | 32 public static function ctype_alnum($text) function in Symfony\\Polyfill\\Ctype\\Ctype
|
| /plugin/combo/vendor/symfony/polyfill-ctype/ |
| H A D | bootstrap.php | 19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); } function
|
| H A D | bootstrap80.php | 15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); } function
|
| H A D | Ctype.php | 32 public static function ctype_alnum($text) function in Symfony\\Polyfill\\Ctype\\Ctype
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/ |
| D | Lang.php | 59 …if ($length == 0 || ($length == 1 && $subtags[1] != 'x') || $length > 8 || !ctype_alnum($subtags[1… 74 if ($length == 0 || $length > 8 || !ctype_alnum($subtags[$i])) {
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/ |
| D | FilterManager.php | 60 if (!ctype_alnum(str_replace('_', '', $name))) {
|
| D | AssetManager.php | 65 if (!ctype_alnum(str_replace('_', '', $name))) {
|
| /plugin/mikioplugin/inc/ |
| H A D | polyfill-ctype.php | 11 function ctype_alnum($var) { function
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/ |
| D | ValidatorAtom.php | 89 if (!ctype_alnum($this->contents)) {
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ |
| D | FontFamily.php | 102 if (ctype_alnum($font) && $font !== '') {
|
| /plugin/mdpage/vendor/cebe/markdown/block/ |
| D | HtmlTrait.php | 70 if (!ctype_alnum($tag) || in_array(strtolower($tag), $this->inlineHtmlElements)) {
|
| /plugin/odt/ODT/ |
| D | XMLUtil.php | 15 if (ctype_alnum($sign) || $sign == ':' || $sign == '-' || $sign == '_') {
|
| /plugin/phpipam/ |
| D | phpipam-api.php | 453 if(strlen($app_id)<3 || strlen($app_id)>12 || !ctype_alnum($app_id)) {
|
| /plugin/searchpattern/ |
| D | syntax.php | 109 if(!ctype_alnum($str[$i])){ //if char is not alpha-numeric
|
| /plugin/findologicxmlexport/vendor/webmozart/assert/src/ |
| D | Assert.php | 735 $valid = !ctype_alnum($value);
|
| /plugin/codemirror/dist/modes/ |
| D | php.min.js.map | 1 …replace preg_replace_callback preg_split preg_quote preg_grep overload ctype_alnum ctype_alpha cty…
|