Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/inc/Search/Index/
H A DAbstractIndex.php20 protected string $suffix; variable in dokuwiki\\Search\\Index\\AbstractIndex
37 * @param string $suffix subpart identifier
41 public function __construct(string $idx, string $suffix = '', bool $isWritable = false) argument
44 $this->filename = $conf['indexdir'] . '/' . $idx . $suffix . '.idx';
46 $this->suffix = $suffix;
H A DMemoryIndex.php31 public function __construct($idx, $suffix = '', $isWritable = false) argument
33 parent::__construct($idx, $suffix, $isWritable);
/dokuwiki/inc/Utf8/
H A DPhpString.php16 * @param string $suffix If the name component ends in suffix this will also be cut off
22 public static function basename($path, $suffix = '') argument
30 $suflen = strlen($suffix);
31 if ($suflen && str_ends_with($path, $suffix)) {
/dokuwiki/inc/
H A Dutf8.php82 function utf8_basename($path, $suffix = '') argument
85 return PhpString::basename($path, $suffix);
H A Ddeprecated.php252 * @param string $suffix
257 function idx_getIndex($idx, $suffix) argument
261 $fn = $conf['indexdir'] . '/' . $idx . $suffix . '.idx';
H A Dpageutils.php260 $suffix = 0;
263 $candidateTitle = $title . ++$suffix;
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DLessc.php1034 [, $path, $args, $suffix] = $prop;
1090 if ($suffix !== null &&
1094 $subProp[2] = ['list', ' ', [$subProp[2], ['keyword', $suffix]]];
H A DParser.php340 ($this->keyword($suffix) || true) && $this->end()) {
342 $this->append(['mixin', $tags, $argv, $suffix], $s);