Home
last modified time | relevance | path

Searched refs:withStatus (Results 1 – 25 of 266) sorted by relevance

1234567891011

/dports/www/ilias/ILIAS-5.4.25/src/UI/examples/Listing/Workflow/Linear/
H A Dbase.php14 ->withAvailability($step::AVAILABLE)->withStatus($step::SUCCESSFULLY),
16 ->withAvailability($step::AVAILABLE)->withStatus($step::UNSUCCESSFULLY),
18 ->withAvailability($step::AVAILABLE)->withStatus($step::NOT_STARTED),
20 ->withAvailability($step::AVAILABLE)->withStatus($step::IN_PROGRESS),
22 ->withAvailability($step::AVAILABLE)->withStatus($step::IN_PROGRESS),
24 ->withAvailability($step::NOT_AVAILABLE)->withStatus($step::NOT_STARTED),
26 ->withAvailability($step::NOT_AVAILABLE)->withStatus($step::IN_PROGRESS),
28 ->withAvailability($step::NOT_AVAILABLE)->withStatus($step::SUCCESSFULLY),
32 ->withAvailability($step::NOT_ANYMORE)->withStatus($step::NOT_STARTED),
34 ->withAvailability($step::NOT_ANYMORE)->withStatus($step::IN_PROGRESS),
[all …]
H A Dwith_actions.php14 ->withAvailability($step::AVAILABLE)->withStatus($step::SUCCESSFULLY),
16 ->withAvailability($step::NOT_ANYMORE)->withStatus($step::SUCCESSFULLY),
18 ->withAvailability($step::AVAILABLE)->withStatus($step::IN_PROGRESS),
20 ->withAvailability($step::AVAILABLE)->withStatus($step::NOT_STARTED),
22 ->withAvailability($step::NOT_AVAILABLE)->withStatus($step::NOT_STARTED),
/dports/www/ilias6/ILIAS-6.14/src/UI/examples/Listing/Workflow/Step/
H A Dbase.php14 ->withAvailability($step::AVAILABLE)->withStatus($step::SUCCESSFULLY),
16 ->withAvailability($step::AVAILABLE)->withStatus($step::UNSUCCESSFULLY),
18 ->withAvailability($step::AVAILABLE)->withStatus($step::NOT_STARTED),
20 ->withAvailability($step::AVAILABLE)->withStatus($step::IN_PROGRESS),
22 ->withAvailability($step::AVAILABLE)->withStatus($step::IN_PROGRESS),
24 ->withAvailability($step::NOT_AVAILABLE)->withStatus($step::NOT_STARTED),
26 ->withAvailability($step::NOT_AVAILABLE)->withStatus($step::IN_PROGRESS),
28 ->withAvailability($step::NOT_AVAILABLE)->withStatus($step::SUCCESSFULLY),
32 ->withAvailability($step::NOT_ANYMORE)->withStatus($step::NOT_STARTED),
34 ->withAvailability($step::NOT_ANYMORE)->withStatus($step::IN_PROGRESS),
[all …]
H A Dwith_actions.php15 ->withAvailability($step::AVAILABLE)->withStatus($step::SUCCESSFULLY),
17 ->withAvailability($step::NOT_ANYMORE)->withStatus($step::SUCCESSFULLY),
19 ->withAvailability($step::AVAILABLE)->withStatus($step::IN_PROGRESS),
21 ->withAvailability($step::AVAILABLE)->withStatus($step::NOT_STARTED),
23 ->withAvailability($step::NOT_AVAILABLE)->withStatus($step::NOT_STARTED),
/dports/databases/mantis/mantisbt-2.25.2/api/rest/restcore/
H A Dprojects_rest.php96 return $p_response->withStatus( HTTP_STATUS_SUCCESS )->withJson( $t_result );
111 return $p_response->withStatus( HTTP_STATUS_BAD_REQUEST, $t_message );
142 return $p_response->withStatus( HTTP_STATUS_BAD_REQUEST, $t_message );
156 return $p_response->withStatus( HTTP_STATUS_NO_CONTENT,
172 return $p_response->withStatus( HTTP_STATUS_BAD_REQUEST, $t_message );
180 return $p_response->withStatus( HTTP_STATUS_BAD_REQUEST, $t_message );
212 return $p_response->withStatus( HTTP_STATUS_BAD_REQUEST, $t_message );
220 return $p_response->withStatus( HTTP_STATUS_BAD_REQUEST, $t_message );
233 return $p_response->withStatus( HTTP_STATUS_NO_CONTENT,
285 return $p_response->withStatus( HTTP_STATUS_BAD_REQUEST, "Invalid project id." );
[all …]
H A Dissues_rest.php110 $p_response = $p_response->withStatus( HTTP_STATUS_NOT_FOUND, $t_message );
132 return $p_response->withStatus( HTTP_STATUS_NOT_MODIFIED, 'Not Modified' )
138 $p_response = $p_response->withStatus( HTTP_STATUS_SUCCESS )->withJson( $t_result );
209 return $p_response->withStatus( HTTP_STATUS_NO_CONTENT )
239 return $p_response->withStatus( HTTP_STATUS_CREATED, "Issue File(s) Attached" );
283 ->withStatus( HTTP_STATUS_CREATED, "Issue Note Created with id $t_issue_id" )
310 return $p_response->withStatus( HTTP_STATUS_SUCCESS, 'Issue Note Deleted' )->
338 return $p_response->withStatus(
388 return $p_response->withStatus( HTTP_STATUS_BAD_REQUEST, $t_message );
410 return $p_response->withStatus( HTTP_STATUS_BAD_REQUEST, 'Issue id mismatch' );
[all …]
H A Dinternal_rest.php61 …return $p_response->withStatus( HTTP_STATUS_NOT_FOUND, "Field '$t_field' doesn't have auto-complet…
64 return $p_response->withStatus( HTTP_STATUS_SUCCESS )->withJson( $t_matches );
73 return $p_response->withStatus( HTTP_STATUS_FORBIDDEN );
77 return $p_response->withStatus( HTTP_STATUS_BAD_REQUEST, $t_message );
92 return $p_response->withStatus( HTTP_STATUS_NOT_FOUND, $t_message );
97 return $p_response->withStatus( HTTP_STATUS_SUCCESS )->write( $t_output );
H A Dusers_rest.php55 return $p_response->withStatus( HTTP_STATUS_SUCCESS )->withJson( $t_result );
72 return $p_response->withStatus( HTTP_STATUS_BAD_REQUEST, "Invalid request body or format");
80 return $p_response->withStatus( HTTP_STATUS_CREATED, "User created with id $t_user_id" )->
105 return $p_response->withStatus( HTTP_STATUS_NO_CONTENT );
129 return $p_response->withStatus( HTTP_STATUS_NO_CONTENT );
H A DAuthMiddleware.php46 return $response->withStatus( HTTP_STATUS_UNAUTHORIZED, 'API token required' );
71 return $response->withStatus( HTTP_STATUS_FORBIDDEN, 'API token not found' );
81 return $response->withStatus( HTTP_STATUS_FORBIDDEN, 'Access denied' );
87 …return $response->withStatus( HTTP_STATUS_FORBIDDEN, 'Higher access level required for API access'…
H A Dfilters_rest.php56 return $p_response->withStatus( HTTP_STATUS_NOT_FOUND, $t_message );
62 return $p_response->withStatus( HTTP_STATUS_SUCCESS )->withJson( $t_result );
78 return $p_response->withStatus( $t_result->status_code, $t_result->fault_string );
81 return $p_response->withStatus( HTTP_STATUS_NO_CONTENT );
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/MissingH-1.4.3.0/testsrc/
H A DProgressTrackertest.hs25 withStatus po $ \s ->
29 withStatus po $ \s ->
33 withStatus po $ \s ->
37 withStatus po $ \s ->
41 withStatus po $ \s ->
48 withStatus po $ \s ->
52 withStatus po $ \s ->
56 withStatus po $ \s ->
60 withStatus po $ \s ->
64 withStatus po $ \s ->
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/midi_io/ump/
H A Djuce_UMPFactory.h176 .withStatus (0x8) in makeNoteOffV1()
188 .withStatus (0x9) in makeNoteOnV1()
200 .withStatus (0xa) in makePolyPressureV1()
212 .withStatus (0xb) in makeControlChangeV1()
223 .withStatus (0xc) in makeProgramChangeV1()
233 .withStatus (0xd) in makeChannelPressureV1()
243 .withStatus (0xe) in makePitchBend()
284 .withStatus (0x0) in makeRegisteredPerNoteControllerV2()
298 .withStatus (0x1) in makeAssignablePerNoteControllerV2()
312 .withStatus (0x2) in makeRegisteredControllerV2()
[all …]
/dports/www/ilias6/ILIAS-6.14/src/UI/examples/Listing/Workflow/Linear/
H A Dbase.php14 ->withAvailability($step::AVAILABLE)->withStatus($step::SUCCESSFULLY),
16 ->withAvailability($step::AVAILABLE)->withStatus($step::SUCCESSFULLY),
18 ->withAvailability($step::AVAILABLE)->withStatus($step::IN_PROGRESS),
20 ->withAvailability($step::NOT_AVAILABLE)->withStatus($step::NOT_STARTED),
22 ->withAvailability($step::NOT_AVAILABLE)->withStatus($step::NOT_STARTED)
/dports/deskutils/egroupware/egroupware/vendor/zendframework/zend-diactoros/test/
H A DResponseTest.php41 $response = $this->response->withStatus(400);
48 $response = $this->response->withStatus(422);
105 $response = $this->response->withStatus($code);
111 $response = $this->response->withStatus(422, 'Foo Bar!');
135 $this->response->withStatus(422, $invalidReasonPhrase);
200 $this->response->withStatus($code);
274 $response = $this->response->withStatus(555);
/dports/net/concourse-fly/concourse-6.7.1/web/elm/tests/
H A DDashboardPreviewTests.elm81 |> withStatus BuildStatusSucceeded
104 |> withStatus BuildStatusFailed
110 |> withStatus BuildStatusFailed
117 |> withStatus BuildStatusFailed
127 |> withStatus BuildStatusErrored
133 |> withStatus BuildStatusErrored
140 |> withStatus BuildStatusErrored
150 |> withStatus BuildStatusAborted
156 |> withStatus BuildStatusAborted
163 |> withStatus BuildStatusAborted
[all …]
/dports/misc/concourse/concourse-6.7.2/web/elm/tests/
H A DDashboardPreviewTests.elm81 |> withStatus BuildStatusSucceeded
104 |> withStatus BuildStatusFailed
110 |> withStatus BuildStatusFailed
117 |> withStatus BuildStatusFailed
127 |> withStatus BuildStatusErrored
133 |> withStatus BuildStatusErrored
140 |> withStatus BuildStatusErrored
150 |> withStatus BuildStatusAborted
156 |> withStatus BuildStatusAborted
163 |> withStatus BuildStatusAborted
[all …]
/dports/deskutils/egroupware/egroupware/vendor/zendframework/zend-diactoros/test/Response/
H A DAbstractEmitterTest.php39 ->withStatus(200)
54 ->withStatus(200)
65 ->withStatus(200)
83 ->withStatus(202)
104 ->withStatus(200)
H A DSapiStreamEmitterTest.php52 ->withStatus(200)
69 ->withStatus(200)
224 ->withStatus(200)
364 ->withStatus(200)
494 ->withStatus(200)
532 ->withStatus(204);
550 ->withStatus(200);
578 ->withStatus(200);
591 ->withStatus(200);
H A DSerializerTest.php23 ->withStatus(200)
38 ->withStatus(200)
51 ->withStatus(204)
63 ->withStatus(299)
/dports/www/phalcon4/cphalcon-4.1.1/tests/unit/Http/Message/Response/
H A DWithStatusCest.php34 $newInstance = $response->withStatus($code);
57 $newInstance = $response->withStatus($code, $reason);
89 $newInstance = $response->withStatus(true, '');
111 $newInstance = $response->withStatus(200, true);
/dports/databases/mantis/mantisbt-2.25.2/plugins/Announce/
H A DAnnounce.php172 return $response->withStatus(
177 return $response->withStatus(
219 return $response->withStatus( $t_status, $t_msg );
240 return $response->withStatus(
269 return $response->withStatus( HTTP_STATUS_SUCCESS );
/dports/deskutils/egroupware/egroupware/openid/
H A Dendpoint.php160 return $response->withStatus(500)->withBody($body);
180 return $response->withStatus(500)->withBody($body);
204 return $response->withStatus(500)->withBody($body);
222 ->withStatus(200)
232 return $response->withStatus(500)->withBody($body);
245 ->withStatus(200)
253 return $response->withStatus(500)->withBody($body);
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/MissingH-1.4.3.0/src/Data/Progress/
H A DTracker.hs37 withStatus,
140 withStatus :: a -> (ProgressStatus -> b) -> b
153 withStatus (Progress x) func = withMVar x (\y -> func (status y)) function
158 withStatus x func = func x function
321 getSpeed po = withStatus po $ \status ->
343 withStatus po $ \status ->
357 withStatus po $ \status ->
/dports/www/groupoffice/groupoffice-6.4.231-php-71/api/
H A Doauth.php117 return $response->withStatus(302)->withHeader('Location', $loginUrl);
142 return $response->withStatus(500)->withBody($body);
291 ->withStatus(200)
318 return $response->withStatus(500)->withBody($body);
369 ->withStatus(200)
404 ->withStatus(200)
412 return $response->withStatus(500)->withBody($body);
/dports/databases/mantis/mantisbt-2.25.2/api/rest/
H A Dindex.php67 …return $p_response->withStatus( $t_result->status_code, $t_result->fault_string )->withJson( $t_da…
71 …return $p_response->withStatus( $p_exception->getCode(), $p_exception->getMessage() )->withJson( $…
83 return $p_response->withStatus( HTTP_STATUS_INTERNAL_SERVER_ERROR );

1234567891011