Home
last modified time | relevance | path

Searched refs:comma_sep (Results 1 – 18 of 18) sorted by relevance

/dports/mail/cone/cone-1.1/cone/
H A Dcertificates.C416 std::string::iterator comma_sep=first; in processKey() local
418 if (comma_sep != name.end()) ++comma_sep; in processKey()
428 while (comma_sep != name.end()) in processKey()
430 if (*comma_sep == '\\') in processKey()
432 if (++comma_sep == in processKey()
435 ++comma_sep; in processKey()
439 if (*comma_sep == ',' && in processKey()
440 comma_sep >= name.end()-l) in processKey()
442 ++comma_sep; in processKey()
445 if (comma_sep != name.end()) in processKey()
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/clap-3.0.14/examples/
H A Dpacman.rs90 let comma_sep = packages.collect::<Vec<_>>().join(", "); in main() localVariable
91 println!("Retrieving info for {}...", comma_sep); in main()
93 let comma_sep = queries.collect::<Vec<_>>().join(", "); in main() localVariable
94 println!("Searching Locally for {}...", comma_sep); in main()
/dports/www/firefox/firefox-99.0/third_party/rust/clap/examples/
H A Dpacman.rs90 let comma_sep = packages.collect::<Vec<_>>().join(", "); in main() localVariable
91 println!("Retrieving info for {}...", comma_sep); in main()
93 let comma_sep = queries.collect::<Vec<_>>().join(", "); in main() localVariable
94 println!("Searching Locally for {}...", comma_sep); in main()
/dports/x11/swayr/swayr-v0.11.2/cargo-crates/clap-3.0.0-rc.5/examples/
H A Dpacman.rs90 let comma_sep = packages.collect::<Vec<_>>().join(", "); in main() localVariable
91 println!("Retrieving info for {}...", comma_sep); in main()
93 let comma_sep = queries.collect::<Vec<_>>().join(", "); in main() localVariable
94 println!("Searching Locally for {}...", comma_sep); in main()
/dports/textproc/jql/jql-3.0.6/cargo-crates/clap-3.0.0-rc.7/examples/
H A Dpacman.rs90 let comma_sep = packages.collect::<Vec<_>>().join(", "); in main() localVariable
91 println!("Retrieving info for {}...", comma_sep); in main()
93 let comma_sep = queries.collect::<Vec<_>>().join(", "); in main() localVariable
94 println!("Searching Locally for {}...", comma_sep); in main()
/dports/textproc/augeas/augeas-1.12.0/lenses/
H A Djettyrealm.aug39 (* View: comma_sep *)
40 let comma_sep = del /,[ \t]*/ ", " var
46 [ label "realm" . comma_sep . store Rx.word ]* .
H A Dhosts_access.aug31 (* Variable: comma_sep *)
32 let comma_sep = /([ \t]|(\\\\\n))*,([ \t]|(\\\\\n))*/ var
38 let list_sep = del ( comma_sep | ws_sep ) ", "
/dports/games/pioneer/pioneer-20210723/src/
H A DInputBindings.cpp330 static std::regex comma_sep("^\\s*,\\s*"); in operator >>() local
338 if (!consumeMatch(iterstr, match_results, comma_sep)) in operator >>()
343 if (!consumeMatch(iterstr, match_results, comma_sep)) in operator >>()
360 static std::regex comma_sep("^\\s*,\\s*"); in operator >>() local
368 if (!consumeMatch(iterstr, match_results, comma_sep)) in operator >>()
/dports/devel/elixir-estree/elixir-estree-2.6.1/lib/es_tree/tools/
H A Dgenerator.ex154 comma_sep: ", ",
161 comma_sep: ",",
199 |> Enum.intersperse(opts.comma_sep)
217 |> Enum.intersperse(opts.comma_sep)
362 |> Enum.intersperse(opts.comma_sep)
521 |> Enum.intersperse(opts.comma_sep)
529 |> Enum.intersperse(opts.comma_sep)
712 |> Enum.intersperse(opts.comma_sep)
722 |> Enum.intersperse(opts.comma_sep)
1028 opts.comma_sep
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_const_eval/src/interpret/intrinsics/
H A Dtype_name.rs144 self.generic_delimiters(|cx| cx.comma_sep(args)) in path_generic_args()
155 fn comma_sep<T>(mut self, mut elems: impl Iterator<Item = T>) -> Result<Self, Self::Error> in comma_sep() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/print/
H A Dpretty.rs572 p!("(", comma_sep(tys.iter())); in pretty_print_type()
679 self = self.comma_sep(substs.as_generator().upvar_tys())?; in pretty_print_type()
726 self = self.comma_sep(substs.as_closure().upvar_tys())?; in pretty_print_type()
1048 cx = cx.comma_sep(args)?; in pretty_print_dyn_existential()
1052 cx.comma_sep(projections) in pretty_print_dyn_existential()
1099 p!("(", comma_sep(inputs.iter().copied())); in pretty_fn_sig()
1429 p!("[", comma_sep(fields), "]"); in pretty_print_const_value()
1432 p!("(", comma_sep(fields)); in pretty_print_const_value()
1457 p!("(", comma_sep(fields), ")"); in pretty_print_const_value()
1792 self.generic_delimiters(|cx| cx.comma_sep(args)) in path_generic_args()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/html/
H A Dformat.rs123 fn comma_sep<T: fmt::Display>(items: impl Iterator<Item = T>) -> impl fmt::Display { in comma_sep() function
229 write!(f, "<{:#}>", comma_sep(real_params.iter().map(|g| g.print(cx)))) in print()
231 write!(f, "&lt;{}&gt;", comma_sep(real_params.iter().map(|g| g.print(cx)))) in print()
275 comma_sep(bound_params.iter().map(|lt| lt.print())) in print_where_clause()
280 comma_sep(bound_params.iter().map(|lt| lt.print())) in print_where_clause()
375 comma_sep(self.generic_params.iter().map(|g| g.print(cx))) in print()
381 comma_sep(self.generic_params.iter().map(|g| g.print(cx))) in print()
1075 comma_sep(self.generic_params.iter().map(|g| g.print(cx))) in print_hrtb_with_space()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_symbol_mangling/src/
H A Dlegacy.rs341 self.generic_delimiters(|cx| cx.comma_sep(args)) in path_generic_args()
352 fn comma_sep<T>(mut self, mut elems: impl Iterator<Item = T>) -> Result<Self, Self::Error> in comma_sep() method
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/klib/
H A Dprintf.c2472 bool comma_sep; in structured_print_engine() local
2780 comma_sep = false; in structured_print_engine()
2814 comma_sep = f . thousands_separate; in structured_print_engine()
2877 if ( comma_sep && int_len != 0 ) in structured_print_engine()
2884 if ( comma_sep && int_len != 0 ) in structured_print_engine()
2953 comma_sep = f . thousands_separate; in structured_print_engine()
2965 if ( comma_sep && int_len != 0 ) in structured_print_engine()
2972 if ( comma_sep && int_len != 0 ) in structured_print_engine()
3148 if ( comma_sep && ( int_len != 0 || zero_fill != 0 ) ) in structured_print_engine()
3182 if ( comma_sep && ( zero_fill != 0 || int_len != 0 ) ) in structured_print_engine()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/klib/
H A Dprintf.c2472 bool comma_sep; in structured_print_engine() local
2780 comma_sep = false; in structured_print_engine()
2814 comma_sep = f . thousands_separate; in structured_print_engine()
2877 if ( comma_sep && int_len != 0 ) in structured_print_engine()
2884 if ( comma_sep && int_len != 0 ) in structured_print_engine()
2953 comma_sep = f . thousands_separate; in structured_print_engine()
2965 if ( comma_sep && int_len != 0 ) in structured_print_engine()
2972 if ( comma_sep && int_len != 0 ) in structured_print_engine()
3148 if ( comma_sep && ( int_len != 0 || zero_fill != 0 ) ) in structured_print_engine()
3182 if ( comma_sep && ( zero_fill != 0 || int_len != 0 ) ) in structured_print_engine()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcugtk/
H A Dspectrumdoc.cc150 bool comma_sep; // whether the separator is a comma member
162 s.comma_sep = false; in parse_data_type()
174 s.comma_sep = true; in parse_data_type()
/dports/math/gretl/gretl-2021d/gui/
H A Ddialogs.c444 GtkWidget *comma_sep; member
463 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(csv->comma_sep), in set_dec()
545 csvp->comma_sep = button; in csv_options_dialog()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsqnutil3.c36392 Boolean bad_letter_found = FALSE, replace_found, comma_sep = FALSE; in FixLatLonFormat() local
36504 else if (!comma_sep) in FixLatLonFormat()
36579 … if (!comma_sep && ((ltoken1 != NULL && ltoken2 != NULL) || (dtoken1 != NULL && dtoken2 != NULL))) in FixLatLonFormat()
36589 comma_sep = TRUE; in FixLatLonFormat()
36595 comma_sep = TRUE; in FixLatLonFormat()
36688 if (first_space == NULL && first_dash != NULL && second_dash == NULL && !comma_sep) in FixLatLonFormat()