Home
last modified time | relevance | path

Searched refs:trim (Results 76 – 86 of 86) sorted by path

1234

/dokuwiki/vendor/simplepie/simplepie/src/
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]
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));
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 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)) {
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php296 return trim(implode('/', $newpath), '/');
H A DTar.php590 if(trim($block) === '') return false;
608 $return['checksum'] = OctDec(trim($header['checksum']));
613 $return['filename'] = trim($header['filename']);
614 $return['perm'] = OctDec(trim($header['perm']));
615 $return['uid'] = OctDec(trim($header['uid']));
616 $return['gid'] = OctDec(trim($header['gid']));
617 $return['size'] = OctDec(trim($header['size']));
618 $return['mtime'] = OctDec(trim($header['mtime']));
620 $return['link'] = trim($header['link']);
621 $return['uname'] = trim(
[all...]
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php321 $line .= trim($actual);
/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);

1234