Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DStringUtility.php276 Url::RESERVED_WORDS,
H A DWikiPath.php1006 self::$reservedWords = array_merge(Url::RESERVED_WORDS, LocalPath::RESERVED_WINDOWS_CHARACTERS);
/plugin/combo/ComboStrap/Web/
H A DUrl.php144 const RESERVED_WORDS = [':', '!', '#', '$', '&', '\'', '(', ')', '*', '+', ',', '/', ';', '=', '?', '@', '[', ']'];
147 const RESERVED_WORDS = [':', '!', '#', '$', '&', '\'', '(', ')', '*', '+', ',', '/', ';', '=', '?', '@', '[', ']']; global() define in ComboStrap\\Web\\Url