Home
last modified time | relevance | path

Searched refs:from_res (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/hyper-0.11.27/src/proto/
H A Dresponse.rs154 fn from(from_res: http::Response<B>) -> Response<B> { in from()
155 let (from_parts, body) = from_res.into_parts(); in from()
166 fn from(mut from_res: Response) -> http::Response<Body> { in from()
168 to_parts.version = from_res.version().into(); in from()
169 to_parts.status = from_res.status().into(); in from()
170 let from_headers = replace(from_res.headers_mut(), Headers::new()); in from()
172 http::Response::from_parts(to_parts, from_res.body()) in from()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/hyper-0.11.27/src/proto/
H A Dresponse.rs154 fn from(from_res: http::Response<B>) -> Response<B> { in from()
155 let (from_parts, body) = from_res.into_parts(); in from()
166 fn from(mut from_res: Response) -> http::Response<Body> { in from()
168 to_parts.version = from_res.version().into(); in from()
169 to_parts.status = from_res.status().into(); in from()
170 let from_headers = replace(from_res.headers_mut(), Headers::new()); in from()
172 http::Response::from_parts(to_parts, from_res.body()) in from()
/dports/biology/py-biopython/biopython-1.79/Bio/SwissProt/
H A D__init__.py718 from_res, to_res = location.split("..")
720 from_res = location
724 from_res = line[14:20].lstrip()
729 if from_res == "?":
730 from_res = UnknownPosition()
731 elif from_res.startswith("?"):
733 from_res = UncertainPosition(position)
734 elif from_res.startswith("<"):
736 from_res = BeforePosition(position)
739 from_res = ExactPosition(position)
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/sta/parasitics/
H A DReduceParasitics.cc58 ParasiticDevice *from_res,
149 ParasiticDevice *from_res, in reducePiDfs() argument
182 && device != from_res) { in reducePiDfs()
360 ParasiticDevice *from_res, in reduceElmoreDfs() argument
366 if (from_res && pin) { in reduceElmoreDfs()
380 if (device != from_res in reduceElmoreDfs()
424 ParasiticDevice *from_res,
429 ParasiticDevice *from_res,
582 && device != from_res in findBranchCurrents()
598 if (from_res) { in findBranchCurrents()
[all …]
/dports/games/pioneer/pioneer-20210723/scripts/
H A Dmove_translation.py56 if not options.from_res or not options.to_res:
58 if options.from_res == options.to_res:
65 fromdir = os.path.join('data/lang', options.from_res)
/dports/math/py-numpy/numpy-1.20.3/numpy/core/tests/
H A Dtest_casting_unittests.py173 casting, (from_res, to_res) = cast._resolve_descriptors(
175 assert(type(from_res) == from_Dt)
184 assert from_res.isnative == to_res.isnative
188 assert from_res.isnative != to_res.isnative
192 assert(from_dt is from_res)
/dports/german/BBBike/BBBike-3.18/
H A DBBBikeRouting.pm499 my(@from_res) = $self->ZIP->look_loop_best
508 if (@{ $from_res[0] }) {
510 for(my $i = 0; $i <= $#{ $from_res[0] }; $i++) {
511 if (!$from_res[0]->[$i][PLZ::LOOK_COORD()]) {
512 splice @{ $from_res[0] }, $i, 1;
518 return undef if (!@{ $from_res[0] });
520 if (@{ $from_res[0] } > 1 && $context->MultipleChoices) {
523 for (@{ $from_res[0] }) {
535 my $from_data = $from_res[0]->[0];
/dports/net/krill/krill-0.9.4/src/commons/util/
H A Dhttpclient.rs213 _ => Err(Error::from_res(res).await), in post_binary_with_full_ua()
226 _ => Err(Error::from_res(res).await), in delete()
310 _ => Err(Error::from_res(res).await), in opt_text_response()
359 async fn from_res(res: Response) -> Error { in from_res() method
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dstatement.c1481 if (!from_res) in SC_replace_error_with_res()
1497 if (self_res == from_res) return; in SC_replace_error_with_res()
1498 QR_add_message(self_res, QR_get_message(from_res)); in SC_replace_error_with_res()
1499 QR_add_notice(self_res, QR_get_notice(from_res)); in SC_replace_error_with_res()
1503 else if (from_res->sqlstate[0]) in SC_replace_error_with_res()
1517 QResultClass *self_res, *from_res; in SC_error_copy() local
1544 from_res = SC_get_ExecdOrParsed(from); in SC_error_copy()
1545 if (!self_res || !from_res) in SC_error_copy()
1547 QR_add_message(self_res, QR_get_message(from_res)); in SC_error_copy()
1548 QR_add_notice(self_res, QR_get_notice(from_res)); in SC_error_copy()
[all …]
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/tools/
H A Dvirtual.c671 XRRScreenResources *from_res = NULL, *to_res = NULL; in clone_update_modes__randr() local
679 from_res = _XRRGetScreenResourcesCurrent(clone->dst.dpy, clone->dst.window); in clone_update_modes__randr()
680 if (from_res == NULL) in clone_update_modes__randr()
683 from_info = XRRGetOutputInfo(clone->dst.dpy, from_res, clone->dst.rr_output); in clone_update_modes__randr()
715 old = lookup_mode(from_res, from_info->modes[j]); in clone_update_modes__randr()
739 if (disable_crtc(clone->dst.dpy, from_res, from_info->crtc)) { in clone_update_modes__randr()
743 XRRCrtcInfo *c = XRRGetCrtcInfo(clone->dst.dpy, from_res, from_info->crtc); in clone_update_modes__randr()
775 mode = lookup_mode(from_res, from_info->modes[i]); in clone_update_modes__randr()
779 old = lookup_mode(from_res, from_info->modes[j]); in clone_update_modes__randr()
828 if (from_res) in clone_update_modes__randr()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/passes/
H A Dcollect_intra_doc_links.rs1582 fn from_res(res: Res) -> Self { in from_res() method
2120 let disambiguator = Disambiguator::from_res(res); in ambiguity_error()