Home
last modified time | relevance | path

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

/plugin/phpipam/
Dsyntax.php1253 private function showSub($hash_in, $show_it) { argument
1254 $web_out = "\n<div class='phpipam phpipam_subnet-" . $hash_in['id'] ;
1255 $web_out .= " phpipam_section-" . $hash_in['sectionId'] . "'>" ;
1264 …'index.php?page=' . ($hash_in['isFolder'] ? 'folders' : 'subnets') . '&section=' . $hash_in['secti…
1267 $web_out .= $this->setALink("$_host$_path", $hash_in['description']) ;
1269 $web_out .= $hash_in['description'] ;
1278 …'index.php?page=' . ($hash_in['isFolder'] ? 'folders' : 'subnets') . '&section=' . $hash_in['secti…
1279 if ($hash_in['calculation']) { // v3 subnet
1280 $infos = (array)$hash_in['calculation'] ;
1282 $_more['subnet'][1] .= "'>" . $hash_in['subnet'] . '</span>/' ;
[all …]