Home
last modified time | relevance | path

Searched refs:trim (Results 676 – 700 of 1709) sorted by relevance

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

/plugin/exttab3/
H A Dsyntax.php221 … msg($this->getPluginName().' Syntax ERROR: match='.hsc(trim($match)) ,-1);
240 … msg($this->getPluginName().' Syntax ERROR: match='.hsc(trim($match)) ,-1);
426 $attr = trim(preg_replace('/\s+/', ' ', $attr));
/plugin/authucenter/lib/uc_client/model/
H A Duser.php78 …('\\*', "\r\n", ' '), array('.*', '|', ''), preg_quote(($censorusername = trim($censorusername)), …
100 $accessexp = '/('.str_replace("\r\n", '|', preg_quote(trim($accessemail), '/')).')$/i';
101 $censorexp = '/('.str_replace("\r\n", '|', preg_quote(trim($censoremail), '/')).')$/i';
/plugin/externalembed/
H A Dsyntax.php368 array_push($domains, trim($data[0]));
369 $disclaimers[trim($data[0])] = trim($data[1]);
/plugin/upgrade/
H A Dhelper.php74 $tgzversion = trim($http->get($this->tgzversion));
89 $version = trim($versiondata['date']);
243 $line = trim(preg_replace('/#.*$/', '', $line));
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.normal.php22 if (trim($content) === '') {
/plugin/autolink3/
H A Daction.php55 $locate = trim($elem[2]);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DUsergroupAwareSimpleValue.php50 $value = trim($value);
/plugin/letsencrypt/classes/
H A DLescript.php48 return preg_replace('/^DNS:/', '', trim($domain));
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php52 if (preg_match('/^(\d+)x\d+ \(\d+x(\d+)\)$/', trim(getenv('ANSICON')), $matches)) {
/plugin/signavio/
H A Dsyntax.php82 if(trim($match) != ""){
/plugin/fckg/fckeditor/editor/dialog/
H A Dget_headers.php33 $resp .= trim($matches[1]) . $suffix_header . ";;" ;
/plugin/stopforumspam/_test/
H A DLoggerTest.php32 … $this->assertEquals("DATE,USERNAME,EMAIL,IP,TRIGGER,CONFIDENCE,ACCEPTED", trim($contents[0]));
/plugin/schedule/
H A Dajax.php34 $ds_showDay = trim ($scheduleRoot->df2ds ($_REQUEST['schd']['date']));
/plugin/vamr/
H A Dsyntax.php37 $handle = trim(substr($match,5,-1));
/plugin/relativens/
H A Dsyntax.php58 $linkTrimmed = trim($linkAndTitle[0]);
/plugin/ireadit/syntax/
H A Direadit.php33 $match = trim(substr($match, strlen('~~IREADIT'), -2));
/plugin/confightmlok/
H A Dcommon.php
/plugin/aichat/
H A Dsyntax.php
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php133 $path = @trim(shell_exec('which sendmail'));
218 $ret .= trim($tmp) . "\r\n";
/plugin/authyubikey/
H A Dauth.php230 $line = trim($line);
251 $line = trim($line);
/plugin/farm/
H A Dinstall.class.php98 …if(preg_match('`^\$farmconf\[[\'"]([a-z0-9_-]+)[\'"]\]\s*=\s*([^;]+);(.*)$`i', trim($conf[$i]), $m…
99 switch(trim($m[1])) {
/plugin/latex/
H A Dclass.latexrender.php140 $this->latex_document = $this->_preamble."\n".trim($latex_formula)."\n".$this->_postamble;
297 …$this->_cmdoutput .= "\n>>>>> $cmd\n".trim(implode(PHP_EOL,$output)).PHP_EOL." --- exit status ".…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSource.php282 if (trim($name) === '') {
326 $friendlyName = trim($friendlyName);
/plugin/vcard/
H A Dvcard.php68 return trim($output);
96 …if ($this->properties["FN"]=="") $this->setFormattedName(trim("$prefix $first $additional $family …
/plugin/fileshare/syntax/
H A DFileshare.php113 if(!isset($archivRootDir) || trim($archivRootDir)===''){
120 if(isset($dir) && trim($dir)!==''){

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