Home
last modified time | relevance | path

Searched refs:NotifyType (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/dports/security/suricata/suricata-6.0.4/rust/vendor/ipsec-parser/src/
H A Dikev2_notify.rs41 impl NotifyType { impl
43 pub const UNSUPPORTED_CRITICAL_PAYLOAD : NotifyType = NotifyType(1);
44 pub const INVALID_IKE_SPI : NotifyType = NotifyType(4);
45 pub const INVALID_MAJOR_VERSION : NotifyType = NotifyType(5);
46 pub const INVALID_SYNTAX : NotifyType = NotifyType(7);
47 pub const INVALID_MESSAGE_ID : NotifyType = NotifyType(9);
48 pub const INVALID_SPI : NotifyType = NotifyType(11);
49 pub const NO_PROPOSAL_CHOSEN : NotifyType = NotifyType(14);
50 pub const INVALID_KE_PAYLOAD : NotifyType = NotifyType(17);
51 pub const AUTHENTICATION_FAILED : NotifyType = NotifyType(24);
[all …]
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Common/
H A DIpObserver.hpp59 enum NotifyType enum in Ipopt::Observer
73 void RequestAttach(NotifyType notify_type, const Subject* subject);
81 void RequestDetach(NotifyType notify_type, const Subject* subject);
87 virtual void RecieveNotification(NotifyType notify_type, const Subject* subject)=0;
116 void ProcessNotification(NotifyType notify_type, const Subject* subject);
163 void AttachObserver(Observer::NotifyType notify_type, Observer* observer) const;
168 void DetachObserver(Observer::NotifyType notify_type, Observer* observer) const;
174 void Notify(Observer::NotifyType notify_type) const;
219 void Observer::RequestAttach(NotifyType notify_type, const Subject* subject) in RequestAttach()
238 void Observer::RequestDetach(NotifyType notify_type, const Subject* subject) in RequestDetach()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpObserver.hpp51 enum NotifyType { enum in SimTKIpopt::Observer
63 void RequestAttach(NotifyType notify_type, const Subject* subject);
70 void RequestDetach(NotifyType notify_type, const Subject* subject);
76 virtual void ReceiveNotification(NotifyType notify_type, const Subject* subject)=0;
104 void ProcessNotification(NotifyType notify_type, const Subject* subject);
150 void AttachObserver(Observer::NotifyType notify_type, Observer* observer) const;
154 void DetachObserver(Observer::NotifyType notify_type, Observer* observer) const;
159 void Notify(Observer::NotifyType notify_type) const;
204 void Observer::RequestAttach(NotifyType notify_type, const Subject* subject) in RequestAttach()
226 void Observer::RequestDetach(NotifyType notify_type, const Subject* subject) in RequestDetach()
[all …]
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/
H A DIpObserver.hpp57 enum NotifyType enum in Ipopt::Observer
73 NotifyType notify_type,
85 NotifyType notify_type,
94 NotifyType notify_type,
133 NotifyType notify_type,
184 Observer::NotifyType notify_type,
201 Observer::NotifyType notify_type
255 NotifyType notify_type, in RequestAttach()
277 NotifyType notify_type, in RequestDetach()
312 NotifyType notify_type, in ProcessNotification()
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/apprise/
H A Dcommon.pyi1 class NotifyType:
2 INFO: NotifyType
3 SUCCESS: NotifyType
4 WARNING: NotifyType
5 FAILURE: NotifyType
H A Dcommon.py27 class NotifyType(object):
39 NotifyType.INFO,
40 NotifyType.SUCCESS,
41 NotifyType.WARNING,
42 NotifyType.FAILURE,
H A DAppriseAsset.py32 from .common import NotifyType
55 NotifyType.INFO: '#3AA3E3',
56 NotifyType.SUCCESS: '#3AA337',
57 NotifyType.FAILURE: '#A32037',
58 NotifyType.WARNING: '#CACF29',
H A DAppriseAsset.pyi3 from . import NotifyFormat, NotifyType
9 html_notify_map: Dict[NotifyType, str]
24 html_notify_map: Dict[NotifyType, str] = ...,
/dports/graphics/opencv/opencv-4.5.3/samples/winrt/ImageManipulations/
H A DMainPage.xaml.cpp189 … " Make sure root of input section markup has x:Name of 'Input'", NotifyType::ErrorMessage);
197 … " Make sure root of output section markup has x:Name of 'Output'", NotifyType::ErrorMessage);
226 scenarioName + "' file has an x:Name of 'LayoutRoot'", NotifyType::ErrorMessage);
234 NotifyUser("", NotifyType::StatusMessage);
241 void MainPage::NotifyUser(String^ strMessage, NotifyType type)
245 case NotifyType::StatusMessage:
249 case NotifyType::ErrorMessage:
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/apprise/plugins/
H A DNotifyEnigma2.py40 from ..common import NotifyType
53 NotifyType.INFO: Enigma2MessageType.INFO,
54 NotifyType.SUCCESS: Enigma2MessageType.INFO,
55 NotifyType.WARNING: Enigma2MessageType.WARNING,
56 NotifyType.FAILURE: Enigma2MessageType.ERROR,
224 def send(self, body, title='', notify_type=NotifyType.INFO, **kwargs):
H A DNotifyNotifico.py45 from ..common import NotifyType
218 def send(self, body, title='', notify_type=NotifyType.INFO, **kwargs):
232 if notify_type == NotifyType.INFO:
236 elif notify_type == NotifyType.SUCCESS:
240 elif notify_type == NotifyType.WARNING:
244 elif notify_type == NotifyType.FAILURE:
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/enterprise/reporting/extension_request/
H A Dextension_request_notification.h24 enum NotifyType { enum
32 const NotifyType notify_type,
51 const NotifyType notify_type_ = kApproved;
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c316 if (Notify->NotifyType == NotifyType && Notify->PackageType == PackageType) { in InvokeRegisteredFunction()
331 NotifyType in InvokeRegisteredFunction()
2149 NotifyType, in AddDevicePathPackage()
2158 NotifyType, in AddDevicePathPackage()
2452 NotifyType, in AddPackages()
2461 NotifyType, in AddPackages()
2470 NotifyType, in AddPackages()
2479 NotifyType, in AddPackages()
2488 NotifyType, in AddPackages()
2497 NotifyType, in AddPackages()
[all …]
/dports/mail/neomutt/neomutt-20211029/mutt/
H A Dobserver.h36 enum NotifyType event_type; ///< Send: Event type, e.g. #NT_ACCOUNT
62 enum NotifyType type; ///< Notification type to observe, e.g. #NT_WINDOW
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/menu/
H A Dmenu_controller_delegate.h20 enum NotifyType { NOTIFY_DELEGATE, DONT_NOTIFY_DELEGATE }; enum
25 virtual void OnMenuClosed(NotifyType type,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/menu/
H A Dmenu_controller_delegate.h20 enum NotifyType { NOTIFY_DELEGATE, DONT_NOTIFY_DELEGATE }; enum
25 virtual void OnMenuClosed(NotifyType type,
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c326 if (Notify->NotifyType == NotifyType && Notify->PackageType == PackageType) { in InvokeRegisteredFunction()
341 NotifyType in InvokeRegisteredFunction()
2695 NotifyType, in AddDevicePathPackage()
2704 NotifyType, in AddDevicePathPackage()
2998 NotifyType, in AddPackages()
3007 NotifyType, in AddPackages()
3016 NotifyType, in AddPackages()
3025 NotifyType, in AddPackages()
3044 NotifyType, in AddPackages()
3053 NotifyType, in AddPackages()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c326 if (Notify->NotifyType == NotifyType && Notify->PackageType == PackageType) { in InvokeRegisteredFunction()
341 NotifyType in InvokeRegisteredFunction()
2695 NotifyType, in AddDevicePathPackage()
2704 NotifyType, in AddDevicePathPackage()
2998 NotifyType, in AddPackages()
3007 NotifyType, in AddPackages()
3016 NotifyType, in AddPackages()
3025 NotifyType, in AddPackages()
3044 NotifyType, in AddPackages()
3053 NotifyType, in AddPackages()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c326 if (Notify->NotifyType == NotifyType && Notify->PackageType == PackageType) { in InvokeRegisteredFunction()
341 NotifyType in InvokeRegisteredFunction()
2695 NotifyType, in AddDevicePathPackage()
2704 NotifyType, in AddDevicePathPackage()
2998 NotifyType, in AddPackages()
3007 NotifyType, in AddPackages()
3016 NotifyType, in AddPackages()
3025 NotifyType, in AddPackages()
3044 NotifyType, in AddPackages()
3053 NotifyType, in AddPackages()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c326 if (Notify->NotifyType == NotifyType && Notify->PackageType == PackageType) { in InvokeRegisteredFunction()
341 NotifyType in InvokeRegisteredFunction()
2695 NotifyType, in AddDevicePathPackage()
2704 NotifyType, in AddDevicePathPackage()
2998 NotifyType, in AddPackages()
3007 NotifyType, in AddPackages()
3016 NotifyType, in AddPackages()
3025 NotifyType, in AddPackages()
3044 NotifyType, in AddPackages()
3053 NotifyType, in AddPackages()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c326 if (Notify->NotifyType == NotifyType && Notify->PackageType == PackageType) { in InvokeRegisteredFunction()
341 NotifyType in InvokeRegisteredFunction()
2695 NotifyType, in AddDevicePathPackage()
2704 NotifyType, in AddDevicePathPackage()
2998 NotifyType, in AddPackages()
3007 NotifyType, in AddPackages()
3016 NotifyType, in AddPackages()
3025 NotifyType, in AddPackages()
3044 NotifyType, in AddPackages()
3053 NotifyType, in AddPackages()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c326 if (Notify->NotifyType == NotifyType && Notify->PackageType == PackageType) { in InvokeRegisteredFunction()
341 NotifyType in InvokeRegisteredFunction()
2695 NotifyType, in AddDevicePathPackage()
2704 NotifyType, in AddDevicePathPackage()
2998 NotifyType, in AddPackages()
3007 NotifyType, in AddPackages()
3016 NotifyType, in AddPackages()
3025 NotifyType, in AddPackages()
3044 NotifyType, in AddPackages()
3053 NotifyType, in AddPackages()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c326 if (Notify->NotifyType == NotifyType && Notify->PackageType == PackageType) { in InvokeRegisteredFunction()
341 NotifyType in InvokeRegisteredFunction()
2695 NotifyType, in AddDevicePathPackage()
2704 NotifyType, in AddDevicePathPackage()
2998 NotifyType, in AddPackages()
3007 NotifyType, in AddPackages()
3016 NotifyType, in AddPackages()
3025 NotifyType, in AddPackages()
3044 NotifyType, in AddPackages()
3053 NotifyType, in AddPackages()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c326 if (Notify->NotifyType == NotifyType && Notify->PackageType == PackageType) { in InvokeRegisteredFunction()
341 NotifyType in InvokeRegisteredFunction()
2695 NotifyType, in AddDevicePathPackage()
2704 NotifyType, in AddDevicePathPackage()
2998 NotifyType, in AddPackages()
3007 NotifyType, in AddPackages()
3016 NotifyType, in AddPackages()
3025 NotifyType, in AddPackages()
3044 NotifyType, in AddPackages()
3053 NotifyType, in AddPackages()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c326 if (Notify->NotifyType == NotifyType && Notify->PackageType == PackageType) { in InvokeRegisteredFunction()
341 NotifyType in InvokeRegisteredFunction()
2695 NotifyType, in AddDevicePathPackage()
2704 NotifyType, in AddDevicePathPackage()
2998 NotifyType, in AddPackages()
3007 NotifyType, in AddPackages()
3016 NotifyType, in AddPackages()
3025 NotifyType, in AddPackages()
3044 NotifyType, in AddPackages()
3053 NotifyType, in AddPackages()
[all …]

12345678910>>...15