Searched refs:regexEscape (Results 1 – 5 of 5) sorted by relevance
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | moment.js | 683 …return regexEscape(s.replace('\\', '').replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g, function (ma… 688 function regexEscape(s) { function 1134 shortPieces[i] = regexEscape(shortPieces[i]); 1135 longPieces[i] = regexEscape(longPieces[i]); 1138 mixedPieces[i] = regexEscape(mixedPieces[i]); 1629 shortPieces[i] = regexEscape(shortPieces[i]); 1630 longPieces[i] = regexEscape(longPieces[i]); 1631 mixedPieces[i] = regexEscape(mixedPieces[i]);
|
| /plugin/sketchcanvas/bundle/ |
| D | SketchCanvas.js.map | 4 …regexEscape(str) {\n /* eslint no-useless-escape: 0 */\n return str.replace(/[\\-\\[\\]\\/\\{\\}… 6 …regexEscape", "str", "_entityMap", "escape", "RegExpCache", "capacity", "pattern", "regExpFromCach…
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 7855 …return regexEscape(s.replace('\\', '').replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g, function (ma… 7860 function regexEscape(s) { function 8178 shortPieces[i] = regexEscape(shortPieces[i]); 8179 longPieces[i] = regexEscape(longPieces[i]); 8182 mixedPieces[i] = regexEscape(mixedPieces[i]); 8739 shortPieces[i] = regexEscape(shortPieces[i]); 8740 longPieces[i] = regexEscape(longPieces[i]); 8741 mixedPieces[i] = regexEscape(mixedPieces[i]);
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …regexEscape(s.replace('\\','').replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(matched,p1,p…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …regexEscape(s.replace('\\\\', '').replace(/\\\\(\\[)|\\\\(\\])|\\[([^\\]\\[]*)\\]|\\\\(.)/g, funct…
|