Home
last modified time | relevance | path

Searched refs:ltrim (Results 226 – 235 of 235) sorted by last modified time

12345678910

/plugin/swfobject/
H A Dsyntax.php227 $s = ltrim($s); // strip all initial whitespace
/plugin/nstoc/
H A Dsyntax.php171 . ltrim(str_replace(':', '', cleanID($l[1])), '0123456789._-')
/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/superacl/
H A Dadmin.php263 …echo '<input type="text" name="acl_w" class="edit" value="'.(($inl)?'':hsc(ltrim($this->who,'@')))…
360 $groups = array(ltrim($who,'@'));
399 … printf($this->getLang('p_group_ns'),hsc(ltrim($who,'@')),hsc($ns),join(', ',$names));
401 … printf($this->getLang('p_group_id'),hsc(ltrim($who,'@')),hsc($ID),join(', ',$names));
/plugin/svg/
H A Dsyntax.php.save114 $this->xml_data = ltrim( $this->xml_data );
/plugin/nroff/
H A Drenderer.php1041 $title = ltrim($title,'0123456789._-');
/plugin/textile2/
H A DclassTextile.php435 if (preg_match("/^($this->a$this->c\. )(.*)/m", ltrim($row), $rmtch)) {
/plugin/virtualkeyboard/vk/extensions/
H A Dstringextensions.js17 String.prototype.ltrim = function(c) { method in String
/plugin/googlesearch/
H A Dnusoap.php2738 $data = ltrim(substr($data,$pos));
2740 $data = ltrim(substr($data,$pos));
2756 $data = ltrim(substr($data,$pos));
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …scriptengine:1,split:1,scriptengineminorversion:1,cint:1,sin:1,datepart:1,ltrim:1,sqr:1,scriptengi… property in hljs.LANGUAGES.vbscript.dM.k.built_in

12345678910