Home
last modified time | relevance | path

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

/dports/net-mgmt/nagiosql/nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac/admin/
H A Ddatadomain.php45 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', `targets`=$… variable
49 $strSQL = 'INSERT INTO ' .$strSQLx;
51 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dcheckcommands.php44 … $strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `command_line`='$chkTfSpValue1', " variable
50 $strSQL = 'INSERT INTO ' .$strSQLx;
52 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dgroup.php45 …$strSQLx = "`$preTableName` SET `groupname`='$chkTfValue1', `description`='$chkTfValue2', `active`… variable
48 $strSQL = 'INSERT INTO ' .$strSQLx;
50 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Duser.php58 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', $strPasswd " variable
62 $strSQL = 'INSERT INTO ' .$strSQLx;
64 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dhostextinfo.php43 …$strSQLx = "`$preTableName` SET `$preKeyField`=$chkSelValue1, `notes`='$chkTfValue1', `notes_url`=… variable
48 $strSQL = 'INSERT INTO ' .$strSQLx;
50 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dcontactgroups.php43 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', `members`=$… variable
46 $strSQL = 'INSERT INTO ' .$strSQLx;
48 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dhostgroups.php43 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', `members`=$… variable
47 $strSQL = 'INSERT INTO ' .$strSQLx;
49 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dservicegroups.php43 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', `members`=$… variable
47 $strSQL = 'INSERT INTO ' .$strSQLx;
49 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dtimeperiods.php43 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', `exclude`=$… variable
46 $strSQL = 'INSERT INTO ' .$strSQLx;
48 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dserviceextinfo.php44 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkSelValue1', `service_description`='$chkSelValu… variable
48 $strSQL = 'INSERT INTO ' .$strSQLx;
50 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dhostescalations.php47 $strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `host_name`=$intMselValue3, " variable
53 $strSQL = 'INSERT INTO ' .$strSQLx;
55 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dhostdependencies.php48 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `dependent_host_name`=$intMselValue… variable
53 $strSQL = 'INSERT INTO ' .$strSQLx;
55 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dconfigtargets.php130 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', `server`='$… variable
140 $strSQL = 'INSERT INTO ' .$strSQLx;
142 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dserviceescalations.php47 $strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `host_name`=$intMselValue1, " variable
53 $strSQL = 'INSERT INTO ' .$strSQLx;
55 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dcontacts.php53 $strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', " variable
68 $strSQL = 'INSERT INTO ' .$strSQLx;
70 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dcontacttemplates.php53 $strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', " variable
68 $strSQL = 'INSERT INTO ' .$strSQLx;
70 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dhosttemplates.php59 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', `parents`=$… variable
80 $strSQL = 'INSERT INTO ' .$strSQLx;
82 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dservicedependencies.php48 …$strSQLx = "`$preTableName` SET `dependent_host_name`=$intMselValue2, `dependent_hostgroup_name`=$… variable
55 $strSQL = 'INSERT INTO ' .$strSQLx;
57 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dservicetemplates.php58 $strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `host_name`=$intMselValue1, " variable
81 $strSQL = 'INSERT INTO ' .$strSQLx;
83 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dhosts.php63 $strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue3', " variable
85 $strSQL = 'INSERT INTO ' .$strSQLx;
87 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
H A Dservices.php63 $strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `host_name`=$intMselValue1, " variable
85 $strSQL = 'INSERT INTO ' .$strSQLx;
87 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;