Home
last modified time | relevance | path

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

/dports/www/itop/web/setup/
H A Dapplicationinstaller.class.inc.php242 $aParamValues = $this->GetParamValues($this->oParams);
265 $aParamValues = $this->GetParamValues($this->oParams);
289 $aParamValues = $this->GetParamValues($this->oParams);
383 $aParamValues = array(
399 return $aParamValues;
583 $sMode = $aParamValues['mode'];
584 $sDBPrefix = $aParamValues['db_prefix'];
585 $sDBName = $aParamValues['db_name'];
778 $sMode = $aParamValues['mode'];
885 $aSelectedExtensionCodes, $aParamValues argument
[all …]
H A Dsetuputils.class.inc.php1466 $aParamValues = array(
1476 $oConfig->UpdateFromParams($aParamValues, null);
1518 $aParamValues = array(
1528 $oConfig->UpdateFromParams($aParamValues, null);
/dports/www/itop/web/core/
H A Dtemplatestring.class.inc.php145 …* @param array $aParamValues Value of the expected parameters: hash array of '<param_id>' => '<val…
149 public function Render($aParamValues = array()) argument
152 foreach($aParamValues as $sParamName => $value)
162 if (array_key_exists($oPlaceholder->sParamName, $aParamValues))
164 $oRef = $aParamValues[$oPlaceholder->sParamName];
H A Dconfig.class.inc.php2007 * @param array $aParamValues
2016 if (isset($aParamValues['application_path']))
2020 if (isset($aParamValues['graphviz_path']))
2024 if (isset($aParamValues['mode']) && isset($aParamValues['language']))
2031 if (isset($aParamValues['db_server']))
2035 $this->Set('db_pwd', $aParamValues['db_pwd']);
2036 $sDBName = $aParamValues['db_name'];
2040 if (isset($aParamValues['new_db_name']))
2042 $sDBName = $aParamValues['new_db_name'];
2067 if (isset($aParamValues['selected_modules']))
[all …]