Home
last modified time | relevance | path

Searched refs:escape (Results 226 – 250 of 527) sorted by relevance

12345678910>>...22

/plugin/ckgedit/ckeditor/plugins/a11yhelp/dialogs/lang/
H A Dru.js9 …text} и затем ${paste}"}]}],tab:"Tab",pause:"Pause",capslock:"Caps Lock",escape:"Esc",pageUp:"Page…
H A Dsi.js9 tab:"Tab",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",…
H A Dsk.js9 …text} a potom ${paste}"}]}],tab:"Tab",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"S…
H A Dsl.js9 …pastetext}, followed by ${paste}"}]}],tab:"Tab",pause:"Pause",capslock:"Caps Lock",escape:"Escape",
H A Dsr.js9 …, followed by ${paste}"}]}],tab:"Tab",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"P…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D46.46.js1 …/,"string","@popall"],[/[^\\"]+/,"string"],[/\\./,"string"],[/"/,"string.escape","@popall"],[/\\$/…
H A D27.27.js1 …{open:"[",close:"]",token:"delimiter.square"}],ident:/π|ℯ|\b(?!\d)\w+\b/,escape:/(?:[abefnrstv\\"'… property in AnonymousFunction633a7cad0100.o
H A D59.59.js1 …","@string"],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],[/'/,"…
H A D60.60.js1 …","@string"],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],[/'/,"…
H A D20.20.js1 …@rawstring"],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],[/'/,"…
H A D64.64.js1 …iables/,"type.identifier"],[/[^\\$\[\]']+/,"string"],[/@escapes/,"string.escape"],[/'/,{token:"str…
H A D60.60.js.map1escape', 'string']],\n [/'/, 'string.invalid']\n ],\n whitespace: [\n …
H A D26.26.js1 …","@string"],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],[/'/,"…
H A D32.32.js.map1escape codes\n control: /[\\\\`*_\\[\\]{}()#+\\-\\.!]/,\n noncontrol: /[^\\\\`*_\\[\\]{}()#+…
H A D10.10.js.map1 … }\n ],\n [/@escapes/, 'string.escape'],\n [/\\\\./, 'string.esca…
/plugin/codemirror/dist/modes/
H A Dapl.min.js1 …startState:function(){return{prev:false,func:false,op:false,string:false,escape:false}},token:func…
/plugin/jquery-syntax/jquery-syntax/bright/
H A Djquery.syntax.core.css19 .syntax-container.syntax-theme-bright .syntax .string .escape {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DAttributeValueAssertionTrait.php87 . Attribute::escape($this->value)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DRdn.php154 public static function escape(string $value): string
144 public static function escape(string $value): string global() function in FreeDSx\\Ldap\\Entry\\Rdn
/plugin/crypto/js/
H A Ddecrypt-dialog.js79 dialog.sack.setVar("secret", escape($('decrypt_dialog_password').value));
/plugin/authyubikey/lib/
H A DNEWS5 ** HTML escape variables to prevent XSS attacks in demos.
/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlElement.php
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst339 to escape/unescape blocks of code.
400 {{ var|escape }} {# var won't be double-escaped #}
433 {{ foo ? text|escape : "<br />Twig" }} {# the result of the expression won't be escaped #}
439 {{ var|upper }} {# is equivalent to {{ var|upper|escape }} #}
450 safe for the current context (e.g. ``html`` or ``js``). ``escape`` and
451 ``escape('html')`` are marked safe for HTML, ``escape('js')`` is marked
457 {{ var|escape('html') }} {# will be escaped for HTML and JavaScript #}
459 {{ var|escape('js') }} {# won't be double-escaped #}
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php796 $this->array_form_button_js[$this->writer->escape($name)] = [
806 $this->array_form_choice_js[$this->writer->escape($name)] = [
818 $this->array_form_text_js[$this->writer->escape($name)][$format] = ['js' => $j];
1039 $this->form_button_icon[$this->writer->escape($name)] = [
1432 $this->writer->write('/V /' . $this->writer->escape($form['V']) . ' ');
1433 $this->writer->write('/DV /' . $this->writer->escape($form['V']) . ' ');
1434 $this->writer->write('/AS /' . $this->writer->escape($form['V']) . ' ');
1441 $this->writer->write('/AP << /N << /' . $this->writer->escape($form['V']) . ' ' . ($this->mpdf->n + 1) . ' 0 R /Off /Off >> >>');
1444 $this->writer->write('/AP << /N << /' . $this->writer->escape($form['V']) . ' ' . ($this->mpdf->n + 1) . ' 0 R /Off ' . ($this->mpdf->n + 2) . ' 0 R >> >>');
1479 $this->writer->write('/AP << /N << /' . $this->writer->escape(
[all...]
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.core.css16 .syntax-theme-base .syntax .string .escape {

12345678910>>...22