Home
last modified time | relevance | path

Searched refs:ltrim (Results 176 – 200 of 235) sorted by relevance

12345678910

/plugin/swiftmail/Swift/Message/
H A DHeaders.php569 $ret .= ltrim($name, ".") . ": " . $this->getEncoded($name) . $this->LE;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DGMP.php163 ltrim($temp, chr(0));
H A DPHP.php180 $result = ltrim($result, '0');
896 return ltrim(pack('N', $x), chr(0));
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php581 \ltrim($endpoint->getURI(), '/'),
/plugin/fckg/syntax/
H A Ddwplugin.php207 $plugin_name = ltrim($plugin, '_');
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php246 $box = \ltrim($box, '/');
/plugin/callflow/
H A Dscript.js92 String.prototype.ltrim = function(){return this.replace(/^\s+/,'');}; method in String
/plugin/epub/scripts/
H A Depub_utils.php709 return ltrim($name,'_');
/plugin/fckg/action/
H A Dedit.php2833 $regex = ltrim($regex, '|');
/plugin/tindexmenu/syntax/
H A Dindexmenu.php424 $page=ltrim($ns.":".$conf['start'],":");
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php667 $ArrayPath = ltrim($ArrayPath, $Separator);
1670 $line = ltrim(fgets($fp, 1024), "\t ");
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php273 $tmp = ltrim(substr($scalar, $i), ' ');
/plugin/sqlraw/
H A Dsyntax.php546 $csv_data = ltrim($csv_data, " ,");
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php738 $name = ltrim($name,'\\');
/plugin/pagemove/
H A Dadmin.php953 $matchPagename = ltrim(noNS($matchId), '.:');
/plugin/filelist/
H A Dsyntax.php
/plugin/nroff/
H A Drenderer.php1041 $title = ltrim($title,'0123456789._-');
/plugin/indexmenu/syntax/
H A Dindexmenu.php
/plugin/combo/vendor/symfony/yaml/
H A DInline.php276 $tmp = ltrim(substr($scalar, $i), " \n");
/plugin/textile2/
H A DclassTextile.php435 if (preg_match("/^($this->a$this->c\. )(.*)/m", ltrim($row), $rmtch)) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php1674 ltrim($href, '/'),
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php1593 ltrim($href, '/'),
/plugin/phpipam/
H A Dsyntax.php853 … $html .= "wikilink1' title='" . str_replace('/', ':', ltrim($_href['path'], '/')) ;
857 … $html .= "wikilink2' title='" . str_replace('/', ':', ltrim($_href['path'], '/')) ;
/plugin/codemirror/dist/modes/
H A Dcypher.min.js.map1 …abels\", \"last\", \"left\", \"length\", \"log\", \"log10\", \"lower\", \"ltrim\", \"max\", \"min\…
/plugin/odp/
H A Drenderer.php1233 $title = ltrim($title,'0123456789._-');

12345678910