Home
last modified time | relevance | path

Searched refs:ltrim (Results 101 – 125 of 235) sorted by last modified time

12345678910

/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.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.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.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)), '/');
/plugin/filelist/
H A Dsyntax.php
/plugin/backup/
H A Dadmin.php379 return ltrim($dir, '/');
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …hes addcslashes rtrim str_replace str_repeat count_chars chunk_split trim ltrim strip_tags similar…
H A Dsql.min.js.map1 …str instrb int integer isopen last_day least length lengthb ln lower lpad ltrim lub make_ref max m…
H A Dvbscript.min.js.map1 …, 'lcase', 'left',\n 'len', 'loadpicture', 'log', 'ltrim', 'rtrim', 'trim',…
H A Dcypher.min.js.map1 …abels\", \"last\", \"left\", \"length\", \"log\", \"log10\", \"lower\", \"ltrim\", \"max\", \"min\…
H A Dq.min.js.map1 …",\"like\",\"list\",\"lj\",\"load\",\"log\",\"lower\",\"lsq\",\"ltime\",\"ltrim\",\"mavg\",\"max\"…
/plugin/phpipam/
H A Dsyntax.php853 … $html .= "wikilink1' title='" . str_replace('/', ':', ltrim($_href['path'], '/')) ;
857 … $html .= "wikilink2' title='" . str_replace('/', ':', ltrim($_href['path'], '/')) ;
/plugin/typography/syntax/
H A Dbase.php81 $params = strtolower(ltrim(substr($match, strlen($markup)+1, -1)));
H A Dsmallcaps.php42 $params = 'fv:small-caps;'.strtolower(ltrim(substr($match, 10, -1)));
/plugin/structrowcolor/
H A Dstruct.php140 $row = ltrim($row);
/plugin/revealjs/syntax/
H A Dheader.php192 $new = ltrim($title,'0123456789_-');
/plugin/numberedheadings/
H A Dsyntax.php91 $text = ltrim($text);
/plugin/twistienav4bootstrap3/
H A Dhelper.php37 $this->nsignore[] = ltrim($exclusion, "@");
69 $ajaxId = ltrim(explode("id=", $_SERVER["HTTP_REFERER"])[1], ":");
/plugin/tcycle/
H A Dsyntax.php112 $value = ltrim(str_replace(['=', "'", '"'], '', $value));
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php177 return new \DateTimeZone('Etc/GMT' . $matches[1] . ltrim(substr($matches[2],0,2),'0'));
/plugin/twistienav/
H A Dhelper.php37 $this->nsignore[] = ltrim($exclusion, "@");
70 $ajaxId = ltrim(explode("id=", $_SERVER["HTTP_REFERER"])[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));

12345678910