Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 3 of 3) sorted by path

/dokuwiki/inc/Input/
H A DInput.php145 public function &ref($name, $default = '', $nonempty = false)
146 public function &ref($name, $default = '', $nonempty = false) global() function in dokuwiki\\Input\\Input
/dokuwiki/inc/parser/
H A Dxhtml.php165 foreach ($alt as $ref) {
167 $this->doc .= ', <sup><a href="#fnt__' . ($ref) . '" id="fn__' . ($ref) . '" class="fn_bot">';
168 $this->doc .= ($ref) . ')</a></sup> ' . DOKU_LF;
/dokuwiki/lib/exe/
H A Dfetch.php32 $REV = &$INPUT->ref('rev');