Home
last modified time | relevance | path

Searched refs:ltrim (Results 101 – 125 of 235) sorted by path

12345678910

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php158 if (!strncasecmp('skip', ltrim($jobResult['stdout']), 4)) {
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php68 self::$binary = escapeshellarg(ltrim(trim($file[0]), '#!'));
/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/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/
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/twig/twig/src/Loader/
H A DFilesystemLoader.php275 $name = ltrim($name, '/');
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php72 $repr[] = sprintf(' %s: %s', $name, ltrim(implode("\n", $noderepr)));
/plugin/gchart/
H A Dsyntax.php71 'fg' => ltrim($this->getConf('fg'), '#'),
72 'bg' => ltrim($this->getConf('bg'), '#')
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php357 $input = ltrim($input);
/plugin/googlemaps3/
H A Dsyntax.php230 if ($value) $markers[$mark][$option] = ltrim($markers[$mark][$option], $dlm);
/plugin/googlesearch/
H A Dnusoap.php2738 $data = ltrim(substr($data,$pos));
2740 $data = ltrim(substr($data,$pos));
2756 $data = ltrim(substr($data,$pos));
/plugin/headerfooter/
H A Daction.php36 $footer = "\n\n" . ltrim($footer, " \r\n\\");
/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
/plugin/htmlokay/
H A Dadmin.php170 $this->wiki_home = ltrim($this->wiki_home, '/');
217 return ltrim($namespace_string, ':');
393 $url = '/' . ltrim($url, '/');
H A Ddirectory_scan-3.php17 $wiki_home = ltrim($wiki_home, '/');
45 return ltrim($namespace_string, ':');
/plugin/icalevents/vendor/sabre/uri/lib/
H A Dfunctions.php119 $pathParts = explode('/', ltrim($parts['path'], '/'));
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php188 … return new \DateTimeZone('Etc/GMT' . $matches[1] . ltrim(substr($matches[2], 0, 2), '0'));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineLengthSniff.php139 $newLength = strlen(ltrim($tokens[$stackPtr]['content'], "/#\t "));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DCamelCapsFunctionNameSniff.php152 $methodName = ltrim($methodName, '_');
208 $functionName = ltrim($functionName, '_');
/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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DInlineCommentSniff.php66 $newComment = ltrim($tokens[$stackPtr]['content'], '# ');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionCallSignatureSniff.php347 $trimmed = ltrim($tokens[$i]['content']);
470 $trimmedLength = strlen(ltrim($tokens[$i]['content']));
502 $comment = $padding.ltrim($tokens[$i]['content']);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php200 if (ltrim($functionName, '_') === '') {
230 $packagePart = ltrim($packagePart, '_');

12345678910