Home
last modified time | relevance | path

Searched refs:gettype (Results 126 – 150 of 212) sorted by relevance

123456789

/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php84 is_object($value) ? get_class($value) : gettype($value)
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php202 \is_object($data) ? \get_class($data) : \gettype($data),
203 \is_object($result) ? \get_class($result) : \gettype($result)
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php410 ('resource' !== gettype($stream) ||
416 gettype($stream)
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php314 switch (gettype($resource)) {
352 throw new \InvalidArgumentException('Invalid resource type: ' . gettype($resource));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DGroupsExclusionStrategy.php105 …alue for the property path "%s" should be an array, "%s" given', $index, gettype($groups[$path])));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPKCS8.php79 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
H A DRaw.php50 throw new \UnexpectedValueException('Key should be a array - not a ' . gettype($key));
H A DXML.php51 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
H A DPKCS1.php53 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLDocument.php167 if(gettype($xml) == "object" && strtolower(get_class($xml)) == "xml") {
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php172 return ((gettype($this) == gettype($other))
/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php385 if (!($matches = ($typeToMatch->isBuiltin() && \gettype($object) === $typeToMatch->getName())
391 $matches = ($type->isBuiltin() && \gettype($object) === $type->getName())
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DContext.php213 switch (gettype($frame)) {
/plugin/sympaauth/files/
H A Dsympa.class.php131 if (isset($res) && gettype($res) == 'array') {
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php258 . gettype($record)
/plugin/ifauthex/_test/
H A Dgeneral.test.php348 gettype($conf),
349 gettype($meta),
/plugin/openid/Auth/OpenID/
H A DAssociation.php173 return ((gettype($this) == gettype($other))
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php542 …tf('Impossible to access a key ("%s") on a %s variable ("%s").', $item, \gettype($object), $object…
547 …ossible to access an attribute ("%s") on a %s variable ("%s").', $item, \gettype($object), $object…
568 …'Impossible to invoke a method ("%s") on a %s variable ("%s").', $item, \gettype($object), $object…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php100 is_object($interface) ? get_class($interface).' class' : gettype($interface)
/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/combo/ComboStrap/
H A DDataType.php206 return gettype($value);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php198 switch ($type = gettype($head)) {
/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));
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php110 …ut only scalars and stream resources are supported.', \get_class($this->input), \gettype($input)));
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php214 $type = is_object($reason) ? get_class($reason) : gettype($reason);

123456789