Home
last modified time | relevance | path

Searched refs:global_section (Results 1 – 25 of 74) sorted by relevance

123

/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Denvironment.F520 NULLIFY (dft_section, global_section, i_force_eval)
523 global_section => section_vals_get_subs_vals(root_section, "GLOBAL")
527 CALL section_vals_val_get(global_section, "ENABLE_MPI_IO", l_val=flag)
546 CALL section_vals_val_get(global_section, "TRACE", l_val=trace)
565 CALL fm_setup(global_section)
566 CALL fm_diag_rules_setup(global_section)
864 TYPE(section_vals_type), POINTER :: global_section local
866 global_section => section_vals_get_subs_vals(root_section, "GLOBAL")
872 CALL fft_setup_library(globenv, global_section, output_unit)
890 SUBROUTINE fft_setup_library(globenv, global_section, output_unit) argument
[all …]
H A Dtopology.F532 TYPE(section_vals_type), POINTER :: global_section local
540 NULLIFY (global_section)
541 global_section => section_vals_get_subs_vals(root_section, "GLOBAL")
542 CALL section_vals_val_get(global_section, "SAVE_MEM", l_val=save_mem)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Denvironment.F517 NULLIFY (dft_section, global_section, i_force_eval)
520 global_section => section_vals_get_subs_vals(root_section, "GLOBAL")
524 CALL section_vals_val_get(global_section, "ENABLE_MPI_IO", l_val=flag)
543 CALL section_vals_val_get(global_section, "TRACE", l_val=trace)
562 CALL fm_setup(global_section)
563 CALL fm_diag_rules_setup(global_section)
861 TYPE(section_vals_type), POINTER :: global_section local
863 global_section => section_vals_get_subs_vals(root_section, "GLOBAL")
869 CALL fft_setup_library(globenv, global_section, output_unit)
887 SUBROUTINE fft_setup_library(globenv, global_section, output_unit) argument
[all …]
H A Dtopology.F532 TYPE(section_vals_type), POINTER :: global_section local
540 NULLIFY (global_section)
541 global_section => section_vals_get_subs_vals(root_section, "GLOBAL")
542 CALL section_vals_val_get(global_section, "SAVE_MEM", l_val=save_mem)
/dports/games/widelands/widelands-build21/src/map_io/
H A Dmap_elemental_packet.cc122 Section& global_section = prof.create_section("global"); in write() local
130 global_section.set_int("packet_version", nr_players <= 8 ? kEightPlayersPacketVersion : in write()
132 global_section.set_int("map_w", map.get_width()); in write()
133 global_section.set_int("map_h", map.get_height()); in write()
134 global_section.set_int("nr_players", nr_players); in write()
135 global_section.set_string("name", map.get_name()); in write()
136 global_section.set_string("author", map.get_author()); in write()
137 global_section.set_string("descr", map.get_description()); in write()
138 global_section.set_string("hint", map.get_hint()); in write()
140 global_section.set_string("background", map.get_background()); in write()
[all …]
/dports/science/siesta/siesta-4.1.5/Src/
H A Dtimer_tree.f9084 type(section_t), pointer :: global_section => null() variable
118 if (.not. associated(global_section)) then
119 allocate(global_section)
120 p => global_section
214 if (associated(p,global_section)) exit
260 p => global_section
/dports/sysutils/py-glances/glances-3.1.4/glances/
H A Doutdated.py69 global_section = 'global'
71 config.has_section(global_section)):
72 …self.args.disable_check_update = config.get_value(global_section, 'check_update').lower() == 'fals…
74 logger.debug("Cannot find section {} in the configuration file".format(global_section))
/dports/games/widelands/widelands-build21/src/io/
H A Dprofile.cc494 char const* const global_section, in Profile() argument
497 read(filename, global_section); in Profile()
501 char const* const global_section, in Profile() argument
506 read(filename, global_section); in Profile()
653 void Profile::read(char const* const filename, char const* const global_section, FileSystem& fs) { in read() argument
752 if (global_section) { in read()
753 s = &create_section_duplicate(global_section); in read()
782 if (global_section && !get_section(global_section)) { in read()
783 create_section_duplicate(global_section); in read()
H A Dprofile.h183 char const* global_section = nullptr,
186 char const* global_section,
194 const char* const global_section = nullptr,
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/wasmparser-0.39.1/src/readers/
H A Dmod.rs39 pub use self::global_section::Global;
40 pub use self::global_section::GlobalSectionReader;
84 mod global_section; module
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.57.0/src/readers/
H A Dmod.rs40 pub use self::global_section::Global;
41 pub use self::global_section::GlobalSectionReader;
86 mod global_section; module
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.52.2/src/readers/
H A Dmod.rs40 pub use self::global_section::Global;
41 pub use self::global_section::GlobalSectionReader;
86 mod global_section; module
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.51.4/src/readers/
H A Dmod.rs40 pub use self::global_section::Global;
41 pub use self::global_section::GlobalSectionReader;
86 mod global_section; module
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wasmparser/src/readers/
H A Dmod.rs40 pub use self::global_section::Global;
41 pub use self::global_section::GlobalSectionReader;
86 mod global_section; module
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wasmparser-0.48.2/src/readers/
H A Dmod.rs40 pub use self::global_section::Global;
41 pub use self::global_section::GlobalSectionReader;
86 mod global_section; module
/dports/www/firefox/firefox-99.0/third_party/rust/wasmparser/src/readers/
H A Dmod.rs28 pub use self::global_section::*;
50 mod global_section; module
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/wasmparser/src/readers/
H A Dmod.rs28 pub use self::global_section::*;
50 mod global_section; module
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/wasmparser/src/readers/
H A Dmod.rs28 pub use self::global_section::*;
50 mod global_section; module
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/wasmparser-0.77.0/src/readers/
H A Dmod.rs28 pub use self::global_section::*;
50 mod global_section; module
/dports/devel/py-aws-sam-translator/aws-sam-translator-1.39.0/samtranslator/plugins/globals/
H A Dglobals_plugin.py29 global_section = Globals(template_dict)
36 resource.properties = global_section.merge(resource.type, resource.properties)
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/updateagent/src/update_xml/update_url/
H A Dmod.rs242 let global_section = distribution_ini in get_distribution_info() localVariable
245 let id = global_section in get_distribution_info()
253 let version = global_section in get_distribution_info()
/dports/audio/spotifyd/spotifyd-0.3.0/src/
H A Dconfig.rs385 if let Some(global_section) = global_config_section { in get_merged_sections()
386 spotifyd_section.merge_with(global_section); in get_merged_sections()
718 let mut global_section = SharedConfigValues::default(); in test_section_merging() localVariable
719 global_section.username = Some("testUserName".to_string()); in test_section_merging()
722 assert!(spotifyd_section != global_section, true); in test_section_merging()
725 global: Some(global_section), in test_section_merging()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/
H A Dmd_run.F205 free_energy_section, global_section, reftraj_section, subsys_section, work_section local
223 global_section => section_vals_get_subs_vals(force_env%root_section, "GLOBAL")
226 CALL section_vals_val_get(global_section, "SAVE_MEM", l_val=save_mem)
228 CALL section_vals_val_get(global_section, "RUN_TYPE", i_val=run_type_id)
253 globenv, global_section)
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/
H A Dmd_run.F205 free_energy_section, global_section, reftraj_section, subsys_section, work_section local
223 global_section => section_vals_get_subs_vals(force_env%root_section, "GLOBAL")
226 CALL section_vals_val_get(global_section, "SAVE_MEM", l_val=save_mem)
228 CALL section_vals_val_get(global_section, "RUN_TYPE", i_val=run_type_id)
253 globenv, global_section)
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/cp2k/
H A Dsets.py752 global_section = Global(project_name=project_name, run_type=run_type)
757 self.insert(global_section)
814 global_section = Global(project_name=project_name, run_type="GEO_OPT")
828 self.insert(global_section)
876 global_section = Global(project_name=project_name, run_type="CELL_OPT")
877 self.insert(global_section)

123