Searched refs:_infos (Results 1 – 3 of 3) sorted by relevance
54 protected $_infos = []; variable in Hoa\\Iterator\\Multiple76 $this->_infos[] = $default;78 $this->_infos[$infos] = $default;95 $value = $this->_infos[$key];
1328 $_infos = (array)$hash_in['gateway'] ;1329 $_more['gateway'][1] = $_infos['ip_addr'] ;1331 unset($_path, $_infos) ;1923 $_infos = (array)$subnet ;1924 $_more[$_count][1] = hsc($_infos['description']) ;1929 if ($_infos['isFolder'])1932 $_subnet = $_infos['subnet'] . '/' . $_infos['mask'] ;2009 $_infos = (array)$vlan ;2011 $_more[$_count][1] = hsc($_infos['description']) . '">' ;2012 $_more[$_count][1] = hsc($_infos['name']) . '</abbr>' ;[all …]
318 return array_merge($this->_infos($host, $port), $this->_status($host, $port));333 function _infos($host, $port) { function in syntax_plugin_dwqstat