Home
last modified time | relevance | path

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 Dpy_config_file.py77 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 Dini_manage.py101 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 Dwasm-sourcemap.py116 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 Drtpfmt.c1857 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(&section_body[1]); in rtp_packetize_jpeg()
1875 int width = GetWBE(&section_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 Dentry_parser.py110 SectionType.section_body,
H A Dstruct_snippet.py29 SectionType.section_body,
H A Ddata_definition.py122 SectionType.section_body,
H A Dcontent_snippet.py12 section_body = "body" variable in SectionType
H A Dgenerated_file.py210 elif s.section == SectionType.section_body:
H A Dstruct_definition.py191 section=SectionType.section_body,
H A Dmembers.py459 SectionType.section_body,
777 SectionType.section_body,