Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/Collection/
H A DTerm.php35 protected int $wildcard = self::WILDCARD_NONE; variable in dokuwiki\\Search\\Collection\\Term
58 $this->wildcard += self::WILDCARD_START;
63 $this->wildcard += self::WILDCARD_END;
119 return $this->wildcard;
142 return match ($this->wildcard) {
/dokuwiki/inc/Search/
H A Dconcept.txt93 … operations that need to iterate over all splits of an index (eg. when a Term is using a wildcard).
209 When ''$wc'' is true, wildcard characters (''*'') are preserved in the output. This is used by the …