Home
last modified time | relevance | path

Searched refs:gettype (Results 1 – 25 of 212) sorted by path

123456789

/plugin/accscounter/syntax/
H A Dcounter.php362 if (gettype($counter) == "string") {
/plugin/actionrenderer/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/adminperm/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/archivegenerator/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DItem.php116 gettype($expiration)
136 $error = sprintf($message, get_class($this), gettype($time));
H A DTypedItem.php109 gettype($expiration)
129 $error = sprintf($message, get_class($this), gettype($time));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php43 switch (gettype($input)) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php198 is_object($value) ? get_class($value) : gettype($value)
221 is_object($header) ? get_class($header) : gettype($header)
H A DUploadedFile.php152 return in_array(gettype($param), ['string', 'NULL']);
H A DUtils.php314 switch (gettype($resource)) {
352 throw new \InvalidArgumentException('Invalid resource type: ' . gettype($resource));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php193 return '[unknown('.gettype($data).')]';
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSqsHandler.php48 if (!isset($record['formatted']) || 'string' !== gettype($record['formatted'])) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DPsrLogMessageProcessor.php74 $replacements[$placeholder] = '['.gettype($val).']';
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php74 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
149 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
H A DPKCS1.php132 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
H A DPKCS8.php658 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
H A DPuTTY.php146 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS8.php74 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPKCS8.php78 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
H A DRaw.php42 throw new \UnexpectedValueException('Key should be a array - not a ' . gettype($key));
H A DXML.php49 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS1.php65 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
H A DPKCS8.php85 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
H A DXML.php71 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DMSBLOB.php90 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));

123456789