Home
last modified time | relevance | path

Searched refs:trim (Results 126 – 150 of 1709) sorted by last modified time

12345678910>>...69

/plugin/imapmarkers/
H A Dscript.js150 ob[$.trim(prms[0])] = $(this).css($.trim(prms[1] || prms[0]));
/plugin/recommend/
H A Daction.php98 $lookup = trim($INPUT->str('search'));
212 if (!isset($_POST['s_name']) || trim($_POST['s_name']) === '') {
/plugin/recommend/helper/
H A Dassignment.php72 if (trim($pattern, ':') == '**') {
H A Dmail.php51 $recipient = trim($recipient);
/plugin/translation/
H A Dhelper.php37 $this->opts = array_map('trim', $this->opts);
167 $skiptrans = trim($this->getConf('skiptrans'));
/plugin/todo/syntax/
H A Dtodo.php199 $option = trim($option);
449 $todotitle = trim($tododata[2]);
H A Dlist.php272 $ns = trim($ns, '.:');
322 return trim(ltrim($user, '@'));
340 $todo = array_merge(array('todotitle' => trim($page['matches'][2][$todoindex]), 'todoindex' => $todoindex), $this->parseTodoArgs($todomatch), $data);
/plugin/bureaucracy/helper/
H A Dactionmail.php197 list($syntax,) = explode(' ', trim($codeoptions), 2);
H A Dactiontemplate.php320 … $ret .= '<strong>' . trim(substr($item['id'], strrpos($item['id'], ':', -2)), ':') . '</strong>';
/plugin/bureaucracy/
H A Dsyntax.php87 $line = trim(array_shift($lines));
265 $k = trim($k);
266 $v = trim($v);
/plugin/addnewpage/
H A Dsyntax.php71 $namespace = trim(ltrim($options[0], '>'));
74 $newpagevars = trim($options[2] ?? '');
/plugin/adhocmathml/
H A Dabstract.php27 switch (trim($name)) {
35 return preg_match('/^[\w\d,\(\)#\% \/]+$/', trim($value));
39 return preg_match('/^[\w\d\%]+$/', trim($value));
47 return preg_match('/^[+-]?[\d]+$/', trim($value));
H A Dmaction.php22 switch (trim($name)) {
H A Dmath.php20 switch (trim($name)) {
31 return (trim($value) == 'http://www.w3.org/1998/Math/MathML');
H A Dmfrac.php20 switch (trim($name)) {
23 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmo.php20 switch (trim($name)) {
35 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmover.php20 switch (trim($name)) {
H A Dmpadded.php20 switch (trim($name)) {
27 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmspace.php20 switch (trim($name)) {
25 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmtd.php20 switch (trim($name)) {
23 if (is_numeric(trim($value))) {
H A Dmunder.php20 switch (trim($name)) {
H A Dmunderover.php20 switch (trim($name)) {
H A Dsemantics.php20 switch (trim($name)) {
/plugin/gitbacked/action/
H A Deditcommit.php36 $gitPath = trim($this->getConf('gitPath'));
61 $ignorePaths = trim($this->getConf('ignorePaths'));
337 $emailAddressOnError = trim($this->getConf('emailAddressOnError'));
/plugin/gitbacked/lib/
H A DGit.php285 $status = trim(proc_close($resource));
333 $status = trim(proc_close($resource));
588 $branch = trim($branch);
610 $branch = trim($branch);
707 $tag = trim($tag);

12345678910>>...69