Home
last modified time | relevance | path

Searched refs:escape (Results 351 – 375 of 527) sorted by path

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

/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...]
H A DFpdiTrait.php369 $value->value = $this->writer->escape($string);
H A DMpdf.php4398 $txt2 = $this->writer->escape($txt2);
4410 $txt2 = $this->writer->escape($txt2);
5183 $txt2 = $this->writer->escape($txt2);
5195 $txt2 = $this->writer->escape($txt2);
5204 $space = $this->writer->escape($space);
5211 $tx = $this->writer->escape($tx);
5608 $tx = $this->writer->escape($tx);
5686 $tx = $this->writer->escape($tx);
5774 $space = $this->writer->escape($space);
5789 $tj .= $this->writer->escape(
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php45 return '(' . $this->escape($s) . ')';
80 return '(' . $this->escape($s) . ')';
106 public function escape($s) // _escape
107 public function escape($s) // _escape global() function in Mpdf\\Writer\\BaseWriter
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/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1324 - escape \ by \\ [#592](https://github.com/ruflin/Elastica/issues/592/)
/plugin/favoris/
H A Dfavoris.js17 var curCookie = name + "=" + escape(value) +
/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/fetchmedia/lib/
H A Dbundle.js1 ….exports=r(24).RegExp.escape},function(t,n,r){"use strict";var e=r(0),i=r(298)(/[\\^$*+?.()|[\]{}]…
/plugin/fetchmedia/
H A Dyarn.lock834 escape-string-regexp "^1.0.2"
844 escape-string-regexp "^1.0.5"
1221 escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
1223 …resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c…
1438 escape-string-regexp "^1.0.5"
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md860 - Make it possible to escape special characters on serialization [\#265](https://github.com/schmitt…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dbootstrap.min.js6escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(… method in c
H A Djquery.min.js2escape=function(a){return(a+"").replace(ba,ca)},ga.error=function(a){throw new Error("Syntax error…
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md165 * When surrounding strings with double-quotes, you must now escape `\` characters. Not
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DescapedCharacters.yml61 test: escape
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG56 * fixed multi-byte UFT-8 in escape('html_attr')
452 * made the escape filter 20% faster for happy path (escaping string for html with UTF-8)
694 * made the escape filter smarter when the encoding is not supported by PHP
781 * made the charset configurable for the escape filter
974 'escape' => array('twig_escape_filter', true),
978 'escape' => new Twig_Filter_Function('twig_escape_filter', array('needs_environment' => true)),
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst228 case, set the ``pre_escape`` option to escape the input data before it is run
H A Dadvanced_legacy.rst255 case, set the ``pre_escape`` option to escape the input data before it is run
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/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst34 To escape words and characters in the date format use ``\\`` in front of each
H A Descape.rst1 ``escape``
11 The ``escape`` filter escapes a string for safe insertion into the final
19 {{ user.username|escape }}
27 The ``escape`` filter can also be used in other contexts than HTML thanks to
36 And here is how to escape variables included in JavaScript code:
40 {{ user.username|escape('js') }}
43 The ``escape`` filter supports the following escaping strategies:
67 escape filter; but that does not work when using a variable as the
75 {{ var|escape('html') }} {# won't be double-escaped #}
76 {{ var|escape(strategy) }} {# will be double-escaped #}
[all …]
H A Dindex.rst14 escape
H A Draw.rst32 safe and Twig does not escape static values (see
33 :doc:`escape<../tags/autoescape>`). In the second ternary statement, even
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst63 Twig is smart enough to not escape an already escaped value by the
64 :doc:`escape<../filters/escape>` filter.
68 Twig does not escape static expressions:
H A Dfilter.rst17 {% filter lower|escape('html') %}

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