Searched refs:ScriptFragment (Results 1 – 3 of 3) sorted by relevance
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | prototype.js | 29 ScriptFragment: '<script[^>]*>([\\S\\s]*?)<\/script>', property 382 return this.replace(new RegExp(Prototype.ScriptFragment, 'img'), ''); 386 var matchAll = new RegExp(Prototype.ScriptFragment, 'img'); 387 var matchOne = new RegExp(Prototype.ScriptFragment, 'im');
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | prototype.js | 49 ScriptFragment: '<script[^>]*>([\\S\\s]*?)<\/script>', property 483 return this.replace(new RegExp(Prototype.ScriptFragment, 'img'), ''); 487 var matchAll = new RegExp(Prototype.ScriptFragment, 'img'); 488 var matchOne = new RegExp(Prototype.ScriptFragment, 'im');
|
| /plugin/issuetracker/ |
| D | prototype.js | 52 ScriptFragment: '<script[^>]*>([\\S\\s]*?)<\/script>', property 600 return this.replace(new RegExp(Prototype.ScriptFragment, 'img'), ''); 604 var matchAll = new RegExp(Prototype.ScriptFragment, 'img'), 605 matchOne = new RegExp(Prototype.ScriptFragment, 'im');
|