Home
last modified time | relevance | path

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

/dports/net-mgmt/nagiosql/nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac/admin/
H A Dcontacts.php460 $strSearchTxt = $_SESSION['search'][$preSearchSession]; variable
461 …$strSearchWhere = "AND (`$preKeyField` LIKE '%".$strSearchTxt."%' OR `alias` LIKE '%".$strSearchTx…
462 … . "`email` LIKE '%".$strSearchTxt."%' OR `pager` LIKE '%".$strSearchTxt."%' OR "
463 … . "`address1` LIKE '%".$strSearchTxt."%' OR `address2` LIKE '%".$strSearchTxt."%' OR "
464 … . "`address3` LIKE '%".$strSearchTxt."%' OR `address4` LIKE '%".$strSearchTxt."%' OR "
465 … . "`address5` LIKE '%".$strSearchTxt."%' OR `address6` LIKE '%".$strSearchTxt."%' OR "
466 . "`name` LIKE '%".$strSearchTxt."%')";
H A Dcontacttemplates.php459 $strSearchTxt = $_SESSION['search'][$preSearchSession]; variable
460 …$strSearchWhere = "AND (`$preKeyField` LIKE '%".$strSearchTxt."%' OR `alias` LIKE '%".$strSearchTx…
461 … . "`email` LIKE '%".$strSearchTxt."%' OR `pager` LIKE '%".$strSearchTxt."%' OR "
462 … . "`address1` LIKE '%".$strSearchTxt."%' OR `address2` LIKE '%".$strSearchTxt."%' OR "
463 … . "`address3` LIKE '%".$strSearchTxt."%' OR `address4` LIKE '%".$strSearchTxt."%' OR "
464 … . "`address5` LIKE '%".$strSearchTxt."%' OR `address6` LIKE '%".$strSearchTxt."%')";
H A Dhostextinfo.php153 $strSearchTxt = $_SESSION['search'][$preSearchSession]; variable
154 …$strSearchWhere = "AND (`tbl_host`.`$preKeyField` LIKE '%".$strSearchTxt."%' OR `$preTableName`.`n…
155 … . "LIKE '%".$strSearchTxt."%' OR `$preTableName`.`notes_url` LIKE '%".$strSearchTxt."%')";
H A Dhostgroups.php233 $strSearchTxt = $_SESSION['search'][$preSearchSession]; variable
234 …$strSearchWhere .= "AND (`$preKeyField` LIKE '%".$strSearchTxt."%' OR `alias` LIKE '%".$strSearchT…
235 . "OR `notes` LIKE '%".$strSearchTxt."%') ";
H A Dservicegroups.php235 $strSearchTxt = $_SESSION['search'][$preSearchSession]; variable
236 …$strSearchWhere .= "AND (`$preKeyField` LIKE '%".$strSearchTxt."%' OR `alias` LIKE '%".$strSearchT…
237 . "OR `notes` LIKE '%".$strSearchTxt."%') ";
H A Dtimeperiods.php258 $strSearchTxt = $_SESSION['search'][$preSearchSession]; variable
259 …$strSearchWhere = "AND (`$preKeyField` LIKE '%".$strSearchTxt."%' OR `alias` LIKE '%".$strSearchTx…
260 . "OR `name` LIKE '%".$strSearchTxt."%')";
H A Dserviceextinfo.php220 $strSearchTxt = $_SESSION['search'][$preSearchSession]; variable
221 …$strSearchWhere = "AND (`tbl_host`.`$preKeyField` LIKE '%".$strSearchTxt."%' OR `$preTableName`.`n…
222 … . "LIKE '%".$strSearchTxt."%' OR `$preTableName`.`notes_url` LIKE '%".$strSearchTxt."%')";
H A Dcheckcommands.php154 $strSearchTxt = $_SESSION['search'][$preSearchSession]; variable
155 $strSearchWhere = "AND (`$preKeyField` LIKE '%".$strSearchTxt."%' "
156 . "OR `command_line` LIKE '%".$strSearchTxt."%')";
H A Dcontactgroups.php230 $strSearchTxt = $_SESSION['search'][$preSearchSession]; variable
231 …$strSearchWhere = "AND (`$preKeyField` LIKE '%".$strSearchTxt."%' OR `alias` LIKE '%".$strSearchTx…
H A Dhosts.php691 $strSearchTxt = $_SESSION['search'][$preSearchSession]; variable
692 …$strSearchWhere .= "AND (`$preKeyField` LIKE '%".$strSearchTxt."%' OR `alias` LIKE '%".$strSearchT…
693 … . "`display_name` LIKE '%".$strSearchTxt."%' OR `address` LIKE '%".$strSearchTxt."%') ";
H A Dservicetemplates.php630 $strSearchTxt = $_SESSION['search'][$preSearchSession]; variable
631 $strSearchWhere = "AND (`$preKeyField` LIKE '%".$strSearchTxt."%' OR `service_description` "
632 … . "LIKE '%".$strSearchTxt."%' OR `display_name` LIKE '%".$strSearchTxt."%') ";
H A Dservices.php745 $strSearchTxt = $_SESSION['search'][$preSearchSession]; variable
746 … $strSearchWhere .= "AND (`$preKeyField` LIKE '%".$strSearchTxt."%' OR `service_description` "
747 . "LIKE '%".$strSearchTxt."%' OR `display_name` LIKE '%".$strSearchTxt."%') ";
H A Dhostescalations.php336 $strSearchTxt = $_SESSION['search'][$preSearchSession]; variable
337 $strSearchWhere = "AND (`$preKeyField` LIKE '%".$strSearchTxt."%')";
H A Dhosttemplates.php547 $strSearchTxt = $_SESSION['search'][$preSearchSession]; variable
548 …$strSearchWhere = "AND (`$preKeyField` LIKE '%".$strSearchTxt."%' OR `alias` LIKE '%".$strSearchTx…
H A Dhostdependencies.php339 $strSearchTxt = $_SESSION['search'][$preSearchSession]; variable
340 $strSearchWhere = "AND (`$preKeyField` LIKE '%".$strSearchTxt."%')";
H A Dserviceescalations.php561 $strSearchTxt = $_SESSION['search'][$preSearchSession]; variable
562 $strSearchWhere = "AND (`$preKeyField` LIKE '%".$strSearchTxt."%')";
H A Dservicedependencies.php710 $strSearchTxt = $_SESSION['search'][$preSearchSession]; variable
711 $strSearchWhere = "AND (`$preKeyField` LIKE '%".$strSearchTxt."%')";