Home
last modified time | relevance | path

Searched refs:isNull (Results 26 – 50 of 66) sorted by path

123

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DLookahead.php121 ->isNull();
H A DLookbehind.php87 ->isNull()
H A DMock.php68 ->isNull()
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DNode.php69 ->isNull()
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php83 ->isNull()
85 ->isNull()
87 ->isNull();
592 ->isNull()
594 ->isNull()
596 ->isNull();
644 ->isNull()
646 ->isNull();
715 ->isNull()
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DComposite.php62 ->isNull();
89 ->isNull();
H A DStream.php144 ->isNull();
180 ->isNull()
184 ->isNull()
259 ->isNull()
322 ->isNull();
344 ->isNull();
742 ->isNull();
765 ->isNull();
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DBasic.php143 ->isNull(); // Only available when filtering, so `null` is valid.
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md95 - NullAwareVisitorInterface::isNull second argument [\#823](https://github.com/schmittjoh/serialize…
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DDeserializationGraphNavigator.php112 …if ($this->visitor instanceof NullAwareVisitorInterface && true === $this->visitor->isNull($data))…
H A DSerializationGraphNavigator.php128 …if ($this->visitor instanceof NullAwareVisitorInterface && true === $this->visitor->isNull($data))…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DNullAwareVisitorInterface.php15 public function isNull($value): bool; function
H A DXmlDeserializationVisitor.php422 public function isNull($value): bool function in JMS\\Serializer\\XmlDeserializationVisitor
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1144 static::assertThat($actual, static::isNull(), $message);
1155 static::assertThat($actual, static::logicalNot(static::isNull()), $message);
2332 public static function isNull() function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1844 function isNull() function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php1294 $constraint = PHPUnit_Framework_Assert::isNull();
1320 $constraint = PHPUnit_Framework_Assert::isNull();
1343 PHPUnit_Framework_Assert::isNull()
1371 PHPUnit_Framework_Assert::isNull()
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.generic.formatted.php831 if ($wc->isNull() && $this->parent) {
H A Dbox.generic.php424 if (!$wc->isNull()) { return false; };
H A Dbox.img.php300 if ($hc->is_null() && !$wc->isNull()) {
313 } elseif (!$hc->is_null() && $wc->isNull()) {
H A Dbox.table.php658 if (!$wc->isNull()) {
722 !$pwc->isNull() ||
772 if (!$wc->isNull()) {
901 !$cell_wc->isNull()) {
983 if (!$wc->isNull()) {
1013 if (!$wc->isNull()) {
H A Dstrategy.table.layout.auto.php213 if (!$wc->isNull()) {
H A Dstrategy.width.absolute.positioned.php82 if ($left->isAuto() && $right->isAuto() && $wc->isNull()) {
99 if (!$left->isAuto() && !$right->isAuto() && !$wc->isNull()) {
111 if ($left->isAuto() && !$right->isAuto() && $wc->isNull()) {
120 if ($left->isAuto() && $right->isAuto() && !$wc->isNull()) {
129 if (!$left->isAuto() && $right->isAuto() && $wc->isNull()) {
135 if ($left->isAuto() && !$right->isAuto() && !$wc->isNull()) {
142 if (!$left->isAuto() && !$right->isAuto() && $wc->isNull()) {
150 if (!$left->isAuto() && $right->isAuto() && !$wc->isNull()) {
H A Dwidth.constraint.php39 function isNull() { function in WidthConstraint
H A Dwidth.php6 if ($wc1->isNull()) {
10 if ($wc1->isConstant() && !$wc2->isNull()) {
42 function isNull() { return true; } function in WCNone
/plugin/ol3/
H A Dscript.js8 …er.intersects=function(t,e,r){return new EE(t,e,r)}||{},wO.format.filter.isNull=function(t){return…

123