Home
last modified time | relevance | path

Searched refs:ltrim (Results 1 – 25 of 235) sorted by relevance

12345678910

/plugin/settingstree/
H A Daction.php44 …'html' => $helper->showExportHtml($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$IN…
45 'path'=> ':'.ltrim($INPUT->str('path'),':'),
51 'html' => $helper->showHtml($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':')),
52 'path'=> ':'.ltrim($INPUT->str('path'),':')
70 …$html = $helper->saveLevel($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$INPUT->ar…
80 …$html = $helper->exportLevel($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$INPUT->…
/plugin/mdpage/vendor/cebe/markdown/block/
H A DFencedCodeTrait.php27 ($line[3] === '`' && strncmp(ltrim($line), '```', 3) === 0) ||
28 ($line[3] === '~' && strncmp(ltrim($line), '~~~', 3) === 0)
37 $line = ltrim($lines[$current]);
/plugin/watchcycle/
H A Dhelper.php101 if (empty($auth->retrieveUsers(0, 1, array('grps' => ltrim($item, '@'))))) {
162 $members = $auth->retrieveUsers(0, 0, array('grps' => ltrim($name, '@')));
188 if (strpos($item, '@') !== false && in_array(ltrim($item, '@'), $userData['grps'])) {
234 $members = array_merge($members, $auth->retrieveUsers(0, 0, array('grps' => ltrim($group, '@'))));
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dtrim.rst33 Internally, Twig uses the PHP `trim`_, `ltrim`_, and `rtrim`_ functions.
44 .. _`ltrim`: https://secure.php.net/ltrim target
/plugin/evesso/phpoauthlib/src/OAuth/Common/
H A DAutoLoader.php30 $this->namespace = ltrim($namespace, '\\');
43 $class = ltrim($class, '\\');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/
H A DAutoLoader.php30 $this->namespace = ltrim($namespace, '\\');
43 $class = ltrim($class, '\\');
/plugin/remotelistnamespace/
H A Dremote.php48 $parts = explode('/',ltrim($file,'/'));
62 $parts = explode('/',ltrim($file,'/'));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/
H A DScopeClosingBraceSniff.php101 $trimmed = ltrim($tokens[$lineStart]['content']);
145 $trimmed = ltrim($tokens[$lineStart]['content']);
185 $phpcsFile->fixer->replaceToken($lineStart, ltrim($tokens[$lineStart]['content']));
/plugin/pot/source/
H A Dtext.php39 $completeformula .= ltrim($forkey, ' ') ;
54 $completeformula .= ltrim($forkey, ' ');
H A Dcalculate.php44 $completeformula .= "( " . ltrim($forkey, '+ ') . " )";
60 $completeformula .= "( " . ltrim($forkey, '+ '). " )";
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DBlockCommentSniff.php222 $commentText = ltrim($content);
247 $phpcsFile->fixer->replaceToken($commentLines[1], $padding.ltrim($content));
259 … $leadingSpace = (strlen($tokens[$line]['content']) - strlen(ltrim($tokens[$line]['content'])));
298 … $phpcsFile->fixer->replaceToken($line, $padding.ltrim($tokens[$line]['content']));
311 $commentText = ltrim($content);
H A DInlineCommentSniff.php145 $comment = ltrim($tokens[$stackPtr]['content'], "# \t");
198 ltrim(substr($comment, 2)),
220 $newComment = '// '.ltrim($tokens[$stackPtr]['content'], "/\t ");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php151 $x = ltrim($x, "\0");
188 return [ltrim($q, "\0"), ltrim($r, "\0")];
199 $precomputed = [ltrim($x, "\0")];
277 return ltrim($xy, "\0");
420 $temp->value = ltrim($aux1, "\0");
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRedisHandler.php82 ->ltrim($this->redisKey, -$this->capSize, -1)
89 $tx->ltrim($redisKey, -$capSize, -1);
/plugin/icon/
H A DSVG.php114 $this->color = '#' . ltrim($color, '#');
121 $this->color = '#' . ltrim($ini['replacements'][$color], '#');
125 $this->color = '#' . ltrim($ini['replacements']["__{$color}__"], '#');
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php203 $value = ltrim($value, '\\');
236 $value = ltrim($value, '\\');
253 $value = ltrim($value, '\\');
/plugin/orphanmedia/
H A Dsyntax.php154 …if(strpos($perPage_MediaLinks[$i],"/") === 0) $perPage_MediaLinks[$i] = ltrim($perPage_MediaLinks…
400 $extension = ltrim($extension, ".");
441 $extension = ltrim($extension, ".");
640 $extension = ltrim($extension, ".");
659 $extension = ltrim($extension, ".");
681 $extension = ltrim($extension, ".");
703 $extension = ltrim($extension, ".");
725 $extension = ltrim($extension, ".");
/plugin/orphanmedia2/
H A Dsyntax.php155 …if(strpos($perPage_MediaLinks[$i],"/") === 0) $perPage_MediaLinks[$i] = ltrim($perPage_MediaLinks…
401 $extension = ltrim($extension, ".");
442 $extension = ltrim($extension, ".");
641 $extension = ltrim($extension, ".");
660 $extension = ltrim($extension, ".");
682 $extension = ltrim($extension, ".");
704 $extension = ltrim($extension, ".");
726 $extension = ltrim($extension, ".");
/plugin/twistienav/
H A Dhelper.php37 $this->nsignore[] = ltrim($exclusion, "@");
70 $ajaxId = ltrim(explode("id=", $_SERVER["HTTP_REFERER"])[1], ":");
/plugin/twistienav4bootstrap3/
H A Dhelper.php37 $this->nsignore[] = ltrim($exclusion, "@");
69 $ajaxId = ltrim(explode("id=", $_SERVER["HTTP_REFERER"])[1], ":");
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php52 if (ltrim($text) === '') {
77 if (ltrim($text) === '') {
221 if (ltrim($lines[$i]) !== '') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DCamelCapsFunctionNameSniff.php152 $methodName = ltrim($methodName, '_');
208 $functionName = ltrim($functionName, '_');
/plugin/rrdgraph/inc/
H A Dcontenttypes.php26 $extension = strtolower(ltrim(strrchr($fileName, '.'), '.'));
/plugin/ckgdoku/ckeditor/
H A Duseheading.php9 $page = ltrim($page, ':');
/plugin/ckgedit/ckeditor/
H A Duseheading.php9 $page = ltrim($page, ':');

12345678910