Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DSlug.php37 $excludedCharacters[] = WikiPath::SLUG_SEPARATOR;
45 return strtolower(implode(WikiPath::SLUG_SEPARATOR, $wordsPart));
50 //$slugWithoutSpace = str_replace(" ", DokuPath::SLUG_SEPARATOR, $slugWithoutSpaceAroundParts);
52 //$slugWithoutDoubleSeparator = preg_replace("/" . DokuPath::SLUG_SEPARATOR . "{2,}/", DokuPath::SLUG_SEPARATOR, $slugWithoutSpace);
H A DWikiPath.php46 public const SLUG_SEPARATOR = "-"; define in ComboStrap\\WikiPath