Home
last modified time | relevance | path

Searched refs:p_arguments (Results 1 – 25 of 67) sorted by relevance

123

/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Drun_settings_dialog.cpp38 void RunSettingsDialog::set_custom_arguments(const String &p_arguments) { in set_custom_arguments() argument
40 arguments->set_text(p_arguments); in set_custom_arguments()
H A Drun_settings_dialog.h62 void set_custom_arguments(const String &p_arguments);
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Drun_settings_dialog.cpp38 void RunSettingsDialog::set_custom_arguments(const String &p_arguments) { in set_custom_arguments() argument
40 arguments->set_text(p_arguments); in set_custom_arguments()
H A Drun_settings_dialog.h62 void set_custom_arguments(const String &p_arguments);
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Drun_settings_dialog.cpp37 void RunSettingsDialog::set_custom_arguments(const String &p_arguments) { in set_custom_arguments() argument
39 arguments->set_text(p_arguments); in set_custom_arguments()
H A Drun_settings_dialog.h61 void set_custom_arguments(const String &p_arguments);
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Drun_settings_dialog.cpp37 void RunSettingsDialog::set_custom_arguments(const String &p_arguments) { in set_custom_arguments() argument
39 arguments->set_text(p_arguments); in set_custom_arguments()
H A Drun_settings_dialog.h61 void set_custom_arguments(const String &p_arguments);
/dports/devel/godot2-tools/godot-2.1.6-stable/drivers/unix/
H A Dos_unix.cpp334 Error OS_Unix::execute(const String &p_path, const List<String> &p_arguments, bool p_blocking, Proc… in execute() argument
341 for (int i = 0; i < p_arguments.size(); i++) { in execute()
343 argss += String(" \"") + p_arguments[i] + "\""; in execute()
375 for (int i = 0; i < p_arguments.size(); i++) in execute()
376 cs.push_back(p_arguments[i].utf8()); in execute()
H A Dos_unix.h100 …virtual Error execute(const String &p_path, const List<String> &p_arguments, bool p_blocking, Proc…
/dports/devel/godot2/godot-2.1.6-stable/drivers/unix/
H A Dos_unix.cpp334 Error OS_Unix::execute(const String &p_path, const List<String> &p_arguments, bool p_blocking, Proc… in execute() argument
341 for (int i = 0; i < p_arguments.size(); i++) { in execute()
343 argss += String(" \"") + p_arguments[i] + "\""; in execute()
375 for (int i = 0; i < p_arguments.size(); i++) in execute()
376 cs.push_back(p_arguments[i].utf8()); in execute()
H A Dos_unix.h100 …virtual Error execute(const String &p_path, const List<String> &p_arguments, bool p_blocking, Proc…
/dports/science/cdo/cdo-2.0.0/src/
H A Dprocess.cc47 …::Process(int p_ID, const std::string &p_operatorName, const std::vector<std::string> &p_arguments) in Process() argument
51 init_process(p_operatorName, p_arguments); in Process()
61 …ocess::init_process(const std::string &p_operatorName, const std::vector<std::string> &p_arguments) in init_process() argument
67 m_oargv = p_arguments; in init_process()
H A Dprocess.h149 void init_process(const std::string &p_operatorName, const std::vector<std::string> &p_arguments);
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/unix/
H A Dos_unix.cpp282 Error OS_Unix::execute(const String &p_path, const List<String> &p_arguments, bool p_blocking, Proc… in execute() argument
294 for (int i = 0; i < p_arguments.size(); i++) { in execute()
296 argss += String(" \"") + p_arguments[i] + "\""; in execute()
341 for (int i = 0; i < p_arguments.size(); i++) in execute()
342 cs.push_back(p_arguments[i].utf8()); in execute()
H A Dos_unix.h88 …virtual Error execute(const String &p_path, const List<String> &p_arguments, bool p_blocking = tru…
/dports/devel/godot/godot-3.2.3-stable/drivers/unix/
H A Dos_unix.cpp282 Error OS_Unix::execute(const String &p_path, const List<String> &p_arguments, bool p_blocking, Proc… in execute() argument
294 for (int i = 0; i < p_arguments.size(); i++) { in execute()
296 argss += String(" \"") + p_arguments[i] + "\""; in execute()
341 for (int i = 0; i < p_arguments.size(); i++) in execute()
342 cs.push_back(p_arguments[i].utf8()); in execute()
H A Dos_unix.h88 …virtual Error execute(const String &p_path, const List<String> &p_arguments, bool p_blocking = tru…
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/
H A Dgdnative.h162 …Variant call_native(StringName p_native_call_type, StringName p_procedure_name, Array p_arguments
H A Dgdnative.cpp472 …ative::call_native(StringName p_native_call_type, StringName p_procedure_name, Array p_arguments) { in call_native() argument
491 godot_variant result = E->get()(procedure_handle, (godot_array *)&p_arguments); in call_native()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/
H A Dgdnative.h162 …Variant call_native(StringName p_native_call_type, StringName p_procedure_name, Array p_arguments
H A Dgdnative.cpp472 …ative::call_native(StringName p_native_call_type, StringName p_procedure_name, Array p_arguments) { in call_native() argument
491 godot_variant result = E->get()(procedure_handle, (godot_array *)&p_arguments); in call_native()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/javascript/
H A Dos_javascript.h160 …virtual Error execute(const String &p_path, const List<String> &p_arguments, bool p_blocking = tru…
/dports/devel/godot/godot-3.2.3-stable/platform/javascript/
H A Dos_javascript.h160 …virtual Error execute(const String &p_path, const List<String> &p_arguments, bool p_blocking = tru…
/dports/devel/godot2/godot-2.1.6-stable/platform/winrt/
H A Dos_winrt.h229 …virtual Error execute(const String &p_path, const List<String> &p_arguments, bool p_blocking, Proc…

123