Home
last modified time | relevance | path

Searched refs:isDirty (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/_test/tests/Search/Index/
H A DMemoryIndexTest.php62 $this->assertFalse($index->isDirty());
65 $this->assertTrue($index->isDirty());
67 $this->assertFalse($index->isDirty());
71 $this->assertTrue($index->isDirty());
73 $this->assertFalse($index->isDirty());
78 $this->assertFalse($index->isDirty());
/dokuwiki/inc/Search/Index/
H A DMemoryIndex.php55 if ($this->isDirty()) {
143 if (!$this->isDirty()) {
176 public function isDirty(): bool function in dokuwiki\\Search\\Index\\MemoryIndex
/dokuwiki/lib/plugins/extension/
H A DInstaller.php27 protected $isDirty = false; variable in dokuwiki\\plugin\\extension\\Installer
181 $this->isDirty = true;
558 if ($this->isDirty) {
560 $this->isDirty = false;