Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/Collection/
H A DTerm.php160 * @param string $tokenName
165 public function addMatch(string $entityName, string $tokenName, int $frequency): void argument
167 $this->matches[$entityName][$tokenName] =
168 ($this->matches[$entityName][$tokenName] ?? 0) + $frequency;
/dokuwiki/inc/Search/
H A Dconcept.txt223 $term->getEntityTokens(); // [entityName => [tokenName, ...], ...]
224 $term->getMatches(); // [entityName => [tokenName => freq, ...], ...]