Searched refs:escaped (Results 1 – 4 of 4) sorted by relevance
/dokuwiki/lib/plugins/authplain/_test/ |
D | escaping.test.php | 105 $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/ |
D | Lexer.php | 327 $escaped = [ 347 return preg_replace($chars, $escaped, $str);
|
/dokuwiki/inc/ |
D | DifferenceEngine.php | 1166 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/ |
D | CHANGELOG | 383 * 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…
|