Home
last modified time | relevance | path

Searched refs:ltrim (Results 76 – 100 of 235) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php301 return ltrim($str, "\0");
340 return $trim ? ltrim($bits, '0') : $bits;
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php68 self::$binary = escapeshellarg(ltrim(trim($file[0]), '#!'));
/plugin/inlineedit/
H A Daction.php84 $found[$index+1] = ltrim($found[$index+1]);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DDn.php23 use function ltrim;
176 $rdns[$i] = Rdn::create(ltrim($piece));
/plugin/odt/ODT/
H A DODTHeading.php75 $title = ltrim($title,'0123456789._-');
/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/scripts/
H A Dbuild-phar.php112 $path = ltrim($path, '/');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineLengthSniff.php139 $newLength = strlen(ltrim($tokens[$stackPtr]['content'], "/#\t "));
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescriptionFactory.php179 … $startingSpaceCount = min($startingSpaceCount, strlen($lines[$i]) - strlen(ltrim($lines[$i])));
/plugin/qna/syntax/
H A Dblock.php122 $identifier = ltrim($identifier, '0123456789._-');
/plugin/combo/vendor/symfony/yaml/
H A DParser.php178 if (isset($values['value']) && 0 === strpos(ltrim($values['value'], ' '), '-')) {
187 } elseif (!isset($values['value']) || '' == trim($values['value'], ' ') || 0 === strpos(ltrim($values['value'], ' '), '#')) {
189 } elseif (null !== $subTag = $this->getLineTag(ltrim($values['value'], ' '), $flags)) {
473 $value .= ltrim(substr($line, 0, -1));
569 return \strlen($this->currentLine) - \strlen(ltrim($this->currentLine, ' '));
986 $ltrimmedLine = '' !== $this->currentLine && ' ' === $this->currentLine[0] ? ltrim($this->currentLine, ' ') : $this->currentLine;
1120 return ltrim(substr($value, 1, strcspn($value, " \r\n", 1)), ' ');
/plugin/typography/syntax/
H A Dbase.php81 $params = strtolower(ltrim(substr($match, strlen($markup)+1, -1)));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssRewriteFilter.php66 $path .= ltrim(substr(dirname($sourcePath).'/', strlen($targetDir)), '/');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DControlStructureSpacingSniff.php126 … $spaceBeforeClose = strlen(ltrim($tokens[($parenCloser - 1)]['content'], $phpcsFile->eolChar));
/plugin/prosemirror/schema/
H A DNode.php164 $this->text = ltrim($this->text);
/plugin/tagging/
H A Dsyntax.php37 $data['limit'] = (int)ltrim($matches[3], '?');
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DMethodNode.php137 '\\' . ltrim($type, '\\');
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php179 $temp = \ltrim(\pack('N', $length), \chr(0));
/plugin/snippets/
H A Daction.php161 $page_id = ltrim($event->data[1] . ':' . $event->data[2], ":");
181 $page_id = ltrim($event->data[1] . ':' . $event->data[2], ":");
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php298 * @see ltrim()
305 if($charlist == '') return ltrim($str);
456 $ucword = utf8_substr_replace(ltrim($matches[0]),$ucfirst,0,1);
/plugin/sketchcanvas/phplib/
H A Dspyc.php417 $this->indent = strlen($line) - strlen(ltrim($line));
429 $literal_block_indent = strlen($Source[$i+1]) - strlen(ltrim($Source[$i+1]));
437 $line = rtrim ($line, " \n\t\r") . ' ' . ltrim ($Source[$i], " \t");
722 if (strlen($line) - strlen(ltrim($line)) > $lineIndent) return true;
872 if ($indent == -1) $indent = strlen($line) - strlen(ltrim($line));
/plugin/datepicker/
H A Daction.php102 $found[$datecount_range+1] = ltrim($found[$datecount_range+1]);
/plugin/structrowcolor/
H A Dstruct.php140 $row = ltrim($row);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DAutoloader.php239 $classname = ltrim($classname, '\\');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DNativeMailerHandler.php122 $headers = ltrim(implode("\r\n", $this->headers) . "\r\n", "\r\n");

12345678910