Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DNetwork.php209 public function setVrf(VRF $vrf) argument
211 $this->vrf = $vrf;
218 return $this->vrf;
/plugin/phpipam/
H A Dsyntax.php565 foreach ($reply['data'] as $vrf) {
566 $renderer->doc .= $this->showFwd((array)$vrf, $opts['fmt'], 1) ;
587 foreach ($reply['data'] as $vrf) {
588 $renderer->doc .= $this->showFwd((array)$vrf, $opts['fmt'], 0) ;