Home
last modified time | relevance | path

Searched refs:command_input (Results 1 – 25 of 32) sorted by relevance

12

/dports/games/augustus/augustus-3.1.0/src/window/
H A Dconsole.c26 static input_box command_input = { 160, 208, 20, 2, FONT_NORMAL_WHITE, 1, (uint8_t *) command, MAX_… variable
30 input_box_start(&command_input); in init()
40 input_box_draw(&command_input); in draw_foreground()
50 if (input_box_handle_mouse(m_dialog, &command_input) || in handle_input()
54 if (input_box_is_accepted(&command_input)) { in handle_input()
65 input_box_stop(&command_input); in button_back()
72 string_copy(command_input.text, command_copy, MAX_COMMAND_SIZE); in send_command()
/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/tests/utils/
H A Dtest_shell_util.py270 command_input = 'TEST STRING'
271 output = shellutil.run_command(["cat"], input=command_input)
272 …self.assertEqual(output, command_input, "The command did not process its input correctly; the outp…
275 command_input = 'TEST BYTES'
276 output = shellutil.run_command(["cat"], input=command_input)
277 …self.assertEqual(output, command_input, "The command did not process its input correctly; the outp…
280 command_input = 'TEST STRING\n'
282 input_file.write(command_input.encode())
287 …self.assertEqual(output, command_input, "The command did not process its input correctly; the outp…
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/lookup/
H A Donepassword.py138 rc, out, err = self._run(args, command_input=to_bytes(self.master_password))
186 rc, out, err = self._run(args, command_input=to_bytes(self.master_password))
189 def _run(self, args, expected_rc=0, command_input=None, ignore_errors=False): argument
192 out, err = p.communicate(input=command_input)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/lookup/
H A Donepassword.py135 rc, out, err = self._run(args, command_input=to_bytes(self.master_password))
183 rc, out, err = self._run(args, command_input=to_bytes(self.master_password))
186 def _run(self, args, expected_rc=0, command_input=None, ignore_errors=False): argument
189 out, err = p.communicate(input=command_input)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/identity/
H A D_onepassword_facts.py197 def _run(self, args, expected_rc=0, command_input=None, ignore_errors=False): argument
204 out, err = p.communicate(input=command_input)
299 … rc, out, err = self._run(args, command_input=to_bytes(self.auto_login['master_password']))
324 … rc, out, err = self._run(args, command_input=to_bytes(self.auto_login['master_password']))
H A Donepassword_info.py197 def _run(self, args, expected_rc=0, command_input=None, ignore_errors=False): argument
204 out, err = p.communicate(input=command_input)
299 … rc, out, err = self._run(args, command_input=to_bytes(self.auto_login['master_password']))
324 … rc, out, err = self._run(args, command_input=to_bytes(self.auto_login['master_password']))
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/identity/
H A Donepassword_info.py190 def _run(self, args, expected_rc=0, command_input=None, ignore_errors=False): argument
197 out, err = p.communicate(input=command_input)
292 … rc, out, err = self._run(args, command_input=to_bytes(self.auto_login['master_password']))
317 … rc, out, err = self._run(args, command_input=to_bytes(self.auto_login['master_password']))
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Donepassword_info.py190 def _run(self, args, expected_rc=0, command_input=None, ignore_errors=False): argument
197 out, err = p.communicate(input=command_input)
292 … rc, out, err = self._run(args, command_input=to_bytes(self.auto_login['master_password']))
317 … rc, out, err = self._run(args, command_input=to_bytes(self.auto_login['master_password']))
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomview/x11/
H A Dgvcommands.c48 static void command_input(Widget, XtPointer, XmAnyCallbackStruct *);
93 XtAddCallback(commtext, XmNactivateCallback, (XtCallbackProc) command_input, in ui_load_commandspanel()
126 static void command_input(Widget w, XtPointer data, XmAnyCallbackStruct *cbs) in command_input() function
/dports/net-mgmt/py-pyeapi/pyeapi-0.8.4/pyeapi/api/
H A Dsystem.py179 command_input = dict(cmd=command_string, input=value)
180 return self.configure([command_input])
/dports/emulators/cannonball/cannonball-0.34/src/main/engine/audio/
H A Dosoundint.cpp106 osound.command_input = queue[sound_head]; in play_queued_sound()
112 osound.command_input = sound::RESET; in play_queued_sound()
H A Dosound.cpp46 command_input = 0; in init()
71 command_input = sound::RESET; in init_fm_chip()
116 if (command_input == sound::RESET) in process_command()
119 else if (command_input < 0x80 || command_input >= 0xFF) in process_command()
122 if (command_input == sound::FM_RESET || command_input == 0xFF) in process_command()
125 command_input = sound::RESET; in process_command()
130 uint8_t cmd = command_input; in process_command()
131 command_input = sound::RESET; in process_command()
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/dms/
H A Dcustom.py233 command_input = MigrateSyncCompleteCommandInput(database_name=object_name)
239 command_input,
250 command_input, argument
256 command_properties_params = {'input': command_input}
/dports/sysutils/mcfly/mcfly-0.5.11/src/
H A Dlib.rs1 pub mod command_input; module
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dsources.am5 command_input.rb \
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dsources.am5 command_input.rb \
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dsources.am5 command_input.rb \
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dsources.am5 command_input.rb \
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dsources.am5 command_input.rb \
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dsources.am5 command_input.rb \
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/build/src/engine/
H A Ddebugger.cpp74 static FILE * command_input; variable
1046 command_input = _fdopen( read_fd, "r" ); in debug_init_handles()
1232 command_input = fdopen( read_fd, "r" ); in debug_start_child()
2601 command_input = stdin; in debugger()
2706 while( ( ch = fgetc( command_input ) ) != EOF ) in read_command()
2727 if ( feof( command_input ) ) in debug_listen()
/dports/devel/boost-jam/boost_1_72_0/tools/build/src/engine/
H A Ddebugger.cpp74 static FILE * command_input; variable
1073 command_input = _fdopen( read_fd, "r" ); in debug_init_handles()
1262 command_input = fdopen( read_fd, "r" ); in debug_start_child()
2663 command_input = stdin; in debugger()
2768 while( ( ch = fgetc( command_input ) ) != EOF ) in read_command()
2789 if ( feof( command_input ) ) in debug_listen()
/dports/devel/boost-docs/boost_1_72_0/tools/build/src/engine/
H A Ddebugger.cpp74 static FILE * command_input; variable
1073 command_input = _fdopen( read_fd, "r" ); in debug_init_handles()
1262 command_input = fdopen( read_fd, "r" ); in debug_start_child()
2663 command_input = stdin; in debugger()
2768 while( ( ch = fgetc( command_input ) ) != EOF ) in read_command()
2789 if ( feof( command_input ) ) in debug_listen()
/dports/devel/boost-libs/boost_1_72_0/tools/build/src/engine/
H A Ddebugger.cpp74 static FILE * command_input; variable
1073 command_input = _fdopen( read_fd, "r" ); in debug_init_handles()
1262 command_input = fdopen( read_fd, "r" ); in debug_start_child()
2663 command_input = stdin; in debugger()
2768 while( ( ch = fgetc( command_input ) ) != EOF ) in read_command()
2789 if ( feof( command_input ) ) in debug_listen()
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/src/engine/
H A Ddebugger.cpp74 static FILE * command_input; variable
1073 command_input = _fdopen( read_fd, "r" ); in debug_init_handles()
1262 command_input = fdopen( read_fd, "r" ); in debug_start_child()
2663 command_input = stdin; in debugger()
2768 while( ( ch = fgetc( command_input ) ) != EOF ) in read_command()
2789 if ( feof( command_input ) ) in debug_listen()

12