Home
last modified time | relevance | path

Searched refs:trim (Results 326 – 350 of 1709) sorted by relevance

1...<<11121314151617181920>>...69

/plugin/blogtng/syntax/
H A Dblog.php92 $match = substr(trim($match), 5, -7); // strip '<blog' and '</blog>'
94 $type = trim($type);
95 $conf = trim($conf);
/plugin/struct/types/
H A DDateTime.php73 $rawvalue = trim($rawvalue);
75 $date = trim($date);
76 $time = trim($time);
/plugin/floatdiv/syntax/
H A Dfloat.php51 if (trim($matches[0]) == ''){
55 $matches[0] = trim($matches[0]);
/plugin/plantumlparser/syntax/
H A Dinjector.php44 $plantUmlUrl = trim($this->getConf('PlantUMLURL'));
51 $plantUmlUrl = trim($plantUmlUrl, '/') . '/';
/plugin/newsticker/syntax/
H A Dticker.php65 $render = trim($render);
77 $item = trim($item);
/plugin/imagereference/syntax/
H A Dimgref.php74 'page' => trim($page),
75 'caprefname' => trim($ref),
/plugin/amcharts/
H A Dsyntax.php51 $match = substr(trim($match), 8, -10);
71 $amdata = implode("", array_map(trim, $amdata));
/plugin/abstract/
H A Dsyntax.php61 $renderer->doc = trim($renderer->doc);
97 $flags = explode('&',trim($flags));
/plugin/smtp/
H A Daction.php84 $log[] = trim($line[1]);
86 $log = trim(join("\n", $log));
/plugin/randomtables/action/
H A Dajax.php56 $tableId = isset($_POST['table_id']) ? trim($_POST['table_id']) : null;
75 $pick = trim(htmlentities($pick, ENT_QUOTES | ENT_SUBSTITUTE | ENT_XHTML));
/plugin/git/
H A Dhelper.php219 $selected_hash = trim($_REQUEST['hash']);
246 $selected_hash = trim($_REQUEST['hash']);
303 $file = trim(substr($file, 2));
334 $page = trim($page);
345 $fileForDiff = trim($_REQUEST['filename']);
347 $hash = trim($_REQUEST['hash']);
/plugin/acknowledge/
H A Dhelper.php81 $page = trim($page);
104 if (trim($pattern, ':') == '**') return true; // match all
217 $assignees = implode(',', array_unique(array_filter(array_map('trim', explode(',', $assignees)))));
242 $assignees = implode(',', array_unique(array_filter(array_map('trim', explode(',', $assignees)))));
313 $item = trim($item);
366 $pattern = trim($pattern);
367 $assignees = trim($assignees);
387 $assignees = implode(',', array_unique(array_filter(array_map('trim', explode(',', $assignees)))));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.svg.php59 $keyvaluepair = trim($keyvaluepair);
64 $info['svg'][$section_to_fix]['sections'][$key] = trim($value, '"');
/plugin/abortlogin/
H A Daction.php57 $test = trim($test);
83 $allowed = trim($allowed,', ');
/plugin/indobible/
H A Dsyntax.php49 $match = trim($match, "!*");
50 $match = trim($match, "*!");
/plugin/select/
H A Dsyntax.php51 $arg1 = trim($link[0]);
54 $name = trim($link[1]);
/plugin/eshop/
H A Dsyntax.php31 $data[trim($key)] = trim($value);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DExampleFinder.php165 trim($this->getSourceDirectory(), '\\/'),
167 trim($file, '"')
/plugin/phosphor/
H A Dphblock.php67 $option['class'] .= ' ' . trim($v);
72 $option[$v] = trim($n);
/plugin/c3chart/
H A Dsyntax.php51 $match = substr(trim($match), 3, -5);
71 $c3data = implode("", array_map(trim, $c3data));
/plugin/clipboardutils/
H A Dsyntax.php62 if (($str =trim($m[1])) != '') {
65 if (preg_match('/(\w+)\s*[=:]\s*(.*)$/',trim($el),$m2)) {
140 $type =strtolower(trim($type));
/plugin/adhoctags/syntax/
H A Dabstract.php84 $data = trim(substr($match,strpos($match,' '),-1)," \t\n/");
94 $title = trim($match);
96 $title = trim($title,'= ');
/plugin/purplenumbers/
H A Drenderer.php85 trim($this->_xmlEntities($text),"\n\r").
108 $code .= trim(p_xhtml_cached_geshi($text, 'php', false),"\n\r");
124 $code .= trim(p_xhtml_cached_geshi($text, 'html4strict', false),"\n\r");
309 if (trim($r) == $curRootNS) {
/plugin/approve/syntax/
H A Dtable.php43 $key = trim($pair[0]);
44 $value = trim($pair[1]);
46 $value = array_map('trim', explode(',', $value));
57 $value = trim($value, '/');
65 $value = trim(cleanID($value), ':');
/plugin/colortag/
H A Dcolortag.php60 return array($this->syntax, trim($attr), $content);
72 $c = trim($color);

1...<<11121314151617181920>>...69