Home
last modified time | relevance | path

Searched refs:escape (Results 501 – 525 of 527) sorted by path

1...<<2122

/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js1289 XRegExp.escape = function (str) {
1663 s2 = new RegExp(XRegExp.escape(String(search)), 'g');
1860 output.push(XRegExp.escape(pattern));
H A Dsyntaxhighlighter.js.map1escape","sticky","cacheKey","r2","lastIndex","global","callback","globalize","install","feature","…
/plugin/tablelayout/
H A Dyarn.lock274 escape-string-regexp "^1.0.2"
284 escape-string-regexp "^1.0.5"
583 escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
585 …resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c…
779 escape-string-regexp "^1.0.5"
/plugin/tindexmenu/
H A Dindexmenu-full.js404 document.cookie = escape(cookieName) + '=' + escape(cookieValue)
412 pN = document.cookie.indexOf(escape(cookieName) + '=');
414 posValue = pN + (escape(cookieName) + '=').length;
H A Dindexmenu.js42 …};dTree.prototype.setCookie=function(a,c,b,d,e,f){document.cookie=escape(a)+"="+escape(c)+(b?"; ex…
43 …getCookie=function(a){var c="",b;b=document.cookie.indexOf(escape(a)+"=");-1!=b&&(a=b+(escape(a)+"…
/plugin/tuxquote/
H A Dquotes.txt1620 To escape criticism -- do nothing, say nothing, be nothing. <BR> -- Elbert Hubbard (1856-1915), U.S…
2081 If the desire to kill and the opportunity to kill always came together, who would escape hanging? …
2704 …he strong and the brave. It also makes for beauty, for lesser men try to escape from a hopeless an…
3025 …ingenious have invented, when they were supplied with food and women, to escape the tediousness of…
3882 Software isn't released, it's allowed to escape.
/plugin/vcard/
H A Dvcard.php29 return escape($string);
32 function escape($string) { function
43 $escape = "=";
57 $c = $escape.$hex["$h2"].$hex["$h1"];
60 $output .= $newline.$escape.$eol; // soft line break; " =\r\n" is okay
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dautosuggest.js305 case 27: // escape
354 case 27 : // escape
H A Dselectbox.js137 reg = RegExp.escape(reg);
525 if (ids) ids = new RegExp("^("+RegExp.escape(ids)+")$","i");
/plugin/virtualkeyboard/vk/extensions/
H A Dregexpextensions.js20 RegExp.escape = function(text /* :String, Array */) /* :String */ { function
31 :(isArray(text)?text.map(RegExp.escape).join("|")
H A Dstringextensions.js20 c = isEmpty(c)?"\\s":RegExp.escape(c);
36 c = isEmpty(c)?"\\s":RegExp.escape(c);
52 c = isEmpty(c)?"\\s":RegExp.escape(c);
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md188 * Fixed: Issue #4: Don't escape colon (:) when it's not needed.
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md564 * Fixed: URI properties should not escape ; and ,.
675 * Added: Decoding RFC6868 parameter values (uses ^ as an escape character).
/plugin/webdavclient/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/wysiwyg/fckeditor/_samples/afp/
H A Dsample02.afp87 lcLanguage=oFCKeditor.StripAttacks(lcLanguage) && Remove special escape characters
H A Dsample03.afp73 lcToolbar=oFCKeditor.StripAttacks(lcToolbar) && Remove special escape characters
H A Dsample04.afp79 lcSkin=oFCKeditor.StripAttacks(lcSkin) && Remove special escape characters
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm32 <!--- use carat on each line to escape possible aspell commands --->
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckoutput.py30 def escape(text, replace=string.replace): function
47 return escape(value)
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.py29 def escape(text, replace=string.replace): function
59 HtmlValue = escape(self.Value)
153 k = escape(sKey)
154 v = escape(sValue)
/plugin/wysiwyg/
H A Dscript.js170 html = escape(html);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js6992 var escape = '';
7011 escape = '&lt;';
7015 escape = '&gt;';
7024 result += escape;
7155 var escape = '';
7180 escape = '&lt;';
7185 escape = '&gt;';
7189 escape = '';
7195 escape = '';
7205 if (escape) result += escape;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dcpexcel.full.mjs1469 // eslint-disable-next-line no-useless-escape
H A Dxlsx.mjs2984 - escape =## applies for all non-display characters and literal "="
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13escape=function(t){return this._utf?encodeURIComponent(t):escape(t)},t.prototype.enableUTFencoding… method in t

1...<<2122