Home
last modified time | relevance | path

Searched refs:trim (Results 176 – 200 of 1709) sorted by relevance

12345678910>>...69

/plugin/farm/install/
H A Dfarmstructurecreator.php47 if(!$s) return trim(@file_get_contents($file));
130 …array('./'.basename(__FILE__), './'.trim($farmconf['farmer'], '/'), './'.trim($farmconf['barn'], '…
146 …$htaccess = preg_replace('`RewriteBase\s+[a-zA-Z0-9/._-]+`', 'RewriteBase /'.trim($wr, '/'), $htac…
188 …root'].$farmconf['barn']) == realpath($farmconf['farmfsroot'])) && ($i == trim($farmconf['farmer']…
/plugin/html5video/
H A Dvideo.php50 $params = trim($params);
54 $params = trim($params);
59 $params = trim($params);
/plugin/pot/
H A Dhelper.php14 $c = trim($c);
42 $key = trim($temp[0]);
43 $value = trim($temp[1]);
/plugin/plaintext/
H A Dinline.php38 … $renderer->doc .= str_replace( "\n", "<br/>".DOKU_LF, trim($renderer->_xmlEntities($data),"\n") );
41 $renderer->doc .= trim($data);
/plugin/alphalist/
H A Dhelper.php48 dbglog(trim($plain), 'alphalist helper::plain after');
50 return trim($plain);
/plugin/issuetracker/
H A Dsyntax.php419 { $status = trim($this->_get_one_value($issue,'status'));
452 $x_status = trim($x_status);
462 $x_products = trim($x_products);
470 $x_severity = trim($x_severity);
482 $shw_assignee_as = trim($this->getConf('shw_assignee_as'));
1020 $header = trim($header);
1146 $a_project = trim($a_project);
1171 $x_products = trim($x_products);
1187 $_component = trim($_component);
1199 $_severity = trim($_severity);
[all …]
/plugin/rrdgraph/
H A Dhelper.php322 $incPageId = trim($incPageId);
323 $incTmplName = trim($incTmplName);
355 $incPageId = trim($incPageId);
467 $key = trim($parts[0]);
468 $value = trim($parts[1]);
476 $key = trim($parts[0]);
477 $value = trim($parts[1]);
560 $value = trim($value, " \"\t\r\n");
H A Dsyntax.php89 $value = strtolower(trim($value));
186 $key = strtolower(trim($part[1]));
187 $value = trim($part[2]);
255 …if (preg_match('/^(?:([a-z0-9,<>=&|]+)\?)?([A-Z0-9]+):(.*)$/', trim($match, "\r\n \t"), $matches) …
261 trim($key),
262 trim($value)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DFixmeSniff.php76 $fixmeMessage = trim($matches[1]);
77 $fixmeMessage = trim($fixmeMessage, '-:[](). ');
H A DTodoSniff.php74 $todoMessage = trim($matches[1]);
75 $todoMessage = trim($todoMessage, '-:[](). ');
/plugin/dbquery/
H A Drenderer.php34 $this->codeBlocks['_'] = trim($text);
37 $this->codeBlocks[$this->lastHeader] = trim($text);
/plugin/colorpicker/
H A Daction.php38 $key = trim($combo[0]);
39 $colorvalue = trim($combo[1]);
/plugin/freechat/phpfreechat/src/commands/
H A Ddeop.class.php15 if (trim($p["param"]) == "")
27 $nicktodeop = trim($p["param"]);
/plugin/zoom/
H A Dsyntax.php93 $img = trim($img);
104 …$data['ext_params'] = "position:'inside', adjustX:-1, adjustY:-1, showTitle:false, " . trim($ext_p…
108 $data['ext_params'] = "showTitle:false, " . trim($ext_params);
/plugin/elasticsearch/helper/
H A Dclient.php74 $host = trim($host);
75 $port = (int) trim($port);
77 $proxy = trim($proxy);
/plugin/authdomainlimitation/action/
H A Dsignup.php42 return trim($domain);
45 if ( in_array(trim( substr(strrchr($event->data['params'][3], "@"), 1)),$domains) ) {
/plugin/adhocmathml/
H A Dmtd.php20 switch (trim($name)) {
23 if (is_numeric(trim($value))) {
/plugin/tagfilter/syntax/
H A Dfilter.php80 $match = trim(substr($match, 12, -2));
127 $opts['pagelistFlags'] = array_map('trim', $flags);
131 $selectExpressions = array_map('trim', explode('|', $tag));
135 $tagFilters['label'][$key] = trim($parts[0]);
136 $tagFilters['tagExpression'][$key] = trim($parts[1] ?? '');
341 'data-label' => hsc(utf8_strtolower(trim($label))),
369 $item = utf8_strtolower(trim($item));
378 'data-label' => hsc(str_replace(' ', '_', utf8_strtolower(trim($label)))),
/plugin/siteexport/inc/
H A DreadCSS.patch198 $stylestr= trim($styles[2][$i]);
201 if (trim($sta)) {
208 $property = trim($property);
210 $value = trim($value);
221 $tagstr = strtoupper(trim($styles[1][$i]));
229 $tags = preg_split('/\s+/',trim($tg));
234 if (trim($tags[0])=='@PAGE') {
235 if (isset($tags[0])) { $t = trim($tags[0]); }
236 if (isset($tags[1])) { $t2 = trim($tags[1]); }
237 if (isset($tags[2])) { $t3 = trim($tags[2]); }
[all …]
/plugin/fullindex/
H A Daction.php212 $temp = trim($num.$title);
237 $newIndex = trim($num.$title);
269 $name = trim($name);
281 $name = trim($name);
/plugin/imagereference/syntax/
H A Dimgcaption.php89 $rawparam = trim(substr($match, 1, -1));
207 $renderer->doc .= trim($data);
273 if(isset($parsed[1])) $caption = trim($parsed[1]);
285 $token = trim($token);
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php142 $x = (int) trim($xy[0]);
143 $y = (int) trim($xy[1]);
149 $x = (int) trim($xy[0]);
240 $value = trim($value, 'x{}');
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php232 $variableName = trim($variableName);
241 $variableName = trim(substr($variableName, 3));
294 $variableName = trim($variableName);
312 $variableName = trim(substr($variableName, 3));
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoRSS.php126 $pointArray = $this->getPointsFromCoordinates(trim($pt->firstChild->nodeValue));
137 $components = $this->getPointsFromCoordinates(trim($line->firstChild->nodeValue));
150 $points = $this->getPointsFromCoordinates(trim($polygon->firstChild->nodeValue));
167 $parts = explode(' ', trim($box->firstChild->nodeValue));
188 $parts = explode(' ', trim($circle->firstChild->nodeValue));
/plugin/abstract/_test/
H A Dsyntax.test.php22 $text = trim(pq("p",$doc)->eq(0)->text());
37 $text = trim(pq("p",$doc)->eq(0)->text());

12345678910>>...69