Home
last modified time | relevance | path

Searched refs:trim (Results 1376 – 1400 of 1709) sorted by last modified time

1...<<51525354555657585960>>...69

/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php95 $query = trim ( $_GET ['q'] );
360 if (trim ( $temp ['name'] ) === '')
370 if ((trim ( $value ) === '') || ($value == '0000-00-00'))
389 $value = trim ( $value );
404 $value = trim ( $value );
475 return trim ( $value );
485 $temp = is_array ( $value ) ? trim ( implode ( '', $value ) ) : '';
498 if ((trim ( $value ) === '') && $mayBeSkipped)
504 if ((trim ( $value ) === '') && $mayBeSkipped)
511 if ((trim ( $value ) === ''))
[all …]
/plugin/orgchart/
H A Dscript.js37 name = $this.text().trim();
41 name = $this.html().trim();
52 manager = $this.text().trim().toLowerCase();
56 title = $this.text().trim();
/plugin/pgn4web/pgn4web/
H A Dviewer.php114 …$match[1] = preg_replace('/(?<=^|[\x09\x20\x2D])./e', 'strtoupper("\0")', strtolower(trim($match[1…
118 $retVal[$match[1]] = trim($match[2]);
/plugin/gitlog/
H A Dsyntax.php245 $value = trim($value, "'");
/plugin/alphaindex/
H A Dsyntax.php232 $pageNameArticle = ucfirst(trim($result[0]));
/plugin/google_cal/
H A Dsyntax.php38 if (preg_match('/(.*)\[(.*)\]$/', trim($url), $matches)) {
55 return array('wiki', hsc(trim("$url")), hsc(trim($alt)), hsc(trim($w)), hsc(trim($h)));
/plugin/fontcolor/
H A Dsyntax.php96 $color = trim(substr($match, 4, -1)); // get the color
195 $c = trim($c);
/plugin/hidepages/
H A Dsyntax.php28 $match = hsc(trim($match));
/plugin/mp3play/
H A Dsyntax.php98 $line = trim($line);
101 $colors[trim($key)] = trim($color);
/plugin/authucenter/lib/api/
H A Duc.php208 $configfile = trim(file_get_contents(DOKU_ROOT.'./conf/uc.conf.php'));
212 @fwrite($fp, trim($configfile));
/plugin/authucenter/lib/uc_client/control/
H A Duser.php246 $username = addslashes(trim(stripslashes($username)));
/plugin/authucenter/lib/uc_client/lib/
H A Duccode.class.php86 …t|rtsp|mms|callto|bctp|ed2k|thunder|synacast){1}:\/\/|www\.)[^\[\"']+/i", trim($text), $matches)) {
H A Dsendmail.inc.php98 $touser = trim($touser);
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php229 …return isset($this->input[$k]) ? (is_array($this->input[$k]) ? $this->input[$k] : trim($this->inpu…
H A Dmisc.php76 $boundary = $encodetype == 'URLENCODE' ? '' : ';'.substr($post, 0, trim(strpos($post, "\n")));
H A Dnote.php133 …$response = trim($_ENV['misc']->dfopen2($url, 0, $note['postdata'], '', 1, $app['ip'], UC_NOTE_TIM…
H A Dpm.php224 $subject = $this->removecode(trim($message), 80);
228 $lastsummary = $this->removecode(trim(stripslashes($message)), 150);
329 $lastsummary = $this->removecode(trim(stripslashes($message)), 150);
812 return trim($this->base->cutstr(strip_tags($str), $length));
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/mediasyntax/syntax/
H A Dheader.php34 $title = trim($match);
38 $title = trim($title, '=');
39 $title = trim($title);
/plugin/exttab1/
H A Dsyntax.php115 $rawline = trim($rawline);
184 if (strlen(trim($linedata)) > 2)
206 $parsedData = $this->_parseDisplayData(trim(substr($linedata, $pos + 1)));
207 $my2c .= ' <caption ' . trim(substr($linedata, 2, $pos - 2)) . '>' .
211 $parsedData = $this->_parseDisplayData(trim(substr($linedata, 2)));
241 $parsedData = $this->_parseDisplayData(trim(substr($pick, $pos + 1)));
242 $my2c .= ' <td ' . trim(substr($pick, 1, $pos - 1)) . '>' .
246 $parsedData = $this->_parseDisplayData(trim(substr($pick, 1)));
270 $parsedData = $this->_parseDisplayData(trim(substr($pick, $pos + 1)));
272 $my2c .= ' <th ' . trim(substr($pick, 1, $pos - 1)) . '>' .
[all …]
/plugin/bugzillaint/syntax/
H A Dlist.php60 …'extras' => preg_match('/extras:([a-z_,]+)/i', $match, $found) ? trim($found[1]) : $this->getConf(…
H A Dlink.php59 'extras' => isset($submatch[2]) ? trim($submatch[2]) : $this->getConf('link_default_extras')
H A Dtree.php61 …'extras' => preg_match('/extras:([a-z_,]+)/i', $match, $found) ? trim($found[1]) : $this->getConf(…
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php155 $v = trim($value);
/plugin/header2/
H A Dsyntax.php86 $title = trim($renderer->doc);

1...<<51525354555657585960>>...69