Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DMultiple.php54 protected $_infos = []; variable in Hoa\\Iterator\\Multiple
76 $this->_infos[] = $default;
78 $this->_infos[$infos] = $default;
95 $value = $this->_infos[$key];
/plugin/phpipam/
H A Dsyntax.php1328 $_infos = (array)$hash_in['gateway'] ;
1331 unset($_path, $_infos) ;
1923 $_infos = (array)$subnet ;
1929 if ($_infos['isFolder'])
1932 $_subnet = $_infos['subnet'] . '/' . $_infos['mask'] ;
2009 $_infos = (array)$vlan ;
2015 $_path .= '&sPage=' . $_infos['id'] ;
2016 $_network = $_infos['number'] ;
2113 $_infos = (array)$subnet ;
2119 if ($_infos['isFolder'])
[all …]
/plugin/qstat/
H A Dsyntax.php318 return array_merge($this->_infos($host, $port), $this->_status($host, $port));
333 function _infos($host, $port) { function in syntax_plugin_dwqstat