Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authplain/_test/
H A 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/
H A DLexer.php345 $escaped = [
365 return preg_replace($chars, $escaped, $str);
/dokuwiki/inc/
H A 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/_test/tests/Parsing/Markdown/gfm-spec/
H A Dspec.txt828 This is not a heading, because the first `#` is escaped:
938 Backslash-escaped `#` characters do not count as part
2035 as raw HTML (and will not be escaped in HTML output).
5789 Any ASCII punctuation character may be backslash-escaped:
5834 If a backslash is itself escaped, the following character is not:
6408 followed by a non-backslash-escaped `*` character, or a sequence
6410 a non-backslash-escaped `_` character.
6531 is backslash-escaped.
6535 is backslash-escaped.
7752 are backslash-escaped or (b) they appear as a matched pair of brackets,
[all …]
/dokuwiki/vendor/geshi/geshi/
H A 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…