Home
last modified time | relevance | path

Searched refs:unescape (Results 1 – 25 of 114) sorted by relevance

12345

/plugin/pgn4web/pgn4web/
H A Dengine.js28 pgn4web_engineWindowTarget = unescape(window.location.search.match(thisRegExp)[3]);
32 pgn4web_engineWindowUrlParameters = unescape(window.location.search.match(thisRegExp)[3]);
36 pgn4web_engineWindowHeight = parseInt(unescape(window.location.search.match(thisRegExp)[3]), 10);
40 pgn4web_engineWindowWidth = parseInt(unescape(window.location.search.match(thisRegExp)[3]), 10);
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DLinkParserHelper.php36 RegexHelper::unescape(\substr($res, 1, -1))
50 RegexHelper::unescape($destination)
83 // Chop off quotes from title and unescape
84 return RegexHelper::unescape(\substr($title, 1, -1));
98 return RegexHelper::unescape($partialTitle);
H A DRegexHelper.php150 public static function unescape(string $string): string
161 public static function unescape(string $string): string global() function in League\\CommonMark\\Util\\RegexHelper
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dgrammar.jison84 : ACTOR { $$ = yy.parser.yy.getActor(Diagram.unescape($1)); }
88 : ACTOR { $$ = yy.parser.yy.getActorWithAlias(Diagram.unescape($1)); }
107 : MESSAGE { $$ = Diagram.unescape($1.substring(1)); }
H A Ddiagram.js91 Diagram.unescape = function(s) { function
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js156 assert.equal(_.unescape(null), '');
157 assert.equal(_.unescape(_.escape(string)), string);
158 assert.equal(_.unescape(string), string, 'don\'t unescape unnecessarily');
170 assert.equal(s, _.unescape(e), escapeChar + ' can be unescaped');
176 assert.equal(_.unescape(e), s, 'multiple occurrences of ' + escapeChar + ' can be unescaped');
193 assert.equal(_.unescape(str), str, 'can unescape &');
/plugin/batchedit/
H A Drequest.php253 $unescape = function($matches) {
264 return preg_replace_callback('/(\\\\+)([nrt])/', $unescape, $replace);
/plugin/piwik/
H A Dcode.php45 document.write(unescape("%3Cscript src=\'" + pkBaseURL + "piwik.js\' type=\'text/javascript\'%3E%3C…
/plugin/sql2wiki/
H A DCsv.php25 static function unescape($str) { function in dokuwiki\\plugin\\sql2wiki\\Csv
58 return array_map('self::unescape', $row);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfName.php47 static public function unescape($value) function in setasign\\Fpdi\\PdfParser\\Type\\PdfName
H A DPdfString.php88 public static function unescape($s) function in setasign\\Fpdi\\PdfParser\\Type\\PdfString
/plugin/freechat/phpfreechat/data/public/js/
H A Dcookie.js32 return unescape(dc.substring(begin + prefix.length, end));
/plugin/crypto/js/
H A Ddecrypt-dialog.js83 pasteText(selection, unescape(dialog.sack.response));
H A Dtoggle-encryption-dialog.js101 dialog.decrypted = unescape(dialog.sack.response);
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DFencedCode.php
/plugin/favoris/
H A Dfavoris.js40 return unescape(dc.substring(begin + prefix.length, end));
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-api.js139 var decode = window.decodeURIComponent || unescape;
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-api.js139 var decode = window.decodeURIComponent || unescape;
/plugin/farm/
H A Dscript.js51 return unescape(output);
/plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/
H A Dblob.js154 bb.push(unescape(encodeURIComponent(data)));
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php240 $string = PdfString::unescape($value->value);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js566 e.name = unescape(pair[0]);
567 e.value = pair[1] != null? unescape(pair[1]) : '';
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-form.js396 e.name=unescape(_58[0]);
397 e.value=_58[1]!=null?unescape(_58[1]):"";
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php122 public function unescape($s)
123 public function unescape($s) global() function in Mpdf\\Writer\\BaseWriter
/plugin/ckgdoku/scripts/
H A Dparse_wiki-cmpr.js1unescape(this.attr);if(!this.attr.match(/^:/)){this.attr=":"+this.attr}this.external_mime=true}els…

12345