Home
last modified time | relevance | path

Searched refs:escape (Results 276 – 300 of 527) sorted by relevance

1...<<11121314151617181920>>...22

/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php1488 $markup .= ' '.$name.'="'.self::escape($value).'"';
1522 $markup .= self::escape($text, true);
1637 protected static function escape($text, $allowQuotes = false) function in Parsedown
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js1360 _.escape = createEscaper(escapeMap);
1386 escape : /<%-([\s\S]+?)%>/g
1421 (settings.escape || noMatch).source,
1429 text.replace(matcher, function(match, escape, interpolate, evaluate, offset) { argument
1433 if (escape) {
1434 source += "'+\n((__t=(" + escape + "))==null?'':_.escape(__t))+\n'";
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample04.afp79 lcSkin=oFCKeditor.StripAttacks(lcSkin) && Remove special escape characters
H A Dsample02.afp87 lcLanguage=oFCKeditor.StripAttacks(lcLanguage) && Remove special escape characters
/plugin/openlayersmap/lang/en/
H A Dhelp.txt18 * **retrieving information** the map may contain elements that contain more information, using the i key you can activate a cursor that may be moved using the arrow keys, pressing the enter will execute an information retrieval. press the i or the escape key to return to navigation mode
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt107 Each character of a key/value is encoded by JavaScript standard escape()
158 data encoding manually (PHP does not support JavaScript escape() encoding
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6escape:i(n.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-… property in n
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D0.0.js.map1escape', 'string']],\n [/'/, 'string.invalid']\n ],\n whitespace: [\n …
H A D39.39.js.map1escape'],\n [/./, 'string']\n ],\n // Double quote string\n dblStr…
H A D69.69.js.map1 …\\"]+/, 'string'],\n [/@escapes/, 'string.escape'],\n [/\\\\./, 'string.esca…
H A D64.64.js.map1escape'],\n [/\"/, { token: 'string.quote', bracket: '@close', next: '@pop' }]\n …
H A D42.42.js.map1escape', 'string']],\n [/'[^\\\\']'/, 'string'],\n // lexing_DQUOTE\n …
H A D68.68.js.map1 …n: 'delimiter.cdata', next: '@cdata' }],\n [/&\\w+;/, 'string.escape']\n ],\n …
H A D56.56.js.map1 …],\n [/[^\\\\\"]+/, 'string'],\n [/\\\\./, 'string.escape'],\n [/…
H A D53.53.js.map1 …\\"]+/, 'string'],\n [/@escapes/, 'string.escape'],\n [/\\\\./, 'string.esca…
/plugin/aimg/
H A Dscript.js186 …var postContent = 'image=' + escape(imageFile) + '&action=' + 'display' + '&width=' + imgObj.width…
1155 var postContent = 'image=' + escape(imageFile) + '&action=' + actVerbs[fnActionVerb] +
1156 (password ? '&password=' + escape(password) : '') +
1157 '&xml=' + escape(xml);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js1436 _.escape = createEscaper(escapeMap);
1462 escape: /<%-([\s\S]+?)%>/g
1497 (settings.escape || noMatch).source,
1505 text.replace(matcher, function(match, escape, interpolate, evaluate, offset) { argument
1509 if (escape) {
1510 source += "'+\n((__t=(" + escape + "))==null?'':_.escape(__t))+\n'";
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/openlayersmap/lang/nl/
H A Dhelp.txt18 * **informatie opvragen** in de kaart kunnen zich elementen bevinden die meer informatie dragen, middels de i toets activeert u een cursor die met de pijltoetsen verschoven kan worden, met de enter toets voert u een opvraag actie uit. Gebruik de i of de escape toets om deze functie weer uit te schakelen en terug te keren naar navigatie modus
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst435 If manual escaping is enabled, it is **your** responsibility to escape
436 variables if needed. What to escape? Any variable you don't trust.
439 :doc:`escape<filters/escape>` or ``e`` filter:
445 By default, the ``escape`` filter uses the ``html`` strategy, but depending on
470 variables in other contexts, you need to explicitly escape them with the
592 backslash (e.g. ``'c:\Program Files'``) escape it by doubling it
/plugin/flowplay/flowplayer/
H A Dswfobject.js76 this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));
/plugin/indexmenu2/cms/extensions/dom/
H A Dselectbox.js13escape(i);if(!isString(Z))Z='start';switch(Z.toLowerCase()){case"any":i=new RegExp(i,"i");break;ca…
/plugin/codemirror/dist/modes/
H A Dapl.min.js.map1escape","token","stream","state","ch","funcName","eatSpace","next","eatWhile","test","skipToEnd","…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst34 To escape words and characters in the date format use ``\\`` in front of each
/plugin/wysiwyg/
H A Dscript.js170 html = escape(html);

1...<<11121314151617181920>>...22