Searched refs:CATEGORY_DELIMITER (Results 1 – 1 of 1) sorted by relevance
38 const CATEGORY_DELIMITER = '_'; define in DokuwikiXMLExport225 …$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