Home
last modified time | relevance | path

Searched refs:ScriptFragment (Results 1 – 3 of 3) sorted by relevance

/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js29 ScriptFragment: '<script[^>]*>([\\S\\s]*?)<\/script>', property in Prototype
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/
H A Dprototype.js49 ScriptFragment: '<script[^>]*>([\\S\\s]*?)<\/script>', property in Prototype
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/
H A Dprototype.js52 ScriptFragment: '<script[^>]*>([\\S\\s]*?)<\/script>', property in Prototype
600 return this.replace(new RegExp(Prototype.ScriptFragment, 'img'), '');
604 var matchAll = new RegExp(Prototype.ScriptFragment, 'img'),
605 matchOne = new RegExp(Prototype.ScriptFragment, 'im');