Home
last modified time | relevance | path

Searched refs:fragment (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php541 $fragment = $document->createDocumentFragment();
567 $fragment->appendChild(new \DOMText($text));
573 $fragment->appendChild($child);
577 $fragment->appendChild(new \DOMText('</' . $tag . '>'));
580 $element->parentNode->replaceChild($fragment, $element);
592 $fragment = $document->createDocumentFragment();
596 $fragment->appendChild($child);
599 $element->parentNode->replaceChild($fragment, $element);
H A DMisc.php188 return Misc::fix_protocol(Misc::compress_parse_url('http', $parsed['authority'], $parsed['path'], $parsed['query'], $parsed['fragment']), $http);
192 return Misc::fix_protocol(Misc::compress_parse_url('http', $parsed['path'], '', $parsed['query'], $parsed['fragment']), $http);
230 'fragment' => (string) $iri->fragment
234 public static function compress_parse_url($scheme = '', $authority = '', $path = '', $query = '', $fragment = '') argument
241 $iri->fragment = $fragment;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php148 if (isset($fragment)) {
149 $path .= '#' . $fragment;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php4711 $fragment = Strings::shift($current_log, $this->log_short_width);
4714 }, $fragment), strlen($this->log_boundary));
4718 $raw = preg_replace('#[^\x20-\x7E]|<#', '.', $fragment);