Home
last modified time | relevance | path

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

/plugin/phpipam/
H A Dsyntax.php600 $renderer->doc .= $this->showCab((array)$reply['data'], $opts['fmt']) ;
610 $renderer->doc .= $this->showCab((array)$rack, $opts['fmt']) ;
623 $renderer->doc .= $this->showCab($device['rack'], $opts['fmt']) ;
633 $renderer->doc .= $this->showCab($device['rack'], $opts['fmt']) ;
644 $renderer->doc .= $this->showCab((array)$rack, $opts['fmt']) ;
2195 private function showCab($hash_in, $show_it) { function in syntax_plugin_phpipam