Home
last modified time | relevance | path

Searched refs:elsewhere (Results 1 – 2 of 2) sorted by path

/dokuwiki/vendor/geshi/geshi/
H A DTHANKS27 - Cliff Stanford - Thanks for the hardquote support for C# and Perl (can be used elsewhere
/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php62 public $elsewhere = []; variable in SimplePie\\Locator
133 if ($type & \SimplePie\SimplePie::LOCATOR_REMOTE_EXTENSION && $working = $this->extension($this->elsewhere)) {
137 if ($type & \SimplePie\SimplePie::LOCATOR_REMOTE_BODY && $working = $this->body($this->elsewhere)) {
267 $this->elsewhere[] = $href;
273 $this->elsewhere = array_unique($this->elsewhere);
274 if (!empty($this->local) || !empty($this->elsewhere)) {