Home
last modified time | relevance | path

Searched refs:arg_description (Results 1 – 25 of 111) sorted by relevance

12345

/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Doptionentry.cc50 g_free(const_cast<char*>(gobject_->arg_description)); in release_gobject()
84 if (gobject_->arg_description) in operator =()
85 g_free(const_cast<char*>(gobject_->arg_description)); in operator =()
87 gobject_->arg_description = g_strdup(src.gobject_->arg_description); in operator =()
140 if (gobject_->arg_description) in set_arg_description()
142 g_free((gchar*)(gobject_->arg_description)); in set_arg_description()
143 gobject_->arg_description = nullptr; in set_arg_description()
146 gobj()->arg_description = (value).empty() ? nullptr : g_strdup((value).c_str()); in set_arg_description()
192 return Glib::convert_const_gchar_ptr_to_ustring(gobj()->arg_description); in get_arg_description()
/dports/deskutils/spice-gtk/spice-gtk-0.37/tools/
H A Dspice-cmdline.c37 .arg_description = N_("<uri>"),
44 .arg_description = N_("<host>"),
51 .arg_description = N_("<port>"),
58 .arg_description = N_("<port>"),
65 .arg_description = N_("<password>"),
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Doptionentry.ccg41 g_free(const_cast<char*>(gobject_->arg_description));
75 if (gobject_->arg_description)
76 g_free(const_cast<char*>(gobject_->arg_description));
78 gobject_->arg_description = g_strdup(src.gobject_->arg_description);
131 if (gobject_->arg_description)
133 g_free((gchar*)(gobject_->arg_description));
134 gobject_->arg_description = nullptr;
137 gobj()->arg_description = (value).empty() ? nullptr : g_strdup((value).c_str());
/dports/japanese/mecab/mecab-0.996/src/
H A Dparam.cpp31 if (opts[i].arg_description) in init_param()
32 l += (1 + std::strlen(opts[i].arg_description)); in init_param()
38 if (opts[i].arg_description) in init_param()
39 l += (1 + std::strlen(opts[i].arg_description)); in init_param()
44 if (opts[i].arg_description) { in init_param()
46 *help += opts[i].arg_description; in init_param()
134 if (opts[i].arg_description) { in open()
159 if (opts[i].arg_description) { in open()
/dports/japanese/zinnia/zinnia-0.06/
H A Dparam.cpp40 if (opts[i].arg_description) in init_param()
41 l += (1 + std::strlen(opts[i].arg_description)); in init_param()
47 if (opts[i].arg_description) in init_param()
48 l += (1 + std::strlen(opts[i].arg_description)); in init_param()
53 if (opts[i].arg_description) { in init_param()
55 *help += opts[i].arg_description; in init_param()
142 if (opts[i].arg_description) { in open()
168 if (opts[i].arg_description) { in open()
/dports/science/crf++/crfpp-1dc92a606f874a4fe52603803364cc1d90f952fb/
H A Dparam.cpp32 if (opts[i].arg_description) in init_param()
33 l += (1 + std::strlen(opts[i].arg_description)); in init_param()
39 if (opts[i].arg_description) in init_param()
40 l += (1 + std::strlen(opts[i].arg_description)); in init_param()
45 if (opts[i].arg_description) { in init_param()
47 *help += opts[i].arg_description; in init_param()
135 if (opts[i].arg_description) { in open()
161 if (opts[i].arg_description) { in open()
/dports/devel/pyl-gobject/pygobject-2.28.6/glib/
H A Dpygoptiongroup.c193 gchar *long_name, *description, *arg_description; in pyg_option_group_add_entries() local
207 &arg_description)) in pyg_option_group_add_entries()
222 arg_description = g_strdup(arg_description); in pyg_option_group_add_entries()
223 self->strings = g_slist_prepend(self->strings, arg_description); in pyg_option_group_add_entries()
224 entries[pos].arg_description = arg_description; in pyg_option_group_add_entries()
/dports/textproc/yamcha/yamcha-0.33/src/
H A Dparam.cpp112 if (opts[i].arg_description) { in open()
139 if (opts[i].arg_description) { in open()
207 if (opts[i].arg_description) l += (1 + strlen (opts[i].arg_description)); in help()
213 if (opts[i].arg_description) l += (1 + strlen (opts[i].arg_description)); in help()
215 if (opts[i].arg_description) os << '=' << opts[i].arg_description; in help()
/dports/devel/pygobject3-common/pygobject-3.38.0/gi/
H A Dpygoptiongroup.c191 gchar *long_name, *description, *arg_description; in pyg_option_group_add_entries() local
205 &arg_description)) in pyg_option_group_add_entries()
220 arg_description = g_strdup(arg_description); in pyg_option_group_add_entries()
221 self->strings = g_slist_prepend(self->strings, arg_description); in pyg_option_group_add_entries()
222 entries[pos].arg_description = arg_description; in pyg_option_group_add_entries()
/dports/devel/py-gobject3/pygobject-3.38.0/gi/
H A Dpygoptiongroup.c191 gchar *long_name, *description, *arg_description; in pyg_option_group_add_entries() local
205 &arg_description)) in pyg_option_group_add_entries()
220 arg_description = g_strdup(arg_description); in pyg_option_group_add_entries()
221 self->strings = g_slist_prepend(self->strings, arg_description); in pyg_option_group_add_entries()
222 entries[pos].arg_description = arg_description; in pyg_option_group_add_entries()
/dports/devel/cutter/cutter-1.2.6/cutter/
H A Dcut-ui-factory-builder.c111 static gchar *arg_description = NULL; in set_option_context() local
119 if (!arg_description) { in set_option_context()
132 arg_description = g_string_free(available_uis, FALSE); in set_option_context()
137 entries[0].arg_description = arg_description; in set_option_context()
H A Dcut-stream-factory-builder.c147 static gchar *arg_description = NULL; in set_option_context() local
161 if (!arg_description) { in set_option_context()
174 arg_description = g_string_free(available_streams, FALSE); in set_option_context()
179 entries[0].arg_description = arg_description; in set_option_context()
/dports/devel/libcfu/libcfu-947dba4/src/
H A Dcfuopt.c68 const char *arg_description; member
199 const char *description, const char *arg_description) { in cfuopt_add_entry() argument
210 entry->arg_description = arg_description; in cfuopt_add_entry()
468 …y->required ? "required" : "optional"), str, list_entry->description, list_entry->arg_description); in _cfuopt_pretty_print_foreach()
495 if (opt->arg_description && strlen(opt->arg_description) > 0) { in _param_map_fn()
497 return cfustring_sprintf_c_str("-%s %s", name, opt->arg_description); in _param_map_fn()
500 return cfustring_sprintf_c_str("--%s=%s", name, opt->arg_description); in _param_map_fn()
/dports/devel/atlas-devel/Atlas-C++-0.6.4/protocol/spec/
H A Doperation.atlas67 arg_description:"id of entity to be deleted",
98 arg_description:"id of target entity",
151 arg_description:"perceived thing",
284 arg_description:"communication entity",
341 arg_description:"object to be perceived",
511 arg_description:"thing character heard",
741 arg_description:"sentence(s) entity",
758 arg_description:"target entity",
839 arg_description:"target entity",
852 arg_description:"target entity",
[all …]
/dports/x11-toolkits/gtk-layer-shell/gtk-layer-shell-0.7.0/examples/demo/
H A Dgtk-layer-demo.c48 .arg_description = NULL,
57 .arg_description = NULL,
66 .arg_description = NULL,
75 .arg_description = NULL,
84 .arg_description = NULL,
93 .arg_description = NULL,
102 .arg_description = NULL,
111 .arg_description = NULL,
/dports/devel/regexxer/regexxer-0.10/src/
H A Dmain.cc89 const char* description, const char* arg_description = 0);
102 const char* description, const char* arg_description) in entry() argument
111 if (arg_description) in entry()
112 option_entry.set_arg_description(arg_description); in entry()
/dports/x11/gnome-shell/gnome-shell-41.1/subprojects/extensions-tool/src/
H A Dcommand-pack.c450 .arg_description = _("FILE"), in handle_pack()
454 .arg_description = _("SCHEMA"), in handle_pack()
457 .arg_description = _("DIRECTORY"), in handle_pack()
461 .arg_description = _("DOMAIN"), in handle_pack()
468 .arg_description = _("DIRECTORY"), in handle_pack()
472 .arg_description =_("SOURCE_DIRECTORY"), in handle_pack()
/dports/devel/glibmm/glibmm-2.64.2/gio/src/
H A Dapplication.ccg394 gchar short_name, const Glib::ustring& description, const Glib::ustring& arg_description,
398 (GOptionArg)arg_type, long_name, short_name, description, arg_description, flags);
404 const Glib::ustring& arg_description, int flags)
417 arg_description, flags & ~Glib::OptionEntry::FLAG_FILENAME);
423 const Glib::ustring& arg_description, int flags)
436 arg_description, flags | Glib::OptionEntry::FLAG_FILENAME);
441 gchar short_name, const Glib::ustring& description, const Glib::ustring& arg_description,
456 gchar* arg_desc = arg_description.empty() ? nullptr : g_strdup(arg_description.c_str());
478 array[0].arg_description = arg_desc;
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/core/resource/
H A Dresource_topics.py316 arg_description = []
337 paragraph = _AppendLine(arg_description, line, paragraph)
346 args.append((arg, ' '.join(arg_description)))
355 arg_description = [text.strip()]
/dports/lang/ruby26/ruby-2.6.9/gems/rake-12.3.3/lib/rake/
H A Dtask.rb124 if arg_description
125 "#{name}#{arg_description}"
132 def arg_description # :nodoc: method in Rake.Task
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dapplication.h676 const Glib::ustring& arg_description = Glib::ustring(), int flags = 0);
701 const Glib::ustring& arg_description = Glib::ustring(), int flags = 0);
721 const Glib::ustring& arg_description = Glib::ustring(), int flags = 0);
1519 const Glib::ustring& arg_description, int flags);
H A Dapplication.cc403 gchar short_name, const Glib::ustring& description, const Glib::ustring& arg_description, in add_main_option_entry() argument
407 (GOptionArg)arg_type, long_name, short_name, description, arg_description, flags); in add_main_option_entry()
413 const Glib::ustring& arg_description, int flags) in add_main_option_entry() argument
426 arg_description, flags & ~Glib::OptionEntry::FLAG_FILENAME); in add_main_option_entry()
432 const Glib::ustring& arg_description, int flags) in add_main_option_entry_filename() argument
445 arg_description, flags | Glib::OptionEntry::FLAG_FILENAME); in add_main_option_entry_filename()
450 gchar short_name, const Glib::ustring& description, const Glib::ustring& arg_description, in add_main_option_entry_private() argument
465 gchar* arg_desc = arg_description.empty() ? nullptr : g_strdup(arg_description.c_str()); in add_main_option_entry_private()
487 array[0].arg_description = arg_desc; in add_main_option_entry_private()
/dports/misc/clpbar/bar-1.11.1/
H A Dargs.c20 char *arg_description; member
653 char *arg_description = options[o].arg_description; in help() local
659 (arg_description != 0) ? " " : "", in help()
660 (arg_description != 0) ? arg_description : "" in help()
681 char *arg_description = options[o].arg_description; in help() local
688 (arg_description != 0) ? arg_description : "" in help()
709 char *arg_description = options[o].arg_description; in help() local
714 (arg_description != 0) ? arg_description : "" in help()
719 (arg_description != 0) ? arg_description : "" in help()
724 (arg_description != 0) ? arg_description : "" in help()
[all …]
/dports/net/uget/uget-2.2.1/uglib/
H A DUgOption.c65 if (entry->arg_description) { in print_entry()
69 length += ug_buffer_write (buffer, gettext (entry->arg_description), -1); in print_entry()
71 length += ug_buffer_write (buffer, entry->arg_description, -1); in print_entry()
/dports/devel/p5-Glib/Glib-1.3293/
H A DGOption.xs243 *arg_description = NULL, in sv_to_option_entry() local
269 if (value) arg_description = *value; in sv_to_option_entry()
320 entry->arg_description = gperl_sv_is_defined (arg_description) in sv_to_option_entry()
321 ? copy_string (SvGChar (arg_description), table) in sv_to_option_entry()
648 arg_description => 'source' },

12345