Home
last modified time | relevance | path

Searched refs:ALL_STATUS (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/unit/plugins/modules/monitoring/
H A Dtest_monit.py100 @pytest.mark.parametrize('status_name', monit.StatusValue.ALL_STATUS)
105 …assert not all(getattr(status, 'is_%s' % name) for name in monit.StatusValue.ALL_STATUS if name !=…
110 for name in monit.StatusValue.ALL_STATUS
/dports/devel/p5-PAR-Packer/PAR-Packer-1.052/script/
H A Dtkpp94 my %ALL_STATUS = (
106 my $status = $ALL_STATUS{ready};
1800 $status = $ALL_STATUS{building};
1826 $status = $ALL_STATUS{finished};
1867 $status = $ALL_STATUS{finished};
1871 $status = $ALL_STATUS{error};
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dmonit.py77 ALL_STATUS = [ variable in StatusValue
88 if item in ('is_%s' % status for status in self.ALL_STATUS):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/monitoring/
H A Dmonit.py77 ALL_STATUS = [ variable in StatusValue
88 if item in ('is_%s' % status for status in self.ALL_STATUS):
/dports/science/py-abipy/abipy-0.9.0/abipy/flowtk/
H A Dnodes.py472 ALL_STATUS = [ variable in Node
H A Dflows.py2739 for status in self.ALL_STATUS:
/dports/science/py-abipy/abipy-0.9.0/abipy/gui/
H A Dflowviewer.py692 choices = [str(s) for s in flowtk.Node.ALL_STATUS]