Home
last modified time | relevance | path

Searched refs:indent_depth (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/scripts/format/
H A Dcmake_format.py72 indent_depth = 0
92 indent_depth -= 1
94 indent_depth -= 1
96 indent_depth -= 1
98 indent_depth -= 1
100 indent_depth -= 1
102 indent_depth -= 1
125 indent_depth += 1
127 indent_depth += 1
129 indent_depth += 1
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/base64/examples/
H A Dmake_tables.rs37 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
38 println!("{:width$}pub const {}: &'static [u8; 64] = &[", "", const_name, width=indent_depth); in print_encode_table()
42 b, i, i, String::from_utf8(vec!(*b as u8)).unwrap(), b, width=indent_depth + 4); in print_encode_table()
45 println!("{:width$}];", "", width=indent_depth); in print_encode_table()
48 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
58 println!("{:width$}pub const {}: &'static [u8; 256] = &[", "", const_name, width=indent_depth); in print_decode_table()
70 println!("{:width$}{}, // {}", "", value, comment, width=indent_depth + 4); in print_decode_table()
72 println!("{:width$}];", "", width=indent_depth); in print_decode_table()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/base64-0.10.1/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/base64-0.9.3/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/base64-0.10.1/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/base64-0.9.3/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/base64-0.10.1/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/base64-0.9.3/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/base64-0.11.0/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/base64-0.10.1/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/base64-0.10.1/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/base64-0.9.3/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/base64-0.10.1/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/base64-0.11.0/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/base64-0.11.0/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/base64-0.11.0/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/base64-0.10.1/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/base64-0.10.1/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/www/firefox/firefox-99.0/third_party/rust/base64-0.10.1/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/net/proby/proby-1.0.2/cargo-crates/base64-0.11.0/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/base64-0.10.1/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/base64-0.10.1/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/base64-0.11.0/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/base64-0.9.3/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/net-im/fractal/fractal-4.4.0/vendor/base64-0.11.0/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()

12345678