Home
last modified time | relevance | path

Searched refs:ltrim (Results 51 – 75 of 235) sorted by relevance

12345678910

/plugin/superacl/
H A Dadmin.php263 …echo '<input type="text" name="acl_w" class="edit" value="'.(($inl)?'':hsc(ltrim($this->who,'@')))…
360 $groups = array(ltrim($who,'@'));
399 … printf($this->getLang('p_group_ns'),hsc(ltrim($who,'@')),hsc($ns),join(', ',$names));
401 … printf($this->getLang('p_group_id'),hsc(ltrim($who,'@')),hsc($ID),join(', ',$names));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php55 $memberName = ltrim($tokens[$stackPtr]['content'], '$');
/plugin/redirect2/
H A Dsyntax.php47 $page = substr(ltrim($match), 10);
/plugin/ckgdoku/ckeditor/
H A Dget_headers.php16 $page = ltrim($page, ':');
/plugin/htmlokay/
H A Dadmin.php170 $this->wiki_home = ltrim($this->wiki_home, '/');
217 return ltrim($namespace_string, ':');
393 $url = '/' . ltrim($url, '/');
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DFilesystemLoader.php64 $this->extension = '.' . ltrim($options['extension'], '.');
/plugin/davcard/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php177 return new \DateTimeZone('Etc/GMT' . $matches[1] . ltrim(substr($matches[2],0,2),'0'));
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdown.php95 if ($line === '' || ltrim($line) === '' || $this->identifyHeadline($line, $lines, $i)) {
H A DGithubMarkdown.php68 || ltrim($line) === ''
/plugin/autogallery/
H A Dsyntax.php61 $namespace = trim(ltrim($options[0], '>'));
/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/commonmark/vendor/league/commonmark/bin/
H A Dcommonmark
/plugin/davcal/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php177 return new \DateTimeZone('Etc/GMT' . $matches[1] . ltrim(substr($matches[2],0,2),'0'));
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php182 …et($values['value']) || '' == trim($values['value'], ' ') || 0 === strpos(ltrim($values['value'], …
184 … } elseif (null !== $subTag = $this->getLineTag(ltrim($values['value'], ' '), $flags)) {
400 $value .= ltrim(substr($line, 0, -1));
496 return \strlen($this->currentLine) - \strlen(ltrim($this->currentLine, ' '));
906 $ltrimmedLine = ltrim($this->currentLine, ' ');
1046 return ltrim(substr($value, 1, strcspn($value, " \r\n", 1)), ' ');
/plugin/explorertree/
H A Daction.php44 …$data = array('html' => $helper->htmlExplorer($INPUT->str('route'),ltrim(':'.$INPUT->str('itemid')…
/plugin/rating/
H A Dsyntax.php44 $match = ltrim($match,'\|');
/plugin/ckgedit/ckeditor/
H A Dget_headers.php19 $page = ltrim($page, ':');
/plugin/elasticsearch/helper/
H A Dacl.php96 $splitACL[$type][] = ltrim($key, '@');
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php188 … return new \DateTimeZone('Etc/GMT' . $matches[1] . ltrim(substr($matches[2], 0, 2), '0'));
/plugin/newsticker/syntax/
H A Dticker.php66 $render = ltrim($render,'<p>');
/plugin/webdav/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php185 return new \DateTimeZone('Etc/GMT'.$matches[1].ltrim(substr($matches[2], 0, 2), '0'));
/plugin/epub/
H A Drenderer.php335 $title = $link['title']? ltrim($link['title'],':'): "";
345 $orig = ltrim($name,':');
366 $tmp=ltrim($tmp,'/\/');
/plugin/likeit/
H A Daction.php53 $found[$input_index+1] = ltrim($found[$input_index+1]);
/plugin/top/
H A Dsyntax.php51 $match = ltrim($match,'\|');
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php64 $this->_extension = '.' . ltrim($options['extension'], '.');

12345678910