Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js120 String.prototype.LTrim = function() method in String
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js26 …return this.replace(/(^[ \t\n\r]*)|([ \t\n\r]*$)/g,'');};String.prototype.LTrim=function(){return … method in String
H A Dfckeditorcode_gecko.js26 …return this.replace(/(^[ \t\n\r]*)|([ \t\n\r]*$)/g,'');};String.prototype.LTrim=function(){return … method in String
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js26 …return this.replace(/(^[ \t\n\r]*)|([ \t\n\r]*$)/g,'');};String.prototype.LTrim=function(){return … method in String
H A Dfckeditorcode_ie.js26 …return this.replace(/(^[ \t\n\r]*)|([ \t\n\r]*$)/g,'');};String.prototype.LTrim=function(){return … method in String