Home
last modified time | relevance | path

Searched refs:gettype (Results 51 – 75 of 212) sorted by path

123456789

/plugin/dbquery/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/dev/skel/_test/
H A DGeneralTest.php61 gettype($conf),
62 gettype($meta),
/plugin/dropfiles/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'dropfiles/conf/default…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/dw2pdf/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md176 [gettype()](http://php.net/manual/en/function.gettype.php) function):
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/
H A DTypeMatcher.php27 return is_object($element) ? is_a($element, $this->type) : gettype($element) === $this->type;
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php160 \sprintf('Invalid type in $file parameter (%s)', \gettype($file))
/plugin/dx/_test/
H A DGeneralTest.php64 gettype($conf),
65 gettype($meta),
/plugin/dx/skel/_test/
H A DGeneralTest.php.skel64 gettype($conf),
65 gettype($meta),
/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/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/
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/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/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/elwikiupgrade/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/eventum/XML/
H A DRPC.php1980 $type = gettype($php_val);
/plugin/farmer/_test/
H A DGeneralTest.php
/plugin/farmsync/_test/
H A Dgeneral.test.php43 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/fedauth/Auth/
H A DOpenID.php256 gettype($arr), E_USER_WARNING);
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php172 return ((gettype($this) == gettype($other))
/plugin/fetchmedia/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'fetchmedia/conf/defaul…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/filelisting/_test/
H A Dgeneral.test.php48 $this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'filelisting/conf/default.php and ' . DOKU_PLUGIN . 'filelisting/conf/metadata.php have to exist and contain the same keys.');
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {

123456789