Home
last modified time | relevance | path

Searched refs:isEmpty (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/_test/tests/Search/Query/
H A DPageSetTest.php41 $this->assertTrue((new PageSet())->isEmpty());
42 $this->assertTrue((new PageSet([]))->isEmpty());
43 $this->assertFalse((new PageSet(['p1' => 1]))->isEmpty());
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DFormatterClassic.php49 protected function isEmpty($block) function in LesserPHP\\FormatterClassic
53 if (!$this->isEmpty($child)) return false;
63 if ($this->isEmpty($block)) return;
/dokuwiki/inc/Search/Query/
H A DPageSet.php77 public function isEmpty(): bool function in dokuwiki\\Search\\Query\\PageSet
/dokuwiki/inc/
H A DDifferenceEngine.php562 function isEmpty() { function in Diff
1545 function isEmpty() { function in _Diff3_BlockBuilder
1550 if ($this->isEmpty()) {