Home
last modified time | relevance | path

Searched refs:ltrim (Results 101 – 125 of 235) sorted by relevance

12345678910

/plugin/redirect2/
H A Daction.php236 $checkID = ':'.ltrim($event->data['media'],':');
263 $checkID = ':'.ltrim($event->data['media'],':');
/plugin/settingstree/settings/
H A Dsettingslevel.class.php19 $this->path = ':'.ltrim($path,':');
249 $path = explode(':',ltrim($path,':')); // explode path if not already exploded.
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php111 $pathParts = explode('/', ltrim($parts['path'], '/'));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php502 $a = ltrim($curve->getA()->toBytes(), "\0");
506 $b = ltrim($curve->getB()->toBytes(), "\0");
/plugin/semanticdata/
H A Daction.php55 $id = ltrim($data[1].':'.$data[2],':');
/plugin/numberedheadings/
H A Dsyntax.php91 $text = ltrim($text);
/plugin/strata/
H A Daction.php106 $id = ltrim($event->data[1].':'.$event->data[2],':');
/plugin/data-au/
H A Daction.php52 $id = ltrim($dataau[1].':'.$dataau[2],':');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php278 $area = '.' . ltrim($area, '.');
/plugin/data/
H A Daction.php59 $id = ltrim($data[1] . ':' . $data[2], ':');
/plugin/todo/syntax/
H A Dlist.php270 $ns = substr($ID, 0, strrpos($ID, ':')+1).ltrim($ns, '.:');
322 return trim(ltrim($user, '@'));
/plugin/revealjs/syntax/
H A Dheader.php192 $new = ltrim($title,'0123456789_-');
/plugin/ckgdoku/
H A Dhelper.php106 $save_dir = DOKU_URL . ltrim($conf['savedir'],'/.\/');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php105 return ltrim($c, "\0");
/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));
/plugin/strata/types/
H A Dwiki.php191 $instructions[0][1][0] = ltrim($instructions[0][1][0]);
/plugin/ckgedit/
H A Dhelper.php134 $save_dir = DOKU_BASE . ltrim($conf['savedir'],'/.\/');
/plugin/odt/ODT/
H A DODTUnits.php35 return ltrim ($value, '-.0123456789');
/plugin/combo/ComboStrap/
H A DStringUtility.php146 public static function ltrim(&$doc, $string) function in ComboStrap\\StringUtility
/plugin/imagemap/
H A Dsyntax.php42 $mapname = ltrim($mapname, '0123456789._-');
53 $mapname = ltrim($mapname, '0123456789._-');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php134 return ltrim($this->value, '0');
164 ltrim($value, chr(0));
/plugin/imagemapping/
H A Dsyntax.php67 $mapname = ltrim($mapname, '0123456789._-');
78 $mapname = ltrim($mapname, '0123456789._-');
/plugin/icalevents/vendor/sabre/uri/lib/
H A Dfunctions.php119 $pathParts = explode('/', ltrim($parts['path'], '/'));
/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php119 $pathParts = explode('/', ltrim($parts['path'], '/'));
/plugin/explorertree/
H A Dhelper.php165 'current' => ':'.ltrim(strtr($current,'/',':'),':'),

12345678910