Home
last modified time | relevance | path

Searched refs:trim (Results 701 – 725 of 1709) sorted by relevance

1...<<21222324252627282930>>...69

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php278 new PHPUnit_Framework_Exception(trim($stderr)),
298 new PHPUnit_Framework_Exception(trim($stdout), 0, $e),
/plugin/annotate/
H A Danno.php123 $xhtml = trim($xhtml);
227 $_list[$i] = trim($_list[$i]);
/plugin/gemini/
H A Dcli.php148 $this->info(date('Y-m-d H:i:s') . "\t" . $peername . "\t" . trim($req));
150 $url_elems = parse_url(trim($req));
/plugin/farmer/
H A DDokuWikiFarmCore.php429 $this->config['base']['farmdir'] = trim($this->config['base']['farmdir']);
430 $this->config['base']['farmhost'] = strtolower(trim($this->config['base']['farmhost']));
/plugin/addnewpage/
H A Dsyntax.php71 $namespace = trim(ltrim($options[0], '>'));
74 $newpagevars = trim($options[2] ?? '');
/plugin/latex-was/
H A Dclass.latexrender.php140 $this->latex_document = $this->_preamble."\n".trim($latex_formula)."\n".$this->_postamble;
298 …$this->_cmdoutput .= "\n>>>>> $cmd\n".trim(implode(PHP_EOL,$output)).PHP_EOL." --- exit status ".…
/plugin/authplaincas/
H A Dauth.php223 $arr[$key] = trim($item);
417 if( !in_array(trim($groupName), $this->_userInfo['tmp_grps'])) {
418 $this->_userInfo['tmp_grps'][] = trim($groupName);
587 $line = trim($line);
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.transform2d.js278 trim = $.trim
294 prop = trim(split[0]);
454 currType = $.trim( ( currStart || currEnd )[0] );
/plugin/combo/ComboStrap/
H A DBrandButton.php139 $widget = trim(strtolower($widget));
155 $iconType = trim(strtolower($iconType));
279 if ($title !== null && trim($title) !== "") {
283 if ($title !== null && trim($title) !== "") {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DClosureLinterSniff.php108 $error = trim($matches[4]);
/plugin/googlefonts/
H A Daction.php47 '//fonts.googleapis.com/css?family='.trim(implode("|",str_replace(' ', '+', $fontNames)),"|")
/plugin/fontsize2/
H A Dsyntax.php89 $c = trim($c);
/plugin/imagereference/
H A Dscript.js48 if (!jQuery.trim(captionparts[1])) {
/plugin/cellbg/
H A Dsyntax.php112 $c = trim($c);
/plugin/cellbg2/
H A Dsyntax.php112 $c = trim($c);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.font-size.inc.php21 $value = trim(strtolower($value));
/plugin/ipban/
H A Daction.php73 list($range, $dt, /*user*/, $reason) = explode("\t", trim($ban));
/plugin/sugar/
H A Dsyntax.php41 $match_clean = trim($match, "~");
/plugin/prosemirror/parser/
H A DTableCellNode.php49 return $prefix . $paddingLeft . trim($doc) . $paddingRight;
/plugin/authphpbb3/
H A Dauth.php134 $username = trim($username);
178 $server_protocol = strtolower(trim($row['config_value']));
181 $server_name = rtrim(trim($row['config_value']), '/');
184 $script_path = trim($row['config_value']);
520 …$this->_phpbb_conf['root_path'] = DOKU_INC . rtrim(trim($this->getConf('phpbb_root_path')), '/') .…
/plugin/sqlraw/
H A Dsyntax.php77 if (trim(end($queries)) == "") {
516 $test = strip_tags(trim(str_replace($numbs, "", $cell)));
526 $mycells[$row_index][$cell_index] = trim(strip_tags($cell));
587 $html = str_get_html(trim($tableIn));
794 … $query .= str_replace($badChars,'_',trim($header)).' VARCHAR('.$max_field_lengths[$key].'), ';
/plugin/fontfamily/
H A Dsyntax.php92 $c = trim($c);
/plugin/ol3/
H A Dsyntax.php30 return array ($state, trim (substr ($match, 5, -2))); // "{{ol3" => 5 "}}" => 2
/plugin/highlight/
H A Dsyntax.php96 $c = trim($c);
/plugin/authfacebook/lib/Http/
H A DGraphRawResponse.php123 $headerCollection = explode("\n\n", trim($rawHeaders));

1...<<21222324252627282930>>...69