Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authplain/_test/
Descaping.test.php105 $escaped = str_replace(array('\\',':'),array('\\\\','\\:'),$testname); // escape : & \
106 $test_line = $userpass.$escaped.$other_user_data;
109 $this->assertEquals($escaped, $result[2]);
/dokuwiki/inc/Parsing/Lexer/
DLexer.php327 $escaped = [
347 return preg_replace($chars, $escaped, $str);
/dokuwiki/inc/
DDifferenceEngine.php1166 function addedLine($line,$escaped=false) { argument
1167 if (!$escaped){
1174 function deletedLine($line,$escaped=false) { argument
1175 if (!$escaped){
1195 function _addedLines($lines,$escaped=false){ argument
1197 print('<tr>' . $this->emptyLine() . $this->addedLine($line,$escaped) . "</tr>\n");
/dokuwiki/vendor/geshi/geshi/
DCHANGELOG383 * Allow for escaped colons to appear in CSS names (BenBE, simon)
388 * Problem with escaped backslash in PHP and D (BenBE)
450 - Fixed broken highlighting of some symbols in their escaped form (BenBE)
623 …- Fixed a problem that rarely skipped highlighting of escaped chars which usually should have got…