Home
last modified time | relevance | path

Searched refs:ltrim (Results 151 – 175 of 235) sorted by path

12345678910

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DFilesystemLoader.php64 $this->extension = '.' . ltrim($options['extension'], '.');
/plugin/jukebox/id3/
H A Dgetid3.lib.php1264 $line = ltrim(fgets($fp, 1024), "\t ");
/plugin/likeit/
H A Daction.php53 $found[$input_index+1] = ltrim($found[$input_index+1]);
/plugin/linkfix/
H A Dadmin.php248 $new = ltrim($new, ':');
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php989 $data = ltrim(substr($data,$pos));
991 $data = ltrim(substr($data,$pos));
1000 $data = ltrim(substr($data,$pos));
1002 $data = ltrim(substr($data,$pos));
1019 $data = ltrim(substr($data,$pos));
H A Dnusoap.php3096 $data = ltrim(substr($data,$pos));
3098 $data = ltrim(substr($data,$pos));
3107 $data = ltrim(substr($data,$pos));
3109 $data = ltrim(substr($data,$pos));
3126 $data = ltrim(substr($data,$pos));
/plugin/masciimath/
H A Dsyntax.php303 $this->parsestr = ltrim($this->parsestr); # Fjern indledende whitespaces
/plugin/mdpage/vendor/cebe/markdown/
H A DGithubMarkdown.php68 || ltrim($line) === ''
H A DMarkdown.php95 if ($line === '' || ltrim($line) === '' || $this->identifyHeadline($line, $lines, $i)) {
H A DParser.php52 if (ltrim($text) === '') {
77 if (ltrim($text) === '') {
221 if (ltrim($lines[$i]) !== '') {
/plugin/mdpage/vendor/cebe/markdown/block/
H A DFencedCodeTrait.php27 ($line[3] === '`' && strncmp(ltrim($line), '```', 3) === 0) ||
28 ($line[3] === '~' && strncmp(ltrim($line), '~~~', 3) === 0)
37 $line = ltrim($lines[$current]);
H A DListTrait.php80 $marker = $type === 'ul' ? ltrim($lines[$current])[0] : '';
108 } elseif (ltrim($line) === '') {
H A DQuoteTrait.php32 if (ltrim($line) !== '') {
/plugin/medialist/
H A Dhelper.php87 $params['page'] = ltrim($args[1], '+');
/plugin/newsticker/syntax/
H A Dticker.php66 $render = ltrim($render,'<p>');
/plugin/nroff/
H A Drenderer.php1041 $title = ltrim($title,'0123456789._-');
/plugin/nsexport/packer/ziphtml/
H A Dzip.php44 $this->_addFile("$dir/$file",io_readFile(ltrim("$base/$dir/$file",'/'),false));
/plugin/nstoc/
H A Dsyntax.php171 . ltrim(str_replace(':', '', cleanID($l[1])), '0123456789._-')
/plugin/numberedheadings/
H A Dsyntax.php91 $text = ltrim($text);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/
H A DAutoLoader.php30 $this->namespace = ltrim($namespace, '\\');
43 $class = ltrim($class, '\\');
/plugin/odp/
H A Drenderer.php1233 $title = ltrim($title,'0123456789._-');
/plugin/odt/ODT/
H A DODTDocument.php612 $title = ltrim($title,'0123456789._-');
H A DODTHeading.php75 $title = ltrim($title,'0123456789._-');
H A DODTUnits.php35 return ltrim ($value, '-.0123456789');
/plugin/openas/
H A Daction.php140 ltrim($new_id,':');

12345678910