Lines Matching refs:infos

964             $infos = (array)$address ;
967 $_css = " style='background-color: " . $_plus[$infos['tag']][2] ;
968 $_css .= "; color: " . $_plus[$infos['tag']][3] . ';' ;
971 switch ($infos['tag']) {
977 if ($_plus[$infos['tag']][1])
978 $_tag1 = '[' . $_plus[$infos['tag']][0] . '] ' ;
985 if ($_url && $infos["$_url"]) {
986 $_hAddr = $this->setALink($infos["$_url"], $infos['ip']) ;
988 $_hAddr = $infos['ip'] ;
992 if ($_url && $infos["$_url"]) {
993 $_hName .= $this->setALink($infos["$_url"]) ;
996 if ($_dom && strrpos($infos['hostname'], $_dom)) {
998 $_hName .= substr_replace($infos['hostname'], '', -$_len, $_len) ;
1000 $_hName .= $infos['hostname'] ;
1002 if ($_url && $infos["$_url"]) {
1009 if ($infos[$_key]) {
1010 $_more[$_key][1] = hsc($infos[$_key]) ;
1026 if ($infos['hostname']) {
1030 if ($infos['description']) {
1032 $html .= hsc($infos['description']) . '</dd>' ;
1052 $html .= $infos['tag'] . "'$_css'>" ;
1058 $html .= hsc($infos['description']) . '</td>' ;
1073 $html .= $infos['tag'] . "'$_css'><div class='li'>" ;
1077 if ($infos['hostname']) {
1083 if ($infos['description']) {
1085 $html .= hsc($infos['description']) . '</em>' ;
1102 $html .= $infos['tag'] . "'$_css'>" ;
1106 if ($infos['hostname']) {
1112 if ($infos['description']) {
1114 $html .= hsc($infos['description']) . '</em>' ;
1134 $html .= hsc($infos['description']) . '</em>' ;
1280 $infos = (array)$hash_in['calculation'] ;
1281 $_more['subnet'][1] .= "<span title='" . $infos['Subnet Class'] ;
1283 $_more['subnet'][1] .= "<span title='" . $infos['Subnet netmask'] ;
1285 unset($infos) ;