Home
last modified time | relevance | path

Searched refs:convertor_registry (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/mozlog/mozlog/
H A Dstructuredlog.py28 from .logtypes import log_action, convertor_registry
151 return set(convertor_registry.keys())
250 converted_data = convertor_registry[action].convert_known(**raw_data)
254 and k not in convertor_registry[action].optional_args
H A Dlogtypes.py12 convertor_registry = {}
54 convertor_registry[f.__name__] = self
/dports/www/firefox/firefox-99.0/testing/mozbase/mozlog/mozlog/
H A Dstructuredlog.py28 from .logtypes import log_action, convertor_registry
151 return set(convertor_registry.keys())
250 converted_data = convertor_registry[action].convert_known(**raw_data)
254 and k not in convertor_registry[action].optional_args
H A Dlogtypes.py12 convertor_registry = {} variable
54 convertor_registry[f.__name__] = self
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/mozlog/mozlog/
H A Dstructuredlog.py28 from .logtypes import log_action, convertor_registry
151 return set(convertor_registry.keys())
250 converted_data = convertor_registry[action].convert_known(**raw_data)
254 and k not in convertor_registry[action].optional_args
H A Dlogtypes.py12 convertor_registry = {} variable
54 convertor_registry[f.__name__] = self
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/mozlog/mozlog/
H A Dstructuredlog.py16 from .logtypes import log_action, convertor_registry
137 return set(convertor_registry.keys())
236 converted_data = convertor_registry[action].convert_known(**raw_data)
239 k not in convertor_registry[action].optional_args):
H A Dlogtypes.py12 convertor_registry = {} variable
54 convertor_registry[f.__name__] = self
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozlog/mozlog/
H A Dstructuredlog.py15 from logtypes import log_action, convertor_registry
103 return set(convertor_registry.keys())
187 converted_data = convertor_registry[action].convert_known(**raw_data)
H A Dlogtypes.py5 convertor_registry = {} variable
43 convertor_registry[f.__name__] = self
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozbase/mozlog/mozlog/
H A Dstructuredlog.py15 from .logtypes import log_action, convertor_registry
110 return set(convertor_registry.keys())
209 converted_data = convertor_registry[action].convert_known(**raw_data)
H A Dlogtypes.py9 convertor_registry = {} variable
47 convertor_registry[f.__name__] = self