Home
last modified time | relevance | path

Searched refs:relativeDisplay (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Ui/Media/
H A DDisplay.php13 protected $relativeDisplay; variable in dokuwiki\\Ui\\Media\\Display
69 public function relativeDisplay($ns) function in dokuwiki\\Ui\\Media\\Display
71 $this->relativeDisplay = $ns;
116 if ($this->relativeDisplay !== null) {
118 if (str_starts_with($id, $this->relativeDisplay)) {
119 $id = substr($id, strlen($this->relativeDisplay));
/dokuwiki/inc/
H A Dmedia.php1459 $display->relativeDisplay($ns);
1464 $display->relativeDisplay($ns);