Home
last modified time | relevance | path

Searched refs:escape (Results 401 – 425 of 527) sorted by last modified time

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

/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/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js484 self.escape = function (str) {
742 search2 = new RegExp(self.escape(String(search)), "g");
886 output.push(self.escape(pattern));
H A DshCore.min.js17escape=function(e){return p.replace.call(e,/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")},c.exec=function(e,t…
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md338 * Fixed: URI properties should not escape ; and ,.
449 * Added: Decoding RFC6868 parameter values (uses ^ as an escape character).
/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/issuetracker/
H A Dprototype.js481 RegExp.escape = function(str) { function
550 pattern = RegExp.escape(pattern);
895 filter = new RegExp(RegExp.escape(filter));
1716 json = decodeURIComponent(escape(json));
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js11540 function escape(string) {
11969 (options.escape || reNoMatch).source + '|' +
12858 lodash.escape = escape;
H A Dpdfmake.min.js.map1escape","reHasUnescapedHtml","reUnescapedHtml","escapeRegExp","reHasRegExpChars","reRegExpChars","…
H A Dpdfmake.min.js8escape||Tt).source+"|"+f.source+"|"+(f===kt?Et:Tt).source+"|"+(n.evaluate||Tt).source+"|$","g"),g=… property in e.templateSettings
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js1 …(f.escape&&(a=a.replace('"','""')),f.quotes&&(a=['"',a,'"'].join(""))),a}var d,e,f=c.deepMerge({da…
H A DREADME.md349 escape | true | true/false | Set whether to escape strings
H A Dexport.js1998 escape: true,
2009 if ( cfg.escape ) {
/plugin/amcharts/
H A Dscript.js6 var chart = AmCharts.makeChart(id, jsyaml.load(decodeURIComponent(escape(atob(amdata)))));
/plugin/authyubikey/
H A Dauth.php.org107 $userline = str_replace('\\', '\\\\', $userline); // escape \ as \\
108 $userline = str_replace(':', '\\:', $userline); // escape : as \:
/plugin/authyubikey/lib/
H A DNEWS5 ** HTML escape variables to prevent XSS attacks in demos.
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md503 * Fixed: URI properties should not escape ; and ,.
614 * Added: Decoding RFC6868 parameter values (uses ^ as an escape character).
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/
H A DPrinter.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.Escaping.txt
/plugin/scrape/HTMLPurifier/Printer/
H A DHTMLDefinition.php
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js221 case 27: // escape
/plugin/freechat/phpfreechat/data/public/js/
H A Dcookie.js9 …var curCookie = name + '=' + escape(value) + ((expires) ? '; expires=' + expires.toGMTString() : '…
H A Dpfcclient.js1575 rx = new RegExp(RegExp.escape(sl[i]) + '(?![^<]*>)','g');
1580 rx = new RegExp('(^|[ :,;])'+RegExp.escape(this.nickname)+'([ :,;]|$)','gi');

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