Home
last modified time | relevance | path

Searched refs:ltrim (Results 126 – 150 of 235) sorted by path

12345678910

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php55 $memberName = ltrim($tokens[$stackPtr]['content'], '$');
/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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Methods/
H A DCamelCapsMethodNameSniff.php64 $testName = ltrim($methodName, '_');
/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/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/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/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/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 DCSS.php180 $content = ltrim($token['content'], '#/');
H A DComment.php56 $char = ($numChars - strlen(ltrim($string, '/*')));
58 $string = ltrim($string, '/*');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php112 $path = ltrim($path, '/');
/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/imagemap/
H A Dsyntax.php42 $mapname = ltrim($mapname, '0123456789._-');
53 $mapname = ltrim($mapname, '0123456789._-');
/plugin/imagemapping/
H A Dsyntax.php67 $mapname = ltrim($mapname, '0123456789._-');
78 $mapname = ltrim($mapname, '0123456789._-');
/plugin/indexmenu/syntax/
H A Dindexmenu.php
/plugin/indexmenu2/cms/extensions/
H A Dstringextensions.js10 String.prototype.ltrim=function(i){i=new RegExp("^("+(i?RegExp.escape(i):"\\s")+")+");return this.r… method in String
/plugin/inlineedit/
H A Daction.php84 $found[$index+1] = ltrim($found[$index+1]);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php667 $ArrayPath = ltrim($ArrayPath, $Separator);
1670 $line = ltrim(fgets($fp, 1024), "\t ");
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…
H A Dmodule.audio-video.riff.php439 …$samples_since_midnight = floatval(ltrim($parsedXML['SPEED']['TIMESTAMP_SAMPLES_SINCE_MIDNIGHT_HI'…
H A Dmodule.graphic.jpg.php49 $iptc_tagkey = intval(ltrim($iptc_tagkey, '0'));
H A Dmodule.misc.cue.php323 $track = ltrim(substr($line, 0, strpos($line, ' ')), '0');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php315 $path = ltrim(substr($input, strlen($root)), '/');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssRewriteFilter.php66 $path .= ltrim(substr(dirname($sourcePath).'/', strlen($targetDir)), '/');

12345678910