Home
last modified time | relevance | path

Searched refs:ltrim (Results 151 – 175 of 235) sorted by relevance

12345678910

/plugin/openas/
H A Daction.php140 ltrim($new_id,':');
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php357 $input = ltrim($input);
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php113 $path = explode(':',ltrim(strtr($folder,'/',':'),':'));
/plugin/masciimath/
H A Dsyntax.php303 $this->parsestr = ltrim($this->parsestr); # Fjern indledende whitespaces
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php315 $path = ltrim(substr($input, strlen($root)), '/');
/plugin/pureldap/classes/
H A DADClient.php115 $match = ltrim($match, '^');
412 $maxPwdAge = (int)ltrim(substr($maxPwdAge, 0, -7), '-');
/plugin/farmer/admin/
H A Dnew.php371 $masterUsers = ltrim(strstr($masterUsers, "\n" . $currentAdmin . ":"));
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php886 $class = ltrim($class, '\\');
921 $class = ltrim($class, '\\');
1004 $class = ltrim($name, '\\');
/plugin/nstoc/
H A Dsyntax.php171 . ltrim(str_replace(':', '', cleanID($l[1])), '0123456789._-')
/plugin/fckg/action/
H A Dmeta.php189 $mdir = ltrim($mdir, '/');
/plugin/svg/
H A Dsyntax.php.save114 $this->xml_data = ltrim( $this->xml_data );
/plugin/webcode/syntax/
H A Dbasis.php280 $code = ltrim($matches[3][$key]);
/plugin/ckgdoku/action/
H A Dmeta.php177 $page = ltrim($page, ':');
502 $mdir = ltrim($mdir, '/');
/plugin/ckgedit/action/
H A Dmeta.php203 $page = ltrim($page, ':');
537 $mdir = ltrim($mdir, '/');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DCSS.php180 $content = ltrim($token['content'], '#/');
/plugin/exttab3/
H A Dsyntax.php118 $markup = ltrim($match);
/plugin/externalembed/
H A Dsyntax.php341 …$domain = ltrim(parse_url('http://' . str_replace(array('https://', 'http://'), '', $url), PHP_URL…
/plugin/xcom/
H A Dremote.php76 $rootns = ltrim($rootns,'./');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php170 $trimmed = ltrim($tokens[$first]['content']);
219 $trimmed = ltrim($tokens[$i]['content']);
942 … $currentIndent = (strlen($tokens[$first]['content']) - strlen(ltrim($tokens[$first]['content'])));
/plugin/extlist/
H A Dsyntax.php118 $depth = substr_count(str_replace("\t", ' ', ltrim($match,' ')),' ');
/plugin/backup/
H A Dadmin.php379 return ltrim($dir, '/');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php170 $em = ltrim($em, "\xFF");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php294 $result = $this->precision > 0 ? substr($bits, -$this->precision) : ltrim($bits, '0');
824 $size = strlen(ltrim($max->toBytes(), chr(0)));
/plugin/runcommand/
H A Dsyntax.php489 $cmdRow = ltrim($cmdRow);
/plugin/rrdgraph/
H A Dhelper.php551 $option = ltrim($option, "0123456789");

12345678910