Home
last modified time | relevance | path

Searched refs:handled (Results 51 – 75 of 21885) sorted by relevance

12345678910>>...876

/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/streams/
H A Dgen_intransitiveactivity.go37 handled := false
40 if handled {
96 if handled {
152 if handled {
157 if handled {
217 if handled {
222 if handled {
282 if handled {
287 if handled {
341 if handled {
[all …]
H A Dgen_arrive.go37 handled := false
40 if handled {
96 if handled {
152 if handled {
157 if handled {
217 if handled {
222 if handled {
282 if handled {
287 if handled {
341 if handled {
[all …]
H A Dgen_place.go31 handled := false
34 if handled {
68 if handled {
102 if handled {
136 if handled {
170 if handled {
204 if handled {
244 if handled {
249 if handled {
309 if handled {
[all …]
H A Dgen_audio.go31 handled := false
34 if handled {
74 if handled {
79 if handled {
139 if handled {
195 if handled {
251 if handled {
325 if handled {
330 if handled {
390 if handled {
[all …]
H A Dgen_person.go31 handled := false
34 if handled {
74 if handled {
79 if handled {
139 if handled {
195 if handled {
251 if handled {
325 if handled {
330 if handled {
390 if handled {
[all …]
H A Dgen_service.go31 handled := false
34 if handled {
74 if handled {
79 if handled {
139 if handled {
195 if handled {
251 if handled {
325 if handled {
330 if handled {
390 if handled {
[all …]
H A Dgen_note.go31 handled := false
34 if handled {
74 if handled {
79 if handled {
139 if handled {
195 if handled {
251 if handled {
325 if handled {
330 if handled {
390 if handled {
[all …]
H A Dgen_object.go31 handled := false
34 if handled {
74 if handled {
79 if handled {
139 if handled {
195 if handled {
251 if handled {
325 if handled {
330 if handled {
390 if handled {
[all …]
H A Dgen_page.go31 handled := false
34 if handled {
74 if handled {
79 if handled {
139 if handled {
195 if handled {
251 if handled {
325 if handled {
330 if handled {
390 if handled {
[all …]
H A Dgen_group.go31 handled := false
34 if handled {
74 if handled {
79 if handled {
139 if handled {
195 if handled {
251 if handled {
325 if handled {
330 if handled {
390 if handled {
[all …]
H A Dgen_video.go31 handled := false
34 if handled {
74 if handled {
79 if handled {
139 if handled {
195 if handled {
251 if handled {
325 if handled {
330 if handled {
390 if handled {
[all …]
H A Dgen_application.go31 handled := false
34 if handled {
74 if handled {
79 if handled {
139 if handled {
195 if handled {
251 if handled {
325 if handled {
330 if handled {
390 if handled {
[all …]
H A Dgen_article.go31 handled := false
34 if handled {
74 if handled {
79 if handled {
139 if handled {
195 if handled {
251 if handled {
325 if handled {
330 if handled {
390 if handled {
[all …]
H A Dgen_document.go31 handled := false
34 if handled {
74 if handled {
79 if handled {
139 if handled {
195 if handled {
251 if handled {
325 if handled {
330 if handled {
390 if handled {
[all …]
H A Dgen_event.go31 handled := false
34 if handled {
74 if handled {
79 if handled {
139 if handled {
195 if handled {
251 if handled {
325 if handled {
330 if handled {
390 if handled {
[all …]
H A Dgen_organization.go31 handled := false
34 if handled {
74 if handled {
79 if handled {
139 if handled {
195 if handled {
251 if handled {
325 if handled {
330 if handled {
390 if handled {
[all …]
/dports/graphics/anttweakbar/AntTweakBar/src/
H A DTwEventWin.c38 int handled = 0; in TwEventWin() local
52 handled = TwMouseButton(TW_MOUSE_PRESSED, TW_MOUSE_LEFT); in TwEventWin()
93 handled = TwKeyPressed(key, kmod); in TwEventWin()
179 handled = TwKeyPressed(k, kmod); in TwEventWin()
187 handled = TwKeyTest(key, kmod); in TwEventWin()
191 s_PrevKeyDownHandled = handled; in TwEventWin()
206 handled = s_PrevKeyDownHandled; in TwEventWin()
214 handled = TwKeyTest(key, kmod); in TwEventWin()
226 handled = TwMouseWheel(s_WheelPos); in TwEventWin()
236 if( handled ) in TwEventWin()
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/public/css/themes/
H A Dcolorblind.less5 @color-critical-handled: #FF99AA;
7 @color-warning-handled: #FFF399;
9 @color-unknown-handled: #B8C6FF;
11 @color-unreachable-handled: @color-unknown-handled;
14 /* Adapt font color to match handled / unhandled states and maintain readability with text-shadows …
27 &.handled {
37 .state-warning:not(.handled) {
40 .state-critical:not(.handled),
41 .state-down:not(.handled) {
44 .state-unknown:not(.handled),
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/javahl/tests/org/apache/subversion/javahl/
H A DExceptionTests.java113 boolean handled = false; in testStatusCallback()
130 handled = true; in testStatusCallback()
134 assertTrue(handled); in testStatusCallback()
160 handled = true; in testInfoCallback()
164 assertTrue(handled); in testInfoCallback()
190 handled = true; in testListCallback()
194 assertTrue(handled); in testListCallback()
228 assertTrue(handled); in testBlameCallback()
268 assertTrue(handled); in testLogMessageCallback()
305 assertTrue(handled); in testDiffSummaryReceiver()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/javahl/tests/org/apache/subversion/javahl/
H A DExceptionTests.java113 boolean handled = false; in testStatusCallback()
130 handled = true; in testStatusCallback()
134 assertTrue(handled); in testStatusCallback()
160 handled = true; in testInfoCallback()
164 assertTrue(handled); in testInfoCallback()
190 handled = true; in testListCallback()
194 assertTrue(handled); in testListCallback()
228 assertTrue(handled); in testBlameCallback()
268 assertTrue(handled); in testLogMessageCallback()
305 assertTrue(handled); in testDiffSummaryReceiver()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/javahl/tests/org/apache/subversion/javahl/
H A DExceptionTests.java113 boolean handled = false; in testStatusCallback()
130 handled = true; in testStatusCallback()
134 assertTrue(handled); in testStatusCallback()
160 handled = true; in testInfoCallback()
164 assertTrue(handled); in testInfoCallback()
190 handled = true; in testListCallback()
194 assertTrue(handled); in testListCallback()
228 assertTrue(handled); in testBlameCallback()
268 assertTrue(handled); in testLogMessageCallback()
305 assertTrue(handled); in testDiffSummaryReceiver()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/javahl/tests/org/apache/subversion/javahl/
H A DExceptionTests.java113 boolean handled = false; in testStatusCallback()
130 handled = true; in testStatusCallback()
134 assertTrue(handled); in testStatusCallback()
160 handled = true; in testInfoCallback()
164 assertTrue(handled); in testInfoCallback()
190 handled = true; in testListCallback()
194 assertTrue(handled); in testListCallback()
228 assertTrue(handled); in testBlameCallback()
268 assertTrue(handled); in testLogMessageCallback()
305 assertTrue(handled); in testDiffSummaryReceiver()
[all …]
/dports/devel/py-nose2/nose2-0.10.0/docs/plugins/
H A Dprinthooks.rst25 …matchPath: MatchPathEvent(handled=False, name='tests.py', path='nose2/tests/functional/support/sce…
29 …loadTestsFromTestCase: LoadFromTestCaseEvent(handled=False, loader=<PluggableTestLoader>, testCase…
35 runnerCreated: RunnerCreatedEvent(handled=False, runner=<PluggableTestRunner>)
37 resultCreated: ResultCreatedEvent(handled=False, result=<PluggableTestResult>)
41 …startTest: StartTestEvent(handled=False, test=<tests.Test testMethod=test>, result=<PluggableTestR…
43 …reportStartTest: ReportTestEvent(handled=False, testEvent=<nose2.events.StartTestEvent object at 0…
49 …reportSuccess: ReportTestEvent(handled=False, testEvent=<nose2.events.TestOutcomeEvent object at 0…
51 …stopTest: StopTestEvent(handled=False, test=<tests.Test testMethod=test>, result=<PluggableTestRes…
53 …stopTestRun: StopTestRunEvent(handled=False, runner=<PluggableTestRunner>, result=<PluggableTestRe…
55 …afterTestRun: StopTestRunEvent(handled=False, runner=<PluggableTestRunner>, result=<PluggableTestR…
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dtext_box_base.hpp389 virtual void handle_key_left_arrow(SDL_Keymod modifier, bool& handled);
400 virtual void handle_key_right_arrow(SDL_Keymod modifier, bool& handled);
412 virtual void handle_key_home(SDL_Keymod modifier, bool& handled);
422 virtual void handle_key_end(SDL_Keymod modifier, bool& handled);
433 virtual void handle_key_backspace(SDL_Keymod modifier, bool& handled);
447 virtual void handle_key_delete(SDL_Keymod modifier, bool& handled);
486 virtual void handle_commit(bool& handled,
488 virtual void handle_editing(bool& handled,
508 bool& handled);
511 bool& handled,
[all …]
/dports/www/seahub/seahub-8.0.7-server/seahub/api2/endpoints/admin/
H A Dabuse_reports.py41 handled = request.GET.get('handled', '')
43 if handled:
44 if handled not in ('true', 'false'):
48 handled = to_python_boolean(handled)
52 abuse_type=abuse_type, handled=handled)
86 handled = request.data.get('handled')
87 if not handled:
91 if handled not in ('true', 'false'):
101 report.handled = to_python_boolean(handled)

12345678910>>...876