Home
last modified time | relevance | path

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

12345678910

/plugin/semanticdata/
H A Daction.php55 $id = ltrim($data[1].':'.$data[2],':');
/plugin/settingstree/
H A Daction.php44 …'html' => $helper->showExportHtml($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$IN…
45 'path'=> ':'.ltrim($INPUT->str('path'),':'),
51 'html' => $helper->showHtml($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':')),
52 'path'=> ':'.ltrim($INPUT->str('path'),':')
70 …$html = $helper->saveLevel($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$INPUT->ar…
80 …$html = $helper->exportLevel($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$INPUT->…
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php113 $path = explode(':',ltrim(strtr($folder,'/',':'),':'));
H A Dsettingslevel.class.php19 $this->path = ':'.ltrim($path,':');
249 $path = explode(':',ltrim($path,':')); // explode path if not already exploded.
/plugin/sketchcanvas/phplib/
H A Dspyc.php417 $this->indent = strlen($line) - strlen(ltrim($line));
429 $literal_block_indent = strlen($Source[$i+1]) - strlen(ltrim($Source[$i+1]));
437 $line = rtrim ($line, " \n\t\r") . ' ' . ltrim ($Source[$i], " \t");
722 if (strlen($line) - strlen(ltrim($line)) > $lineIndent) return true;
872 if ($indent == -1) $indent = strlen($line) - strlen(ltrim($line));
/plugin/snippets/
H A Daction.php161 $page_id = ltrim($event->data[1] . ':' . $event->data[2], ":");
181 $page_id = ltrim($event->data[1] . ':' . $event->data[2], ":");
/plugin/sqlraw/
H A Dsyntax.php546 $csv_data = ltrim($csv_data, " ,");
/plugin/strata/
H A Daction.php106 $id = ltrim($event->data[1].':'.$event->data[2],':');
/plugin/strata/types/
H A Dwiki.php191 $instructions[0][1][0] = ltrim($instructions[0][1][0]);
/plugin/structcondstyle/
H A Daction.php281 $row = ltrim($row);
/plugin/structrowcolor/
H A Dstruct.php140 $row = ltrim($row);
/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/svg/
H A Dsyntax.php.save114 $this->xml_data = ltrim( $this->xml_data );
/plugin/swfobject/
H A Dsyntax.php227 $s = ltrim($s); // strip all initial whitespace
/plugin/swiftmail/Swift/Message/
H A DHeaders.php569 $ret .= ltrim($name, ".") . ": " . $this->getEncoded($name) . $this->LE;
/plugin/tagadd/
H A Daction.php257 $found[$idcount+1] = ltrim($found[$idcount+1]);
/plugin/tagging/
H A Dsyntax.php37 $data['limit'] = (int)ltrim($matches[3], '?');
/plugin/tcycle/
H A Dsyntax.php112 $value = ltrim(str_replace(['=', "'", '"'], '', $value));
/plugin/textile2/
H A DclassTextile.php435 if (preg_match("/^($this->a$this->c\. )(.*)/m", ltrim($row), $rmtch)) {
/plugin/tindexmenu/syntax/
H A Dindexmenu.php424 $page=ltrim($ns.":".$conf['start'],":");
/plugin/todo/syntax/
H A Dlist.php270 $ns = substr($ID, 0, strrpos($ID, ':')+1).ltrim($ns, '.:');
322 return trim(ltrim($user, '@'));
/plugin/top/
H A Dsyntax.php51 $match = ltrim($match,'\|');
/plugin/twistienav/
H A Dhelper.php37 $this->nsignore[] = ltrim($exclusion, "@");
70 $ajaxId = ltrim(explode("id=", $_SERVER["HTTP_REFERER"])[1], ":");
/plugin/twistienav4bootstrap3/
H A Dhelper.php37 $this->nsignore[] = ltrim($exclusion, "@");
69 $ajaxId = ltrim(explode("id=", $_SERVER["HTTP_REFERER"])[1], ":");
/plugin/typography/syntax/
H A Dbase.php81 $params = strtolower(ltrim(substr($match, strlen($markup)+1, -1)));

12345678910