Home
last modified time | relevance | path

Searched refs:trim (Results 51 – 75 of 86) sorted by last modified time

1234

/dokuwiki/inc/Action/
H A DResendpwd.php146 $user = trim($auth->cleanUser($INPUT->post->str('login')));
/dokuwiki/inc/
H A Dcompatibility.php20 if (trim($text) === '') return true;
H A Dconfutils.php147 $line = trim(preg_replace('/#.*$/', '', $line));
150 $key = trim($key);
151 $val = trim($val);
204 $schemes = array_map('trim', $schemes);
236 $line = trim($line);
370 $disabled = array_map('trim', $disabled);
491 $idx = array_search(trim(substr($val, 1)), $current);
496 $current[] = trim($val);
H A DAjax.php107 $data = array_map('trim', $data);
354 $q = ltrim(trim($INPUT->post->str('q')), ':');
H A DInfo.php45 $return['codename'] = trim($return['codename'], ' "');
H A DJpegMeta.php191 return trim($info);
286 $cam = trim("$make $model");
H A Dmedia.php80 $val = trim($val);
/dokuwiki/lib/scripts/
H A Dpage.js123 var content = $content.html().trim();
/dokuwiki/lib/plugins/styling/
H A Dadmin.php220 $old = trim($old);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1801 $prop = trim($results[$i], ', =/');
1852 $attr['value'] = strtolower(trim($v));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php
/dokuwiki/inc/Parsing/Handler/
H A DPreformatted.php36 if (trim($this->text)) {
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md223 * Stop passing compressed data through `trim()`. [#455](https://github.com/simplepie/simplepie/pull/455)
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt101 echo $IDN->encode(trim($line), 'ucs4_string');
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php890 $opt[0] = trim($opt[0]);
891 $opt[1] = trim($opt[1]);
H A DIRI.php329 $iri = trim($iri, "\x20\x09\x0A\x0C\x0D");
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 DLocator.php174 $base = $this->registry->call(Misc::class, 'absolutize_url', [trim($element->getAttribute('href')), $this->http_base]);
216 $href = $this->registry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $this->base]);
218 $href = $this->registry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $this->http_base]);
250 $href = trim($link->getAttribute('href'));
254 $href = $this->registry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $this->base]);
256 $href = $this->registry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $this->http_base]);
294 $href = trim($link->getAttribute('href'));
303 [trim($link->getAttribute('href')), $this->base]
309 [trim($link->getAttribute('href')), $this->http_base]
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php3869 // BenBE: Checking emptiness using trim instead of relying on blanks
3870 if ('' == trim($code[$i])) {
4009 // BenBE: Checking emptiness using trim instead of relying on blanks
4010 if ('' == trim($code[$i])) {
/dokuwiki/lib/plugins/authldap/
H A Dauth.php553 $server = trim($server);
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php46 $property = trim($property, '_'); // we don't use underscores anymore
H A DSettingImConvert.php15 $input = trim($input);
H A DSettingMulticheckbox.php143 $other = trim($input['other']);
/dokuwiki/lib/plugins/authplain/
H A Dauth.php420 $line = trim($line);
/dokuwiki/inc/parser/
H A Dhandler.php190 $key = trim($match[0]);
195 $value = trim($value, '"');
330 $title = trim($match);
333 $title = trim($title, '=');
334 $title = trim($title);
839 $link[0] = trim($link[0]);
1020 if (trim($match) == '^') {
1035 if (trim($match) != '') {
1099 $link[0] = trim($link[0]);

1234