Home
last modified time | relevance | path

Searched refs:update_values (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/dports/net-mgmt/ocsinventory-server/OCSInventory-Server-2.8.1/Apache/Ocsinventory/Server/Capacities/
H A DNotify.pm99 my (@update_fields, @update_values);
102 … if ($newIface->{GW}) { push @update_fields,'IPGATEWAY=?'; push @update_values,$newIface->{GW}; }
103 … if ($newIface->{DHCP}) { push @update_fields,'IPDHCP=?'; push @update_values,$newIface->{DHCP}; }
104 …if ($newIface->{SUBNET}) { push @update_fields,'IPSUBNET=?'; push @update_values,$newIface->{SUBNE…
105 … if ($newIface->{IP}) { push @update_fields,'IPADDRESS=?'; push @update_values,$newIface->{IP}; }
106 … if ($newIface->{MASK}) { push @update_fields,'IPMASK=?'; push @update_values,$newIface->{MASK}; }
107 push @update_values,$newIface->{MAC};
108 push @update_values,$hardwareId;
112 my $err = $dbh->do( $updateIp_sql, {}, @update_values );
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/app/controllers/
H A DCControllerTrigDisplayUpdate.php60 $update_values = [
74 if ($update_values['custom_color'] == EVENT_CUSTOM_COLOR_ENABLED) {
75 $update_values['problem_unack_color'] = $this->getInput('problem_unack_color');
76 $update_values['problem_ack_color'] = $this->getInput('problem_ack_color');
77 $update_values['ok_unack_color'] = $this->getInput('ok_unack_color');
78 $update_values['ok_ack_color'] = $this->getInput('ok_ack_color');
82 $result = update_config($update_values);
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/app/controllers/
H A DCControllerTrigDisplayUpdate.php60 $update_values = [
74 if ($update_values['custom_color'] == EVENT_CUSTOM_COLOR_ENABLED) {
75 $update_values['problem_unack_color'] = $this->getInput('problem_unack_color');
76 $update_values['problem_ack_color'] = $this->getInput('problem_ack_color');
77 $update_values['ok_unack_color'] = $this->getInput('ok_unack_color');
78 $update_values['ok_ack_color'] = $this->getInput('ok_ack_color');
82 $result = update_config($update_values);
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/app/controllers/
H A DCControllerTrigDisplayUpdate.php60 $update_values = [
74 if ($update_values['custom_color'] == EVENT_CUSTOM_COLOR_ENABLED) {
75 $update_values['problem_unack_color'] = $this->getInput('problem_unack_color');
76 $update_values['problem_ack_color'] = $this->getInput('problem_ack_color');
77 $update_values['ok_unack_color'] = $this->getInput('ok_unack_color');
78 $update_values['ok_ack_color'] = $this->getInput('ok_ack_color');
82 $result = update_config($update_values);
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/app/controllers/
H A DCControllerTrigDisplayUpdate.php60 $update_values = [
74 if ($update_values['custom_color'] == EVENT_CUSTOM_COLOR_ENABLED) {
75 $update_values['problem_unack_color'] = $this->getInput('problem_unack_color');
76 $update_values['problem_ack_color'] = $this->getInput('problem_ack_color');
77 $update_values['ok_unack_color'] = $this->getInput('ok_unack_color');
78 $update_values['ok_ack_color'] = $this->getInput('ok_ack_color');
82 $result = update_config($update_values);
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/app/controllers/
H A DCControllerTrigDisplayUpdate.php60 $update_values = [
74 if ($update_values['custom_color'] == EVENT_CUSTOM_COLOR_ENABLED) {
75 $update_values['problem_unack_color'] = $this->getInput('problem_unack_color');
76 $update_values['problem_ack_color'] = $this->getInput('problem_ack_color');
77 $update_values['ok_unack_color'] = $this->getInput('ok_unack_color');
78 $update_values['ok_ack_color'] = $this->getInput('ok_ack_color');
82 $result = update_config($update_values);
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/frontends/php/
H A Dadm.triggerdisplayoptions.php62 $update_values = [ variable
72 if ($update_values['custom_color'] == EVENT_CUSTOM_COLOR_ENABLED) {
73 $update_values['problem_unack_color'] = getRequest('problem_unack_color');
74 $update_values['problem_ack_color'] = getRequest('problem_ack_color');
75 $update_values['ok_unack_color'] = getRequest('ok_unack_color');
76 $update_values['ok_ack_color'] = getRequest('ok_ack_color');
80 $result = update_config($update_values);
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/frontends/php/
H A Dadm.triggerdisplayoptions.php62 $update_values = [ variable
72 if ($update_values['custom_color'] == EVENT_CUSTOM_COLOR_ENABLED) {
73 $update_values['problem_unack_color'] = getRequest('problem_unack_color');
74 $update_values['problem_ack_color'] = getRequest('problem_ack_color');
75 $update_values['ok_unack_color'] = getRequest('ok_unack_color');
76 $update_values['ok_ack_color'] = getRequest('ok_ack_color');
80 $result = update_config($update_values);
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/frontends/php/
H A Dadm.triggerdisplayoptions.php62 $update_values = [ variable
72 if ($update_values['custom_color'] == EVENT_CUSTOM_COLOR_ENABLED) {
73 $update_values['problem_unack_color'] = getRequest('problem_unack_color');
74 $update_values['problem_ack_color'] = getRequest('problem_ack_color');
75 $update_values['ok_unack_color'] = getRequest('ok_unack_color');
76 $update_values['ok_ack_color'] = getRequest('ok_ack_color');
80 $result = update_config($update_values);
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/frontends/php/
H A Dadm.triggerdisplayoptions.php62 $update_values = [ variable
72 if ($update_values['custom_color'] == EVENT_CUSTOM_COLOR_ENABLED) {
73 $update_values['problem_unack_color'] = getRequest('problem_unack_color');
74 $update_values['problem_ack_color'] = getRequest('problem_ack_color');
75 $update_values['ok_unack_color'] = getRequest('ok_unack_color');
76 $update_values['ok_ack_color'] = getRequest('ok_ack_color');
80 $result = update_config($update_values);
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/frontends/php/
H A Dadm.triggerdisplayoptions.php62 $update_values = [ variable
72 if ($update_values['custom_color'] == EVENT_CUSTOM_COLOR_ENABLED) {
73 $update_values['problem_unack_color'] = getRequest('problem_unack_color');
74 $update_values['problem_ack_color'] = getRequest('problem_ack_color');
75 $update_values['ok_unack_color'] = getRequest('ok_unack_color');
76 $update_values['ok_ack_color'] = getRequest('ok_ack_color');
80 $result = update_config($update_values);
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Database/Query/
H A DUpdate.php124 $update_values = [];
127 $update_values += $data['arguments'];
131 $update_values += $data['expression']->arguments();
140 $update_values[':db_update_placeholder_' . ($max_placeholder++)] = $value;
145 $update_values = array_merge($update_values, $this->condition->arguments());
148 return $this->connection->query((string) $this, $update_values, $this->queryOptions);
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Database/Query/
H A DUpdate.php124 $update_values = [];
127 $update_values += $data['arguments'];
131 $update_values += $data['expression']->arguments();
140 $update_values[':db_update_placeholder_' . ($max_placeholder++)] = $value;
145 $update_values = array_merge($update_values, $this->condition->arguments());
148 return $this->connection->query((string) $this, $update_values, $this->queryOptions);
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/group_replication/src/sql_service/
H A Dsql_command_test.cc104 std::vector<std::string> update_values; in check_sql_command_update() local
105 update_values.push_back("4"); in check_sql_command_update()
106 update_values.push_back("5"); in check_sql_command_update()
107 update_values.push_back("6"); in check_sql_command_update()
111 assert(rset.getString(0) == update_values[i]); in check_sql_command_update()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/group_replication/src/sql_service/
H A Dsql_command_test.cc104 std::vector<std::string> update_values; in check_sql_command_update() local
105 update_values.push_back("4"); in check_sql_command_update()
106 update_values.push_back("5"); in check_sql_command_update()
107 update_values.push_back("6"); in check_sql_command_update()
111 DBUG_ASSERT(rset.getString(0) == update_values[i]); in check_sql_command_update()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/group_replication/src/sql_service/
H A Dsql_command_test.cc104 std::vector<std::string> update_values; in check_sql_command_update() local
105 update_values.push_back("4"); in check_sql_command_update()
106 update_values.push_back("5"); in check_sql_command_update()
107 update_values.push_back("6"); in check_sql_command_update()
111 assert(rset.getString(0) == update_values[i]); in check_sql_command_update()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/group_replication/src/sql_service/
H A Dsql_command_test.cc104 std::vector<std::string> update_values; in check_sql_command_update() local
105 update_values.push_back("4"); in check_sql_command_update()
106 update_values.push_back("5"); in check_sql_command_update()
107 update_values.push_back("6"); in check_sql_command_update()
111 assert(rset.getString(0) == update_values[i]); in check_sql_command_update()
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/group_replication/src/sql_service/
H A Dsql_command_test.cc104 std::vector<std::string> update_values; in check_sql_command_update() local
105 update_values.push_back("4"); in check_sql_command_update()
106 update_values.push_back("5"); in check_sql_command_update()
107 update_values.push_back("6"); in check_sql_command_update()
111 assert(rset.getString(0) == update_values[i]); in check_sql_command_update()
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/group_replication/src/sql_service/
H A Dsql_command_test.cc104 std::vector<std::string> update_values; in check_sql_command_update() local
105 update_values.push_back("4"); in check_sql_command_update()
106 update_values.push_back("5"); in check_sql_command_update()
107 update_values.push_back("6"); in check_sql_command_update()
111 assert(rset.getString(0) == update_values[i]); in check_sql_command_update()
/dports/editors/helix/helix-0.5.0/cargo-crates/cassowary-0.3.0/tests/common/
H A Dmod.rs14 fn update_values(&self, changes: &[(Variable, f64)]) { in update_values() method
28 let update_values = { in new_values() localVariable
31 values.update_values(changes); in new_values()
34 (Box::new(value_of), Box::new(update_values)) in new_values()
/dports/devel/desed/desed-1.2.0/cargo-crates/cassowary-0.3.0/tests/common/
H A Dmod.rs14 fn update_values(&self, changes: &[(Variable, f64)]) { in update_values() method
28 let update_values = { in new_values() localVariable
31 values.update_values(changes); in new_values()
34 (Box::new(value_of), Box::new(update_values)) in new_values()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/cassowary-0.3.0/tests/common/
H A Dmod.rs14 fn update_values(&self, changes: &[(Variable, f64)]) { in update_values() method
28 let update_values = { in new_values() localVariable
31 values.update_values(changes); in new_values()
34 (Box::new(value_of), Box::new(update_values)) in new_values()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/cassowary-0.3.0/tests/common/
H A Dmod.rs14 fn update_values(&self, changes: &[(Variable, f64)]) { in update_values() method
28 let update_values = { in new_values() localVariable
31 values.update_values(changes); in new_values()
34 (Box::new(value_of), Box::new(update_values)) in new_values()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/cassowary-0.3.0/tests/common/
H A Dmod.rs14 fn update_values(&self, changes: &[(Variable, f64)]) { in update_values() method
28 let update_values = { in new_values() localVariable
31 values.update_values(changes); in new_values()
34 (Box::new(value_of), Box::new(update_values)) in new_values()
/dports/net/oha/oha-0.4.7/cargo-crates/cassowary-0.3.0/tests/common/
H A Dmod.rs14 fn update_values(&self, changes: &[(Variable, f64)]) { in update_values() method
28 let update_values = { in new_values() localVariable
31 values.update_values(changes); in new_values()
34 (Box::new(value_of), Box::new(update_values)) in new_values()

12345678910>>...17