Home
last modified time | relevance | path

Searched refs:trim (Results 26 – 50 of 86) sorted by relevance

1234

/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]);
/dokuwiki/inc/Ui/Media/
H A DDisplayRow.php20 $info = trim($this->formatDimensions('') . ' ' . $this->formatDate() . ' ' . $this->formatFileSize());
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php1798 return trim($mime);
1801 return trim(substr($mime, 0, $pos));
1806 if (isset($attribs['']['mode']) && strtolower(trim($attribs['']['mode'])) === 'base64') {
1812 switch (strtolower(trim($attribs['']['type']))) {
1836 switch (strtolower(trim($attribs['']['type']))) {
1856 $type = strtolower(trim($attribs['']['type']));
H A DSanitize.php298 $domain = trim($domain, ". \t\n\r\0\x0B");
319 $domain = trim($domain, '. ');
345 $data = trim($data);
446 $data = trim($document->saveHTML($div));
/dokuwiki/inc/Remote/
H A DApi.php152 if (!$conf['remote'] || trim($conf['remoteuser']) == '!!not set!!') {
172 if (trim($conf['remoteuser']) === '') return; // all users are allowed
H A DApiCore.php669 if (!page_exists($page) && trim($TEXT) == '') {
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DMBOXCreator.php58 return trim($output);
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php96 $result .= "\n" . trim(substr($source, $idx + 22, $endNC - ($idx + 22))) . "\n"; // BEGIN comment = 22 chars
235 return trim($result);
/dokuwiki/inc/
H A Dindexer.php145 if (trim(io_readFile($idxtag)) == idx_get_version()) {
376 $name = Clean::romanize(trim((string)$name));
H A Dauth.php144 $line = trim($line);
634 $members = array_map('trim', $members);
979 $login = trim($auth->cleanUser($INPUT->post->str('login')));
980 $fullname = trim(preg_replace('/[\x00-\x1f:<>&%,;]+/', '', $INPUT->post->str('fullname')));
981 $email = trim(preg_replace('/[\x00-\x1f:<>&%,;]+/', '', $INPUT->post->str('email')));
1068 $changes['name'] = trim(preg_replace('/[\x00-\x1f:<>&%,;]+/', '', $changes['name']));
1069 $changes['mail'] = trim(preg_replace('/[\x00-\x1f:<>&%,;]+/', '', $changes['mail']));
1266 $user = trim($auth->cleanUser($INPUT->post->str('login')));
H A Dutf8.php138 dbg_deprecated(PhpString::class . '::trim()');
139 return PhpString::trim($str, $charlist);
/dokuwiki/lib/plugins/styling/
H A Dadmin.php220 $old = trim($old);
/dokuwiki/inc/Ui/
H A DMediaDiff.php245 $rev1Title = trim($this->RevInfo1->showRevisionTitle() . ' ' . $this->RevInfo1->showCurrentIndicator());
249 $rev2Title = trim($this->RevInfo2->showRevisionTitle() . ' ' . $this->RevInfo2->showCurrentIndicator());
/dokuwiki/lib/exe/
H A Dcss.php51 $tpl = trim(preg_replace('/[^\w-]+/', '', $INPUT->str('t')));
280 $lkey = trim($key, '_');
643 $css = trim($css);
/dokuwiki/inc/Action/
H A DResendpwd.php146 $user = trim($auth->cleanUser($INPUT->post->str('login')));
/dokuwiki/lib/scripts/
H A Dpage.js123 var content = $content.html().trim();
/dokuwiki/lib/plugins/extension/helper/
H A Drepository.php218 $parameters['q'] = trim($q);
H A Dextension.php865 [$key, $value] = sexplode('=', trim($line, DOKU_LF), 2, '');
866 $key = trim($key);
867 $value = trim($value);
1309 $line = trim(preg_replace('/#.*$/', '', $line));
/dokuwiki/inc/Parsing/Handler/
H A DBlock.php92 if (trim($content) == '') {
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php126 if (trim($line) == '') {
130 // merged from WP #12559 - remove trim
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingMulticheckbox.php143 $other = trim($input['other']);
H A DSetting.php46 $property = trim($property, '_'); // we don't use underscores anymore
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php102 $official = trim(strtolower($official));
/dokuwiki/inc/Extension/
H A DPluginTrait.php266 if ($more) $more = " " . trim($more);
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php296 return trim(implode('/', $newpath), '/');

1234