Home
last modified time | relevance | path

Searched refs:stateAttrs (Results 1 – 2 of 2) sorted by relevance

/dports/irc/py-limnoria/Limnoria-master-2019-09-08/src/
H A Dcommands.py1079 def __call__(self, irc, msg, args, stateAttrs={}): argument
1080 state = self._state(self.types[:], stateAttrs)
1098 state = spec(irc, msg, args, stateAttrs={'cb': self, 'log': self.log})
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icingadb/
H A Dicingadb-objects.cpp1093 Dictionary::Ptr stateAttrs = SerializeState(checkable); in UpdateState() local
1095 …", m_PrefixConfigObject + objectType + ":state", objectKey, JsonEncode(stateAttrs)}, Prio::Runtime… in UpdateState()
1096 …":state", objectKey, JsonEncode(new Dictionary({{"checksum", HashValue(stateAttrs)}}))}, Prio::Run… in UpdateState()