Home
last modified time | relevance | path

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

/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/
H A Dfunctions_graph.php1079 $module_name_list = array();
1167 $module_name_list[$i] = $labels[$agent_module_id];
1186 $module_name_list[$i] = $labels[$agent_module_id];
1355 $module_name_list[$i] .= ": ";
1357 $module_name_list[$i] .= __('Last') . ": $last $unit; ";
1359 $module_name_list[$i] .= __("Max") . ": $max $unit; ";
1361 $module_name_list[$i] .= __("Min") . ": $min $unit; ";
1363 $module_name_list[$i] .= __("Avg") . ": $avg $unit";
1598 $height, $color, $module_name_list, $long_index,
1607 $width, $height, $color, $module_name_list, $long_index,
[all …]
/dports/finance/prestashop/prestashop/classes/module/
H A DModule.php1305 $module_name_list = [];
1394 $module_name_list[] = '\'' . pSQL($item->name) . '\'';
1486 if (!empty($module_name_list)) {
1492 … WHERE LOWER(m.name) IN (' . Tools::strtolower(implode(',', $module_name_list)) . ')';
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/graphs/
H A Dfunctions_flot.php518 $width, $height, $colors, $module_name_list, $long_index, argument