Home
last modified time | relevance | path

Searched defs:IndexOf (Results 1 – 5 of 5) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js158 Array.prototype.IndexOf = function( value ) method in Array
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js26 …dItem=function(A){var i=this.length;this[i]=A;return i;};Array.prototype.IndexOf=function(A){for (… method in Array
H A Dfckeditorcode_gecko.js26 …dItem=function(A){var i=this.length;this[i]=A;return i;};Array.prototype.IndexOf=function(A){for (… method in Array
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js26 …y(C||this,arguments);});}else return this.replace(A,B);};Array.prototype.IndexOf=function(A){for (… method in Array
H A Dfckeditorcode_ie.js26 …y(C||this,arguments);});}else return this.replace(A,B);};Array.prototype.IndexOf=function(A){for (… method in Array