Home
last modified time | relevance | path

Searched defs:ltrim (Results 1 – 7 of 7) sorted by last modified time

/plugin/combo/ComboStrap/
H A DStringUtility.php146 public static function ltrim(&$doc, $string) function in ComboStrap\\StringUtility
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dtrim.rst44 .. _`ltrim`: https://secure.php.net/ltrim target
/plugin/callflow/
H A Dscript.js92 String.prototype.ltrim = function(){return this.replace(/^\s+/,'');}; method in String
/plugin/highlightjs/highlight/languages/
H A Dvbscript.js13 …': 1, 'scriptengineminorversion': 1, 'cint': 1, 'sin': 1, 'datepart': 1, 'ltrim': 1, 'sqr': 1, 'sc… property in hljs.LANGUAGES.vbscript.defaultMode.keywords.built_in
/plugin/indexmenu2/cms/extensions/
H A Dstringextensions.js10 String.prototype.ltrim=function(i){i=new RegExp("^("+(i?RegExp.escape(i):"\\s")+")+");return this.r… method in String
/plugin/virtualkeyboard/vk/extensions/
H A Dstringextensions.js17 String.prototype.ltrim = function(c) { method in String
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …</gm,"&lt;").replace(/>/gm,"&gt;")}function k(s,r){if(!s){return false}for(var c=0;c<s.length;c++)… class in hljs.LANGUAGES.perl