Home
last modified time | relevance | path

Searched refs:trim (Results 226 – 250 of 1709) sorted by relevance

12345678910>>...69

/plugin/bureaucracyau/_test/
H A Dfield_time.test.php84 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_hidden.test.php75 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
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_radio.test.php72 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
/plugin/bureaucracy-au/_test/
H A Dfield_date.test.php95 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_multiselect.test.php79 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DSyntaxSniff.php85 if (preg_match('/^.*error:(.*) in .* on line ([0-9]+)/m', trim($output), $matches) === 1) {
86 $error = trim($matches[1]);
/plugin/displaytitle/
H A Dsyntax.php44 list($key, $id) = explode(' ', trim(substr($match, 9, -2)), 2);
45 if (empty($id) || strlen(trim($id)) == 0) { $id = $ID; }
/plugin/socialshareprivacy2/
H A Dsyntax.php45 $params[trim($name)] = trim($value);
/plugin/struct/helper/
H A Dconfig.php66 $match[0] = trim($match[0]);
67 $match[2] = trim($match[2]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeSystemSniff.php136 $typeName = trim($tokens[$typeName]['content'], " '");
279 $typeName = trim($tokens[$typeName]['content'], " '");
316 $systemName = trim($tokens[$systemName]['content'], " '");
320 $typeName = trim($tokens[$typeName]['content'], " '");
325 $filePath = trim($filePath, " '");
/plugin/ckgdoku/action/
H A Dsave.php36 $TEXT = trim($TEXT);
201 if(trim($linktext) == trim($tmp_linktext)) {
207 if(trim($linktext,'.: ' ) == trim($tmp_id,'.: ')) $linktext = "";
/plugin/strata/syntax/
H A Dselect.php76 $header = trim(array_shift($lines));
77 $footer = trim(array_pop($lines));
83 if(trim($header) != '') {
308 if (trim(implode($p['sort']), 'n') != '') {
311 if (trim(implode($p['filter']), 'n') != '') {
/plugin/fckg/action/entities/
H A Dents_seri.php44 $numeric = trim($numeric,'&#;');
45 $character=trim($character,'&;');
/plugin/feedback/
H A Dadmin.php39 $ns = trim($row['ns']);
41 $mail = trim($row['mail']);
/plugin/syntaxhighlightjs/
H A Dhelper.php31 $token = trim($token, '<>');
43 $classIsInList = in_array(trim($token), $restrictedClasses);
/plugin/ckgdoku/action/entities/
H A Dents_seri.php44 $numeric = trim($numeric,'&#;');
45 $character=trim($character,'&;');
/plugin/dx/skel/build/
H A DpluginInfoVersionUpdater.js.skel4 .trim()
9 .map( piece => piece.trim()) })
/plugin/ckgedit/action/entities/
H A Dents_seri.php44 $numeric = trim($numeric,'&#;');
45 $character=trim($character,'&;');
/plugin/wysiwyg/
H A Dajax.php66 $QUERY = trim($_REQUEST['id']);
128 $QUERY = trim($_REQUEST['id']);
146 $QUERY = trim($_REQUEST['id']);
/plugin/booking/
H A Dhelper.php53 $line = trim($line);
86 $time = trim($time);
158 if ($user && $user != trim($booker)) continue;
/plugin/amazon_heavy/
H A Dclass.xmlreader.php22 if (trim($xml_url) != "") $this->set_xml_url ($xml_url);
34 $this->_data = trim ($this->_data);
39 if (trim ($this->_data) == "") $this->error ("Data not ready.");
/plugin/rrdgraph/inc/
H A Drpncomputer.php28 $name = strtolower(trim($name));
90 switch (trim($part)) {
145 $v = strtolower(trim($part));
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php93 $nameImg = md5(trim($text) . $this->size) . '.png';
113 $formula = new MathExpression($this->helper->tableExpression(trim($text)), $this->helper);
136 $code = $this->mathImage(trim($t));

12345678910>>...69