Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Search/Collection/
H A DCollectionSearchTest.php15 $collection = new MockFrequencyCollection('page', 'w', 'i', 'pageword');
16 $collection->lock();
17 $collection->addEntity('page1', ['dokuwiki', 'dokuwiki', 'dokuwikis', 'doku', 'wiki']);
18 $collection->addEntity('page2', ['dokuwiki', 'other', 'words']);
19 $collection->unlock();
22 $search = new CollectionSearch($collection);
42 $collection = new MockFrequencyCollection('wc_page', 'wc_w', 'wc_i', 'wc_pageword');
43 $collection->lock();
44 $collection->addEntity('page1', ['dokuwiki', 'dokuwiki', 'dokuwikis', 'doku', 'wiki']);
45 $collection->addEntity('page2', ['dokuwiki', 'other', 'words']);
[all …]
/dokuwiki/inc/Search/Collection/
H A DCollectionSearch.php23 protected AbstractCollection $collection; variable in dokuwiki\\Search\\Collection\\CollectionSearch
34 * @param AbstractCollection $collection
36 public function __construct(AbstractCollection $collection) argument
38 $this->collection = $collection;
69 if ($this->collection->isSplitByLength()) {
73 $this->max = $this->collection->getTokenIndexMaximum();
107 $tokenIndex = $this->collection->getTokenIndex($group);
123 $freqs = $this->collection->resolveTokenFrequencies($group, array_keys($tokenMatches));
138 $entityMap = $this->collection->getEntityIndex()->retrieveRows(array_keys($allEntityIds));
/dokuwiki/inc/Search/
H A DLegacyIndexer.php165 $collection = new PageTitleCollection();
167 $collection = new PageMetaCollection($key);
170 $collection->lock()->addEntity($page, $values)->unlock();
192 $collection = new PageMetaCollection($key);
193 $collection->lock();
195 $tokenIndex = $collection->getTokenIndex();
200 $collection->unlock();
211 $freqIndex = $collection->getFrequencyIndex();
212 $reverseIndex = $collection->getReverseIndex();
240 $collection->unlock();
[all …]
H A DFulltextSearch.php97 $collection = new PageFulltextCollection();
98 $search = new CollectionSearch($collection);
H A DMetadataSearch.php160 $collection = ($key === 'title') ? new PageTitleCollection() : new PageMetaCollection($key);
162 $search = new CollectionSearch($collection);
/dokuwiki/_test/tests/Search/
H A DIntegrityTest.php72 $collection = new PageFulltextCollection();
73 $max = $collection->getTokenIndexMaximum();
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPComputers.php93 $collection = new adLDAPComputerCollection($info, $this->adldap);
94 return $collection;
H A DadLDAPContacts.php174 $collection = new adLDAPContactCollection($info, $this->adldap);
175 return $collection;
H A DadLDAPGroups.php450 $collection = new adLDAPGroupCollection($info, $this->adldap);
451 return $collection;
H A DadLDAPUsers.php281 $collection = new adLDAPUserCollection($info, $this->adldap);
282 return $collection;
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A Dcomposer.lock304 …"description": "Library that provides collection, processing, and rendering functionality for PHP …
/dokuwiki/vendor/splitbrain/slika/
H A Dcomposer.lock312 …"description": "Library that provides collection, processing, and rendering functionality for PHP …
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE124 A "library" means a collection of software functions and/or data
/dokuwiki/_test/
H A Dcomposer.lock557 …"description": "Library that provides collection, processing, and rendering functionality for PHP …