Home
last modified time | relevance | path

Searched refs:notify_listeners (Results 1 – 25 of 38) sorted by relevance

12

/dports/lang/ruby26/ruby-2.6.9/gems/test-unit-3.2.9/lib/test/unit/ui/
H A Dtestrunnermediator.rb42 notify_listeners(RESET, @suite.size)
43 notify_listeners(STARTED, result)
50 notify_listeners(FINISHED, elapsed_time)
68 notify_listeners(channel, value)
89 notify_listeners(TestResult::FINISHED, *args)
92 notify_listeners(TestResult::CHANGED, *args)
95 notify_listeners(TestResult::PASS_ASSERTION, *args)
98 notify_listeners(TestResult::FAULT, *args)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/ruby/ruby/test/unit/
H A Dtestresult.rb32 notify_listeners(CHANGED, self)
38 notify_listeners(FAULT, failure)
39 notify_listeners(CHANGED, self)
45 notify_listeners(FAULT, error)
46 notify_listeners(CHANGED, self)
52 notify_listeners(CHANGED, self)
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/ruby/ruby/test/unit/
H A Dtestresult.rb32 notify_listeners(CHANGED, self)
38 notify_listeners(FAULT, failure)
39 notify_listeners(CHANGED, self)
45 notify_listeners(FAULT, error)
46 notify_listeners(CHANGED, self)
52 notify_listeners(CHANGED, self)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/ruby/ruby/test/unit/ui/
H A Dtestrunnermediator.rb35 notify_listeners(RESET, @suite.size)
37 notify_listeners(STARTED, result)
39 notify_listeners(TestResult::CHANGED, updated_result)
43 notify_listeners(TestResult::FAULT, fault)
47 notify_listeners(channel, value)
54 notify_listeners(FINISHED, elapsed_time) #"Finished in #{elapsed_time} seconds.")
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/ruby/ruby/test/unit/ui/
H A Dtestrunnermediator.rb35 notify_listeners(RESET, @suite.size)
37 notify_listeners(STARTED, result)
39 notify_listeners(TestResult::CHANGED, updated_result)
43 notify_listeners(TestResult::FAULT, fault)
47 notify_listeners(channel, value)
54 notify_listeners(FINISHED, elapsed_time) #"Finished in #{elapsed_time} seconds.")
/dports/lang/ruby26/ruby-2.6.9/gems/test-unit-3.2.9/test/util/
H A Dtest_observable.rb31 count = notify_listeners(:property)
41 count = notify_listeners(:property)
54 count = notify_listeners(:property, "stuff")
67 count = notify_listeners(:property, "stuff", "more stuff")
84 count = notify_listeners(:property)
94 count = notify_listeners(:property)
/dports/lang/ruby26/ruby-2.6.9/gems/test-unit-3.2.9/lib/test/unit/
H A Dtestresult.rb56 notify_listeners(FINISHED, self)
67 notify_listeners(PASS_ASSERTION, self)
123 notify_listeners(CHANGED, self)
128 notify_listeners(FAULT, fault)
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_event/src/
H A Dcouch_event_server.erl86 notify_listeners(St#st.by_dbname, DbName, Event),
113 notify_listeners(ByDbName, DbName, Event) -> function
115 notify_listeners(khash:get(ByDbName, all_dbs), Msg),
116 notify_listeners(khash:get(ByDbName, DbName), Msg).
119 notify_listeners(undefined, _) -> function
121 notify_listeners(Listeners, Msg) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_log/src/
H A Dcouch_log_sup.erl75 notify_listeners(),
85 notify_listeners() -> function
91 notify_listeners() -> function
/dports/biology/p5-Bio-Phylo/Bio-Phylo-v2.0.1/lib/Bio/Phylo/
H A DListable.pm68 $self->notify_listeners( 'insert', @obj )
99 $self->notify_listeners( 'insert_at_index', $obj )
155 $self->notify_listeners( 'delete', $obj )
178 $self->notify_listeners('clear')
228 $self->notify_listeners( '_set_things', $things );
459 sub notify_listeners { subroutine
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/test/test-unit-ext/
H A Dalways-show-result.rb35 notify_listeners(FINISHED, elapsed_time)
40 def notify_listeners(channel_name, *arguments) method in Test.Unit.UI.TestRunnerMediator
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/test/test-unit-ext/
H A Dalways-show-result.rb35 notify_listeners(FINISHED, elapsed_time)
40 def notify_listeners(channel_name, *arguments) method in Test.Unit.UI.TestRunnerMediator
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/ruby/test/test-unit-ext/
H A Dalways-show-result.rb35 notify_listeners(FINISHED, elapsed_time)
40 def notify_listeners(channel_name, *arguments) method in Test.Unit.UI.TestRunnerMediator
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/test/test-unit-ext/
H A Dalways-show-result.rb35 notify_listeners(FINISHED, elapsed_time)
40 def notify_listeners(channel_name, *arguments) method in Test.Unit.UI.TestRunnerMediator
/dports/mail/mimedefang/mimedefang-2.84/
H A Dnotifier.c48 void notify_listeners(EventSelector *es, char const *msg);
326 notify_listeners(EventSelector *es, char const *msg) in notify_listeners() function
359 notify_listeners(es, buf); in notify_worker_status()
370 notify_listeners(es, buf); in notify_worker_state_change()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/util/memory_pressure/
H A Dmemory_pressure_voter.cc28 bool notify_listeners) override { in SetVote() argument
33 if (notify_listeners) in SetVote()
H A Dmemory_pressure_voter.h29 bool notify_listeners) = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/util/memory_pressure/
H A Dmemory_pressure_voter.cc28 bool notify_listeners) override { in SetVote() argument
33 if (notify_listeners) in SetVote()
H A Dmemory_pressure_voter.h29 bool notify_listeners) = 0;
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/sys/
H A DLSPStyle.cpp236 notify_listeners(p); in sync_property()
314 notify_listeners(prop); in delayed_notify()
362 notify_listeners(p); in notify_change()
384 void LSPStyle::notify_listeners(property_t *prop) in notify_listeners() function in lsp::tk::LSPStyle
591 notify_listeners(p); in bind()
793 notify_listeners(p); in set_property()
807 notify_listeners(p); in set_property()
/dports/databases/elixir-postgrex/postgrex-0.13.5/lib/postgrex/
H A Dnotifications.ex155 opts = [notify: &notify_listeners(channels, listeners, &1, &2)]
167 opts = [notify: &notify_listeners(channels, listeners, &1, &2)]
178 defp notify_listeners(channels, listeners, channel, payload) do function
/dports/lang/ruby26/ruby-2.6.9/gems/test-unit-3.2.9/lib/test/unit/util/
H A Dobservable.rb74 def notify_listeners(channel_name, *arguments) method
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/ruby/ruby/test/unit/util/
H A Dobservable.rb74 def notify_listeners(channel_name, *arguments) method
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/ruby/ruby/test/unit/util/
H A Dobservable.rb74 def notify_listeners(channel_name, *arguments) method
/dports/misc/lifelines/lifelines-3.1.1/src/gedlib/
H A Dlocales.c521 notify_listeners(&f_uilang_callbacks); in send_uilang_callbacks()
546 notify_listeners(&f_uicodeset_callbacks); in locales_notify_uicodeset_changes()

12