Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Search/Collection/
H A DDirectCollectionTest.php20 $index->unlock();
38 $index->unlock();
42 $index->unlock();
56 $index->unlock();
70 $index->unlock();
94 $index->unlock();
111 $index->unlock();
130 $index->unlock();
145 $index->unlock();
170 $index->unlock();
H A DLookupCollectionTest.php20 $index->unlock();
51 $index->unlock();
71 $index->unlock();
76 $index->unlock();
97 $index->unlock();
124 $index->unlock();
129 $index->unlock();
148 $index->unlock();
166 $index->unlock();
240 $index->unlock();
[all …]
H A DFrequencyCollectionTest.php21 $index->unlock();
41 $index->unlock();
57 $index->unlock();
127 $index->unlock();
174 $index->unlock();
209 $index->unlock();
224 $index->unlock();
244 $index->unlock();
H A DCollectionSearchTest.php19 $collection->unlock();
46 $collection->unlock();
87 $collection->unlock();
110 $collection->unlock();
132 $collection->unlock();
152 $collection->unlock();
183 $collection->unlock();
205 $collection->unlock();
236 $collection->unlock();
260 $collection->unlock();
/dokuwiki/inc/Action/
H A DCancel.php23 unlock($ID);
H A DShow.php34 unlock($ID);
H A DLogout.php45 unlock($ID);
H A DSave.php60 unlock($ID);
/dokuwiki/inc/Search/
H A DIndexer.php171 ->addEntity($data['page'], [$data['metadata']['title']])->unlock();
177 … (new PageFulltextCollection($pageIndex))->lock()->addEntity($data['page'], $words)->unlock();
181 … (new PageFulltextCollection($pageIndex))->lock()->addEntity($data['page'], [])->unlock();
190 … (new PageMetaCollection($key, $pageIndex))->lock()->addEntity($data['page'], $values)->unlock();
223 (new PageTitleCollection($pageIndex))->lock()->addEntity($page, [])->unlock();
224 (new PageFulltextCollection($pageIndex))->lock()->addEntity($page, [])->unlock();
227 (new PageMetaCollection($key, $pageIndex))->lock()->addEntity($page, [])->unlock();
H A DLegacyIndexer.php164 $collection->lock()->addEntity($page, $values)->unlock();
194 $collection->unlock();
234 $collection->unlock();
/dokuwiki/inc/Search/Index/
H A DAbstractIndex.php68 public function unlock(): void function in dokuwiki\\Search\\Index\\AbstractIndex
90 $this->unlock();
H A DMemoryIndex.php53 public function unlock(): void function in dokuwiki\\Search\\Index\\MemoryIndex
62 parent::unlock();
/dokuwiki/inc/Search/Collection/
H A DAbstractCollection.php72 $this->unlock();
100 $this->unlock();
113 public function unlock(): static function in dokuwiki\\Search\\Collection\\AbstractCollection
117 $idx->unlock();
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php121 $this->unlock($target);
172 protected function unlock($id) function in dokuwiki\\Subscriptions\\BulkSubscriptionSender
/dokuwiki/bin/
H A Ddwpage.php316 unlock($wiki_id);
/dokuwiki/inc/Remote/
H A DApiCore.php638 if (auth_quickaclcheck($id) < AUTH_EDIT || !unlock($id)) {
701 unlock($page);
/dokuwiki/inc/
H A Dcommon.php952 function unlock($id) function