Searched refs:nativ (Results 1 – 3 of 3) sorted by relevance
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
H A D | shCore.js | 53 nativ = { class in AnonymousFunction5b121b410100 92 compliantExecNpcg = nativ.exec.call(/()??/, "")[1] === undef, 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 354 if (nativ.test.call(/[gy]/, $1)) { 917 match = nativ.exec.apply(this, arguments); 979 var result = nativ.match.apply(this, arguments); [all …]
|
/plugin/syntaxhighlighter4/dist/ |
H A D | syntaxhighlighter.js | 552 var nativ = { 836 return nativ.test.call(flags.indexOf('x') > -1 ? 877 if (nativ.test.call(/[gy]/, $1)) { 993 RegExp.prototype.exec = (on ? fixed : nativ).exec; 994 RegExp.prototype.test = (on ? fixed : nativ).test; 995 String.prototype.match = (on ? fixed : nativ).match; 997 String.prototype.split = (on ? fixed : nativ).split; 1527 result = nativ.match.call(toObject(str), r2); 1882 match = nativ.exec.apply(this, arguments), 1965 result = nativ.match.apply(this, arguments); [all …]
|
H A D | syntaxhighlighter.js.map | 1 …nativ","RegExp","prototype","String","fixed","regexCache","patternCache","tokens","defaultScope","…
|