Searched refs:wildcard (Results 1 – 2 of 2) sorted by relevance
35 protected int $wildcard = self::WILDCARD_NONE; variable in dokuwiki\\Search\\Collection\\Term58 $this->wildcard += self::WILDCARD_START;63 $this->wildcard += self::WILDCARD_END;119 return $this->wildcard;142 return match ($this->wildcard) {
93 … 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 …