Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/Collection/
H A DAbstractCollection.php35 protected array $lockedIndexes = []; variable in dokuwiki\\Search\\Collection\\AbstractCollection
98 $this->lockedIndexes[] = $idx;
115 foreach ($this->lockedIndexes as $idx) {
122 $this->lockedIndexes = [];