Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/Index/
H A DLock.php5 use dokuwiki\Search\Exception\IndexLockException; alias
27 * @throws IndexLockException
42 throw new IndexLockException('Could not lock ' . $name);
45 throw new IndexLockException('Could not lock ' . $name);
H A DMemoryIndex.php6 use dokuwiki\Search\Exception\IndexLockException; alias
67 * @throws IndexLockException
71 if (!$this->isWritable) throw new IndexLockException();
137 * @throws IndexLockException
147 if (!$this->isWritable) throw new IndexLockException();
H A DAbstractIndex.php5 use dokuwiki\Search\Exception\IndexLockException; alias
39 * @throws IndexLockException
53 * @throws IndexLockException
H A DFileIndex.php6 use dokuwiki\Search\Exception\IndexLockException; alias
24 * @throws IndexLockException
31 if (!$this->isWritable) throw new IndexLockException();
/dokuwiki/inc/Search/Collection/
H A DAbstractCollection.php7 use dokuwiki\Search\Exception\IndexLockException; alias
79 * @throws IndexLockException
99 } catch (IndexLockException $e) {
129 * @throws IndexLockException
142 * @throws IndexLockException
155 * @throws IndexLockException
164 * @throws IndexLockException
253 * @throws IndexLockException
330 * @throws IndexLockException
335 throw new IndexLockException('Indexes not locked. Forgot to call lock()?');
[all …]
H A DDirectCollection.php7 use dokuwiki\Search\Exception\IndexLockException; alias
49 * @throws IndexLockException
56 throw new IndexLockException('Indexes not locked. Forgot to call lock()?');
76 * @throws IndexLockException
/dokuwiki/inc/Search/Exception/
H A DIndexLockException.php5 class IndexLockException extends SearchException class
/dokuwiki/_test/tests/Search/Index/
H A DLockTest.php5 use dokuwiki\Search\Exception\IndexLockException; alias
65 $this->expectException(IndexLockException::class);
/dokuwiki/_test/tests/Search/Collection/
H A DDirectCollectionTest.php7 use dokuwiki\Search\Exception\IndexLockException; alias
80 $this->expectException(IndexLockException::class);
H A DLookupCollectionTest.php7 use dokuwiki\Search\Exception\IndexLockException; alias
108 $this->expectException(IndexLockException::class);
/dokuwiki/inc/Search/
H A DIndexer.php13 use dokuwiki\Search\Exception\IndexLockException; alias
134 * @throws IndexLockException
213 * @throws IndexLockException
247 * @throws IndexLockException
H A Dconcept.txt306 * ''IndexLockException'' - Failed to acquire or release a lock