Home
last modified time | relevance | path

Searched refs:gettype (Results 26 – 50 of 212) sorted by last modified time

123456789

/plugin/farmer/_test/
H A DGeneralTest.php
/plugin/structacl/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/openid/Auth/OpenID/
H A DAssociation.php173 return ((gettype($this) == gettype($other))
/plugin/openid/Auth/
H A DOpenID.php269 gettype($arr), E_USER_WARNING);
/plugin/navi/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/structautolink/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/ifauthex/_test/
H A Dgeneral.test.php348 gettype($conf),
349 gettype($meta),
/plugin/structgantt/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/simplenavi/_test/
H A DGeneralTest.php
/plugin/captcha/_test/
H A DGeneralTest.php
/plugin/tplinc/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/archivegenerator/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php481 throw new \TypeError(\sprintf('Argument 2 passed to "%s()" must be of type array|bool|null, %s given.', __METHOD__, \is_object($options) ? \get_class($options) : \gettype($options)));
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DTerms.php53 throw new \TypeError(\sprintf('Argument 1 passed to "%s()" must be a scalar, %s given.', __METHOD__, \is_object($term) ? \get_class($term) : \gettype($term)));
H A DTermsSet.php36 throw new \TypeError(\sprintf('Argument 3 passed to "%s()" must be of type %s|string, %s given.', __METHOD__, AbstractScript::class, \is_object($minimumShouldMatch) ? \get_class($minimumShouldMatch) : \gettype($minimumShouldMatch)));
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DGeohashGrid.php49 throw new \TypeError(\sprintf('Argument 1 passed to "%s()" must be of type int|string, %s given.', __METHOD__, \is_object($precision) ? \get_class($precision) : \gettype($precision)));
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DForeachProcessor.php33 throw new \TypeError(\sprintf('Argument 2 passed to %s::__construct() must be of type %s|array, %s given.', self::class, AbstractProcessor::class, \is_object($processor) ? \get_class($processor) : \gettype($processor)));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php47 $type = gettype($resource);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php236 switch (gettype($message['body'])) {
294 switch (gettype($input)) {
/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/publish/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'publish/conf/default.p…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/tos/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php97 $type = gettype($deserializer);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mount/
H A DPluginTest.php50 …rue) . '. xml body: ' . $this->response->body . '. What type we got: ' . gettype($xml) . ' class, …
/plugin/davcal/vendor/sabre/xml/lib/
H A DReader.php238 $type = gettype($deserializer);

123456789