Home
last modified time | relevance | path

Searched refs:listenTo (Results 1 – 25 of 75) sorted by relevance

123

/dports/graphics/jogamp-jogl/jogl/src/nativewindow/classes/com/jogamp/nativewindow/awt/
H A DAWTWindowClosingProtocol.java44 private Window listenTo; field in AWTWindowClosingProtocol
58 this.listenTo = null; in AWTWindowClosingProtocol()
90 if(null != listenTo) { in addClosingListener()
93 listenTo = AWTMisc.getWindow(comp); in addClosingListener()
94 if(null!=listenTo) { in addClosingListener()
95 listenTo.addWindowListener(windowClosingAdapter); in addClosingListener()
104 if(null != listenTo) { in removeClosingListener()
105 listenTo.removeWindowListener(windowClosingAdapter); in removeClosingListener()
106 listenTo = null; in removeClosingListener()
/dports/www/nextcloud-notes/notes/lib/AppInfo/
H A DNotesHooks.php30 $this->listenTo(
39 $this->listenTo(
48 $this->listenTo(
57 $this->listenTo(
68 private function listenTo($service, string $scope, string $method, callable $callback) : void { function in OCA\\Notes\\AppInfo\\NotesHooks
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.C5/Test/
H A DSupportClasses.cs196 EventTypeEnum listenTo; field in C5UnitTests.CollectionEventList
203 public void Listen(ICollectionValue<T> list, EventTypeEnum listenTo) in Listen() argument
205 this.listenTo = listenTo; in Listen()
206 if ((listenTo & EventTypeEnum.Changed) != 0) in Listen()
208 if ((listenTo & EventTypeEnum.Cleared) != 0) in Listen()
210 if ((listenTo & EventTypeEnum.Removed) != 0) in Listen()
212 if ((listenTo & EventTypeEnum.Added) != 0) in Listen()
214 if ((listenTo & EventTypeEnum.Inserted) != 0) in Listen()
216 if ((listenTo & EventTypeEnum.RemovedAt) != 0) in Listen()
229 if ((expectedEvent.Act & listenTo) == 0) in Check()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/common/
H A DListenerMixin.ts18 listenTo(other, arg, callback?) method
39 listenTo(other, arg, callback?) { method in ListenerMixin
43 this.listenTo(other, eventName, arg[eventName])
H A DDragListener.ts26 listenTo: ListenerInterface['listenTo'] property in DragListener
159 this.listenTo($(document), { // might only work on iOS because of GlobalEmitter's bind :(
164 this.listenTo(globalEmitter, {
170 this.listenTo(globalEmitter, {
176 this.listenTo(globalEmitter, {
350 this.listenTo(scrollEl, 'scroll', debounce(this.handleDebouncedScroll, 100))
H A DMouseFollower.ts14 listenTo: ListenerInterface['listenTo'] property in MouseFollower
62 this.listenTo($(document), 'touchmove', this.handleMove)
64 this.listenTo($(document), 'mousemove', this.handleMove)
H A DGlobalEmitter.ts28 listenTo: ListenerInterface['listenTo'] property in GlobalEmitter
67 this.listenTo($(document), {
H A DPopover.ts23 listenTo: ListenerInterface['listenTo'] property in Popover
81 this.listenTo($(document), 'mousedown', this.documentMousedown)
/dports/net/rclone/server/core/
H A Dserver.go74 listenTo string member
160 s.listenTo = net.JoinHostPort(opts.Hostname, strconv.Itoa(opts.Port))
229 listener, err = net.Listen("tcp", server.listenTo)
231 listener, err = tls.Listen("tcp", server.listenTo, server.tlsConfig)
234 listener, err = net.Listen("tcp", server.listenTo)
/dports/net/yate/yate-6.4.0-1/share/scripts/
H A Dvoicemail.php283 function listenTo($n) function
300 listenTo(0);
303 listenTo($current-1);
306 listenTo($current);
309 listenTo($current+1);
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/card/drivers/
H A DReaderDetector_osx.cpp37 static bool listenTo(const io_name_t notificationType, ReaderDetector* readerDetector, io_iterator_… in listenTo() function
71 succeed &= listenTo(kIOPublishNotification, this, &mIteratorPublish); in initNativeEvents()
72 succeed &= listenTo(kIOTerminatedNotification, this, &mIteratorTerminated); in initNativeEvents()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qsoftkeymanager/
H A Dtst_qsoftkeymanager.cpp89 EventListener(QObject *listenTo) in EventListener() argument
92 if (listenTo) in EventListener()
93 listenTo->installEventFilter(this); in EventListener()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/zenazn/goji/bind/
H A Dbind.go99 func listenTo(bind string) (net.Listener, error) { func
129 l, err := listenTo(bind)
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/server/entity/npc/
H A DSpeakerNpcTest.java106 npc.listenTo(firstPlayer, ConversationPhrases.GREETING_MESSAGES.get(0)); in testNpcHasWaitMessage()
108 npc.listenTo(secondPlayer, "hi"); in testNpcHasWaitMessage()
H A DNPCTest.java74 npc.listenTo(player, "hi"); in testLogic()
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/element-resize-detector/
H A DREADME.md36 ### listenTo(element, listener) or listenTo(options, element, listener)
42 erd.listenTo(document.getElementById("test"), function(element) {
124 * Fixed an issue when uninstalling an element, and then calling listenTo in the middle of an old re…
162 * Fixed so that `uninstall` may be called directly after a `listenTo` call.
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/component/interactions/
H A DExternalDropping.ts16 listenTo: ListenerInterface['listenTo'] property in ExternalDropping
41 this.listenTo($(document), {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/models/
H A DEventManager.ts21 listenTo: ListenerInterface['listenTo'] property in EventManager
208 this.listenTo(eventPeriod, 'release', function(eventsPayload) {
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.C5/Test/templates/
H A DEvents.cs35 protected EventTypeEnum listenTo; field in C5UnitTests.Templates.Events.CollectionValueTester
36 protected void listen() { seen.Listen(collection, listenTo); } in listen()
41 listenTo = testSpec; in SetUp()
90 Assert.AreEqual(listenTo, collection.ActiveEvents); in Listenable()
446 Assert.AreEqual(listenTo, collection.ActiveEvents); in Listenable()
904 Assert.AreEqual(listenTo, collection.ActiveEvents); in Listenable()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/orril/dungeon/
H A DDarkElfNPC.java76 ((SpeakerNPC) raiser.getEntity()).listenTo(player, "hi"); in buildTunnelArea()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/semos/mines/
H A DDwarfGuardianNPC.java83 ((SpeakerNPC) raiser.getEntity()).listenTo(player, "hi"); in buildMineArea()
H A DHighPriestNPC.java95 ((SpeakerNPC) raiser.getEntity()).listenTo(player, "hi"); in buildMineArea()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/dist/
H A Dfullcalendar.d.ts258 listenTo(other: any, arg: any, callback?: any): any;
263 listenTo(other: any, arg: any, callback?: any): void;
279 listenTo: ListenerInterface['listenTo'];
353 listenTo: ListenerInterface['listenTo'];
804 listenTo: ListenerInterface['listenTo'];
927 listenTo: ListenerInterface['listenTo'];
1687 listenTo: ListenerInterface['listenTo'];
1770 listenTo: ListenerInterface['listenTo'];
1800 listenTo: ListenerInterface['listenTo'];
2006 listenTo: ListenerInterface['listenTo'];
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/semos/hostel/
H A DBoyNPC.java107 ((SpeakerNPC) raiser.getEntity()).listenTo(player, "hi"); in buildSemosTownhallArea()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/semos/road/
H A DBoyGuardianNPC.java122 ((SpeakerNPC) raiser.getEntity()).listenTo(player, "hi"); in buildMineArea()

123