Home
last modified time | relevance | path

Searched refs:escaped (Results 1 – 25 of 150) sorted by last modified time

123456

/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2986 - \r\n newlines can be preserved, but bare \r and \n must be escaped
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php333 * @param boolean $escaped escape result or not
337 private function variables(Context $context, $current, $escaped) argument
362 if ($escaped) {
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md210 * Yaml::parse() now throws an exception when a blackslash is not escaped
/plugin/adhoctags/
H A Dhelper.php205 $escaped = false; // should the next character be treated "as is"?
217 if (!$escaped && $state == 0) {
222 $escaped = false;
228 if (!$escaped) {
252 $escaped = false;
258 if (!$escaped && $state == 0) {
271 if (!$escaped && $state == 2) {
280 $escaped = false;
286 if (!$escaped) {
287 // next character is escaped
[all...]
/plugin/edittable/lib/
H A Dhandsontable.full.js47979 var escaped = (0, _mixed.stringify)(value);
47982 escaped = escaped.replace(/ /g, String.fromCharCode(160));
47995 (0, _element.fastInnerText)(TD, escaped);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md482 - Characters "<" and ">" will be removed when a query term is passed to [`Util::escapeTerm`](https://github.com/ruflin/Elastica/pull/1415/files). Since v5.1 the [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/5.1/query-dsl-query-string-query.html#_reserved_characters) states that these symbols cannot be escaped ever.
651 - Date math in index names is now escaped in URI
652 - Added a check for paths that already have date math escaped
/plugin/ckgedit/ckeditor/
H A DCHANGES.md620 * [#14451](https://dev.ckeditor.com/ticket/14451): Fixed: Numeric element ID not escaped properly. …
/plugin/ckgedit/
H A Dscript.js190 escaped: value.replace(/(^|[^\\])"/g, '$1\\\"') //"
/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1escaped=="u"&&aw=="em"){aw="u";this.attr="u";break}if(aw=="div"){if(aa[aA].name=="class"&&aa[aA].v…
H A Dparse_wiki.js.unc603 this.td_align = attrs[i].escaped;
612 this.td_colspan = attrs[i].escaped;
625 this.link_title = attrs[i].escaped;
667 this.attr = attrs[i].escaped;
671 this.attr = attrs[i].escaped;
676 this.attr = attrs[i].escaped;
682 this.attr = attrs[i].escaped;
683 this.mfile = attrs[i].escaped;
896 this.attr = attrs[i].escaped;
931 src = attrs[i].escaped;
[all …]
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md314 and not single quotes `''` in order to properly interpret the escaped characters.
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php154 $escaped = \preg_replace($allEscapedChar, '$1', $string);
155 \assert(\is_string($escaped));
157 return \preg_replace_callback('/' . self::PARTIAL_ENTITY . '/i', static fn ($e) => Html5EntityDecoder::decode($e[0]), $escaped);
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1escaped.'), ErrorCode.InvalidCharacter);\n return true;\n }\n return …
H A D52.52.js.map1 …sstring.s' }],\n // regular expressions. Lookahead for a (not escaped) closing forwards…
H A Dbundle.js.map1escaped = false;\n var ch;\n for (var i = 0; i < text.length; ++i) {\n ch = text[i];\n if …
H A Deditor.worker.js.map1escaped = encodeTable[code];\n if (escaped !== undefined) {\n // check i…
H A Djson.worker.js.map1escaped = encodeTable[code];\n if (escaped !== undefined) {\n // check i…
H A D2.2.js36788 var escaped = encodeTable[code];
36789 if (escaped !== undefined) {
36796 res += escaped;
H A D3.3.js.map1escaped = encodeTable[code];\n if (escaped !== undefined) {\n // check i…
H A D2.2.js.map1escaped JavaScript code `const a = \"dddd\"`\n var tokenType = this.escapedJavaScript();\n …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1escaped","processEscapeSequences","svgClusters","clusterLabelPos","domCluster","svgEdgeLabels","in…

123456