Home
last modified time | relevance | path

Searched refs:getInput (Results 1 – 25 of 2692) sorted by relevance

12345678910>>...108

/dports/www/joomla3/joomla3-3.9.24/templates/beez3/html/com_content/form/
H A Dedit.php57 <?php echo $this->form->getInput('title'); ?>
67 <?php echo $this->form->getInput('alias'); ?>
83 <?php echo $this->form->getInput('articletext'); ?>
236 <?php echo $this->form->getInput('catid'); ?>
244 <?php echo $this->form->getInput('tags'); ?>
252 <?php echo $this->form->getInput('note'); ?>
279 <?php echo $this->form->getInput('state'); ?>
314 <?php echo $this->form->getInput('access'); ?>
335 <?php echo $this->form->getInput('language'); ?>
348 <?php echo $this->form->getInput('metadesc'); ?>
[all …]
/dports/www/joomla3/joomla3-3.9.24/administrator/templates/hathor/html/com_contact/contact/
H A Dedit.php42 <?php echo $this->form->getInput('name'); ?></li>
45 <?php echo $this->form->getInput('alias'); ?></li>
48 <?php echo $this->form->getInput('user_id'); ?></li>
51 <?php echo $this->form->getInput('catid'); ?></li>
57 <?php echo $this->form->getInput('access'); ?></li>
60 <?php echo $this->form->getInput('ordering'); ?></li>
71 <?php echo $this->form->getInput('tags'); ?>
81 <?php echo $this->form->getInput('id'); ?></li>
86 <?php echo $this->form->getInput('misc'); ?>
130 <?php echo $this->form->getInput('image'); ?></li>
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/app/controllers/
H A DCControllerScriptUpdate.php81 'scriptids' => $this->getInput('scriptid'),
97 $script['usrgrpid'] = $this->getInput('usrgrpid', 0);
102 $script['command'] = $this->getInput('command', '');
111 $script['command'] = $this->getInput('command', '');
112 $script['username'] = $this->getInput('username', '');
113 $script['port'] = $this->getInput('port', '');
127 $script['command'] = $this->getInput('command', '');
130 $script['port'] = $this->getInput('port', '');
134 $script['command'] = $this->getInput('script', '');
137 $parameters = $this->getInput('parameters', []);
[all …]
H A DCControllerTrigDisplayUpdate.php76 CSettingsHelper::OK_UNACK_STYLE => $this->getInput('ok_unack_style'),
77 CSettingsHelper::OK_ACK_STYLE => $this->getInput('ok_ack_style'),
78 CSettingsHelper::OK_PERIOD => trim($this->getInput('ok_period')),
79 CSettingsHelper::BLINK_PERIOD => trim($this->getInput('blink_period')),
80 CSettingsHelper::SEVERITY_NAME_0 => $this->getInput('severity_name_0'),
82 CSettingsHelper::SEVERITY_NAME_1 => $this->getInput('severity_name_1'),
84 CSettingsHelper::SEVERITY_NAME_2 => $this->getInput('severity_name_2'),
86 CSettingsHelper::SEVERITY_NAME_3 => $this->getInput('severity_name_3'),
88 CSettingsHelper::SEVERITY_NAME_4 => $this->getInput('severity_name_4'),
90 CSettingsHelper::SEVERITY_NAME_5 => $this->getInput('severity_name_5'),
[all …]
H A DCControllerScriptCreate.php88 $script['usrgrpid'] = $this->getInput('usrgrpid', 0);
93 $script['command'] = $this->getInput('command', '');
102 $script['command'] = $this->getInput('command', '');
103 $script['username'] = $this->getInput('username', '');
104 $script['port'] = $this->getInput('port', '');
118 $script['command'] = $this->getInput('command', '');
119 $script['username'] = $this->getInput('username', '');
121 $script['port'] = $this->getInput('port', '');
125 $script['command'] = $this->getInput('script', '');
127 $parameters = $this->getInput('parameters', []);
[all …]
H A DCControllerTrigDisplayEdit.php77 'ok_unack_color' => $this->getInput('ok_unack_color', CSettingsHelper::get(
87 'ok_unack_style' => $this->getInput('ok_unack_style', CSettingsHelper::get(
93 'severity_name_0' => $this->getInput('severity_name_0', CSettingsHelper::get(
96 'severity_color_0' => $this->getInput('severity_color_0', CSettingsHelper::get(
99 'severity_name_1' => $this->getInput('severity_name_1', CSettingsHelper::get(
102 'severity_color_1' => $this->getInput('severity_color_1', CSettingsHelper::get(
105 'severity_name_2' => $this->getInput('severity_name_2', CSettingsHelper::get(
108 'severity_color_2' => $this->getInput('severity_color_2', CSettingsHelper::get(
111 'severity_name_3' => $this->getInput('severity_name_3', CSettingsHelper::get(
117 'severity_name_4' => $this->getInput('severity_name_4', CSettingsHelper::get(
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/app/controllers/
H A DCControllerScriptUpdate.php81 'scriptids' => $this->getInput('scriptid'),
97 $script['usrgrpid'] = $this->getInput('usrgrpid', 0);
102 $script['command'] = $this->getInput('command', '');
111 $script['command'] = $this->getInput('command', '');
112 $script['username'] = $this->getInput('username', '');
113 $script['port'] = $this->getInput('port', '');
127 $script['command'] = $this->getInput('command', '');
130 $script['port'] = $this->getInput('port', '');
134 $script['command'] = $this->getInput('script', '');
137 $parameters = $this->getInput('parameters', []);
[all …]
H A DCControllerTrigDisplayUpdate.php76 CSettingsHelper::OK_UNACK_STYLE => $this->getInput('ok_unack_style'),
77 CSettingsHelper::OK_ACK_STYLE => $this->getInput('ok_ack_style'),
78 CSettingsHelper::OK_PERIOD => trim($this->getInput('ok_period')),
79 CSettingsHelper::BLINK_PERIOD => trim($this->getInput('blink_period')),
80 CSettingsHelper::SEVERITY_NAME_0 => $this->getInput('severity_name_0'),
82 CSettingsHelper::SEVERITY_NAME_1 => $this->getInput('severity_name_1'),
84 CSettingsHelper::SEVERITY_NAME_2 => $this->getInput('severity_name_2'),
86 CSettingsHelper::SEVERITY_NAME_3 => $this->getInput('severity_name_3'),
88 CSettingsHelper::SEVERITY_NAME_4 => $this->getInput('severity_name_4'),
90 CSettingsHelper::SEVERITY_NAME_5 => $this->getInput('severity_name_5'),
[all …]
H A DCControllerScriptCreate.php88 $script['usrgrpid'] = $this->getInput('usrgrpid', 0);
93 $script['command'] = $this->getInput('command', '');
102 $script['command'] = $this->getInput('command', '');
103 $script['username'] = $this->getInput('username', '');
104 $script['port'] = $this->getInput('port', '');
118 $script['command'] = $this->getInput('command', '');
119 $script['username'] = $this->getInput('username', '');
121 $script['port'] = $this->getInput('port', '');
125 $script['command'] = $this->getInput('script', '');
127 $parameters = $this->getInput('parameters', []);
[all …]
H A DCControllerTrigDisplayEdit.php77 'ok_unack_color' => $this->getInput('ok_unack_color', CSettingsHelper::get(
87 'ok_unack_style' => $this->getInput('ok_unack_style', CSettingsHelper::get(
93 'severity_name_0' => $this->getInput('severity_name_0', CSettingsHelper::get(
96 'severity_color_0' => $this->getInput('severity_color_0', CSettingsHelper::get(
99 'severity_name_1' => $this->getInput('severity_name_1', CSettingsHelper::get(
102 'severity_color_1' => $this->getInput('severity_color_1', CSettingsHelper::get(
105 'severity_name_2' => $this->getInput('severity_name_2', CSettingsHelper::get(
108 'severity_color_2' => $this->getInput('severity_color_2', CSettingsHelper::get(
111 'severity_name_3' => $this->getInput('severity_name_3', CSettingsHelper::get(
117 'severity_name_4' => $this->getInput('severity_name_4', CSettingsHelper::get(
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/app/controllers/
H A DCControllerScriptUpdate.php81 'scriptids' => $this->getInput('scriptid'),
97 $script['usrgrpid'] = $this->getInput('usrgrpid', 0);
102 $script['command'] = $this->getInput('command', '');
111 $script['command'] = $this->getInput('command', '');
112 $script['username'] = $this->getInput('username', '');
113 $script['port'] = $this->getInput('port', '');
127 $script['command'] = $this->getInput('command', '');
130 $script['port'] = $this->getInput('port', '');
134 $script['command'] = $this->getInput('script', '');
137 $parameters = $this->getInput('parameters', []);
[all …]
H A DCControllerTrigDisplayUpdate.php76 CSettingsHelper::OK_UNACK_STYLE => $this->getInput('ok_unack_style'),
77 CSettingsHelper::OK_ACK_STYLE => $this->getInput('ok_ack_style'),
78 CSettingsHelper::OK_PERIOD => trim($this->getInput('ok_period')),
79 CSettingsHelper::BLINK_PERIOD => trim($this->getInput('blink_period')),
80 CSettingsHelper::SEVERITY_NAME_0 => $this->getInput('severity_name_0'),
82 CSettingsHelper::SEVERITY_NAME_1 => $this->getInput('severity_name_1'),
84 CSettingsHelper::SEVERITY_NAME_2 => $this->getInput('severity_name_2'),
86 CSettingsHelper::SEVERITY_NAME_3 => $this->getInput('severity_name_3'),
88 CSettingsHelper::SEVERITY_NAME_4 => $this->getInput('severity_name_4'),
90 CSettingsHelper::SEVERITY_NAME_5 => $this->getInput('severity_name_5'),
[all …]
H A DCControllerScriptCreate.php88 $script['usrgrpid'] = $this->getInput('usrgrpid', 0);
93 $script['command'] = $this->getInput('command', '');
102 $script['command'] = $this->getInput('command', '');
103 $script['username'] = $this->getInput('username', '');
104 $script['port'] = $this->getInput('port', '');
118 $script['command'] = $this->getInput('command', '');
119 $script['username'] = $this->getInput('username', '');
121 $script['port'] = $this->getInput('port', '');
125 $script['command'] = $this->getInput('script', '');
127 $parameters = $this->getInput('parameters', []);
[all …]
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/app/controllers/
H A DCControllerScriptUpdate.php81 'scriptids' => $this->getInput('scriptid'),
97 $script['usrgrpid'] = $this->getInput('usrgrpid', 0);
102 $script['command'] = $this->getInput('command', '');
111 $script['command'] = $this->getInput('command', '');
112 $script['username'] = $this->getInput('username', '');
113 $script['port'] = $this->getInput('port', '');
127 $script['command'] = $this->getInput('command', '');
130 $script['port'] = $this->getInput('port', '');
134 $script['command'] = $this->getInput('script', '');
137 $parameters = $this->getInput('parameters', []);
[all …]
H A DCControllerTrigDisplayUpdate.php76 CSettingsHelper::OK_UNACK_STYLE => $this->getInput('ok_unack_style'),
77 CSettingsHelper::OK_ACK_STYLE => $this->getInput('ok_ack_style'),
78 CSettingsHelper::OK_PERIOD => trim($this->getInput('ok_period')),
79 CSettingsHelper::BLINK_PERIOD => trim($this->getInput('blink_period')),
80 CSettingsHelper::SEVERITY_NAME_0 => $this->getInput('severity_name_0'),
82 CSettingsHelper::SEVERITY_NAME_1 => $this->getInput('severity_name_1'),
84 CSettingsHelper::SEVERITY_NAME_2 => $this->getInput('severity_name_2'),
86 CSettingsHelper::SEVERITY_NAME_3 => $this->getInput('severity_name_3'),
88 CSettingsHelper::SEVERITY_NAME_4 => $this->getInput('severity_name_4'),
90 CSettingsHelper::SEVERITY_NAME_5 => $this->getInput('severity_name_5'),
[all …]
H A DCControllerScriptCreate.php88 $script['usrgrpid'] = $this->getInput('usrgrpid', 0);
93 $script['command'] = $this->getInput('command', '');
102 $script['command'] = $this->getInput('command', '');
103 $script['username'] = $this->getInput('username', '');
104 $script['port'] = $this->getInput('port', '');
118 $script['command'] = $this->getInput('command', '');
119 $script['username'] = $this->getInput('username', '');
121 $script['port'] = $this->getInput('port', '');
125 $script['command'] = $this->getInput('script', '');
127 $parameters = $this->getInput('parameters', []);
[all …]
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/app/controllers/
H A DCControllerScriptUpdate.php81 'scriptids' => $this->getInput('scriptid'),
97 $script['usrgrpid'] = $this->getInput('usrgrpid', 0);
102 $script['command'] = $this->getInput('command', '');
111 $script['command'] = $this->getInput('command', '');
112 $script['username'] = $this->getInput('username', '');
113 $script['port'] = $this->getInput('port', '');
127 $script['command'] = $this->getInput('command', '');
130 $script['port'] = $this->getInput('port', '');
134 $script['command'] = $this->getInput('script', '');
137 $parameters = $this->getInput('parameters', []);
[all …]
H A DCControllerTrigDisplayUpdate.php76 CSettingsHelper::OK_UNACK_STYLE => $this->getInput('ok_unack_style'),
77 CSettingsHelper::OK_ACK_STYLE => $this->getInput('ok_ack_style'),
78 CSettingsHelper::OK_PERIOD => trim($this->getInput('ok_period')),
79 CSettingsHelper::BLINK_PERIOD => trim($this->getInput('blink_period')),
80 CSettingsHelper::SEVERITY_NAME_0 => $this->getInput('severity_name_0'),
82 CSettingsHelper::SEVERITY_NAME_1 => $this->getInput('severity_name_1'),
84 CSettingsHelper::SEVERITY_NAME_2 => $this->getInput('severity_name_2'),
86 CSettingsHelper::SEVERITY_NAME_3 => $this->getInput('severity_name_3'),
88 CSettingsHelper::SEVERITY_NAME_4 => $this->getInput('severity_name_4'),
90 CSettingsHelper::SEVERITY_NAME_5 => $this->getInput('severity_name_5'),
[all …]
H A DCControllerScriptCreate.php88 $script['usrgrpid'] = $this->getInput('usrgrpid', 0);
93 $script['command'] = $this->getInput('command', '');
102 $script['command'] = $this->getInput('command', '');
103 $script['username'] = $this->getInput('username', '');
104 $script['port'] = $this->getInput('port', '');
118 $script['command'] = $this->getInput('command', '');
119 $script['username'] = $this->getInput('username', '');
121 $script['port'] = $this->getInput('port', '');
125 $script['command'] = $this->getInput('script', '');
127 $parameters = $this->getInput('parameters', []);
[all …]
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/stunts3dedit/
H A Dgeneralfuncs.cpp32 switch(getInput("Your choice: ").toInt()) in loadFunc()
35 obj2.loadGLTFile(getInput("Enter filename: ")); break; in loadFunc()
37 obj2.loadGLBFile(getInput("Enter filename: ")); break; in loadFunc()
39 obj2.loadRAWFile(getInput("Enter filename: ")); break; in loadFunc()
41 obj2.loadLWOFile(getInput("Enter filename: ")); break; in loadFunc()
43 obj2.load3DSFile(getInput("Enter filename: ")); break; in loadFunc()
45 obj2.loadOBJFile(getInput("Enter filename: ")); break; in loadFunc()
60 switch(getInput("Your choice: ").toInt()) in loadFunc()
63 graphobj->loadGLTFile(getInput("Enter filename: ")); break; in loadFunc()
86 switch(getInput("Your choice: ").toInt()) in saveFunc()
[all …]
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/app/controllers/
H A DCControllerHousekeepingEdit.php68 'hk_events_mode' => $this->getInput('hk_events_mode', $config['hk_events_mode']),
73 'hk_services_mode' => $this->getInput('hk_services_mode', $config['hk_services_mode']),
74 'hk_services' => $this->getInput('hk_services', $config['hk_services']),
75 'hk_audit_mode' => $this->getInput('hk_audit_mode', $config['hk_audit_mode']),
76 'hk_audit' => $this->getInput('hk_audit', $config['hk_audit']),
78 'hk_sessions' => $this->getInput('hk_sessions', $config['hk_sessions']),
79 'hk_history_mode' => $this->getInput('hk_history_mode', $config['hk_history_mode']),
81 'hk_history' => $this->getInput('hk_history', $config['hk_history']),
82 'hk_trends_mode' => $this->getInput('hk_trends_mode', $config['hk_trends_mode']),
84 'hk_trends' => $this->getInput('hk_trends', $config['hk_trends']),
[all …]
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/app/controllers/
H A DCControllerHousekeepingEdit.php68 'hk_events_mode' => $this->getInput('hk_events_mode', $config['hk_events_mode']),
73 'hk_services_mode' => $this->getInput('hk_services_mode', $config['hk_services_mode']),
74 'hk_services' => $this->getInput('hk_services', $config['hk_services']),
75 'hk_audit_mode' => $this->getInput('hk_audit_mode', $config['hk_audit_mode']),
76 'hk_audit' => $this->getInput('hk_audit', $config['hk_audit']),
78 'hk_sessions' => $this->getInput('hk_sessions', $config['hk_sessions']),
79 'hk_history_mode' => $this->getInput('hk_history_mode', $config['hk_history_mode']),
81 'hk_history' => $this->getInput('hk_history', $config['hk_history']),
82 'hk_trends_mode' => $this->getInput('hk_trends_mode', $config['hk_trends_mode']),
84 'hk_trends' => $this->getInput('hk_trends', $config['hk_trends']),
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/app/controllers/
H A DCControllerHousekeepingEdit.php68 'hk_events_mode' => $this->getInput('hk_events_mode', $config['hk_events_mode']),
73 'hk_services_mode' => $this->getInput('hk_services_mode', $config['hk_services_mode']),
74 'hk_services' => $this->getInput('hk_services', $config['hk_services']),
75 'hk_audit_mode' => $this->getInput('hk_audit_mode', $config['hk_audit_mode']),
76 'hk_audit' => $this->getInput('hk_audit', $config['hk_audit']),
78 'hk_sessions' => $this->getInput('hk_sessions', $config['hk_sessions']),
79 'hk_history_mode' => $this->getInput('hk_history_mode', $config['hk_history_mode']),
81 'hk_history' => $this->getInput('hk_history', $config['hk_history']),
82 'hk_trends_mode' => $this->getInput('hk_trends_mode', $config['hk_trends_mode']),
84 'hk_trends' => $this->getInput('hk_trends', $config['hk_trends']),
[all …]
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/app/controllers/
H A DCControllerHousekeepingEdit.php68 'hk_events_mode' => $this->getInput('hk_events_mode', $config['hk_events_mode']),
73 'hk_services_mode' => $this->getInput('hk_services_mode', $config['hk_services_mode']),
74 'hk_services' => $this->getInput('hk_services', $config['hk_services']),
75 'hk_audit_mode' => $this->getInput('hk_audit_mode', $config['hk_audit_mode']),
76 'hk_audit' => $this->getInput('hk_audit', $config['hk_audit']),
78 'hk_sessions' => $this->getInput('hk_sessions', $config['hk_sessions']),
79 'hk_history_mode' => $this->getInput('hk_history_mode', $config['hk_history_mode']),
81 'hk_history' => $this->getInput('hk_history', $config['hk_history']),
82 'hk_trends_mode' => $this->getInput('hk_trends_mode', $config['hk_trends_mode']),
84 'hk_trends' => $this->getInput('hk_trends', $config['hk_trends']),
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/app/controllers/
H A DCControllerHousekeepingEdit.php68 'hk_events_mode' => $this->getInput('hk_events_mode', $config['hk_events_mode']),
73 'hk_services_mode' => $this->getInput('hk_services_mode', $config['hk_services_mode']),
74 'hk_services' => $this->getInput('hk_services', $config['hk_services']),
75 'hk_audit_mode' => $this->getInput('hk_audit_mode', $config['hk_audit_mode']),
76 'hk_audit' => $this->getInput('hk_audit', $config['hk_audit']),
78 'hk_sessions' => $this->getInput('hk_sessions', $config['hk_sessions']),
79 'hk_history_mode' => $this->getInput('hk_history_mode', $config['hk_history_mode']),
81 'hk_history' => $this->getInput('hk_history', $config['hk_history']),
82 'hk_trends_mode' => $this->getInput('hk_trends_mode', $config['hk_trends_mode']),
84 'hk_trends' => $this->getInput('hk_trends', $config['hk_trends']),
[all …]

12345678910>>...108