Home
last modified time | relevance | path

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

/dokuwiki/inc/Utf8/
H A DTable.php82 public static function specialChars() function in dokuwiki\\Utf8\\Table
H A DClean.php92 $specials = preg_quote(Table::specialChars(), '/');
/dokuwiki/_test/core/
H A DphpQuery-onefile.php1429 $specialChars = array('>',' ');
1464 } else if (in_array($c, $specialChars)) {