Home
last modified time | relevance | path

Searched refs:show_excluded (Results 1 – 5 of 5) sorted by relevance

/dports/astro/siril/siril/src/
H A Dmain-cli.c104 com.show_excluded = TRUE; in global_initialization()
H A Dmain.c137 com.show_excluded = TRUE; in global_initialization()
/dports/astro/siril/siril/src/core/
H A Dsiril.h618 gboolean show_excluded; // show excluded images in sequences member
/dports/devel/osc/osc-0.175.0/osc/
H A Dcommandline.py4773 states = p.get_status(opts.show_excluded, *excl_states)
4778 …for st, filename in sorted(p.get_status(opts.show_excluded, *excl_states), key=cmp_to_key(compare)…
5459 opts.show_excluded = None
5467 'arch': opts.arch, 'wait': opts.watch, 'showexcl': opts.show_excluded,
5556 show_excluded=opts.show_excluded, brief=opts.brief)))
H A Dcore.py5830 show_excluded = kwargs.pop('showexcl', False)
5835 if not show_excluded and res['code'] == 'excluded':
5924 …s_filter=None, name_filter=None, arch=None, repo=None, vertical=None, show_excluded=None, brief=Fa… argument
5965 if status_filter or name_filter or not show_excluded:
5996 elif not show_excluded: