Home
last modified time | relevance | path

Searched refs:column_width_ (Results 1 – 8 of 8) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/cli11/vtkcli11/CLI/
H A DFormatterFwd.hpp45 std::size_t column_width_{30}; member in CLI::FormatterBase
74 void column_width(std::size_t val) { column_width_ = val; } in column_width()
89 std::size_t get_column_width() const { return column_width_; } in get_column_width()
164 …ake_option_name(opt, is_positional) + make_option_opts(opt), make_option_desc(opt), column_width_); in make_option()
H A DFormatter.hpp211 detail::format_help(out, sub->get_display_name(true), sub->get_description(), column_width_); in make_subcommand()
221 detail::format_aliases(out, sub->get_aliases(), column_width_ + 2); in make_expanded()
/dports/devel/cli11/CLI11-2.1.2/include/CLI/
H A DFormatterFwd.hpp45 std::size_t column_width_{30}; member in CLI::FormatterBase
74 void column_width(std::size_t val) { column_width_ = val; } in column_width()
89 std::size_t get_column_width() const { return column_width_; } in get_column_width()
164 …ake_option_name(opt, is_positional) + make_option_opts(opt), make_option_desc(opt), column_width_); in make_option()
H A DFormatter.hpp211 detail::format_help(out, sub->get_display_name(true), sub->get_description(), column_width_); in make_subcommand()
221 detail::format_aliases(out, sub->get_aliases(), column_width_ + 2); in make_expanded()
/dports/graphics/timg/timg-1.4.0/src/
H A Drenderer.cc70 columns_(cols), column_width_(display_opts.width) { in MultiColumnRenderer()
97 const int x_offset = current_column_ * column_width_; in render_cb()
133 title_ = TrimTitle(title, column_width_ / options_.cell_x_px); in PrepareTitle()
137 const int column_width_; member in timg::__anon7c5250aa0111::MultiColumnRenderer
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/cli11/
H A DCLI11.hpp3744 std::size_t column_width_{30}; member in CLI::FormatterBase
3773 void column_width(std::size_t val) { column_width_ = val; } in column_width()
3788 std::size_t get_column_width() const { return column_width_; } in get_column_width()
3863 …ake_option_name(opt, is_positional) + make_option_opts(opt), make_option_desc(opt), column_width_); in make_option()
8856 detail::format_help(out, sub->get_display_name(true), sub->get_description(), column_width_); in make_subcommand()
8866 detail::format_aliases(out, sub->get_aliases(), column_width_ + 2); in make_expanded()
/dports/science/axom/axom-0.6.1/src/thirdparty/axom/
H A DCLI11.hpp3231 std::size_t column_width_{30}; member in axom::CLI::FormatterBase
3260 void column_width(std::size_t val) { column_width_ = val; } in column_width()
3275 std::size_t get_column_width() const { return column_width_; } in get_column_width()
3350 …ake_option_name(opt, is_positional) + make_option_opts(opt), make_option_desc(opt), column_width_); in make_option()
8236 detail::format_help(out, sub->get_name(), sub->get_description(), column_width_); in make_subcommand()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/bindings/cli/third_party/CLI/
H A DCLI11.hpp3594 std::size_t column_width_{30}; member in CLI::FormatterBase
3623 void column_width(std::size_t val) { column_width_ = val; } in column_width()
3638 std::size_t get_column_width() const { return column_width_; } in get_column_width()
3713 …ake_option_name(opt, is_positional) + make_option_opts(opt), make_option_desc(opt), column_width_); in make_option()
8715 detail::format_help(out, sub->get_name(), sub->get_description(), column_width_); in make_subcommand()