Home
last modified time | relevance | path

Searched defs:Notifiers (Results 1 – 22 of 22) sorted by relevance

/dports/devel/py-traits/traits-6.3.2/docs/source/traits_user_manual/
H A Dinternals.rst302 .. |cTrait| replace:: :class:`~traits.ctraits.cTrait`
303 .. |CTrait| replace:: :class:`~traits.ctrait.CTrait`
304 .. |ctraits| replace:: :mod:`~traits.ctraits`
305 .. |CHasTraits| replace:: :class:`~traits.ctraits.CHasTraits`
306 .. |HasTraits| replace:: :class:`~traits.has_traits.HasTraits`
307 .. |TraitList| replace:: :class:`~traits.trait_list_object.TraitList`
308 .. |TraitDict| replace:: :class:`~traits.trait_dict_object.TraitDict`
309 .. |TraitSet| replace:: :class:`~traits.trait_dict_object.TraitSet`
313 .. |List| replace:: :class:`~traits.trait_types.List`
314 .. |Dict| replace:: :class:`~traits.trait_types.Dict`
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/notifier/
H A Dnotifier.go12 type Notifiers struct { struct
13 notifiers []Notifier
20 func (m *Notifiers) NotifyPodTermination(pod v1.Pod) error {
30 func (m *Notifiers) Add(notifier Notifier) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/geolocation/
H A Dgeolocation_watchers.h33 auto& Notifiers() { return id_to_notifier_map_.Values(); } in Notifiers() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/geolocation/
H A Dgeolocation_watchers.h33 auto& Notifiers() { return id_to_notifier_map_.Values(); } in Notifiers() function
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Conditions/
H A DConditionManager.cs29 public readonly List<VariableObserverNotifier> Notifiers = new List<VariableObserverNotifier>(); field in OpenRA.Mods.Common.Traits.ConditionManager.ConditionState
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h83 NotifiersMap Notifiers; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h83 NotifiersMap Notifiers; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h84 /// Clients are also responsible for ensuring that any JIT'd code that in setTrampolinePool()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h83 NotifiersMap Notifiers; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h83 NotifiersMap Notifiers; variable
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h83 NotifiersMap Notifiers; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h83 NotifiersMap Notifiers; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h83 NotifiersMap Notifiers; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h83 NotifiersMap Notifiers; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h83 NotifiersMap Notifiers; variable
/dports/sysutils/edk2/edk2-edk2-stable202102/NetworkPkg/Udp6Dxe/
H A DUdp6Driver.h83 @retval other This driver does not support this device. in setTrampolinePool()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h106 NotifiersMap Notifiers; variable
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h107 NotifiersMap Notifiers; variable
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h107 NotifiersMap Notifiers; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h107 NotifiersMap Notifiers; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h107 NotifiersMap Notifiers; variable
/dports/devel/modd/modd-0.8/
H A Dmodd.go60 Notifiers []notify.Notifier member