Home
last modified time | relevance | path

Searched refs:rocket (Results 1 – 25 of 2004) sorted by relevance

12345678910>>...81

/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/codegen/tests/ui-fail/
H A Duri_display_type_errors.stderr1 error[E0277]: the trait bound `BadType: rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is…
5 …| ^^^^^^^ the trait `rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is not i…
9 error[E0277]: the trait bound `BadType: rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is…
13 …| ^^^^^^^^^^^^^^ the trait `rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is not im…
17 error[E0277]: the trait bound `BadType: rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is…
21 …| ^^^^^^^^^^^^ the trait `rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is not impl…
25 error[E0277]: the trait bound `BadType: rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is…
29 …| ^^^^^^^ the trait `rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is not imp…
34 error[E0277]: the trait bound `BadType: rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is…
43 error[E0277]: the trait bound `BadType: rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is…
[all …]
H A Duri_display.stderr134 error[E0277]: the trait bound `Foo1: rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is no…
147 error[E0277]: the trait bound `Foo1: rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is no…
161 error[E0277]: the trait bound `Foo1: rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is no…
175 error[E0277]: the trait bound `Foo2: rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is no…
188 error[E0277]: the trait bound `Foo2: rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is no…
202 error[E0277]: the trait bound `Foo2: rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is no…
216 error[E0277]: the trait bound `Foo3: rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is no…
229 error[E0277]: the trait bound `Foo3: rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is no…
243 error[E0277]: the trait bound `Foo3: rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is no…
257 error[E0277]: the trait bound `Foo4: rocket::http::uri::UriDisplay<rocket::http::uri::Query>` is no…
[all …]
H A Dtyped-uri-bad-type.stderr1 error[E0277]: the trait bound `usize: rocket::http::uri::FromUriParam<rocket::http::uri::Path, &str…
13 error[E0277]: the trait bound `usize: rocket::http::uri::FromUriParam<rocket::http::uri::Path, &str…
25 error[E0277]: the trait bound `usize: rocket::http::uri::FromUriParam<rocket::http::uri::Path, i64>…
37 error[E0277]: the trait bound `S: rocket::http::uri::FromUriParam<rocket::http::uri::Path, _>` is n…
69 error[E0277]: the trait bound `isize: rocket::http::uri::FromUriParam<rocket::http::uri::Query, &st…
81 error[E0277]: the trait bound `isize: rocket::http::uri::FromUriParam<rocket::http::uri::Query, &st…
93 error[E0277]: the trait bound `S: rocket::http::uri::FromUriParam<rocket::http::uri::Query, _>` is …
99 error[E0277]: the trait bound `S: rocket::http::uri::FromUriParam<rocket::http::uri::Query, _>` is …
105 error[E0277]: the trait bound `S: rocket::http::uri::Ignorable<rocket::http::uri::Query>` is not sa…
121 error[E0277]: the trait bound `usize: rocket::http::uri::Ignorable<rocket::http::uri::Query>` is no…
[all …]
H A Dresponder-types.stderr16 rocket::http::Header<'static> as $TRAIT
17 rocket::http::Header<'static> as $TRAIT
18 rocket::http::Header<'static> as $TRAIT
19 rocket::http::Header<'static> as $TRAIT
38 rocket::http::Header<'static> as $TRAIT
39 rocket::http::Header<'static> as $TRAIT
40 rocket::http::Header<'static> as $TRAIT
41 rocket::http::Header<'static> as $TRAIT
52 rocket::http::Header<'static> as $TRAIT
53 rocket::http::Header<'static> as $TRAIT
[all …]
H A Droute-type-errors.stderr1 error[E0277]: the trait bound `Q: rocket::request::FromParam<'_>` is not satisfied
5 | ^^^^^^ the trait `rocket::request::FromParam<'_>` is not implemented for `Q`
7 error[E0277]: the trait bound `Q: rocket::request::FromSegments<'_>` is not satisfied
11 | ^^^^^^ the trait `rocket::request::FromSegments<'_>` is not implemented for `Q`
13 error[E0277]: the trait bound `Q: rocket::request::FromFormValue<'_>` is not satisfied
19 error[E0277]: the trait bound `Q: rocket::request::FromQuery<'_>` is not satisfied
25 error[E0277]: the trait bound `Q: rocket::data::FromDataSimple` is not satisfied
29 | ^^^^^^ the trait `rocket::data::FromDataSimple` is not implemented for `Q`
39 error[E0277]: the trait bound `Q: rocket::request::FromParam<'_>` is not satisfied
51 error[E0277]: the trait bound `Q: rocket::request::FromParam<'_>` is not satisfied
[all …]
H A Dcatch_type_errors.stderr1 error[E0277]: the trait bound `usize: rocket::response::Responder<'_>` is not satisfied
5 …| ^^^^^ the trait `rocket::response::Responder<'_>` is not implemente…
7 = note: required by `rocket::response::Responder::respond_to`
9 error[E0277]: the trait bound `bool: rocket::response::Responder<'_>` is not satisfied
13 …| ^^^^ the trait `rocket::response::Responder<'_>` is not implemented…
15 = note: required by `rocket::response::Responder::respond_to`
23 | ^^^^^^^^^^^^^^ expected `&rocket::Request<'_>`, found `bool`
25 = note: expected fn pointer `for<'r, 's> fn(&'r rocket::Request<'s>) -> _`
28 error[E0277]: the trait bound `usize: rocket::response::Responder<'_>` is not satisfied
32 | ^^^^^ the trait `rocket::response::Responder<'_>` is not implemented for `usize`
[all …]
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/site/guide/
H A D8-testing.md18 let rocket = rocket::ignite();
26 # let rocket = rocket::ignite();
27 let client = Client::new(rocket).expect("valid rocket instance");
35 # let rocket = rocket::ignite();
45 # let rocket = rocket::ignite();
104 let rocket = rocket::ignite().mount("/", routes![hello]);
128 fn rocket() -> rocket::Rocket {
175 # fn rocket() -> rocket::Rocket { rocket::ignite() }
185 # fn rocket() -> rocket::Rocket { rocket::ignite() }
209 # let rocket = rocket::ignite().mount("/", routes![hello]);
[all …]
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.53.com52 Disallow: /content/fifth-third/en/admin/rocket-fuel
53 Disallow: /content/fifth-third/en/admin/rocket-fuel/default
54 Disallow: /content/fifth-third/en/admin/rocket-fuel/homepage_z1
55 Disallow: /content/fifth-third/en/admin/rocket-fuel/logoff_z1
70 Disallow: /content/fifth-third/en/admin/rocket-fuel/homepage_z1/homepage_triocc
72 Disallow: /content/fifth-third/en/admin/rocket-fuel/homepage_z1/homepage_bau
81 Disallow: /content/fifth-third/en/admin/rocket-fuel/homepage_z1/homepage_irma
84 Disallow: /content/fifth-third/en/admin/rocket-fuel/homepage_z1/homepage_brand1
93 Disallow: /content/fifth-third/en/admin/rocket-fuel/logoff_z1/logoff_triocc
101 Disallow: /content/fifth-third/en/admin/rocket-fuel/logoff_z1/logoff_yourgoals
[all …]
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/examples/hello_2015/src/
H A Dtests.rs1 use rocket::{self, routes, local::Client};
5 let rocket = rocket::ignite().mount("/", routes![super::hello]); in hello_world() localVariable
6 let client = Client::new(rocket).unwrap(); in hello_world()
13 use rocket::{get, routes};
16 use rocket::uri;
18 #[rocket::get("/")]
29 fn rocket() -> rocket::Rocket { in rocket() function
30 rocket::ignite() in rocket()
35 use rocket::local::Client;
39 let client = Client::new(rocket()).unwrap(); in test_inner_hello()
[all …]
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/examples/hello_2018/src/
H A Dtests.rs1 use rocket::{self, routes, local::Client};
5 let rocket = rocket::ignite().mount("/", routes![super::hello]); in hello_world() localVariable
6 let client = Client::new(rocket).unwrap(); in hello_world()
13 use rocket::{get, routes};
16 use rocket::uri;
18 #[rocket::get("/")]
29 fn rocket() -> rocket::Rocket { in rocket() function
30 rocket::ignite() in rocket()
35 use rocket::local::Client;
39 let client = Client::new(rocket()).unwrap(); in test_inner_hello()
[all …]
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/contrib/lib/tests/
H A Dtemplates.rs4 #[macro_use] extern crate rocket;
10 use rocket::{Rocket, http::RawStr};
11 use rocket::config::{Config, Environment};
31 fn rocket() -> Rocket { in rocket() function
44 use rocket::http::Status;
45 use rocket::local::Client;
54 let rocket = rocket(); in test_tera_templates() localVariable
90 use rocket::http::Status;
91 use rocket::local::Client;
98 let rocket = rocket(); in test_handlebars_templates() localVariable
[all …]
/dports/lang/seed7/seed7/prg/
H A Dlander.sd7886 rocket.old_x_pos := rocket.x_pos;
887 rocket.old_y_pos := rocket.y_pos;
891 rocket.old_tilt := rocket.tilt;
956 rocket.old_x_pos := rocket.x_pos;
957 rocket.old_y_pos := rocket.y_pos;
958 rocket.old_tilt := rocket.tilt;
1128 rocket.old_x_pos := rocket.x_pos;
1129 rocket.old_y_pos := rocket.y_pos;
1130 rocket.fuel := rocket.fuel + 1000;
1135 rocket.old_tilt := rocket.tilt;
[all …]
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/lib/tests/
H A Dnested-fairing-attaches.rs3 #[macro_use] extern crate rocket;
7 use rocket::State;
8 use rocket::fairing::AdHoc;
9 use rocket::http::Method;
24 fn rocket() -> rocket::Rocket { in rocket() function
25 rocket::ignite() in rocket()
27 .attach(AdHoc::on_attach("Outer", |rocket| { in rocket()
30 let rocket = rocket.manage(counter) in rocket() localVariable
38 Ok(rocket) in rocket()
44 use rocket::local::Client;
[all …]
H A Dlocal_request_private_cookie-issue-368.rs5 extern crate rocket;
9 use rocket::http::Cookies;
21 use rocket::local::Client;
22 use rocket::http::Cookie;
23 use rocket::http::Status;
27 let rocket = rocket::ignite().mount("/", routes![return_private_cookie]); in private_cookie_is_returned() localVariable
29 let client = Client::new(rocket).unwrap(); in private_cookie_is_returned()
39 let rocket = rocket::ignite().mount("/", routes![return_private_cookie]); in regular_cookie_is_not_returned() localVariable
41 let client = Client::new(rocket).unwrap(); in regular_cookie_is_not_returned()
H A Dfairing_before_head_strip-issue-546.rs3 #[macro_use] extern crate rocket;
23 use rocket::fairing::AdHoc;
24 use rocket::http::Method;
25 use rocket::local::Client;
26 use rocket::http::Status;
27 use rocket::State;
31 let rocket = rocket::ignite() in not_auto_handled() localVariable
41 let client = Client::new(rocket).unwrap(); in not_auto_handled()
53 let rocket = rocket::ignite() in auto_handled() localVariable
68 let client = Client::new(rocket).unwrap(); in auto_handled()
H A Dlocal-request-content-type-issue-505.rs3 #[macro_use] extern crate rocket;
5 use rocket::Outcome::*;
6 use rocket::{Request, Data};
7 use rocket::request::{self, FromRequest};
23 use rocket::data::{self, FromDataSimple};
55 use rocket::Rocket;
56 use rocket::local::Client;
57 use rocket::http::ContentType;
59 fn rocket() -> Rocket { in rocket() function
65 let client = Client::new(rocket()).unwrap(); in has_no_ct()
[all …]
H A Duri-percent-encoding-issue-808.rs3 #[macro_use] extern crate rocket;
5 use rocket::response::Redirect;
6 use rocket::http::uri::Uri;
25 fn rocket() -> rocket::Rocket { in rocket() function
26 rocket::ignite().mount("/", routes![hello, uri_redirect, raw_redirect]) in rocket()
32 use rocket::local::Client;
33 use rocket::http::{Status, uri::Uri};
38 let client = Client::new(rocket()).unwrap(); in uri_percent_encoding_redirect()
53 let client = Client::new(rocket()).unwrap(); in uri_percent_encoding_get()
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/land_safe/
H A DLandSafe.qml92 property alias rocket: rocket
153 var dFuel = -(dt * (items.rocket.accel + items.rocket.leftAccel
158 items.rocket.accel = items.rocket.leftAccel = items.rocket.rightAccel = 0;
163 items.rocket.x = -items.rocket.width;
164 if (items.rocket.x < -items.rocket.width)
182 id: rocket
301 rocket.width * 0.2 + rocket.width * rocket.leftAccel : 0
343 rocket.width * 0.2 + rocket.width * rocket.rightAccel : 0
384 width: rocket.width * 0.5 + rocket.width * rocket.accel
410 size: rocket.width/1.8 + rocket.width/2*rocket.accel // width*-0.5 - width
[all …]
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/lib/benches/
H A Dformat-routing.rs4 #[macro_use] extern crate rocket;
6 use rocket::config::{Environment, Config, LoggingLevel};
14 fn rocket() -> rocket::Rocket { in rocket() function
16 rocket::custom(config.unwrap()).mount("/", routes![get, post]) in rocket()
22 use super::rocket;
24 use rocket::local::Client;
25 use rocket::http::{Accept, ContentType};
29 let client = Client::new(rocket()).unwrap(); in accept_format()
36 let client = Client::new(rocket()).unwrap(); in wrong_accept_format()
43 let client = Client::new(rocket()).unwrap(); in content_type_format()
[all …]
H A Dsimple-routing.rs4 #[macro_use] extern crate rocket;
6 use rocket::config::{Environment, Config, LoggingLevel};
7 use rocket::http::RawStr;
33 fn hello_world_rocket() -> rocket::Rocket { in hello_world_rocket()
38 fn rocket() -> rocket::Rocket { in rocket() function
40 rocket::custom(config.unwrap()) in rocket()
48 use super::{hello_world_rocket, rocket};
50 use rocket::local::Client;
64 let client = Client::new(rocket()).unwrap(); in bench_single_get_index()
74 let client = Client::new(rocket()).unwrap(); in bench_get_put_post_index()
[all …]
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/contrib/codegen/src/
H A Ddatabase.rs76 let request = quote!(::rocket::request); in database_attr()
92 pub fn fairing() -> impl ::rocket::fairing::Fairing { in database_attr()
95 ::rocket::fairing::AdHoc::on_attach(#fairing_name, |rocket| { in database_attr()
102 ::rocket::logger::error( in database_attr()
105 Err(rocket) in database_attr()
108 ::rocket::logger::error( in database_attr()
111 Err(rocket) in database_attr()
120 pub fn get_one(rocket: &::rocket::Rocket) -> Option<Self> { in database_attr()
121 rocket.state::<#pool_type>() in database_attr()
147 use ::rocket::{Outcome, http::Status}; in database_attr()
[all …]
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/
H A DCHANGELOG.md196 [`Uri`]: https://api.rocket.rs/v0.4/rocket/http/uri/enum.Uri.html
205 [`Handler`]: https://api.rocket.rs/v0.4/rocket/trait.Handler.html
234 - rocket = "0.3"
235 + rocket = "0.4"
438 [`client.rocket()`]: https://api.rocket.rs/v0.4/rocket/local/struct.Client.html#method.rocket
446 [`Route`]: https://api.rocket.rs/v0.4/rocket/struct.Route.html
466 [`Config`]: https://api.rocket.rs/v0.4/rocket/struct.Config.html
538 [`Data`]: https://api.rocket.rs/v0.4/rocket/struct.Data.html
862 [`Route`]: https://api.rocket.rs/v0.3/rocket/struct.Route.html
1016 [`local`]: https://api.rocket.rs/v0.3/rocket/local/index.html
[all …]
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/examples/testing/src/
H A Dmain.rs3 #[macro_use] extern crate rocket;
10 fn rocket() -> rocket::Rocket { in rocket() function
11 rocket::ignite().mount("/", routes![hello]) in rocket()
15 rocket().launch(); in main()
20 use super::rocket;
21 use rocket::local::Client;
22 use rocket::http::Status;
26 let client = Client::new(rocket()).unwrap(); in test_hello()
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/examples/request_guard/src/
H A Dmain.rs3 #[macro_use] extern crate rocket;
5 use rocket::request::{self, Request, FromRequest};
6 use rocket::outcome::Outcome::*;
24 fn rocket() -> rocket::Rocket { in rocket() function
25 rocket::ignite().mount("/", routes![header_count]) in rocket()
29 rocket().launch(); in main()
34 use rocket::local::Client;
35 use rocket::http::Header;
38 let client = Client::new(super::rocket()).unwrap(); in test_header_count()
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/examples/config/tests/common/
H A Dmod.rs1 use rocket::{self, State};
2 use rocket::fairing::AdHoc;
3 use rocket::config::{self, Config, Environment, LoggingLevel};
4 use rocket::http::Status;
5 use rocket::local::Client;
57 let rocket = rocket::ignite() in test_config() localVariable
58 .attach(AdHoc::on_attach("Local Config", |rocket| { in test_config()
60 let config = rocket.config().clone(); in test_config()
61 Ok(rocket.manage(LocalConfig(config))) in test_config()
65 let client = Client::new(rocket).unwrap(); in test_config()

12345678910>>...81