Home
last modified time | relevance | path

Searched refs:base_location (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php66 public $base_location = 0; variable in SimplePie\\Locator
179 $this->base_location = method_exists($element, 'getLineNo') ? $element->getLineNo() : 0;
215 if ($this->base_location < $line) {
253 if (method_exists($link, 'getLineNo') && $this->base_location < $link->getLineNo()) {
299 $this->base_location < $link->getLineNo()) {