Home
last modified time | relevance | path

Searched refs:ltrim (Results 26 – 50 of 235) sorted by relevance

12345678910

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php60 $varName = ltrim($tokens[$stackPtr]['content'], '$');
149 $varName = ltrim($tokens[$stackPtr]['content'], '$');
/plugin/approve/
H A Dhelper.php83 return ltrim($namespace, ':');
97 $id = ltrim($id, ':');
144 $ns = ltrim($assignment['namespace'], ':');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DEmbeddedPhpSniff.php121 … $padding = (strlen($tokens[$first]['content']) - strlen(ltrim($tokens[$first]['content'])));
161 … $indent = (strlen($tokens[$first]['content']) - strlen(ltrim($tokens[$first]['content'])));
196 … $padding = (strlen($tokens[$first]['content']) - strlen(ltrim($tokens[$first]['content'])));
218 … $expected = (strlen($tokens[$first]['content']) - strlen(ltrim($tokens[$first]['content'])));
/plugin/davcal/action/
H A Ddisable.php29 $id = ltrim($data[1].':'.$data[2], ':');
/plugin/htmlokay/
H A Ddirectory_scan-3.php17 $wiki_home = ltrim($wiki_home, '/');
45 return ltrim($namespace_string, ':');
/plugin/gchart/
H A Dsyntax.php72 'fg' => ltrim($this->getConf('fg'),'#'),
73 'bg' => ltrim($this->getConf('bg'),'#'),
/plugin/prosemirror/parser/
H A DFootnoteNode.php30 return "((\n" . rtrim(ltrim($doc, "\n")) . "\n))";
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php60 $varName = ltrim($tokens[$stackPtr]['content'], '$');
158 $varName = ltrim($tokens[$stackPtr]['content'], '$');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DComment.php56 $char = ($numChars - strlen(ltrim($string, '/*')));
58 $string = ltrim($string, '/*');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php124 $message = ltrim($message, "\r\n");
195 return $scheme . '://' . $host . '/' . ltrim($path, '/');
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php520 $r = \ltrim($r, "\x00");
521 $s = \ltrim($s, "\x00");
580 $r = \ltrim($r, "\x00");
581 $s = \ltrim($s, "\x00");
/plugin/diagrams/
H A Dhelper.php37 $svg = ltrim($svg);
/plugin/typography/syntax/
H A Dsmallcaps.php42 $params = 'fv:small-caps;'.strtolower(ltrim(substr($match, 10, -1)));
/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php80 $marker = $type === 'ul' ? ltrim($lines[$current])[0] : '';
108 } elseif (ltrim($line) === '') {
H A DQuoteTrait.php32 if (ltrim($line) !== '') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DInlineCommentSniff.php66 $newComment = ltrim($tokens[$stackPtr]['content'], '# ');
/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/headerfooter/
H A Daction.php36 $footer = "\n\n" . ltrim($footer, " \r\n\\");
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DFencedCodeParser.php
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php200 if (ltrim($functionName, '_') === '') {
230 $packagePart = ltrim($packagePart, '_');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php166 'path' => \ltrim($connection->getPath(), '/'),
180 $action = '/'.\ltrim($action, '/');
/plugin/codify/
H A Dsyntax.php47 $match = ltrim($match);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Methods/
H A DCamelCapsMethodNameSniff.php64 $testName = ltrim($methodName, '_');
/plugin/fckg/fckeditor/editor/dialog/
H A Dget_headers.php10 $page = ltrim($_REQUEST['dw_id'], ':');
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.quicktime.php133 …$ISO6709parsed['latitude'] = (($lat_sign == '-') ? -1 : 1) * floatval(ltrim($lat_deg, '0').$lat_de…
135 …tude'] = (($lat_sign == '-') ? -1 : 1) * floatval(ltrim(substr($lat_deg, 0, 2), '0')) + floatval(l…
137 …') ? -1 : 1) * floatval(ltrim(substr($lat_deg, 0, 2), '0')) + floatval(ltrim(substr($lat_deg, 2, 2…
141 …$ISO6709parsed['longitude'] = (($lon_sign == '-') ? -1 : 1) * floatval(ltrim($lon_deg, '0').$lon_d…
143 …tude'] = (($lon_sign == '-') ? -1 : 1) * floatval(ltrim(substr($lon_deg, 0, 2), '0')) + floatval(l…
145 …') ? -1 : 1) * floatval(ltrim(substr($lon_deg, 0, 2), '0')) + floatval(ltrim(substr($lon_deg, 2, 2…
149 …$ISO6709parsed['altitude'] = (($alt_sign == '-') ? -1 : 1) * floatval(ltrim($alt_deg, '0').$alt_de…
151 …tude'] = (($alt_sign == '-') ? -1 : 1) * floatval(ltrim(substr($alt_deg, 0, 2), '0')) + floatval(l…
153 …') ? -1 : 1) * floatval(ltrim(substr($alt_deg, 0, 2), '0')) + floatval(ltrim(substr($alt_deg, 2, 2…

12345678910