Searched refs:section_body (Results 1 – 11 of 11) sorted by relevance
/dports/devel/py-apptools/apptools-4.5.0/apptools/preferences/tests/ |
H A D | py_config_file.py | 77 self._parse_section(section_name, section_body) 80 section_body = '' 87 section_body += line 91 self._parse_section(section_name, section_body) 146 def _parse_section(self, section_name, section_body): argument 173 exec(section_body, self._namespaces, section)
|
/dports/sysutils/py-salt/salt-3004.1/salt/states/ |
H A D | ini_manage.py | 101 for section_name, section_body in [ 111 section_body.keys() 130 for option in section_body: 131 if str(section_body[option]) == str( 144 name, {section_name: section_body}, separator
|
/dports/devel/emscripten/emscripten-2.0.3/tools/ |
H A D | wasm-sourcemap.py | 116 section_size, section_body = read_var_uint(wasm, pos_) 117 pos = section_body + section_size 119 name_len, name_pos = read_var_uint(wasm, section_body)
|
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/ |
H A D | rtpfmt.c | 1857 uint8_t *section_body = p_data + 4; in rtp_packetize_jpeg() local 1865 if (section_body[0]) in rtp_packetize_jpeg() 1870 qtables = section_body; in rtp_packetize_jpeg() 1874 int height = GetWBE(§ion_body[1]); in rtp_packetize_jpeg() 1875 int width = GetWBE(§ion_body[3]); in rtp_packetize_jpeg() 1892 if (section_body[5] != 3) // Number of components in rtp_packetize_jpeg() 1896 if (section_body[6 + j * 3] == 1 /* Y */) in rtp_packetize_jpeg() 1898 y_sampling_factor = section_body[6 + j * 3 + 1]; in rtp_packetize_jpeg() 1900 else if (section_body[6 + j * 3 + 1] != 0x11) in rtp_packetize_jpeg() 1909 restart_interval = GetWBE(section_body); in rtp_packetize_jpeg()
|
/dports/games/openage/openage-0.3.0-1262-ga554ab49/openage/convert/dataformat/ |
H A D | entry_parser.py | 110 SectionType.section_body,
|
H A D | struct_snippet.py | 29 SectionType.section_body,
|
H A D | data_definition.py | 122 SectionType.section_body,
|
H A D | content_snippet.py | 12 section_body = "body" variable in SectionType
|
H A D | generated_file.py | 210 elif s.section == SectionType.section_body:
|
H A D | struct_definition.py | 191 section=SectionType.section_body,
|
H A D | members.py | 459 SectionType.section_body, 777 SectionType.section_body,
|