Home
last modified time | relevance | path

Searched refs:show_details (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill_assistant/browser/actions/
H A Dshow_details_action.cc32 switch (proto_.show_details().data_to_show_case()) { in InternalProcessAction()
36 Details::UpdateFromProto(proto_.show_details(), details.get()); in InternalProcessAction()
41 proto_.show_details(), delegate_->GetUserData(), details.get()); in InternalProcessAction()
46 proto_.show_details(), delegate_->GetUserData(), details.get()); in InternalProcessAction()
51 proto_.show_details(), delegate_->GetUserData(), details.get()); in InternalProcessAction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/actions/
H A Dshow_details_action.cc32 switch (proto_.show_details().data_to_show_case()) { in InternalProcessAction()
36 Details::UpdateFromProto(proto_.show_details(), details.get()); in InternalProcessAction()
41 proto_.show_details(), delegate_->GetUserData(), in InternalProcessAction()
47 proto_.show_details(), delegate_->GetUserData(), details.get()); in InternalProcessAction()
52 proto_.show_details(), delegate_->GetUserData(), details.get()); in InternalProcessAction()
/dports/databases/opentsdb/opentsdb-2.3.0/src/tsd/
H A DPutDataPointRpc.java150 if (show_details) { in execute()
174 if (show_details) { in execute()
182 if (show_details) { in execute()
190 if (show_details) { in execute()
198 if (show_details) { in execute()
219 if (show_details) { in execute()
226 if (show_details) { in execute()
232 if (show_details) { in execute()
271 if (show_details) { in execute()
290 if (show_details) { in execute()
[all …]
/dports/www/piwigo/piwigo/admin/
H A Dplugins_installed.php23 $show_details = true; variable
27 $show_details = false; variable
30 pwg_set_session_var('plugins_show_details', $show_details);
34 $show_details = pwg_get_session_var('plugins_show_details'); variable
38 $show_details = false; variable
217 'show_details' => $show_details,
/dports/editors/emacs/emacs-27.2/admin/
H A Dcheck-doc-strings37 if ($show_details) {
47 my $show_details = 0;
69 $show_details = 1;
83 $show_details = 1;
90 $show_details = 1;
101 my $show_details = 0;
156 $show_details = 1;
162 $show_details = 1;
171 $show_details = 1;
189 $show_details = 1;
[all …]
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-file-properties.c70 gboolean show_details; member
100 if (! self->priv->show_details) in G_DEFINE_TYPE_WITH_CODE()
187 if (! self->priv->show_details) in gth_file_properties_real_set_file()
191 if (! self->priv->show_details) in gth_file_properties_real_set_file()
195 if (! self->priv->show_details) in gth_file_properties_real_set_file()
199 if (self->priv->show_details) in gth_file_properties_real_set_file()
292 if (self->priv->show_details) in update_favorites()
332 self->priv->show_details = g_value_get_boolean (value); in gth_file_properties_set_property()
357 g_value_set_boolean (value, self->priv->show_details); in gth_file_properties_get_property()
491 self->priv->show_details = FALSE; in gth_file_properties_init()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/admin/
H A Dcheck-doc-strings37 if ($show_details) {
47 my $show_details = 0;
69 $show_details = 1;
83 $show_details = 1;
90 $show_details = 1;
101 my $show_details = 0;
174 $show_details = 1;
180 $show_details = 1;
189 $show_details = 1;
207 $show_details = 1;
[all …]
/dports/multimedia/tstools/tstools-1.11/
H A Daccessunit.c671 int show_details) in end_access_unit() argument
673 if (show_details) in end_access_unit()
950 int show_details, in get_next_access_unit() argument
1191 err = end_access_unit(context,access_unit,show_details); in get_next_access_unit()
1267 int show_details, in get_next_field_of_pair() argument
1274 if (show_details || context->nac->show_nal_details) in get_next_field_of_pair()
1298 if (show_details || context->nac->show_nal_details) in get_next_field_of_pair()
1306 if (show_details) in get_next_field_of_pair()
1378 int show_details, in get_next_h264_frame() argument
1386 err = get_next_non_empty_access_unit(context,quiet,show_details, in get_next_h264_frame()
[all …]
H A Daccessunit_fns.h240 int show_details,
288 int show_details,
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/extension/
H A Dcustom.py38 def list_available_extensions_cmd(cmd, index_url=None, show_details=False): argument
39 …return list_available_extensions(index_url=index_url, show_details=show_details, cli_ctx=cmd.cli_c…
/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/GUI/
H A DProgress.pm31 sub show_details { shift->{show_details} } subroutine
40 sub set_show_details { shift->{show_details} = $_[1] }
194 $self->build_details_ff if $self->show_details && !$self->details_ff;
210 active_cond => sub { $self->show_details },
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dmanoto.py93 show_details = show_json.get('details', {})
94 title = show_details.get('showTitle')
95 description = show_details.get('showSynopsis')
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/api/v2/
H A Dviews.py195 def _get_serializer_class(cls, router, model, fields_config, show_details=False, nested=False): argument
204 if not show_details:
213 if show_details:
313 show_details = False
315 show_details = True
317 …t_serializer_class(self.request.wagtailapi_router, model, fields_config, show_details=show_details)
/dports/devel/tlsh/tlsh-d842e75/src/
H A Dinput_desc.cpp67 static int read_file_eval_tlsh_splitline(char *fname, struct InputDescr *inputd, int show_details, … in read_file_eval_tlsh_splitline() argument
118 if (show_details >= 1) { in read_file_eval_tlsh_splitline()
134 if (show_details >= 1) { in read_file_eval_tlsh_splitline()
157 …char *fname, char *digestname, int show_details, int fc_cons_option, char *splitlines, struct Inpu… in set_input_desc() argument
428 err = read_file_eval_tlsh_splitline(fname, inputd, show_details, fc_cons_option, showvers); in set_input_desc()
436 err = read_file_eval_tlsh(curr_fname, th, show_details, fc_cons_option, showvers); in set_input_desc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/arch/x86/kcpuid/
H A Dkcpuid.c77 static bool show_details; variable
447 show_details ? "-" : "", in decode_bits()
448 show_details ? bdesc->detail : "" in decode_bits()
459 show_details ? "-" : "", in decode_bits()
460 show_details ? bdesc->detail : "" in decode_bits()
608 show_details = true; in parse_options()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/arch/x86/kcpuid/
H A Dkcpuid.c77 static bool show_details; variable
447 show_details ? "-" : "", in decode_bits()
448 show_details ? bdesc->detail : "" in decode_bits()
459 show_details ? "-" : "", in decode_bits()
460 show_details ? bdesc->detail : "" in decode_bits()
608 show_details = true; in parse_options()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/arch/x86/kcpuid/
H A Dkcpuid.c77 static bool show_details; variable
447 show_details ? "-" : "", in decode_bits()
448 show_details ? bdesc->detail : "" in decode_bits()
459 show_details ? "-" : "", in decode_bits()
460 show_details ? bdesc->detail : "" in decode_bits()
608 show_details = true; in parse_options()
/dports/devel/tlsh/tlsh-d842e75/test/
H A Dtlsh_unittest.cpp92 …int xref, bool xlen, int show_details, int threshold, int fc_cons_option, int path_option, int out… in trendLSH_ut() argument
101 …esc(dirname, listname, listname_col, listname_csv, fname, digestname, show_details, fc_cons_option… in trendLSH_ut()
109 err = read_file_eval_tlsh(compare_fname, comp_th, show_details, fc_cons_option, showvers); in trendLSH_ut()
186 if (show_details) { in trendLSH_ut()
418 int show_details = 0; in main() local
497 show_details ++; in main()
605 …xlen, show_details, threshold, fc_cons_option, path_option, output_json, output_null, splitlines, … in main()
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/liblatexila/
H A Dlatexila-post-processor.c229 gboolean show_details) in latexila_post_processor_get_messages_default() argument
605 gboolean show_details) in latexila_post_processor_get_messages() argument
609 show_details = show_details != FALSE; in latexila_post_processor_get_messages()
611 return LATEXILA_POST_PROCESSOR_GET_CLASS (pp)->get_messages (pp, show_details); in latexila_post_processor_get_messages()
H A Dlatexila-post-processor.h78 gboolean show_details);
111 … gboolean show_details);
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dcalendar.rs56 show_details: Option<bool>, field
105 show_details: None, in new()
165 if let Some(ref show_details) = self.show_details { in build()
166 properties.push(("show-details", show_details)); in build()
312 pub fn show_details(mut self, show_details: bool) -> Self { in show_details() method
313 self.show_details = Some(show_details); in show_details()
543 fn set_property_show_details(&self, show_details: bool); in set_property_show_details()
840 fn set_property_show_details(&self, show_details: bool) { in set_property_show_details()
845 Value::from(&show_details).to_glib_none().0, in set_property_show_details()
/dports/deskutils/egroupware/egroupware/infolog/inc/
H A Dclass.infolog_hooks.inc.php232 $show_details = array(
295 'values' => $show_details,
329 'values' => $show_details,
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/Auth/
H A DUsernameHook.php105 public function isLocked($userId, $show_details = false) argument
109 $show_details
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dcalendar.rs56 show_details: Option<bool>, field
120 if let Some(ref show_details) = self.show_details { in build()
121 properties.push(("show-details", show_details)); in build()
267 pub fn show_details(mut self, show_details: bool) -> Self { in show_details() method
268 self.show_details = Some(show_details); in show_details()
498 fn set_property_show_details(&self, show_details: bool); in set_property_show_details()
813 fn set_property_show_details(&self, show_details: bool) { in set_property_show_details()
818 Value::from(&show_details).to_glib_none().0, in set_property_show_details()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dcalendar.rs56 show_details: Option<bool>, field
120 if let Some(ref show_details) = self.show_details { in build()
121 properties.push(("show-details", show_details)); in build()
267 pub fn show_details(mut self, show_details: bool) -> Self { in show_details() method
268 self.show_details = Some(show_details); in show_details()
498 fn set_property_show_details(&self, show_details: bool); in set_property_show_details()
813 fn set_property_show_details(&self, show_details: bool) { in set_property_show_details()
818 Value::from(&show_details).to_glib_none().0, in set_property_show_details()

12345678910>>...12