Home
last modified time | relevance | path

Searched refs:ctype_digit (Results 1 – 25 of 41) sorted by last modified time

12

/plugin/mikioplugin/inc/
H A Dpolyfill-ctype.php28 if(!function_exists('ctype_digit')) {
29 function ctype_digit($var) { function
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DInput.php374 if (isset($attr['SIZE']) && ctype_digit($attr['SIZE'])) {
378 if (isset($attr['MAXLENGTH']) && ctype_digit($attr['MAXLENGTH'])) {
/plugin/combo/vendor/symfony/polyfill-ctype/
H A Dbootstrap80.php23 if (!function_exists('ctype_digit')) {
24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); } function
H A DCtype.php80 public static function ctype_digit($text) function in Symfony\\Polyfill\\Ctype\\Ctype
H A Dbootstrap.php27 if (!function_exists('ctype_digit')) {
28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); } function
/plugin/combo/vendor/symfony/yaml/
H A DInline.php666 case ctype_digit($scalar):
676 case '-' === $scalar[0] && ctype_digit(substr($scalar, 1)):
/plugin/statistics/inc/
H A DBrowscap.php888 } elseif (ctype_digit((string) $key) || '.0' === substr($key, -2)) {
896 } elseif (ctype_digit((string) $value)) {
/plugin/odt/ODT/css/
H A Dcssborder.php82 if ( ctype_digit($values [$index]) ||
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DMockSyncCollection.php118 if (!is_int($syncToken) && !ctype_digit($syncToken)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php581 if (!ctype_digit($depth)) return $default;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php129 if (!$properties || (!ctype_digit($status) && !is_int($status))) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarObjectTest.php135 $this->assertTrue(is_int($lastMod) || ctype_digit($lastMod));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DSchedulingObjectTest.php134 $this->assertTrue(is_int($lastMod) || ctype_digit($lastMod) || is_null($lastMod));
/plugin/davcal/vendor/sabre/http/lib/
H A DResponse.php153 if (ctype_digit($status) || is_int($status)) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php109 if (!ctype_digit($queryParams['start'])) {
115 if (!ctype_digit($queryParams['end'])) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php132 if (!$properties || (!ctype_digit($status) && !is_int($status))) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php614 if (!ctype_digit($depth)) return $default;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php109 if (!ctype_digit($queryParams['start'])) {
115 if (!ctype_digit($queryParams['end'])) {
/plugin/webdav/vendor/sabre/http/lib/
H A DResponse.php152 if (ctype_digit($status) || is_int($status)) {
H A DMessage.php78 if (is_int($contentLength) || ctype_digit($contentLength)) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1586 if (!is_int($key) && !ctype_digit($key)) {
1751 if (ctype_digit($output)) {
H A Dmodule.tag.id3v1.php75 …if (preg_match('#^[\\x00-\\x40\\x80-\\xFF]+$#', $value) && !ctype_digit((string) $value)) { // che…
/plugin/mdpage/vendor/symfony/polyfill-ctype/
H A DCtype.php80 public static function ctype_digit($text) function in Symfony\\Polyfill\\Ctype\\Ctype
H A Dbootstrap.php24 function ctype_digit($input) { return p\Ctype::ctype_digit($input); } function
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …plit preg_quote preg_grep overload ctype_alnum ctype_alpha ctype_cntrl ctype_digit ctype_lower cty…

12