Home
last modified time | relevance | path

Searched refs:ctype_digit (Results 26 – 41 of 41) sorted by relevance

12

/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/odt/ODT/css/
H A Dcssborder.php82 if ( ctype_digit($values [$index]) ||
/plugin/database2/
H A Ddatabase2.php665 if ( ctype_digit( trim( $this->options['rowsperpage'] ) ) )
1376 if ( !$rowid || !ctype_digit( trim( $rowid ) ) )
3235 if ( ctype_digit( $name ) )
3576 if ( ctype_digit( trim( $value ) ) )
3627 if ( ctype_digit( $group ) || ( $group === '' ))
3637 else if ( ctype_digit( trim( $name ) ) )
3814 if ( !ctype_digit( trim( $related[0] ) ) )
4031 if ( ctype_digit( trim( $in ) ) )
4986 if ( ctype_digit( $default ) )
5390 if ( ctype_digit( trim( $value ) ) )
[all …]
/plugin/gtime/gtlib/util/
H A DGTUtil.php266 if (!ctype_digit($value)) {
/plugin/statistics/inc/
H A DBrowscap.php888 } elseif (ctype_digit((string) $key) || '.0' === substr($key, -2)) {
896 } elseif (ctype_digit((string) $value)) {
/plugin/combo/vendor/symfony/yaml/
H A DInline.php666 case ctype_digit($scalar):
676 case '-' === $scalar[0] && ctype_digit(substr($scalar, 1)):
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php489 …if (ctype_digit($asString) || (!empty($asString) && '-' === $asString[0] && ctype_digit(substr($as…
/plugin/sqlcomp/
H A Dsyntax.php97 if(ctype_digit($opt)) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php259 if (ctype_digit($match[0]) && $number <= PHP_INT_MAX) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1586 if (!is_int($key) && !ctype_digit($key)) {
1751 if (ctype_digit($output)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DJS.php839 if (ctype_digit($newContent) === true) {
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php720 $valid = !ctype_digit($value);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php614 if (!ctype_digit($depth)) return $default;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php581 if (!ctype_digit($depth)) return $default;
/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…
/plugin/scrape/
H A DHTMLPurifier.standalone.php

12