Home
last modified time | relevance | path

Searched refs:boolean (Results 201 – 225 of 295) sorted by path

12345678910>>...12

/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php91 $this->boolean(true);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DNode.php172 ->boolean($result)
182 ->boolean($result)
196 ->boolean($root->offsetExists('foo'))
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php59 ->boolean($result)
69 ->boolean($result)
100 ->boolean($result)
113 ->boolean($result)
126 ->boolean($result)
149 ->boolean($result)
193 ->boolean($result)
234 ->boolean($result)
268 ->boolean($result)
302 ->boolean($result)
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DOut.php77 * @param bool $boolean Boolean.
80 public function writeBoolean($boolean); argument
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php55 ->boolean(SUT::IS_A_BRIGADE)
57 ->boolean(SUT::IS_A_STREAM)
67 ->boolean($result->getType())
83 ->boolean($result->getType())
106 ->boolean($result)
H A DContext.php111 ->boolean($result)
120 ->boolean($result)
133 ->boolean($result)
163 ->boolean($result)
H A DStream.php267 ->boolean($called)
402 ->boolean($result)
412 ->boolean($result)
420 ->boolean($result)
448 ->boolean($result)
450 ->boolean($called)
460 ->boolean($result)
470 ->boolean($result)
485 ->boolean($result)
500 ->boolean($result)
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DFilter.php56 ->boolean(SUT::OVERWRITE)
58 ->boolean(SUT::DO_NOT_OVERWRITE)
73 ->boolean($result)
102 ->boolean($result)
168 ->boolean($result)
182 ->boolean($result)
204 ->boolean($result)
213 ->boolean($result)
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
H A DTouchable.php68 ->boolean($result)
73 ->boolean($result)
78 ->boolean($result)
83 ->boolean($result)
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/
H A DWrapper.php59 ->boolean($result)
61 ->boolean($oldIsRegistered)
63 ->boolean(SUT::isRegistered('foo'))
99 ->boolean($result)
101 ->boolean($oldIsRegistered)
103 ->boolean(SUT::isRegistered('foo'))
112 ->boolean($result)
121 ->boolean($result)
130 ->boolean($result)
139 ->boolean($result)
[all …]
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DUstring.php57 ->boolean(LUT::checkMbString())
806 ->boolean($result)
811 ->boolean($result)
816 ->boolean($result)
926 ->boolean(LUT::isUtf8($Σ))
932 ->boolean(LUT::isUtf8($Σ))
934 ->boolean(LUT::isUtf8($uΣ))
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md156 - serialize null should be a boolean in the context [\#740](https://github.com/schmittjoh/serialize…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst333 | boolean or bool | Primitive boolean
456 * @Type("boolean")
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php74 $p->type = ['name' => 'boolean', 'params' => []];
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DBlogPost.yml23 type: boolean
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php389 public function testBooleans($strBoolean, $boolean) argument
391 self::assertEquals($this->getContent('boolean_' . $strBoolean), $this->serialize($boolean));
394 …self::assertSame($boolean, $this->deserialize($this->getContent('boolean_' . $strBoolean), 'boolea…
H A DXmlSerializationTest.php61 public function testXMLBooleans($xmlBoolean, $boolean) argument
64 … self::assertSame($boolean, $this->deserialize('<result>' . $xmlBoolean . '</result>', 'boolean'));
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlock.php60 Assert::boolean($isTemplateStart);
61 Assert::boolean($isTemplateEnd);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DSerializer.php51 Assert::boolean($indentFirstLine);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php50 Assert::boolean($static);
H A DParam.php48 Assert::boolean($isVariadic);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md133 …unit/issues/2447): Reverted backwards incompatible change to handling of boolean environment varia…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DDataProviderDebugTest.php23 $obj->boolean = true;
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/
H A DExporterTest.php39 $obj->boolean = true;
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/
H A DContextTest.php54 $obj->boolean = true;

12345678910>>...12