Searched refs:escape (Results 1 – 12 of 12) sorted by relevance
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ ! |
H A D | MBOXCreator.php | 34 $escape = "="; 47 $c = $escape.$hex["$h2"].$hex["$h1"]; 50 $output .= $newline.$escape.$eol; // soft line break; " =\r\n" is okay
|
/dokuwiki/inc/Parsing/ParserMode/ ! |
H A D | Wordblock.php | 34 $this->pattern .= $sep . '(?<=\b)(?i)' . Lexer::escape($badword) . '(?-i)(?=\b)';
|
H A D | Smiley.php | 28 $this->pattern .= $sep . '(?<=\W|^)' . Lexer::escape($smiley) . '(?=\W|$)';
|
H A D | Entity.php | 29 $this->pattern .= $sep . Lexer::escape($entity);
|
/dokuwiki/lib/plugins/usermanager/lang/da/ ! |
H A D | import.txt | 5 …ge afgrænses med anførelsestegn (%%""%%). Omvent skråstreg (\) kan benyttes som "escape character".
|
/dokuwiki/lib/plugins/usermanager/lang/it/ ! |
H A D | import.txt | 5 … con apici (%%""%%). Il backslash (\) può essere usato come carattere di escape, cioè per indicare…
|
/dokuwiki/lib/plugins/config/core/Setting/ ! |
H A D | Setting.php | 260 $value = $this->escape($this->local);
|
/dokuwiki/inc/Parsing/Lexer/ ! |
H A D | Lexer.php | 305 public static function escape($str) function in dokuwiki\\Parsing\\Lexer\\Lexer
|
/dokuwiki/vendor/geshi/geshi/ ! |
H A D | CHANGELOG | 361 * Fixed escape char regexp for C-style languages (BenBE) 376 - Fixed a problem where HardEscapes weren't working when no escape char was given (BenBE) 380 - Added a possibility to allow setting the style for escape characters (BenBE) 533 …* Fixed escape char support when an escape char is followed by multi-byte chars (SF#2037598, BenBE) 798 - Removed \ as an escape character in T-SQL (Dave Jackson) 834 - Removed escape characters for strings in XML and HTML (floele) 851 - Fix for using escape characters to escape newlines breaking XHTML compliance (Yves Goergen)
|
/dokuwiki/vendor/geshi/geshi/src/ ! |
H A D | geshi.php | 2706 $escape = $escape_regexp_cache_per_key[$next_escape_regexp_key]; 2707 $escape_str = substr($part, $es_pos, $escape['length']); 2708 $escape_key = $escape['key']; 2721 $start = $es_pos + $escape['length'];
|
/dokuwiki/lib/scripts/jquery/ ! |
H A D | jquery-ui.min.js | 6 …escape(t+"")}),V.fn.even&&V.fn.odd||V.fn.extend({even:function(){return this.filter(function(t){re…
|
H A D | jquery.min.js | 2 …ue=ce.uniqueSort,I.compile=ne,I.select=re,I.setDocument=V,I.tokenize=Y,I.escape=ce.escapeSelector,…
|