Home
last modified time | relevance | path

Searched refs:trim (Results 1126 – 1150 of 1709) sorted by relevance

1...<<41424344454647484950>>...69

/plugin/phpipam/
H A Dsyntax.php137 $param1 = trim($param1) ;
897 $_conf = trim($this->getConf('opo_efa')) ;
1276 $_conf = trim($this->getConf('opo_efs')) ;
1411 $_conf = trim($this->getConf('opo_efd')) ;
1561 $_conf = trim($this->getConf('opo_efl')) ;
1874 $_conf = trim($this->getConf('opo_efv')) ;
1978 $_conf = trim($this->getConf('opo_ef2')) ;
2068 $_conf = trim($this->getConf('opo_efr')) ;
/plugin/groupmail/
H A Drecaptchalib.php184 if (trim ($answers [0]) == 'true') {
/plugin/recaptcha/lib/
H A Drecaptchalib.php184 if (trim ($answers [0]) == 'true') {
/plugin/contactmodern/
H A Drecaptchalib.php184 if (trim ($answers [0]) == 'true') {
/plugin/spellcheck/
H A Dspellcheck.php149 $line = trim($lines[$i]);
/plugin/projects/lib/
H A Dtools.php114 $limit = trim(strtoupper($limit));
/plugin/farmsync/meta/
H A DTemplateUpdates.php116 if (trim($line) == '') return array();
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.select.php33 $value = trim($child->get_content());
/plugin/newpagetemplate/
H A Dcli.php97 $cl_switch = trim($opts[$i], '-');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php21 $msg = trim($message->getMethod() . ' '
/plugin/publish/action/
H A Dbanner.php99 $note = trim($this->getConf('internal note'));
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DSequence.php121 switch (trim($token->content)) {
/plugin/sql/
H A Dsyntax.php79 if (trim(end($queries)) == "") {
/plugin/cli/
H A Dsyntax.php210 if ( trim($lines[0]) == '' ) unset( $lines[0] );
211 if ( trim(end($lines)) == '' ) array_pop($lines);
/plugin/refnotes/
H A Dbibtex.php612 $text = $strings->lookup(strtolower(trim($text)));
618 return preg_replace('/\s+/', ' ', trim($value));
H A Daction.php160 if (!$this->inReference && !empty(trim($call->getData(0)))) {
203 if ($call->getName() == 'cdata' && empty(trim($call->getData(0)))) {
/plugin/passpolicy/
H A Dhelper.php160 return trim($text);
378 return trim($output);
/plugin/text/
H A Drenderer.php53 trim(html_entity_decode(preg_replace($search,' ',$this->doc),ENT_QUOTES)) .
558 } elseif(is_null($title) || trim($title) == '') {
/plugin/epub/
H A Drenderer.php253 $doku_base = trim($doku_base,'/');
287 …$out = $this->set_footnote($link,trim($link['url'])); // creates an entry in output for the link …
/plugin/tag/
H A Dhelper.php123 $this->sort = trim($newflags['sortkey']);
126 $this->sortorder = trim($newflags['sortorder']);
370 // map with trim here in order to remove newlines from tags
372 $tags = array_map('trim', idx_getIndex('subject', '_w'));
/plugin/imagemapping/
H A Dsyntax.php
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/removeold/
H A Dadmin.php159 $file = trim($file);
/plugin/note/
H A Dsyntax.php93 $note = strtolower(trim(substr($match, 5, -1)));
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php76 $boundary = $encodetype == 'URLENCODE' ? '' : ';'.substr($post, 0, trim(strpos($post, "\n")));

1...<<41424344454647484950>>...69