Home
last modified time | relevance | path

Searched refs:writeln_indented (Results 1 – 10 of 10) sorted by relevance

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/roxmltree-0.13.0/tests/
H A Dast.rs88 macro_rules! writeln_indented { in _to_yaml() macro
103 writeln_indented!(depth, s, "- Element:"); in _to_yaml()
110 writeln_indented!(depth + 2, s, "tag_name: {}@{}", in _to_yaml()
133 writeln_indented!(depth + 2, s, "attributes:"); in _to_yaml()
135 writeln_indented!(depth + 3, s, "{}: {:?}", name, value); in _to_yaml()
148 writeln_indented!(depth + 2, s, "namespaces:"); in _to_yaml()
150 writeln_indented!(depth + 3, s, "{}: {}", name, uri); in _to_yaml()
155 writeln_indented!(depth + 2, s, "children:"); in _to_yaml()
170 writeln_indented!(depth, s, "- PI:"); in _to_yaml()
173 writeln_indented!(depth + 2, s, "target: {:?}", pi.target); in _to_yaml()
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/roxmltree-0.13.1/tests/
H A Dast.rs88 macro_rules! writeln_indented { in _to_yaml() macro
103 writeln_indented!(depth, s, "- Element:"); in _to_yaml()
110 writeln_indented!(depth + 2, s, "tag_name: {}@{}", in _to_yaml()
133 writeln_indented!(depth + 2, s, "attributes:"); in _to_yaml()
135 writeln_indented!(depth + 3, s, "{}: {:?}", name, value); in _to_yaml()
148 writeln_indented!(depth + 2, s, "namespaces:"); in _to_yaml()
150 writeln_indented!(depth + 3, s, "{}: {}", name, uri); in _to_yaml()
155 writeln_indented!(depth + 2, s, "children:"); in _to_yaml()
170 writeln_indented!(depth, s, "- PI:"); in _to_yaml()
173 writeln_indented!(depth + 2, s, "target: {:?}", pi.target); in _to_yaml()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/roxmltree-0.13.1/tests/
H A Dast.rs88 macro_rules! writeln_indented { in _to_yaml() macro
103 writeln_indented!(depth, s, "- Element:"); in _to_yaml()
110 writeln_indented!(depth + 2, s, "tag_name: {}@{}", in _to_yaml()
133 writeln_indented!(depth + 2, s, "attributes:"); in _to_yaml()
135 writeln_indented!(depth + 3, s, "{}: {:?}", name, value); in _to_yaml()
148 writeln_indented!(depth + 2, s, "namespaces:"); in _to_yaml()
150 writeln_indented!(depth + 3, s, "{}: {}", name, uri); in _to_yaml()
155 writeln_indented!(depth + 2, s, "children:"); in _to_yaml()
170 writeln_indented!(depth, s, "- PI:"); in _to_yaml()
173 writeln_indented!(depth + 2, s, "target: {:?}", pi.target); in _to_yaml()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/roxmltree-0.9.1/tests/
H A Dast.rs88 macro_rules! writeln_indented { in _to_yaml() macro
103 writeln_indented!(depth, s, "- Element:"); in _to_yaml()
110 writeln_indented!(depth + 2, s, "tag_name: {}@{}", in _to_yaml()
133 writeln_indented!(depth + 2, s, "attributes:"); in _to_yaml()
135 writeln_indented!(depth + 3, s, "{}: {:?}", name, value); in _to_yaml()
148 writeln_indented!(depth + 2, s, "namespaces:"); in _to_yaml()
150 writeln_indented!(depth + 3, s, "{}: {}", name, uri); in _to_yaml()
155 writeln_indented!(depth + 2, s, "children:"); in _to_yaml()
170 writeln_indented!(depth, s, "- PI:"); in _to_yaml()
173 writeln_indented!(depth + 2, s, "target: {:?}", pi.target); in _to_yaml()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/usvg-0.11.0/src/svgtree/
H A Dmod.rs63 macro_rules! writeln_indented { in fmt() macro
79 writeln_indented!(depth, f, "Element {{"); in fmt()
80 writeln_indented!(depth, f, " tag_name: {:?}", child.tag_name()); in fmt()
83 writeln_indented!(depth + 1, f, "attributes: ["); in fmt()
85 writeln_indented!(depth + 2, f, "{:?}", attr); in fmt()
87 writeln_indented!(depth + 1, f, "]"); in fmt()
91 writeln_indented!(depth, f, " children: ["); in fmt()
93 writeln_indented!(depth, f, " ]"); in fmt()
96 writeln_indented!(depth, f, "}}"); in fmt()
98 writeln_indented!(depth, f, "{:?}", child); in fmt()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/usvg-0.9.0/src/svgtree/
H A Dmod.rs63 macro_rules! writeln_indented { in fmt() macro
79 writeln_indented!(depth, f, "Element {{"); in fmt()
80 writeln_indented!(depth, f, " tag_name: {:?}", child.tag_name()); in fmt()
83 writeln_indented!(depth + 1, f, "attributes: ["); in fmt()
85 writeln_indented!(depth + 2, f, "{:?}", attr); in fmt()
87 writeln_indented!(depth + 1, f, "]"); in fmt()
91 writeln_indented!(depth, f, " children: ["); in fmt()
93 writeln_indented!(depth, f, " ]"); in fmt()
96 writeln_indented!(depth, f, "}}"); in fmt()
98 writeln_indented!(depth, f, "{:?}", child); in fmt()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/roxmltree-0.9.1/src/
H A Dlib.rs145 macro_rules! writeln_indented { in fmt() macro
163 writeln_indented!(depth, f, "{}: [", prefix); in fmt()
165 writeln_indented!(depth + 1, f, "{:?}", v); in fmt()
167 writeln_indented!(depth, f, "]"); in fmt()
177 writeln_indented!(depth, f, "Element {{"); in fmt()
178 writeln_indented!(depth, f, " tag_name: {:?}", child.tag_name()); in fmt()
183 writeln_indented!(depth, f, " children: ["); in fmt()
185 writeln_indented!(depth, f, " ]"); in fmt()
188 writeln_indented!(depth, f, "}}"); in fmt()
190 writeln_indented!(depth, f, "{:?}", child); in fmt()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/roxmltree-0.13.0/src/
H A Dlib.rs187 macro_rules! writeln_indented { in fmt() macro
205 writeln_indented!(depth, f, "{}: [", prefix); in fmt()
207 writeln_indented!(depth + 1, f, "{:?}", v); in fmt()
209 writeln_indented!(depth, f, "]"); in fmt()
219 writeln_indented!(depth, f, "Element {{"); in fmt()
220 writeln_indented!(depth, f, " tag_name: {:?}", child.tag_name()); in fmt()
225 writeln_indented!(depth, f, " children: ["); in fmt()
227 writeln_indented!(depth, f, " ]"); in fmt()
230 writeln_indented!(depth, f, "}}"); in fmt()
232 writeln_indented!(depth, f, "{:?}", child); in fmt()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/roxmltree-0.13.1/src/
H A Dlib.rs189 macro_rules! writeln_indented { in fmt() macro
207 writeln_indented!(depth, f, "{}: [", prefix); in fmt()
209 writeln_indented!(depth + 1, f, "{:?}", v); in fmt()
211 writeln_indented!(depth, f, "]"); in fmt()
221 writeln_indented!(depth, f, "Element {{"); in fmt()
222 writeln_indented!(depth, f, " tag_name: {:?}", child.tag_name()); in fmt()
227 writeln_indented!(depth, f, " children: ["); in fmt()
229 writeln_indented!(depth, f, " ]"); in fmt()
232 writeln_indented!(depth, f, "}}"); in fmt()
234 writeln_indented!(depth, f, "{:?}", child); in fmt()
/dports/www/zola/zola-0.15.2/cargo-crates/roxmltree-0.13.1/src/
H A Dlib.rs189 macro_rules! writeln_indented {
207 writeln_indented!(depth, f, "{}: [", prefix);
209 writeln_indented!(depth + 1, f, "{:?}", v);
211 writeln_indented!(depth, f, "]");
221 writeln_indented!(depth, f, "Element {{");
222 writeln_indented!(depth, f, " tag_name: {:?}", child.tag_name());
227 writeln_indented!(depth, f, " children: [");
229 writeln_indented!(depth, f, " ]");
232 writeln_indented!(depth, f, "}}");
234 writeln_indented!(depth, f, "{:?}", child);