Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js84 String.prototype.EndsWith = function( value, ignoreCase ) method in String
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js26 …With=function(A){return (this.substr(0,A.length)==A);};String.prototype.EndsWith=function(A,B){var… method in String
H A Dfckeditorcode_gecko.js26 …With=function(A){return (this.substr(0,A.length)==A);};String.prototype.EndsWith=function(A,B){var… method in String
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js26 …With=function(A){return (this.substr(0,A.length)==A);};String.prototype.EndsWith=function(A,B){var… method in String
H A Dfckeditorcode_ie.js26 …With=function(A){return (this.substr(0,A.length)==A);};String.prototype.EndsWith=function(A,B){var… method in String