Home
last modified time | relevance | path

Searched refs:trim (Results 751 – 775 of 1709) sorted by relevance

1...<<31323334353637383940>>...69

/plugin/structgroup/types/
H A DGroup.php64 $lookup = trim($INPUT->str('search'));
/plugin/yuml/
H A Dusecase.php108 $uml_code = preg_replace(array("/\n/", "/,,/"), array(", ", ","), trim($uml_code));
/plugin/mediasyntax/syntax/
H A Dlistblock.php83 $level = strlen(trim($match)); // Mediasyntax
/plugin/hidepages/
H A Dsyntax.php28 $match = hsc(trim($match));
/plugin/tablelayout/
H A Dsyntax.php87 $value = array_map('trim', explode(',', trim($value, '"\'')));
/plugin/combo/ComboStrap/
H A DCacheExpirationFrequency.php45 $value = trim($value);
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImage.php65 $value = trim($usage);
/plugin/layeranimation/syntax/
H A Dlayer.php82 $CSSoption .= ' ' . hsc(trim($item));
/plugin/refnotes/syntax/
H A Dreferences.php282 $text = trim($this->renderer->doc);
293 $text = trim($this->renderer->doc);
/plugin/dlcount/
H A Daction.php148 $ip = trim($ip);
220 return trim($res);
/plugin/timetrack/
H A Dsyntax.php41 if($namespace = trim($this->getConf('namespace_allowed'))) {
44 $command = trim(substr($match, 11 ,-2),'> ');
/plugin/repo/
H A Dsyntax.php56 return array(trim($base), trim($title), $pos, $refresh);
/plugin/textinsert/
H A Dsyntax.php64 $match = trim($match);
131 $match = str_replace ($search , trim($substitutions[$i]), $match);
/plugin/newpagetemplate/
H A Dhelper.php100 $tpl = str_replace(trim($value[0]), hsc(trim($value[1])), $tpl);
/plugin/blogtng/helper/
H A Dtags.php32 $this->pid = trim($pid);
103 $pid = trim($pid);
/plugin/keyboard/
H A Dsyntax.php50 $class = trim($class, '"');
214 $display_name = ucfirst(trim($class, '_'));
/plugin/structodt/
H A Daction.php42 $val = trim($event->data['val']);
51 $event->data['config'][$key] = array_map('trim', explode(',', $val));
76 $event->data['config'][$key] = trim($val);
/plugin/extlist/
H A Dsyntax.php119 $match = trim($match);
209 $str = trim($str);
210 $this->list_class[substr($str,2,2)] = trim(substr($str,5,-2));
/plugin/weiqi/
H A Dweiqi_parser.php105 $caption = trim(substr($line, strlen($this->conf['caption_key'])));
252 $str = trim($str);
437 $str = trim($str);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DEmbeddedPhpSniff.php188 && trim($tokens[$lastContent]['content']) !== ''
208 } else if (trim($tokens[$first]['content']) !== '') {
216 && trim($tokens[$first]['content']) !== ''
/plugin/strata/syntax/
H A Dentry.php54 $header = trim(array_shift($lines));
55 $footer = trim(array_pop($lines));
67 foreach(preg_split('/\s+/',trim($header[1])) as $class) {
108 // trim property so we don't get accidental 'name ' keys
/plugin/move/_test/
H A Dnamespace_move.test.php118 $this->assertSame('newaffectedspace:page',trim($affected_file[0]));
204 $actual_response = trim($actual_response);
206 $actual_response = trim($actual_response);
/plugin/odt/ODT/elements/
H A DODTElementTable.php342 $width = trim ($width, 'pt');
475 $width = trim ($width, '*');
491 $abs_sum += (float) trim ($width, 'pt');
/plugin/todo/syntax/
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/imapmarkers/syntax/
H A Dmap.php104 $match = trim($match);
131 $a_coords = explode(",", trim(strval($coordinates)));
133 $a_coords[$key] = intval(trim(strval($value)));

1...<<31323334353637383940>>...69