Home
last modified time | relevance | path

Searched defs:section (Results 251 – 275 of 21445) sorted by relevance

1...<<11121314151617181920>>...858

/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/object-0.26.2/tests/round_trip/
H A Dtls.rs15 let section = object.section_id(write::StandardSection::Tls); in coff_x86_64_tls() localVariable
38 let section = sections.next().unwrap(); in coff_x86_64_tls() localVariable
63 let section = object.section_id(write::StandardSection::Tls); in elf_x86_64_tls() localVariable
76 let section = object.section_id(write::StandardSection::UninitializedTls); in elf_x86_64_tls() localVariable
99 let section = sections.next().unwrap(); in elf_x86_64_tls() localVariable
103 let section = sections.next().unwrap(); in elf_x86_64_tls() localVariable
111 let section = sections.next().unwrap(); in elf_x86_64_tls() localVariable
154 let section = object.section_id(write::StandardSection::Tls); in macho_x86_64_tls() localVariable
167 let section = object.section_id(write::StandardSection::UninitializedTls); in macho_x86_64_tls() localVariable
/dports/www/moodle310/moodle/course/format/weeks/
H A Dlib.php54 public function get_section_name($section) {
73 public function get_default_section_name($section) {
100 public function get_view_url($section, $options = array()) {
366 public function get_section_dates($section, $startdate = false) {
398 public function is_section_current($section) {
420 public function can_delete_section($section) {
434 public function inplace_editable_render_section_name($section, $linkifneeded = true,
497 public function allow_stealth_module_visibility($cm, $section) {
502 public function section_action($section, $action, $sr) {
/dports/www/moodle311/moodle/course/format/weeks/
H A Dlib.php54 public function get_section_name($section) {
73 public function get_default_section_name($section) {
100 public function get_view_url($section, $options = array()) {
366 public function get_section_dates($section, $startdate = false) {
398 public function is_section_current($section) {
420 public function can_delete_section($section) {
434 public function inplace_editable_render_section_name($section, $linkifneeded = true,
497 public function allow_stealth_module_visibility($cm, $section) {
502 public function section_action($section, $action, $sr) {
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/object-0.26.1/tests/round_trip/
H A Dtls.rs15 let section = object.section_id(write::StandardSection::Tls); in coff_x86_64_tls() localVariable
38 let section = sections.next().unwrap(); in coff_x86_64_tls() localVariable
63 let section = object.section_id(write::StandardSection::Tls); in elf_x86_64_tls() localVariable
76 let section = object.section_id(write::StandardSection::UninitializedTls); in elf_x86_64_tls() localVariable
99 let section = sections.next().unwrap(); in elf_x86_64_tls() localVariable
103 let section = sections.next().unwrap(); in elf_x86_64_tls() localVariable
111 let section = sections.next().unwrap(); in elf_x86_64_tls() localVariable
154 let section = object.section_id(write::StandardSection::Tls); in macho_x86_64_tls() localVariable
167 let section = object.section_id(write::StandardSection::UninitializedTls); in macho_x86_64_tls() localVariable
/dports/www/moodle39/moodle/course/format/weeks/
H A Dlib.php54 public function get_section_name($section) {
73 public function get_default_section_name($section) {
100 public function get_view_url($section, $options = array()) {
366 public function get_section_dates($section, $startdate = false) {
398 public function is_section_current($section) {
420 public function can_delete_section($section) {
434 public function inplace_editable_render_section_name($section, $linkifneeded = true,
497 public function allow_stealth_module_visibility($cm, $section) {
502 public function section_action($section, $action, $sr) {
/dports/devel/py-grizzled/grizzled-0.9.4/grizzled/
H A Dconfig.py310 def add_section(self, section): argument
323 def has_section(self, section): argument
338 def options(self, section): argument
448 def do_get(section, option): argument
479 def do_get(section, option): argument
507 def do_get(section, option): argument
540 def do_get(section, option): argument
574 def do_get(section, option): argument
584 section, argument
656 def items(self, section): argument
[all …]
/dports/science/py-PyFR/pyfr-1.12.3/pyfr/
H A Dinifile.py35 def set(self, section, option, value): argument
44 def hasopt(self, section, option): argument
47 def get(self, section, option, default=_sentinel, vars=None): argument
65 def getpath(self, section, option, default=_sentinel, vars=None, argument
75 def getexpr(self, section, option, default=_sentinel, subs={}): argument
97 def getbool(self, section, option, default=_sentinel): argument
101 def getfloat(self, section, option, default=_sentinel): argument
104 def getint(self, section, option, default=_sentinel): argument
107 def getliteral(self, section, option, default=_sentinel): argument
110 def items(self, section): argument
[all …]
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/util/
H A Dconfig.py114 def reset(self, section, option): argument
124 def options(self, section): argument
142 def get(self, section, option, default=_DEFAULT): argument
262 def setstringlist(self, section, option, values): argument
295 def set(self, section, option, value): argument
319 def settext(self, section, option, value): argument
327 def setbytes(self, section, option, value): argument
390 def has_option(self, section, option): argument
396 def has_section(self, section): argument
402 def remove_option(self, section, option): argument
[all …]
/dports/games/widelands/widelands-build21/src/
H A Dwlapplication_options.cc41 Section& get_config_section(const std::string& section) { in get_config_section()
45 Section* get_config_section_ptr(const std::string& section) { in get_config_section_ptr()
53 bool get_config_bool(const std::string& section, const std::string& name, const bool dflt) { in get_config_bool()
61 int32_t get_config_int(const std::string& section, const std::string& name, const int32_t dflt) { in get_config_int()
69 uint32_t get_config_natural(const std::string& section, const std::string& name, uint32_t dflt) { in get_config_natural()
78 get_config_string(const std::string& section, const std::string& name, const std::string& dflt) { in get_config_string()
86 Section& get_config_safe_section(const std::string& section) { in get_config_safe_section()
94 void set_config_bool(const std::string& section, const std::string& name, const bool value) { in set_config_bool()
102 void set_config_int(const std::string& section, const std::string& name, const int32_t value) { in set_config_int()
110 void set_config_string(const std::string& section, in set_config_string()
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dinput_cp2k_force_eval.F65 SUBROUTINE create_force_eval_section(section) argument
66 TYPE(section_type), POINTER :: section local
183 SUBROUTINE create_ext_pot_section(section) argument
184 TYPE(section_type), POINTER :: section local
254 SUBROUTINE create_rescale_force_section(section) argument
255 TYPE(section_type), POINTER :: section local
286 SUBROUTINE create_f_env_print_section(section) argument
287 TYPE(section_type), POINTER :: section local
H A Dinput_cp2k_ls.F54 SUBROUTINE create_ls_scf_section(section) argument
55 TYPE(section_type), POINTER :: section local
328 SUBROUTINE create_chebyshev_section(section) argument
329 TYPE(section_type), POINTER :: section local
407 SUBROUTINE create_ls_curvy_section(section) argument
408 TYPE(section_type), POINTER :: section local
479 SUBROUTINE create_pexsi_section(section) argument
480 TYPE(section_type), POINTER :: section local
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dinput_cp2k_force_eval.F65 SUBROUTINE create_force_eval_section(section) argument
66 TYPE(section_type), POINTER :: section local
183 SUBROUTINE create_ext_pot_section(section) argument
184 TYPE(section_type), POINTER :: section local
254 SUBROUTINE create_rescale_force_section(section) argument
255 TYPE(section_type), POINTER :: section local
286 SUBROUTINE create_f_env_print_section(section) argument
287 TYPE(section_type), POINTER :: section local
H A Dinput_cp2k_ls.F55 SUBROUTINE create_ls_scf_section(section) argument
56 TYPE(section_type), POINTER :: section local
347 SUBROUTINE create_chebyshev_section(section) argument
348 TYPE(section_type), POINTER :: section local
426 SUBROUTINE create_ls_curvy_section(section) argument
427 TYPE(section_type), POINTER :: section local
498 SUBROUTINE create_pexsi_section(section) argument
499 TYPE(section_type), POINTER :: section local
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/docs/markdown/
H A DIDE-integration.md87 ### Target sources
109 ### Possible values for `type`
124 ### Install plan
174 ### Using `--targets` without a build directory
263 ### Scanning for dependecie with `--scan-dependencies`
/dports/www/moodle310/moodle/course/format/
H A Drenderer.php80 public function section_title($section, $course) {
96 public function section_title_without_link($section, $course) {
108 protected function section_edit_control_menu($controls, $course, $section) {
145 protected function section_right_content($section, $course, $onsectionpage) {
163 protected function section_left_content($section, $course, $onsectionpage) {
186 protected function section_header($section, $course, $onsectionpage, $sectionreturn=null) {
393 protected function section_summary($section, $course, $mods) {
451 protected function section_activity_summary($section, $course, $mods) {
528 protected function section_availability_message($section, $canviewhidden) {
566 public function section_availability($section) {
[all …]
/dports/www/moodle311/moodle/course/format/
H A Drenderer.php80 public function section_title($section, $course) {
96 public function section_title_without_link($section, $course) {
108 protected function section_edit_control_menu($controls, $course, $section) {
145 protected function section_right_content($section, $course, $onsectionpage) {
163 protected function section_left_content($section, $course, $onsectionpage) {
186 protected function section_header($section, $course, $onsectionpage, $sectionreturn=null) {
393 protected function section_summary($section, $course, $mods) {
451 protected function section_activity_summary($section, $course, $mods) {
528 protected function section_availability_message($section, $canviewhidden) {
566 public function section_availability($section) {
[all …]
/dports/www/moodle39/moodle/course/format/
H A Drenderer.php80 public function section_title($section, $course) {
96 public function section_title_without_link($section, $course) {
108 protected function section_edit_control_menu($controls, $course, $section) {
145 protected function section_right_content($section, $course, $onsectionpage) {
163 protected function section_left_content($section, $course, $onsectionpage) {
186 protected function section_header($section, $course, $onsectionpage, $sectionreturn=null) {
393 protected function section_summary($section, $course, $mods) {
451 protected function section_activity_summary($section, $course, $mods) {
528 protected function section_availability_message($section, $canviewhidden) {
566 public function section_availability($section) {
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/docs/
H A Dservice.py57 def title(self, section): argument
65 def table_of_contents(self, section): argument
68 def client_api(self, section): argument
77 def client_exceptions(self, section): argument
80 def paginator_api(self, section): argument
90 def waiter_api(self, section): argument
/dports/devel/py-botocore/botocore-1.21.61/botocore/docs/
H A Dservice.py56 def title(self, section): argument
64 def table_of_contents(self, section): argument
67 def client_api(self, section): argument
76 def client_exceptions(self, section): argument
79 def paginator_api(self, section): argument
89 def waiter_api(self, section): argument
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/object-0.27.1/tests/round_trip/
H A Delf.rs67 let section = object.add_section( in compression_zlib() localVariable
84 let section = object.section_by_name(".debug_info").unwrap(); in compression_zlib() localVariable
107 let section = object.add_section( in compression_gnu() localVariable
121 let section = object.section_by_name(".zdebug_info").unwrap(); in compression_gnu() localVariable
154 let section = object.add_section(Vec::new(), b".note4".to_vec(), SectionKind::Note); in note() localVariable
180 let section = object.add_section(Vec::new(), b".note8".to_vec(), SectionKind::Note); in note() localVariable
191 let section = sections.section(SectionIndex(1)).unwrap(); in note() localVariable
205 let section = sections.section(SectionIndex(2)).unwrap(); in note() localVariable
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/object-0.27.1/tests/round_trip/
H A Delf.rs67 let section = object.add_section( in compression_zlib() localVariable
84 let section = object.section_by_name(".debug_info").unwrap(); in compression_zlib() localVariable
107 let section = object.add_section( in compression_gnu() localVariable
121 let section = object.section_by_name(".zdebug_info").unwrap(); in compression_gnu() localVariable
154 let section = object.add_section(Vec::new(), b".note4".to_vec(), SectionKind::Note); in note() localVariable
180 let section = object.add_section(Vec::new(), b".note8".to_vec(), SectionKind::Note); in note() localVariable
191 let section = sections.section(SectionIndex(1)).unwrap(); in note() localVariable
205 let section = sections.section(SectionIndex(2)).unwrap(); in note() localVariable
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/object-0.28.1/tests/round_trip/
H A Delf.rs67 let section = object.add_section( in compression_zlib() localVariable
84 let section = object.section_by_name(".debug_info").unwrap(); in compression_zlib() localVariable
107 let section = object.add_section( in compression_gnu() localVariable
121 let section = object.section_by_name(".zdebug_info").unwrap(); in compression_gnu() localVariable
154 let section = object.add_section(Vec::new(), b".note4".to_vec(), SectionKind::Note); in note() localVariable
180 let section = object.add_section(Vec::new(), b".note8".to_vec(), SectionKind::Note); in note() localVariable
191 let section = sections.section(SectionIndex(1)).unwrap(); in note() localVariable
205 let section = sections.section(SectionIndex(2)).unwrap(); in note() localVariable
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/object-0.27.1/tests/round_trip/
H A Delf.rs67 let section = object.add_section( in compression_zlib() localVariable
84 let section = object.section_by_name(".debug_info").unwrap(); in compression_zlib() localVariable
107 let section = object.add_section( in compression_gnu() localVariable
121 let section = object.section_by_name(".zdebug_info").unwrap(); in compression_gnu() localVariable
154 let section = object.add_section(Vec::new(), b".note4".to_vec(), SectionKind::Note); in note() localVariable
180 let section = object.add_section(Vec::new(), b".note8".to_vec(), SectionKind::Note); in note() localVariable
191 let section = sections.section(SectionIndex(1)).unwrap(); in note() localVariable
205 let section = sections.section(SectionIndex(2)).unwrap(); in note() localVariable
/dports/shells/nsh/nsh-0.4.2/cargo-crates/object-0.25.3/tests/round_trip/
H A Delf.rs67 let section = object.add_section( in compression_zlib() localVariable
84 let section = object.section_by_name(".debug_info").unwrap(); in compression_zlib() localVariable
107 let section = object.add_section( in compression_gnu() localVariable
121 let section = object.section_by_name(".zdebug_info").unwrap(); in compression_gnu() localVariable
154 let section = object.add_section(Vec::new(), b".note4".to_vec(), SectionKind::Note); in note() localVariable
180 let section = object.add_section(Vec::new(), b".note8".to_vec(), SectionKind::Note); in note() localVariable
191 let section = sections.section(1).unwrap(); in note() localVariable
205 let section = sections.section(2).unwrap(); in note() localVariable
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/object-0.27.1/tests/round_trip/
H A Delf.rs67 let section = object.add_section( in compression_zlib() localVariable
84 let section = object.section_by_name(".debug_info").unwrap(); in compression_zlib() localVariable
107 let section = object.add_section( in compression_gnu() localVariable
121 let section = object.section_by_name(".zdebug_info").unwrap(); in compression_gnu() localVariable
154 let section = object.add_section(Vec::new(), b".note4".to_vec(), SectionKind::Note); in note() localVariable
180 let section = object.add_section(Vec::new(), b".note8".to_vec(), SectionKind::Note); in note() localVariable
191 let section = sections.section(SectionIndex(1)).unwrap(); in note() localVariable
205 let section = sections.section(SectionIndex(2)).unwrap(); in note() localVariable

1...<<11121314151617181920>>...858