Searched refs:showFwd (Results 1 – 1 of 1) sorted by relevance
/plugin/phpipam/ |
H A D | syntax.php | 556 $renderer->doc .= $this->showFwd((array)$reply['data'], $opts['fmt'], 1) ; 566 $renderer->doc .= $this->showFwd((array)$vrf, $opts['fmt'], 1) ; 578 $renderer->doc .= $this->showFwd((array)$reply['data'], $opts['fmt'], 0) ; 588 $renderer->doc .= $this->showFwd((array)$vrf, $opts['fmt'], 0) ; 2042 private function showFwd($hash_in, $show_it, $alternate=false) { function in syntax_plugin_phpipam
|