Home
last modified time | relevance | path

Searched refs:ltrim (Results 176 – 200 of 235) sorted by path

12345678910

/plugin/orphanmedia/
H A Dsyntax.php154 …if(strpos($perPage_MediaLinks[$i],"/") === 0) $perPage_MediaLinks[$i] = ltrim($perPage_MediaLinks…
400 $extension = ltrim($extension, ".");
441 $extension = ltrim($extension, ".");
640 $extension = ltrim($extension, ".");
659 $extension = ltrim($extension, ".");
681 $extension = ltrim($extension, ".");
703 $extension = ltrim($extension, ".");
725 $extension = ltrim($extension, ".");
/plugin/orphanmedia2/
H A Dsyntax.php155 …if(strpos($perPage_MediaLinks[$i],"/") === 0) $perPage_MediaLinks[$i] = ltrim($perPage_MediaLinks…
401 $extension = ltrim($extension, ".");
442 $extension = ltrim($extension, ".");
641 $extension = ltrim($extension, ".");
660 $extension = ltrim($extension, ".");
682 $extension = ltrim($extension, ".");
704 $extension = ltrim($extension, ".");
726 $extension = ltrim($extension, ".");
/plugin/pagemove/
H A Dadmin.php953 $matchPagename = ltrim(noNS($matchId), '.:');
/plugin/pagetitle/
H A Dhelper.php135 if (noNS($id) == $conf['start']) $id = ltrim(getNS($id).':', ':');
/plugin/phpipam/
H A Dsyntax.php853 … $html .= "wikilink1' title='" . str_replace('/', ':', ltrim($_href['path'], '/')) ;
857 … $html .= "wikilink2' title='" . str_replace('/', ':', ltrim($_href['path'], '/')) ;
/plugin/pot/source/
H A Dcalculate.php44 $completeformula .= "( " . ltrim($forkey, '+ ') . " )";
60 $completeformula .= "( " . ltrim($forkey, '+ '). " )";
H A Dtext.php39 $completeformula .= ltrim($forkey, ' ') ;
54 $completeformula .= ltrim($forkey, ' ');
/plugin/prosemirror/parser/
H A DFootnoteNode.php30 return "((\n" . rtrim(ltrim($doc, "\n")) . "\n))";
/plugin/prosemirror/schema/
H A DNode.php164 $this->text = ltrim($this->text);
/plugin/pureldap/classes/
H A DADClient.php115 $match = ltrim($match, '^');
412 $maxPwdAge = (int)ltrim(substr($maxPwdAge, 0, -7), '-');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DDn.php23 use function ltrim;
176 $rdns[$i] = Rdn::create(ltrim($piece));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php24 use function ltrim;
293 $url->setDn((isset($pieces['path']) && $pieces['path'] !== '/') ? self::decode(ltrim($pieces['path'], '/')) : null);
/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/qna/syntax/
H A Dblock.php122 $identifier = ltrim($identifier, '0123456789._-');
/plugin/rating/
H A Dsyntax.php44 $match = ltrim($match,'\|');
/plugin/redirect2/
H A Daction.php236 $checkID = ':'.ltrim($event->data['media'],':');
263 $checkID = ':'.ltrim($event->data['media'],':');
H A Dsyntax.php47 $page = substr(ltrim($match), 10);
/plugin/remotelistnamespace/
H A Dremote.php48 $parts = explode('/',ltrim($file,'/'));
62 $parts = explode('/',ltrim($file,'/'));
/plugin/revealjs/syntax/
H A Dheader.php192 $new = ltrim($title,'0123456789_-');
/plugin/rrdgraph/
H A Dhelper.php551 $option = ltrim($option, "0123456789");
/plugin/rrdgraph/inc/
H A Dcontenttypes.php26 $extension = strtolower(ltrim(strrchr($fileName, '.'), '.'));
/plugin/runcommand/
H A Dsyntax.php489 $cmdRow = ltrim($cmdRow);
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php

12345678910