Searched defs:intConfigId (Results 1 – 9 of 9) sorted by relevance
/dports/net-mgmt/nagiosql/nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac/admin/ |
H A D | nagioscfg.php | 41 $intConfigId = $arrConfigSet[0]; variable
|
H A D | delconfig.php | 39 $intConfigId = $arrConfigSet[0]; variable
|
H A D | cgicfg.php | 41 $intConfigId = $arrConfigSet[0]; variable
|
H A D | delbackup.php | 39 $intConfigId = $arrConfigSet[0]; variable
|
H A D | import.php | 47 $intConfigId = $arrConfigSet[0]; variable
|
H A D | support.php | 221 $intConfigId = $arrConfigSet[0]; variable
|
H A D | verify.php | 41 $intConfigId = $arrConfigSet[0]; variable
|
/dports/net-mgmt/nagiosql/nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac/functions/ |
H A D | NagConfigClass.php | 226 public function getConfigValues($intConfigId, $strConfigKey, &$strValue) 248 public function getFileDate($intConfigId, $strFile, $strBaseDir, &$intFileStamp, &$strTimeData) 750 public function getConfigData($intConfigId, $strConfigItem, &$strValue)
|
H A D | NagImportClass.php | 73 public function fileImport($strFileNameRaw, $intConfigId, $intOverwrite = 0) 187 private function getImportFile($intConfigId, $strFileName, &$strImportFile, &$intRemoveTmp)
|