Home
last modified time | relevance | path

Searched refs:trim (Results 201 – 225 of 1709) sorted by path

12345678910>>...69

/plugin/btable/
H A Dexport.php100 $id = trim($raw_id);
122 $id = trim($id,':._-');
/plugin/btable2/
H A Dexport.php100 $id = trim($raw_id);
122 $id = trim($id,':._-');
H A Dsyntax.php85 $ids[$i] = trim($ids[$i]);
89 $dates[$i] = trim($dates[$i]);
92 return array(trim($title), $ids, $dates, $opt);
107 $conf_groups = trim($this->getConf('btable_groups'));
170 $row = trim($_REQUEST['row']);
195 $row = trim($submit);
210 $change_row = trim($submit);
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php155 $v = trim($value);
/plugin/bugzillaint/syntax/
H A Dlink.php59 'extras' => isset($submatch[2]) ? trim($submatch[2]) : $this->getConf('link_default_extras')
H A Dlist.php60 …'extras' => preg_match('/extras:([a-z_,]+)/i', $match, $found) ? trim($found[1]) : $this->getConf(…
H A Dtree.php61 …'extras' => preg_match('/extras:([a-z_,]+)/i', $match, $found) ? trim($found[1]) : $this->getConf(…
/plugin/bureaucracy-au/_test/
H A Dfield_date.test.php95 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_email.test.php90 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_hidden.test.php75 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_multiselect.test.php79 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_radio.test.php72 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_time.test.php84 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dsyntax.test.php112 $line = trim(array_shift($lines));
/plugin/bureaucracy-au/helper/
H A Dactionmail.php188 list($syntax,) = explode(' ', trim($codeoptions), 2);
H A Dactiontemplate.php276 … $ret .= '<strong>' . trim(substr($item['id'], strrpos($item['id'], ':', -2)), ':') . '</strong>';
/plugin/bureaucracy-au/
H A Dsyntax.php82 $line = trim(array_shift($lines));
260 $k = trim($k);
261 $v = trim($v);
/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/bureaucracyau/_test/
H A Dfield_date.test.php95 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_email.test.php90 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_hidden.test.php75 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_multiselect.test.php79 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_radio.test.php72 $this->assertEquals(trim($expectedHTML), trim($actualHTML));

12345678910>>...69