Home
last modified time | relevance | path

Searched refs:trim (Results 51 – 75 of 86) sorted by relevance

1234

/dokuwiki/inc/
H A Dsearch.php410 $item['hash'] = md5(trim(rawWiki($item['id'])));
459 $id = trim($id, ':');
H A Dpageutils.php141 $id = trim((string)$raw_id);
162 $id = trim($id, ':._-');
H A DAjax.php107 $data = array_map('trim', $data);
354 $q = ltrim(trim($INPUT->post->str('q')), ':');
H A Dparserutils.php819 $highlighted_code = trim(preg_replace('!^<pre[^>]*>|</pre>$!', '', $geshi->parse_code()), "\n\r");
H A Dfulltext.php764 $term = trim($term);
/dokuwiki/inc/parser/
H A Dmetadata.php99 $this->doc = trim($this->doc);
714 } elseif (is_null($title) || trim($title) == '') {
H A Dxhtml.php615 $this->doc .= '<pre class="code">' . trim($this->_xmlEntities($text), "\n\r") . '</pre>' . DOKU_LF;
1649 if (!empty($link['rel'])) $ret .= ' rel="' . trim($link['rel']) . '"';
1822 } elseif (is_null($title) || trim($title) == '') {
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php650 $sql = trim($sql);
688 $currentsql = trim(substr($currentsql, $semi_pos + 1));
747 $sql = trim($this->getConf($key));
/dokuwiki/lib/plugins/authad/
H A Dauth.php311 $group = PhpString::strtolower(trim($group));
336 $domain = PhpString::strtolower(trim($domain));
337 $user = PhpString::strtolower(trim($user));
706 $opts['domain_controllers'] = array_map('trim', $opts['domain_controllers']);
/dokuwiki/lib/exe/
H A Djs.php44 $tpl = trim(preg_replace('/[^\w-]+/', '', $INPUT->str('t')));
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php321 $line .= trim($actual);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php
/dokuwiki/inc/Ui/
H A DPageDiff.php194 $rev1Title = trim($this->RevInfo1->showRevisionTitle() . ' ' . $this->RevInfo1->showCurrentIndicator());
203 $rev2Title = trim($this->RevInfo2->showRevisionTitle() . ' ' . $this->RevInfo2->showCurrentIndicator());
/dokuwiki/inc/HTTP/
H A DHTTPClient.php340 $key = trim($key);
782 $key = trim($key);
783 $val = trim($val);
/dokuwiki/inc/File/
H A DPageFile.php122 } elseif (trim($data['newContent']) == '') {
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php890 $opt[0] = trim($opt[0]);
891 $opt[1] = trim($opt[1]);
H A DSource.php430 } elseif (($return = $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_GEORSS, 'point')) && preg_match('/^((?:-)?[0-9]+(?:\.[0-9]+)) ((?:-)?[0-9]+(?:\.[0-9]+))$/', trim($return[0]['data']), $match)) {
443 } elseif (($return = $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_GEORSS, 'point')) && preg_match('/^((?:-)?[0-9]+(?:\.[0-9]+)) ((?:-)?[0-9]+(?:\.[0-9]+))$/', trim($return[0]['data']), $match)) {
H A DItem.php871 if (!isset($links[0]['attribs']['']['isPermaLink']) || strtolower(trim($links[0]['attribs']['']['isPermaLink'])) === 'true') {
1204 $keywords_parent[] = trim($word);
1212 $keywords_parent[] = trim($word);
1220 $keywords_parent[] = trim($word);
1228 $keywords_parent[] = trim($word);
1729 $keywords[] = trim($word);
1740 $keywords[] = trim($word);
2091 $keywords[] = trim($word);
2312 } elseif (($return = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_GEORSS, 'point')) && preg_match('/^((?:-)?[0-9]+(?:\.[0-9]+)) ((?:-)?[0-9]+(?:\.[0-9]+))$/', trim($return[0]['data']), $match)) {
2337 } elseif (($return = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_GEORSS, 'point')) && preg_match('/^((?:-)?[0-9]+(?:\.[0-9]+)) ((?:-)?[0-9]+(?:\.[0-9]+))$/', trim(
[all...]
H A DSimplePie.php2039 switch (trim($this->data['child'][self::NAMESPACE_RSS_20]['rss'][0]['attribs']['']['version'])) {
2043 switch (trim($this->data['child'][self::NAMESPACE_RSS_20]['rss'][0]['child'][self::NAMESPACE_RSS_20]['skiphours']['hour'][0]['data'])) {
2783 } elseif (($return = $this->get_channel_tags(self::NAMESPACE_GEORSS, 'point')) && preg_match('/^((?:-)?[0-9]+(?:\.[0-9]+)) ((?:-)?[0-9]+(?:\.[0-9]+))$/', trim($return[0]['data']), $match)) {
2808 } elseif (($return = $this->get_channel_tags(self::NAMESPACE_GEORSS, 'point')) && preg_match('/^((?:-)?[0-9]+(?:\.[0-9]+)) ((?:-)?[0-9]+(?:\.[0-9]+))$/', trim($return[0]['data']), $match)) {
H A DIRI.php329 $iri = trim($iri, "\x20\x09\x0A\x0C\x0D");
/dokuwiki/lib/plugins/acl/
H A Dadmin.php88 $who = trim($INPUT->str('acl_w'));
594 'trim',
604 $line = trim(preg_replace('/#.*$/', '', $line)); //ignore comments
/dokuwiki/lib/plugins/authplain/
H A Dauth.php420 $line = trim($line);
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt101 echo $IDN->encode(trim($line), 'ucs4_string');
H A Didna_convert.class.php180 $input = trim($input);
/dokuwiki/lib/plugins/authldap/
H A Dauth.php553 $server = trim($server);

1234