Home
last modified time | relevance | path

Searched refs:no_short (Results 1 – 9 of 9) sorted by relevance

/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/src/commands/
H A Daudit.rs34 #[options(no_short, long = "version", help = "output version and exit")]
62 no_short,
78 no_short,
94 #[options(no_short, long = "stale", help = "allow stale database")]
99 no_short,
107 no_short,
126 #[options(no_short, long = "json", help = "Output report in JSON format")]
131 no_short,
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/intern/
H A Dgpu_buffers.c669 short no_short[3]; in GPU_pbvh_grid_buffers_update() local
670 normal_float_to_short_v3(no_short, CCG_elem_no(key, elem)); in GPU_pbvh_grid_buffers_update()
671 GPU_vertbuf_attr_set(buffers->vert_buf, g_vbo_id.nor, vbo_index, no_short); in GPU_pbvh_grid_buffers_update()
709 short no_short[3]; in GPU_pbvh_grid_buffers_update() local
712 normal_float_to_short_v3(no_short, fno); in GPU_pbvh_grid_buffers_update()
715 GPU_vertbuf_attr_set(buffers->vert_buf, g_vbo_id.nor, vbo_index + 0, no_short); in GPU_pbvh_grid_buffers_update()
717 GPU_vertbuf_attr_set(buffers->vert_buf, g_vbo_id.nor, vbo_index + 1, no_short); in GPU_pbvh_grid_buffers_update()
719 GPU_vertbuf_attr_set(buffers->vert_buf, g_vbo_id.nor, vbo_index + 2, no_short); in GPU_pbvh_grid_buffers_update()
806 short no_short[3]; in gpu_bmesh_vert_to_buffer_copy() local
807 normal_float_to_short_v3(no_short, fno ? fno : v->no); in gpu_bmesh_vert_to_buffer_copy()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/gumdrop_derive-0.7.0/src/
H A Dlib.rs387 no_short: opts.no_short, in derive_options_struct()
398 if opt.short.is_none() && !opt.no_short { in derive_options_struct()
679 no_short: bool, field
714 no_short: bool, field
739 no_short: bool, field
871 if self.no_short { err!("`free` and `no_short` are mutually exclusive"); } in check()
884 if self.no_short && self.short.is_some() { in check()
963 "no_short" => self.no_short = true, in parse_item()
1023 if self.short.is_none() && defaults.no_short { in set_defaults()
1024 self.no_short = true; in set_defaults()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/gumdrop_derive-0.8.0/src/
H A Dlib.rs429 no_short: opts.no_short, in derive_options_struct()
440 if opt.short.is_none() && !opt.no_short { in derive_options_struct()
762 no_short: bool, field
797 no_short: bool, field
822 no_short: bool, field
954 if self.no_short { err!("`free` and `no_short` are mutually exclusive"); } in check()
967 if self.no_short && self.short.is_some() { in check()
1046 "no_short" => self.no_short = true, in parse_item()
1106 if self.short.is_none() && defaults.no_short { in set_defaults()
1107 self.no_short = true; in set_defaults()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/gumdrop-0.8.0/examples/
H A Doptions.rs44 #[options(no_short, help = "this option has no short form")]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/gumdrop-0.7.0/examples/
H A Doptions.rs44 #[options(no_short, help = "this option has no short form")]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/src/commands/audit/
H A Dfix.rs23 #[options(no_short, long = "dry-run", help = "perform a dry run for the fix")]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/gumdrop-0.7.0/tests/
H A Doptions.rs354 #[options(long = "thing", no_short)] in test_opt_long()
516 #[options(no_short, help = "bravo help")] in test_usage()
526 #[options(no_short, help = "long option help")] in test_usage()
709 #[options(no_help_flag, no_short, no_long)] in test_type_attrs()
737 #[options(no_short)] in test_type_attrs()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/gumdrop-0.8.0/tests/
H A Doptions.rs433 #[options(long = "thing", no_short)] in test_opt_long()
595 #[options(no_short, help = "bravo help")] in test_usage()
605 #[options(no_short, help = "long option help")] in test_usage()
788 #[options(no_help_flag, no_short, no_long)] in test_type_attrs()
816 #[options(no_short)] in test_type_attrs()