Home
last modified time | relevance | path

Searched refs:_notify (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/
H A Dregister_user.php259 $_notify = 'incomplete';
265 $_notify = 'exists';
285 $_notify = 'empty';
290 $_notify = 'exists';
292 if (empty($_notify)) {
337 $_notify = 'filter';
355 $_notify = 'mismatch';
420 if (empty($_notify)) {
453 if (!empty($_notify)) {
454 switch ($_notify) {
[all …]
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/Factory/
H A DNotification.php13 protected $_notify; variable in Horde_Core_Factory_Notification
21 if (isset($this->_notify)) {
22 return $this->_notify;
25 $this->_notify = new Horde_Core_Notification_Handler(
29 $this->_notify->addType('default', '*', 'Horde_Core_Notification_Event_Status');
30 $this->_notify->addType('status', 'horde.*', 'Horde_Core_Notification_Event_Status');
32 …$this->_notify->addDecorator(new Horde_Notification_Handler_Decorator_Alarm($injector->getInstance…
33 $this->_notify->addDecorator(new Horde_Core_Notification_Handler_Decorator_Hordelog());
35 return $this->_notify;
43 return $this->_notify->attachAllAppHandlers();
/dports/net/py-gntp/gntp-1.0.3/gntp/test/
H A Dbasic_tests.py36 self.assertIsTrue(self._notify(
42 self.assertIsTrue(self._notify(description='Hello World'))
45 self.assertIsTrue(self._notify(description='allô'))
48 self.assertIsTrue(self._notify(description='おはおう'))
51 self.assertIsTrue(self._notify(sticky=True, description='Sticky Test'))
54 self.assertRaises(AssertionError, self._notify, noteType='Unknown')
60 self.assertIsTrue(self._notify(
66 self.assertIsTrue(self._notify(
72 self.assertIsTrue(self._notify(
78 self.assertIsTrue(self._notify(
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DFIFOBuffer.h82 _notify(notify), in _buffer()
93 _notify(notify), in _buffer()
104 _notify(notify), in _buffer()
133 if (_notify) notify(usedBefore);
192 if (_notify) notify(usedBefore); in read()
214 if (_notify) notify(usedBefore);
248 if (_notify) notify(usedBefore); in write()
308 if (_notify) notify(usedBefore);
503 _notify = notify;
509 return _notify; in getNotify()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_IBItemInfo.h71 IBNotifyItemData(size_t _index, NotifyItem _notify, int _x, int _y, MouseButton _id) : in IBNotifyItemData()
73 notify(_notify), in IBNotifyItemData()
82 IBNotifyItemData(size_t _index, NotifyItem _notify, KeyCode _code, Char _key) : in IBNotifyItemData()
84 notify(_notify), in IBNotifyItemData()
93 IBNotifyItemData(size_t _index, NotifyItem _notify, KeyCode _code) : in IBNotifyItemData()
95 notify(_notify), in IBNotifyItemData()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_IBItemInfo.h71 IBNotifyItemData(size_t _index, NotifyItem _notify, int _x, int _y, MouseButton _id) : in IBNotifyItemData()
73 notify(_notify), in IBNotifyItemData()
82 IBNotifyItemData(size_t _index, NotifyItem _notify, KeyCode _code, Char _key) : in IBNotifyItemData()
84 notify(_notify), in IBNotifyItemData()
93 IBNotifyItemData(size_t _index, NotifyItem _notify, KeyCode _code) : in IBNotifyItemData()
95 notify(_notify), in IBNotifyItemData()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_IBItemInfo.h71 IBNotifyItemData(size_t _index, NotifyItem _notify, int _x, int _y, MouseButton _id) : in IBNotifyItemData()
73 notify(_notify), in IBNotifyItemData()
82 IBNotifyItemData(size_t _index, NotifyItem _notify, KeyCode _code, Char _key) : in IBNotifyItemData()
84 notify(_notify), in IBNotifyItemData()
93 IBNotifyItemData(size_t _index, NotifyItem _notify, KeyCode _code) : in IBNotifyItemData()
95 notify(_notify), in IBNotifyItemData()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_IBItemInfo.h71 IBNotifyItemData(size_t _index, NotifyItem _notify, int _x, int _y, MouseButton _id) : in IBNotifyItemData()
73 notify(_notify), in IBNotifyItemData()
82 IBNotifyItemData(size_t _index, NotifyItem _notify, KeyCode _code, Char _key) : in IBNotifyItemData()
84 notify(_notify), in IBNotifyItemData()
93 IBNotifyItemData(size_t _index, NotifyItem _notify, KeyCode _code) : in IBNotifyItemData()
95 notify(_notify), in IBNotifyItemData()
/dports/devel/py-oslo.messaging/oslo.messaging-12.11.0/oslo_messaging/notify/
H A Dnotifier.py105 notifier._notify({}, args.event_type, args.payload, args.priority)
296 def _notify(self, ctxt, event_type, payload, priority, publisher_id=None, member in Notifier
331 self._notify(ctxt, event_type, payload, 'AUDIT')
345 self._notify(ctxt, event_type, payload, 'DEBUG')
359 self._notify(ctxt, event_type, payload, 'INFO')
373 self._notify(ctxt, event_type, payload, 'WARN')
389 self._notify(ctxt, event_type, payload, 'ERROR')
403 self._notify(ctxt, event_type, payload, 'CRITICAL')
423 self._notify(ctxt, event_type, payload, 'SAMPLE')
447 def _notify(self, ctxt, event_type, payload, priority): member in _SubNotifier
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dfilter-effect-chooser.cpp53 , _notify(true) in SimpleFilterModifier()
108 if (_notify) { in signal_isolation_changed()
111 _notify = true; in signal_isolation_changed()
117 if (_notify) { in signal_blend_changed()
120 _notify = true; in signal_blend_changed()
143 _notify = notify; in set_isolation_mode()
159 _notify = notify; in set_blend_mode()
/dports/lang/p5-Promises/Promises-0.94/lib/Promises/
H A DDeferred.pm51 $self->_notify;
62 $self->_notify;
74 $self->_notify unless $self->is_in_progress;
89 $self->_notify unless $self->is_in_progress;
117 $self->_notify unless $self->is_in_progress;
157 sub _notify { subroutine
/dports/dns/knot3-lib/knot-3.1.5/src/knot/server/
H A Ddthreads.c85 pthread_cond_broadcast(&unit->_notify); in dt_update_thread()
269 pthread_cond_destroy(&unit->_notify); in dt_create_unit()
276 pthread_cond_destroy(&unit->_notify); in dt_create_unit()
282 pthread_cond_destroy(&unit->_notify); in dt_create_unit()
289 pthread_cond_destroy(&unit->_notify); in dt_create_unit()
303 pthread_cond_destroy(&unit->_notify); in dt_create_unit()
331 pthread_cond_destroy(&unit->_notify); in dt_create_unit()
405 pthread_cond_destroy(&d_unit->_notify); in dt_delete()
474 pthread_cond_broadcast(&unit->_notify); in dt_start()
579 pthread_cond_broadcast(&unit->_notify); in dt_stop()
[all …]
/dports/dns/knot3/knot-3.1.5/src/knot/server/
H A Ddthreads.c85 pthread_cond_broadcast(&unit->_notify); in dt_update_thread()
269 pthread_cond_destroy(&unit->_notify); in dt_create_unit()
276 pthread_cond_destroy(&unit->_notify); in dt_create_unit()
282 pthread_cond_destroy(&unit->_notify); in dt_create_unit()
289 pthread_cond_destroy(&unit->_notify); in dt_create_unit()
303 pthread_cond_destroy(&unit->_notify); in dt_create_unit()
331 pthread_cond_destroy(&unit->_notify); in dt_create_unit()
405 pthread_cond_destroy(&d_unit->_notify); in dt_delete()
474 pthread_cond_broadcast(&unit->_notify); in dt_start()
579 pthread_cond_broadcast(&unit->_notify); in dt_stop()
[all …]
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/reactor/api/
H A Dprocesses.py325 def _notify(self, neighbor, event): member in Processes
343 for process in self._notify(neighbor, 'neighbor-changes'):
348 for process in self._notify(neighbor, 'neighbor-changes'):
353 for process in self._notify(neighbor, 'neighbor-changes'):
358 for process in self._notify(neighbor, 'negotiated'):
363 for process in self._notify(neighbor, 'fsm'):
368 for process in self._notify(neighbor, 'signal'):
373 for process in self._notify(neighbor, '%s-packets' % direction):
382 for process in self._notify(neighbor, 'neighbor-changes'):
410 for process in self._notify(peer, '%s-%s' % (direction, Message.CODE.OPEN.SHORT)):
[all …]
/dports/security/py-txtorcon/txtorcon-21.1.0/txtorcon/
H A Dstream.py207 self._notify('stream_new', self)
209 self._notify('stream_succeeded', self)
220 self._notify('stream_closed', self, **flags)
229 self._notify('stream_failed', self, **flags)
242 self._notify('stream_detach', self, **flags)
265 self._notify('stream_attach', self, self.circuit)
284 def _notify(self, func, *args, **kw): member in Stream
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dmailbox-list-notify.c16 void mailbox_list_notify_deinit(struct mailbox_list_notify **_notify) in mailbox_list_notify_deinit() argument
18 struct mailbox_list_notify *notify = *_notify; in mailbox_list_notify_deinit()
20 *_notify = NULL; in mailbox_list_notify_deinit()
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/server/
H A Dobserver.py72 self._notify = threading.Event()
150 n = self._notify
226 n = self._notify
242 self._notify = None
269 if self.active and self._notify:
276 n = self._notify
277 self._notify.set()
279 self._notify = None
287 self._notify = n
303 if self._notify is not None:
/dports/deskutils/py-py3status/py3status-3.40/py3status/modules/
H A Dgithub.py110 self._notify = "?"
215 count = self._notify
216 self._notify = count
245 if self._notify and self._notify != "?":
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/
H A Dsound.cpp77 _rock(0), _notify(0) { in SoundChannel()
138 _notify = notify; in play()
157 if (!g_vm->_mixer->isSoundHandleActive(_handle) && _notify != 0) { in poll()
158 uint notify = _notify; in poll()
159 _notify = 0; in poll()
/dports/graphics/azpainterb/azpainterb-1.1.3/src/widget/
H A DValueBar.c66 static void _notify(ValueBar *p,int flag) in _notify() function
90 _notify(p, 0); in _change_pos()
103 _notify(p, 1); in _event_press()
128 _notify(p, 1); in _release_grab()
156 _notify(p, 0); in _event_handle()
183 _notify(p, 1); in _event_handle()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/
H A Dpin_messages_box.cpp72 _notify.create( in prepare()
77 _checkbox = _notify; in prepare()
113 if (_notify && !_notify->checked()) { in pinMessage()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/
H A Dsound.cpp77 _soundNum(0), _rock(0), _notify(0) { in SoundChannel()
140 _notify = notify; in play()
160 if (!g_vm->_mixer->isSoundHandleActive(_handle) && _notify != 0) { in poll()
161 uint notify = _notify; in poll()
162 _notify = 0; in poll()
/dports/graphics/azpainter/azpainter-2.1.7/src/widget/
H A DValueBar.c66 static void _notify(ValueBar *p,int flag) in _notify() function
90 _notify(p, 0); in _change_pos()
103 _notify(p, 1); in _event_press()
128 _notify(p, 1); in _release_grab()
156 _notify(p, 0); in _event_handle()
183 _notify(p, 1); in _event_handle()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mobile/Android/app/src/main/java/org/geuz/onelab/
H A DMainActivity.java37 private boolean _compute, _twoPane, _notify; field in MainActivity
53 _notify = false; in onCreate()
190 if(_notify) notifyEndComputing(); in onPostExecute()
219 _notify = true; in onPause()
228 _notify = false; in onResume()
235 _notify = true; in onStop()
256 _notify = false; in onTrimMemory()
/dports/audio/moony-lv2/moony-0.36.0/test/
H A Dmoony_presets.lua29 local _notify = Stash()
51 once(n, _control, _notify, _seq1, _forge1, _seq2, _forge2, _seq3, _forge3, _seq4, _forge4)
55 run(n, _control, _notify, _seq1, _forge1, _seq2, _forge2, _seq3, _forge3, _seq4, _forge4)

12345678910>>...16