Home
last modified time | relevance | path

Searched refs:trim (Results 576 – 600 of 1709) sorted by relevance

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

/plugin/quickstats/GEOIP/
H A Dcc_arrays_dat.php117 return rawurlencode(trim($ret_str,"\n"));
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php505 $headerBlob = explode("\r\n\r\n", trim($headerBlob, "\r\n"));
519 $response->addHeader(trim($parts[0]), trim($parts[1]));
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php503 $headerBlob = explode("\r\n\r\n", trim($headerBlob, "\r\n"));
517 $response->addHeader(trim($parts[0]), trim($parts[1]));
/plugin/snippets/
H A Daction.php103 … $event->data['tpl'] = str_replace(trim($value[0]),hsc(trim($value[1])),$event->data['tpl']);
285 … else print trim(preg_replace('/<snippet>.*?<\/snippet>/s', '', io_readFile(wikiFN($id))));
/plugin/dokusioc/
H A Daction.php427 $http_accept = trim($_SERVER['HTTP_ACCEPT']);
443 $k = trim($formatspec[0]);
445 $test_accept[$k] = trim($formatspec[1]);
/plugin/s5reloaded/
H A Dsyntax.php54 if($match!='~~SLIDESHOW~~') return array(trim(substr($match,11,-2)));
/plugin/block/
H A Daction.php39 $ar[$k] = trim($this -> getConf($k));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DMercurialProcessor.php66 $result = explode(' ', trim(`hg id -nb`));
/plugin/combo/ComboStrap/
H A DLineSpacing.php33 $lineSpacingValue = trim(strtolower($attributes->getValueAndRemove($lineSpacing)));
H A DIso8601Date.php72 $dateString = trim($dateString);
195 $constantNormalized = trim(strtolower($constant));
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java122 pos).trim() : label; in UserObject()
124 pos + 1, label.length()).trim() : ""; in UserObject()
/plugin/nobadbrowser/
H A Daction.php235 $variants= trim($chrome_info[2]);
241 $variantname= trim($variant[0]);
/plugin/canvas/
H A Dcanvas.php92 $match = trim(substr($data, 8, -1));
94 $match = trim(substr($data, 1, -1));
/plugin/metaeditor/
H A Daction.php34 $action = trim($INPUT->post->str('q'));
35 $pageid = trim($INPUT->post->str('r'));
/plugin/farm/
H A Daction.php147 if(trim($k) == 'lockstate') return trim($v);
/plugin/instructions/
H A Dsyntax.php144 $tpz = trim($param[$z]);
149 $z_trim = trim($zeilen[$i]);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php46 $key = trim($cookieParts[0]);
48 ? trim($cookieParts[1], " \n\r\t\0\x0B")
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php134 $headers[trim($parts[0])][] = isset($parts[1])
135 ? trim($parts[1])
/plugin/shell/
H A DP0wnyShell.php254 $logo = trim(trim($this->logo, " \n"), "X");
/plugin/siteexport/
H A Dcron.php171 return '$settings' . $levelPrefix . ' = "' . trim($settings) . "\";\n";
179 $out .= $this->recurseSettingsToOut($value, $levelPrefix . '["' . trim($name) . '"]');
/plugin/nspages/
H A DoptionParser.php128 $exclude = trim($exclude);
164 $matched = trim($matched); // to handle the case of the option "-r" which already matches an extra whitespace
/plugin/freechat/phpfreechat/src/commands/
H A Dme.class.php21 if (trim($param) == "")
/plugin/bbcode/
H A Demail.php27 $match = trim(substr($match, 7, -8));
/plugin/npd/tpl/
H A Dmain.php389 …<input type="text" class="" style="display: none;" id="npd_ns" value="<?php echo trim($_REQUEST['i…
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableRenderer.php43 return new HtmlElement('table', $attrs, $separator . \trim($children) . $separator);

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