Searched refs:relativeDisplay (Results 1 – 2 of 2) sorted by relevance
13 protected $relativeDisplay; variable in dokuwiki\\Ui\\Media\\Display117 public function relativeDisplay($ns) function in dokuwiki\\Ui\\Media\\Display119 $this->relativeDisplay = $ns;164 if ($this->relativeDisplay !== null) {166 if (str_starts_with($id, $this->relativeDisplay)) {167 $id = substr($id, strlen($this->relativeDisplay));
1397 $display->relativeDisplay($ns);1402 $display->relativeDisplay($ns);