Home
last modified time | relevance | path

Searched refs:show_filters (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/joomla3/joomla3-3.9.24/libraries/fof/render/
H A Djoomla.php205 $show_filters = $form->getAttribute('show_filters', 1);
210 if ($show_header || $show_filters)
216 if ($show_header || $show_filters)
287 if ($show_filters)
295 if ($show_header || $show_filters)
H A Dstrapper.php577 $show_filters = $form->getAttribute('show_filters', 1);
587 if ($show_filters)
627 if ($show_header || $show_filters)
764 if ($show_filters && !empty($sidebar))
826 if ($show_header || ($show_filters && version_compare(JVERSION, '3.0', 'lt')))
842 if ($show_filters && version_compare(JVERSION, '3.0', 'lt'))
851 if ($show_header || ($show_filters && version_compare(JVERSION, '3.0', 'lt')))
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dfilter.h49 void show_filters();
H A Dfilter.c188 void show_filters() { in show_filters() function
/dports/net/zebra-server/idzebra-2.0.55/index/
H A Dzebraidx.c49 static void show_filters(ZebraService zs) in show_filters() function
181 show_filters(zs); in main()
/dports/games/endgame-singularity/singularity-1.00/singularity/code/screens/
H A Dlog.py47 function=self.show_filters)
92 def show_filters(self): member in LogScreen
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/
H A Dcmdutils_common_opts.h15 { "filters" , OPT_EXIT, {.func_arg = show_filters }, "show available filters" },
H A Dcmdutils.h470 int show_filters(void *optctx, const char *opt, const char *arg);
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/
H A Dcmdutils_common_opts.h15 { "filters" , OPT_EXIT, {.func_arg = show_filters }, "show available filters" },
H A Dcmdutils.h470 int show_filters(void *optctx, const char *opt, const char *arg);
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/fftools/
H A Dcmdutils.h232 …{ "filters", OPT_EXIT, { .func_arg = show_filters }, "show available filters" …
539 int show_filters(void *optctx, const char *opt, const char *arg);
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/fftools/
H A Dcmdutils.h232 …{ "filters", OPT_EXIT, { .func_arg = show_filters }, "show available filters" …
539 int show_filters(void *optctx, const char *opt, const char *arg);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/fftools/
H A Dcmdutils.h232 …{ "filters", OPT_EXIT, { .func_arg = show_filters }, "show available filters" …
539 int show_filters(void *optctx, const char *opt, const char *arg);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/fftools/
H A Dcmdutils.h232 …{ "filters", OPT_EXIT, { .func_arg = show_filters }, "show available filters" …
539 int show_filters(void *optctx, const char *opt, const char *arg);
/dports/multimedia/handbrake/ffmpeg-4.4/fftools/
H A Dcmdutils.h232 …{ "filters", OPT_EXIT, { .func_arg = show_filters }, "show available filters" …
539 int show_filters(void *optctx, const char *opt, const char *arg);
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/helpers/list/
H A Dlist_header.tpl276 {if (!isset($params.orderby) || $params.orderby) && !$simple_header && $show_filters}
298 {if $has_actions || $show_filters}
302 {if !$simple_header && $show_filters}
373 {if $has_actions || $show_filters}
375 {if $show_filters}
/dports/finance/prestashop/prestashop/admin/themes/default/template/helpers/list/
H A Dlist_header.tpl293 {if (!isset($params.orderby) || $params.orderby) && !$simple_header && $show_filters}
322 {if $has_actions || $show_filters}
326 {if !$simple_header && $show_filters}
399 {if $has_actions || $show_filters}
401 {if $show_filters}
/dports/net-mgmt/nagios/nagios-3.5.1/cgi/
H A Dstatus.c130 void show_filters(void);
1350 show_filters(); in show_service_detail()
1999 show_filters(); in show_host_detail()
2398 show_filters(); in show_servicegroup_overviews()
2599 show_filters(); in show_servicegroup_summaries()
3171 show_filters(); in show_servicegroup_grids()
3456 show_filters(); in show_hostgroup_overviews()
3837 show_filters(); in show_hostgroup_summaries()
4398 show_filters(); in show_hostgroup_grids()
5150 void show_filters(void) { in show_filters() function
/dports/net-mgmt/nagios4/nagios-4.4.6/cgi/
H A Dstatus.c126 void show_filters(void);
1445 show_filters(); in show_service_detail()
2108 show_filters(); in show_host_detail()
2522 show_filters(); in show_servicegroup_overviews()
2727 show_filters(); in show_servicegroup_summaries()
3307 show_filters(); in show_servicegroup_grids()
3596 show_filters(); in show_hostgroup_overviews()
3980 show_filters(); in show_hostgroup_summaries()
4549 show_filters(); in show_hostgroup_grids()
5305 void show_filters(void) { in show_filters() function
/dports/graphics/libjxl/libjxl-0.6.1/third_party/lodepng/
H A Dpngdetail.cpp132 …bool show_filters; //show the PNG filter of each scanline (not supported for interlaced PNGs curre… member
145 show_chunks(false), show_chunks2(false), show_filters(false), in Options()
1289 if(options.show_filters) displayFilterTypes(data, options); in showInfos()
1328 else if(c == 'f') options.show_filters = true; in main()
/dports/emulators/citra/citra-ac98458e0/externals/lodepng/lodepng/
H A Dpngdetail.cpp132 …bool show_filters; //show the PNG filter of each scanline (not supported for interlaced PNGs curre… member
145 show_chunks(false), show_chunks2(false), show_filters(false), in Options()
1289 if(options.show_filters) displayFilterTypes(data, options); in showInfos()
1328 else if(c == 'f') options.show_filters = true; in main()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/lodepng/lodepng/
H A Dpngdetail.cpp132 …bool show_filters; //show the PNG filter of each scanline (not supported for interlaced PNGs curre… member
145 show_chunks(false), show_chunks2(false), show_filters(false), in Options()
1289 if(options.show_filters) displayFilterTypes(data, options); in showInfos()
1328 else if(c == 'f') options.show_filters = true; in main()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkrecentchooserdefault.c1209 show_filters (GtkRecentChooserDefault *impl, in show_filters() function
1246 show_filters (impl, TRUE); in gtk_recent_chooser_default_add_filter()
1283 show_filters (impl, FALSE); in gtk_recent_chooser_default_remove_filter()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkrecentchooserdefault.c1269 show_filters (GtkRecentChooserDefault *impl, in show_filters() function
1306 show_filters (impl, TRUE); in gtk_recent_chooser_default_add_filter()
1343 show_filters (impl, FALSE); in gtk_recent_chooser_default_remove_filter()
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dtracker_filter.tpl20 {if $show_filters eq 'y'}

12