Home
last modified time | relevance | path

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

12345678910

/plugin/typography/syntax/
H A Dsmallcaps.php42 $params = 'fv:small-caps;'.strtolower(ltrim(substr($match, 10, -1)));
/plugin/virtualkeyboard/vk/extensions/
H A Dstringextensions.js17 String.prototype.ltrim = function(c) { method in String
/plugin/watchcycle/
H A Dhelper.php101 if (empty($auth->retrieveUsers(0, 1, array('grps' => ltrim($item, '@'))))) {
162 $members = $auth->retrieveUsers(0, 0, array('grps' => ltrim($name, '@')));
188 if (strpos($item, '@') !== false && in_array(ltrim($item, '@'), $userData['grps'])) {
234 $members = array_merge($members, $auth->retrieveUsers(0, 0, array('grps' => ltrim($group, '@'))));
/plugin/webcode/syntax/
H A Dbasis.php280 $code = ltrim($matches[3][$key]);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php1674 ltrim($href, '/'),
/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php119 $pathParts = explode('/', ltrim($parts['path'], '/'));
/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/webdavclient/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php177 return new \DateTimeZone('Etc/GMT' . $matches[1] . ltrim(substr($matches[2],0,2),'0'));
/plugin/xcom/
H A Dremote.php76 $rootns = ltrim($rootns,'./');
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js26569 this.ltrim = false;
27154 } else if (parserOptions.ltrim) {

12345678910