Home
last modified time | relevance | path

Searched refs:escape (Results 301 – 325 of 527) sorted by relevance

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

/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js137 reg = RegExp.escape(reg);
525 if (ids) ids = new RegExp("^("+RegExp.escape(ids)+")$","i");
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php785 $this->writer->write('/O (' . $this->writer->escape($this->protection->getOValue()) . ')');
786 $this->writer->write('/U (' . $this->writer->escape($this->protection->getUValue()) . ')');
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D41.41.js.map1escape.php'],\n [/\\\\./, 'string.escape.invalid.php'],\n [/\"/, 'string.php…
H A D11.11.js.map1 …: [\n [/[^\\\\']+/, 'string'],\n [/\\\\./, 'string.escape.invalid'],\n …
H A D38.38.js.map1 …: [\n [/[^\\\\']+/, 'string'],\n [/\\\\./, 'string.escape.invalid'],\n …
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js202 assert.equal(doc.escape('title'), 'The Tempest');
204 assert.equal(doc.escape('audience'), 'Bill &amp; Bob');
206 assert.equal(doc.escape('audience'), 'Tim &gt; Joan');
208 assert.equal(doc.escape('audience'), '10101');
210 assert.equal(doc.escape('audience'), '');
/plugin/authyubikey/
H A Dauth.php.org107 $userline = str_replace('\\', '\\\\', $userline); // escape \ as \\
108 $userline = str_replace(':', '\\:', $userline); // escape : as \:
/plugin/codemirror/dist/modes/
H A Dtornado.min.js.map1 … \"continue\",\"datetime\",\"def\",\"del\",\"elif\",\"else\",\"end\",\"escape\",\"except\",\n …
H A Dsql.min.js.map1escape constant: E'str', e'str'\n // ref: https://www.postgresql.org/docs/current/sql-syntax-…
/plugin/imageflow/
H A Dscript.js259 … src += (src.indexOf('?') > 0 ? '&' : '?') + escape(key) + "=" + escape(imgData.params[key]);
/plugin/lytebox/
H A Dlytebox.js588 var keycode = key = escape = null;
591 escape = (e == null) ? 27 : e.DOM_VK_ESCAPE;
592 if ((key == 'x') || (key == 'c') || (keycode == escape)) {
/plugin/diagramsnet/lib/
H A Dyarn.lock351 escape-string-regexp@^4.0.0:
353 …resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba8…
603 escape-string-regexp "^4.0.0"
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm32 <!--- use carat on each line to escape possible aspell commands --->
/plugin/ahrefmenu/
H A Dgenerate_map.py132 return xml.sax.saxutils.escape(i_link)
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm32 <!--- use carat on each line to escape possible aspell commands --->
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php369 $value->value = $this->writer->escape($string);
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md60 If you wish to escape HTML **in trusted input**, you can use the following:
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js2072escape(ch)+"' + ";}else{code+=Date.getFormatCode(ch);}}}if(code.length==0){code="\"\"";}else{code=… function
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md52 - #54 escape characters are now also considered inside of urls
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md165 * When surrounding strings with double-quotes, you must now escape `\` characters. Not
/plugin/bootswrapper/exe/help/
H A Dmodal.txt122 | ''keyboard'' | ''true'' | ''true'' ''false'' | Closes the modal when escape key is pressed |
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js3421 function escape(string) { function
3747 lodash.escape = escape;
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5escape=R(B),m.unescape=R(T),m.result=function(n,t,r){var e=null==n?void 0:n[t];return e===void 0&&…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5escape=R(B),m.unescape=R(T),m.result=function(n,t,r){var e=null==n?void 0:n[t];return e===void 0&&…

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