Searched refs:unlock (Results 1 – 17 of 17) sorted by relevance
| /dokuwiki/_test/tests/Search/Collection/ |
| H A D | DirectCollectionTest.php | 20 $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 D | LookupCollectionTest.php | 20 $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 D | FrequencyCollectionTest.php | 21 $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 D | CollectionSearchTest.php | 19 $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 D | Cancel.php | 23 unlock($ID);
|
| H A D | Show.php | 34 unlock($ID);
|
| H A D | Logout.php | 45 unlock($ID);
|
| H A D | Save.php | 60 unlock($ID);
|
| /dokuwiki/inc/Search/ |
| H A D | Indexer.php | 171 ->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 D | LegacyIndexer.php | 164 $collection->lock()->addEntity($page, $values)->unlock(); 194 $collection->unlock(); 234 $collection->unlock();
|
| /dokuwiki/inc/Search/Index/ |
| H A D | AbstractIndex.php | 68 public function unlock(): void function in dokuwiki\\Search\\Index\\AbstractIndex 90 $this->unlock();
|
| H A D | MemoryIndex.php | 53 public function unlock(): void function in dokuwiki\\Search\\Index\\MemoryIndex 62 parent::unlock();
|
| /dokuwiki/inc/Search/Collection/ |
| H A D | AbstractCollection.php | 72 $this->unlock(); 100 $this->unlock(); 113 public function unlock(): static function in dokuwiki\\Search\\Collection\\AbstractCollection 117 $idx->unlock();
|
| /dokuwiki/inc/Subscriptions/ |
| H A D | BulkSubscriptionSender.php | 121 $this->unlock($target); 172 protected function unlock($id) function in dokuwiki\\Subscriptions\\BulkSubscriptionSender
|
| /dokuwiki/bin/ |
| H A D | dwpage.php | 316 unlock($wiki_id);
|
| /dokuwiki/inc/Remote/ |
| H A D | ApiCore.php | 638 if (auth_quickaclcheck($id) < AUTH_EDIT || !unlock($id)) { 701 unlock($page);
|
| /dokuwiki/inc/ |
| H A D | common.php | 952 function unlock($id) function
|