Home
last modified time | relevance | path

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

12345678910

/plugin/tagadd/
H A Daction.php257 $found[$idcount+1] = ltrim($found[$idcount+1]);
/plugin/pycode/
H A Dmethod.php90 $str = ltrim($line);
144 $str = ltrim($line);
148 $ind_cls = $length - strlen(ltrim($line));
268 $indent = $length - strlen(ltrim($line));
856 $ind = $length - strlen(ltrim($line));
/plugin/pagetitle/
H A Dhelper.php135 if (noNS($id) == $conf['start']) $id = ltrim(getNS($id).':', ':');
/plugin/extlist/
H A Dsyntax.php118 $depth = substr_count(str_replace("\t", ' ', ltrim($match,' ')),' ');
/plugin/data-au/
H A Daction.php52 $id = ltrim($dataau[1].':'.$dataau[2],':');
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php738 $name = ltrim($name,'\\');
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php273 $tmp = ltrim(substr($scalar, $i), ' ');
H A DParser.php182 …et($values['value']) || '' == trim($values['value'], ' ') || 0 === strpos(ltrim($values['value'], …
184 … } elseif (null !== $subTag = $this->getLineTag(ltrim($values['value'], ' '), $flags)) {
400 $value .= ltrim(substr($line, 0, -1));
496 return \strlen($this->currentLine) - \strlen(ltrim($this->currentLine, ' '));
906 $ltrimmedLine = ltrim($this->currentLine, ' ');
1046 return ltrim(substr($value, 1, strcspn($value, " \r\n", 1)), ' ');
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php886 $class = ltrim($class, '\\');
921 $class = ltrim($class, '\\');
1004 $class = ltrim($name, '\\');
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php974 return ltrim($string, $characterMask);
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php296 return new Nullable($this->resolve(ltrim($type, '?'), $context));
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php72 $repr[] = sprintf(' %s: %s', $name, ltrim(implode("\n", $noderepr)));
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php68 self::$binary = escapeshellarg(ltrim(trim($file[0]), '#!'));
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DAutoloader.php239 $classname = ltrim($classname, '\\');
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php203 $value = ltrim($value, '\\');
236 $value = ltrim($value, '\\');
253 $value = ltrim($value, '\\');
/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/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php275 $name = ltrim($name, '/');
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescriptionFactory.php179 … $startingSpaceCount = min($startingSpaceCount, strlen($lines[$i]) - strlen(ltrim($lines[$i])));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php158 if (!strncasecmp('skip', ltrim($jobResult['stdout']), 4)) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DMethodNode.php137 '\\' . ltrim($type, '\\');
/plugin/linkfix/
H A Dadmin.php248 $new = ltrim($new, ':');
/plugin/likeit/
H A Daction.php53 $found[$input_index+1] = ltrim($found[$input_index+1]);
/plugin/inlineedit/
H A Daction.php84 $found[$index+1] = ltrim($found[$index+1]);
/plugin/datepicker/
H A Daction.php102 $found[$datecount_range+1] = ltrim($found[$datecount_range+1]);
/plugin/ckgdoku/
H A Dhelper.php106 $save_dir = DOKU_URL . ltrim($conf['savedir'],'/.\/');

12345678910