Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php38 const CATEGORY_DELIMITER = '_'; define in DokuwikiXMLExport
225 …$attribute = str_replace(self::CATEGORY_DELIMITER, ' ', $pageId); // Replace underscores with spac…
226 …$attribute = str_replace(':', self::CATEGORY_DELIMITER, $attribute); // Replace colons with unders…
227 $attribute = ucwords($attribute, self::CATEGORY_DELIMITER); // Capitalize each category