Home
last modified time | relevance | path

Searched refs:p_debug (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/schema/
H A DSchemaScanner.cpp36 SchemaScanner :: Init ( const char * p_source, size_t p_size, bool p_debug ) in Init() argument
43 if ( p_debug ) in Init()
49 SchemaScanner :: SchemaScanner ( const char * p_source, size_t p_size, bool p_debug ) in SchemaScanner() argument
51 Init ( p_source, p_size, p_debug ); in SchemaScanner()
54 SchemaScanner :: SchemaScanner ( const char * p_source, bool p_debug ) in SchemaScanner() argument
56 Init ( p_source, string_size ( p_source ), p_debug ); in SchemaScanner()
H A DSchemaScanner.hpp39 SchemaScanner ( const char * source, bool p_debug = false ); // NUL-terminated
40 SchemaScanner ( const char * source, size_t p_size, bool p_debug );
49 void Init ( const char * p_source, size_t p_size, bool p_debug );
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/schema/
H A DSchemaScanner.cpp36 SchemaScanner :: Init ( const char * p_source, size_t p_size, bool p_debug ) in Init() argument
43 if ( p_debug ) in Init()
49 SchemaScanner :: SchemaScanner ( const char * p_source, size_t p_size, bool p_debug ) in SchemaScanner() argument
51 Init ( p_source, p_size, p_debug ); in SchemaScanner()
54 SchemaScanner :: SchemaScanner ( const char * p_source, bool p_debug ) in SchemaScanner() argument
56 Init ( p_source, string_size ( p_source ), p_debug ); in SchemaScanner()
H A DSchemaScanner.hpp39 SchemaScanner ( const char * source, bool p_debug = false ); // NUL-terminated
40 SchemaScanner ( const char * source, size_t p_size, bool p_debug );
49 void Init ( const char * p_source, size_t p_size, bool p_debug );
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/javascript/export/
H A Dexport.cpp54 void _fix_html(Vector<uint8_t> &p_html, const String &p_name, bool p_debug);
87 virtual bool requires_password(bool p_debug) const { return false; } in requires_password()
89 virtual Error export_project(const String &p_path, bool p_debug, int p_flags = 0);
167 …rExportPlatformJavaScript::_fix_html(Vector<uint8_t> &p_html, const String &p_name, bool p_debug) { in _fix_html() argument
188 current_line = current_line.replace("$GODOT_DEBUG_ENABLED", p_debug ? "true" : "false"); in _fix_html()
226 Error EditorExportPlatformJavaScript::export_project(const String &p_path, bool p_debug, int p_flag… in export_project() argument
232 if (p_debug) in export_project()
239 if (p_debug) { in export_project()
299 _fix_html(data, p_path.get_file().basename(), p_debug); in export_project()
/dports/devel/godot2/godot-2.1.6-stable/platform/javascript/export/
H A Dexport.cpp54 void _fix_html(Vector<uint8_t> &p_html, const String &p_name, bool p_debug);
87 virtual bool requires_password(bool p_debug) const { return false; } in requires_password()
89 virtual Error export_project(const String &p_path, bool p_debug, int p_flags = 0);
167 …rExportPlatformJavaScript::_fix_html(Vector<uint8_t> &p_html, const String &p_name, bool p_debug) { in _fix_html() argument
188 current_line = current_line.replace("$GODOT_DEBUG_ENABLED", p_debug ? "true" : "false"); in _fix_html()
226 Error EditorExportPlatformJavaScript::export_project(const String &p_path, bool p_debug, int p_flag… in export_project() argument
232 if (p_debug) in export_project()
239 if (p_debug) { in export_project()
299 _fix_html(data, p_path.get_file().basename(), p_debug); in export_project()
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/mission-control-plugins/
H A Ddebug.c41 const gchar *p_debug = g_getenv ("MCP_DEBUG"); in mcp_debug_init() local
47 if (p_debug != NULL) in mcp_debug_init()
48 debug = p_debug; in mcp_debug_init()
/dports/databases/pg_partman/pg_partman-4.5.1/updates/
H A Dpg_partman--2.2.0--2.2.1.sql12 …ULT NULL, p_analyze boolean DEFAULT true, p_jobmon boolean DEFAULT true, p_debug boolean DEFAULT f…
131 IF p_debug THEN
186 IF p_debug THEN
211 IF p_debug THEN
220 IF p_debug THEN
289 IF p_debug THEN
308 ….apply_constraints(p_parent_table := v_row.parent_table, p_job_id := v_job_id, p_debug := p_debug);
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Deditor_run_native.cpp154 void EditorRunNative::set_debug_collisions(bool p_debug) { in set_debug_collisions() argument
156 debug_collisions = p_debug; in set_debug_collisions()
164 void EditorRunNative::set_debug_navigation(bool p_debug) { in set_debug_navigation() argument
166 debug_navigation = p_debug; in set_debug_navigation()
H A Deditor_run.cpp180 void EditorRun::set_debug_collisions(bool p_debug) { in set_debug_collisions() argument
182 debug_collisions = p_debug; in set_debug_collisions()
190 void EditorRun::set_debug_navigation(bool p_debug) { in set_debug_navigation() argument
192 debug_navigation = p_debug; in set_debug_navigation()
H A Deditor_run_native.h60 void set_debug_collisions(bool p_debug);
63 void set_debug_navigation(bool p_debug);
H A Deditor_run.h59 void set_debug_collisions(bool p_debug);
62 void set_debug_navigation(bool p_debug);
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Deditor_run_native.cpp154 void EditorRunNative::set_debug_collisions(bool p_debug) { in set_debug_collisions() argument
156 debug_collisions = p_debug; in set_debug_collisions()
164 void EditorRunNative::set_debug_navigation(bool p_debug) { in set_debug_navigation() argument
166 debug_navigation = p_debug; in set_debug_navigation()
H A Deditor_run.cpp180 void EditorRun::set_debug_collisions(bool p_debug) { in set_debug_collisions() argument
182 debug_collisions = p_debug; in set_debug_collisions()
190 void EditorRun::set_debug_navigation(bool p_debug) { in set_debug_navigation() argument
192 debug_navigation = p_debug; in set_debug_navigation()
H A Deditor_run_native.h60 void set_debug_collisions(bool p_debug);
63 void set_debug_navigation(bool p_debug);
H A Deditor_run.h59 void set_debug_collisions(bool p_debug);
62 void set_debug_navigation(bool p_debug);
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_run_native.cpp182 void EditorRunNative::set_debug_collisions(bool p_debug) { in set_debug_collisions() argument
184 debug_collisions = p_debug; in set_debug_collisions()
192 void EditorRunNative::set_debug_navigation(bool p_debug) { in set_debug_navigation() argument
194 debug_navigation = p_debug; in set_debug_navigation()
H A Deditor_run_native.h64 void set_debug_collisions(bool p_debug);
67 void set_debug_navigation(bool p_debug);
H A Deditor_export.h210 …xportPlatform &p_platform, const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_…
271 …virtual Error export_project(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &…
272 …virtual Error export_pack(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_p…
273 …virtual Error export_zip(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_pa…
320 …void _export_begin_script(const PoolVector<String> &p_features, bool p_debug, const String &p_path…
341 …virtual void _export_begin(const Set<String> &p_features, bool p_debug, const String &p_path, int …
439 …virtual Error export_project(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &…
440 …virtual Error sign_shared_object(const Ref<EditorExportPreset> &p_preset, bool p_debug, const Stri…
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_run_native.cpp182 void EditorRunNative::set_debug_collisions(bool p_debug) { in set_debug_collisions() argument
184 debug_collisions = p_debug; in set_debug_collisions()
192 void EditorRunNative::set_debug_navigation(bool p_debug) { in set_debug_navigation() argument
194 debug_navigation = p_debug; in set_debug_navigation()
H A Deditor_run_native.h64 void set_debug_collisions(bool p_debug);
67 void set_debug_navigation(bool p_debug);
H A Deditor_export.h210 …xportPlatform &p_platform, const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_…
271 …virtual Error export_project(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &…
272 …virtual Error export_pack(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_p…
273 …virtual Error export_zip(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_pa…
320 …void _export_begin_script(const PoolVector<String> &p_features, bool p_debug, const String &p_path…
341 …virtual void _export_begin(const Set<String> &p_features, bool p_debug, const String &p_path, int …
439 …virtual Error export_project(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &…
440 …virtual Error sign_shared_object(const Ref<EditorExportPreset> &p_preset, bool p_debug, const Stri…
H A Deditor_run.h62 void set_debug_collisions(bool p_debug);
65 void set_debug_navigation(bool p_debug);
/dports/devel/godot-tools/godot-3.2.3-stable/platform/javascript/export/
H A Dexport.cpp201 …tor<uint8_t> &p_html, const Ref<EditorExportPreset> &p_preset, const String &p_name, bool p_debug);
222 …virtual Error export_project(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &…
245 …or<uint8_t> &p_html, const Ref<EditorExportPreset> &p_preset, const String &p_name, bool p_debug) { in _fix_html() argument
257 current_line = current_line.replace("$GODOT_DEBUG_ENABLED", p_debug ? "true" : "false"); in _fix_html()
361 …JavaScript::export_project(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_… in export_project() argument
362 ExportNotifier notifier(*this, p_preset, p_debug, p_path, p_flags); in export_project()
368 String template_path = p_debug ? custom_debug : custom_release; in export_project()
374 if (p_debug) in export_project()
435 _fix_html(data, p_preset, p_path.get_file().get_basename(), p_debug); in export_project()
474 _fix_html(buf, p_preset, p_path.get_file().get_basename(), p_debug); in export_project()
/dports/devel/godot/godot-3.2.3-stable/platform/javascript/export/
H A Dexport.cpp201 …tor<uint8_t> &p_html, const Ref<EditorExportPreset> &p_preset, const String &p_name, bool p_debug);
222 …virtual Error export_project(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &…
245 …or<uint8_t> &p_html, const Ref<EditorExportPreset> &p_preset, const String &p_name, bool p_debug) { in _fix_html() argument
257 current_line = current_line.replace("$GODOT_DEBUG_ENABLED", p_debug ? "true" : "false"); in _fix_html()
361 …JavaScript::export_project(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_… in export_project() argument
362 ExportNotifier notifier(*this, p_preset, p_debug, p_path, p_flags); in export_project()
368 String template_path = p_debug ? custom_debug : custom_release; in export_project()
374 if (p_debug) in export_project()
435 _fix_html(data, p_preset, p_path.get_file().get_basename(), p_debug); in export_project()
474 _fix_html(buf, p_preset, p_path.get_file().get_basename(), p_debug); in export_project()

1234567