Home
last modified time | relevance | path

Searched refs:ltrim (Results 76 – 100 of 235) sorted by path

12345678910

/plugin/elasticsearch/helper/
H A Dacl.php96 $splitACL[$type][] = ltrim($key, '@');
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md178 * Fixed wrong `ltrim` usage in guzzle transport [#1783](https://github.com/ruflin/Elastica/pull/1783)
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php581 \ltrim($endpoint->getURI(), '/'),
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php166 'path' => \ltrim($connection->getPath(), '/'),
180 $action = '/'.\ltrim($action, '/');
/plugin/epub/
H A Drenderer.php335 $title = $link['title']? ltrim($link['title'],':'): "";
345 $orig = ltrim($name,':');
366 $tmp=ltrim($tmp,'/\/');
/plugin/epub/scripts/
H A Debook.php16 $id = ltrim($id, ':');
H A Depub_utils.php709 return ltrim($name,'_');
/plugin/evesso/phpoauthlib/src/OAuth/Common/
H A DAutoLoader.php30 $this->namespace = ltrim($namespace, '\\');
43 $class = ltrim($class, '\\');
/plugin/explorertree/
H A Daction.php44 …$data = array('html' => $helper->htmlExplorer($INPUT->str('route'),ltrim(':'.$INPUT->str('itemid')…
H A Dhelper.php165 'current' => ':'.ltrim(strtr($current,'/',':'),':'),
/plugin/externalembed/
H A Dsyntax.php341 …$domain = ltrim(parse_url('http://' . str_replace(array('https://', 'http://'), '', $url), PHP_URL…
/plugin/extlist/
H A Dsyntax.php118 $depth = substr_count(str_replace("\t", ' ', ltrim($match,' ')),' ');
/plugin/exttab3/
H A Dsyntax.php118 $markup = ltrim($match);
/plugin/farmer/admin/
H A Dnew.php371 $masterUsers = ltrim(strstr($masterUsers, "\n" . $currentAdmin . ":"));
/plugin/fckg/action/
H A Dedit.php2833 $regex = ltrim($regex, '|');
H A Dmeta.php189 $mdir = ltrim($mdir, '/');
/plugin/fckg/fckeditor/editor/dialog/
H A Dget_headers.php10 $page = ltrim($_REQUEST['dw_id'], ':');
/plugin/fckg/syntax/
H A Ddwplugin.php207 $plugin_name = ltrim($plugin, '_');
/plugin/filelist/
H A Dsyntax.php
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php738 $name = ltrim($name,'\\');
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DAutoloader.php239 $classname = ltrim($classname, '\\');
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php203 $value = ltrim($value, '\\');
236 $value = ltrim($value, '\\');
253 $value = ltrim($value, '\\');
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescriptionFactory.php179 … $startingSpaceCount = min($startingSpaceCount, strlen($lines[$i]) - strlen(ltrim($lines[$i])));
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php296 return new Nullable($this->resolve(ltrim($type, '?'), $context));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DMethodNode.php137 '\\' . ltrim($type, '\\');

12345678910