Searched refs:nativ (Results 1 – 3 of 3) sorted by relevance
| /plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
| D | shCore.js | 53 nativ = { variable 92 compliantExecNpcg = nativ.exec.call(/()??/, "")[1] === undef, 156 … var flags = nativ.replace.call(getNativeFlags(regex) + (addFlags || ""), duplicateFlags, ""); 159 flags = nativ.replace.call(flags, new RegExp("[" + removeFlags + "]+", "g"), ""); 279 RegExp.prototype.exec = (on ? fixed : nativ).exec; argument 280 RegExp.prototype.test = (on ? fixed : nativ).test; argument 281 String.prototype.match = (on ? fixed : nativ).match; argument 282 String.prototype.replace = (on ? fixed : nativ).replace; argument 283 String.prototype.split = (on ? fixed : nativ).split; argument 349 …if (nativ.match.call(flags, duplicateFlags)) { // Don't use test/exec because they would update la… [all …]
|
| /plugin/syntaxhighlighter4/dist/ |
| D | syntaxhighlighter.js | 552 var nativ = { 580 var correctExecNpcg = nativ.exec.call(/()??/, '')[1] === undefined; 669 return nativ.replace.call(str, /([\s\S])(?=[\s\S]*\1)/g, ''); 710 flags = nativ.replace.call(flags, new RegExp('[' + flagsToRemove + ']+', 'g'), ''); 768 nativ.exec.call(/\/([a-z]*)$/i, RegExp.prototype.toString.call(regex))[1]; 836 return nativ.test.call(flags.indexOf('x') > -1 ? 876 pattern = nativ.replace.call(pattern, /^\(\?([\w$]+)\)/, function ($0, $1) { 877 if (nativ.test.call(/[gy]/, $1)) { 993 RegExp.prototype.exec = (on ? fixed : nativ).exec; 994 RegExp.prototype.test = (on ? fixed : nativ).test; [all …]
|
| D | syntaxhighlighter.js.map | 1 …nativ","RegExp","prototype","String","fixed","regexCache","patternCache","tokens","defaultScope","…
|