Home
last modified time | relevance | path

Searched refs:Intercept (Results 1 – 25 of 1629) sorted by relevance

12345678910>>...66

/dports/math/R-cran-sandwich/sandwich/tests/
H A DvcovCL.Rout.save25 (Intercept) x
26 (Intercept) 4.489804e-03 -6.472222e-05
29 (Intercept) x
30 (Intercept) 4.480825e-03 -6.459277e-05
33 (Intercept) x
34 (Intercept) 4.490702e-03 -6.473517e-05
37 (Intercept) x
38 (Intercept) 0.0044817211 -0.0000646057
41 (Intercept) x
42 (Intercept) 4.494487e-03 -6.592912e-05
[all …]
H A DvcovPC.Rout.save22 (Intercept) x
23 (Intercept) 4.928685e-04 -4.396037e-05
29 (Intercept) x
30 (Intercept) 4.870754e-04 -4.566605e-05
33 (Intercept) x
34 (Intercept) 5.108853e-04 -8.787789e-05
40 > names(pc1) <- c("(Intercept)", "x")
42 (Intercept) x
45 (Intercept) x
57 (Intercept) x
[all …]
H A DvcovPL.Rout.save23 (Intercept) x
24 (Intercept) 5.935164e-04 2.222292e-05
27 (Intercept) x
28 (Intercept) 5.932790e-04 2.221403e-05
49 (Intercept) x
50 (Intercept) 5.932790e-04 2.221403e-05
53 (Intercept) x
54 (Intercept) 5.932790e-04 2.221403e-05
66 > names(pl4) <- c("(Intercept)", "x")
68 (Intercept) x
[all …]
/dports/math/R-cran-sandwich/sandwich/tests/Examples/
H A Dsandwich-Ex.Rout.save359 (Intercept) x
360 (Intercept) 1.0414689 -0.2938577
391 (Intercept) x
565 (Intercept) x
566 (Intercept) 0.32259620 0.08446047
859 (Intercept) x
866 (Intercept) x
869 (Intercept) x
896 (Intercept) x
902 (Intercept) x
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/world/bsp/
H A Dhplane.cpp48 HPlane::Intercept::Intercept(ddouble distance, LineSegmentSide &lineSeg, dint edge) in Intercept() function in world::bsp::HPlane::Intercept
61 dint HPlane::Intercept::lineSegmentEdge() const in lineSegmentEdge()
66 Sector *HPlane::Intercept::before() const in before()
71 Sector *HPlane::Intercept::after() const in after()
87 void HPlane::Intercept::debugPrint() const in debugPrint()
128 for(Intercept const &icpt : intercepts) in DENG2_PIMPL()
139 static void mergeIntercepts(Intercept &cur, Intercept const &next) in DENG2_PIMPL()
260 Intercept *icpt; in intercept()
297 Intercept &cur = d->intercepts[i]; in sortAndMergeIntercepts()
298 Intercept &next = d->intercepts[i+1]; in sortAndMergeIntercepts()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/cpp-api/async_http_fetch_streaming/
H A DAsyncHttpFetchStreaming.cc42 class Intercept : public InterceptPlugin, public AsyncReceiver<AsyncHttpFetch> class
45 explicit Intercept(Transaction &transaction) in Intercept() function in Intercept
56 ~Intercept() override;
76 transaction.addPlugin(new Intercept(transaction)); in handleReadRequestHeadersPreRemap()
92 Intercept::consume(const string &data, InterceptPlugin::RequestDataType type) in consume()
100 Intercept::handleInputComplete() in handleInputComplete()
119 Intercept::handleAsyncComplete(AsyncHttpFetch &async_http_fetch) in handleAsyncComplete()
138 Intercept::produce(oss.str()); in handleAsyncComplete()
147 Intercept::produce(string(static_cast<const char *>(body), body_size)); in handleAsyncComplete()
170 Intercept::~Intercept() in ~Intercept()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/reqwest-0.10.6/src/
H A Dproxy.rs52 intercept: Intercept,
111 Ok(Proxy::new(Intercept::Http( in http()
131 Ok(Proxy::new(Intercept::Https( in https()
151 Ok(Proxy::new(Intercept::All( in all()
221 Intercept::Custom(_) => true, in maybe_has_http_auth()
243 Intercept::Http(ref u) => { in intercept()
250 Intercept::Https(ref u) => { in intercept()
266 Intercept::All(_) => true, in is_match()
472 enum Intercept { enum
480 impl Intercept { impl
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/reqwest-0.10.6/src/
H A Dproxy.rs52 intercept: Intercept,
111 Ok(Proxy::new(Intercept::Http( in http()
131 Ok(Proxy::new(Intercept::Https( in https()
151 Ok(Proxy::new(Intercept::All( in all()
221 Intercept::Custom(_) => true, in maybe_has_http_auth()
243 Intercept::Http(ref u) => { in intercept()
250 Intercept::Https(ref u) => { in intercept()
266 Intercept::All(_) => true, in is_match()
472 enum Intercept { enum
480 impl Intercept { implementation
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/reqwest-0.10.6/src/
H A Dproxy.rs52 intercept: Intercept, in new()
111 Ok(Proxy::new(Intercept::Http( in union()
131 Ok(Proxy::new(Intercept::Https( in union()
151 Ok(Proxy::new(Intercept::All( in union()
221 Intercept::Custom(_) => true, in union()
243 Intercept::Http(ref u) => { in union()
250 Intercept::Https(ref u) => { in union()
266 Intercept::All(_) => true, in union()
472 enum Intercept { in max_value()
480 impl Intercept { in max_value()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/reqwest-0.10.1/src/
H A Dproxy.rs52 intercept: Intercept,
111 Ok(Proxy::new(Intercept::Http(
131 Ok(Proxy::new(Intercept::Https(
151 Ok(Proxy::new(Intercept::All(
221 Intercept::Custom(_) => true,
243 Intercept::Http(ref u) => {
250 Intercept::Https(ref u) => {
266 Intercept::All(_) => true,
440 enum Intercept {
448 impl Intercept {
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/reqwest-0.9.24/src/
H A Dproxy.rs45 intercept: Intercept,
100 Ok(Proxy::new(Intercept::Http( in http()
120 Ok(Proxy::new(Intercept::Https( in https()
140 Ok(Proxy::new(Intercept::All( in all()
233 Intercept::Http(ref u) => { in intercept()
253 Intercept::All(_) => true, in is_match()
254 Intercept::Http(_) => { in is_match()
257 Intercept::Https(_) => { in is_match()
365 enum Intercept { enum
372 impl Intercept { impl
[all …]
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/reqwest-0.9.24/src/
H A Dproxy.rs45 intercept: Intercept,
100 Ok(Proxy::new(Intercept::Http( in http()
120 Ok(Proxy::new(Intercept::Https( in https()
140 Ok(Proxy::new(Intercept::All( in all()
233 Intercept::Http(ref u) => { in intercept()
253 Intercept::All(_) => true, in is_match()
254 Intercept::Http(_) => { in is_match()
257 Intercept::Https(_) => { in is_match()
365 enum Intercept { enum
372 impl Intercept { implementation
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core.Api/Interceptors/
H A DChannelExtensions.cs41 public static CallInvoker Intercept(this ChannelBase channel, Interceptor interceptor) in Intercept() method in Grpc.Core.Interceptors.ChannelExtensions
43 return channel.CreateCallInvoker().Intercept(interceptor); in Intercept()
62 … public static CallInvoker Intercept(this ChannelBase channel, params Interceptor[] interceptors) in Intercept() method in Grpc.Core.Interceptors.ChannelExtensions
64 return channel.CreateCallInvoker().Intercept(interceptors); in Intercept()
82 …public static CallInvoker Intercept(this ChannelBase channel, Func<Metadata, Metadata> interceptor) in Intercept() method in Grpc.Core.Interceptors.ChannelExtensions
84 return channel.CreateCallInvoker().Intercept(interceptor); in Intercept()
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core.Api/Interceptors/
H A DChannelExtensions.cs41 public static CallInvoker Intercept(this ChannelBase channel, Interceptor interceptor) in Intercept() method in Grpc.Core.Interceptors.ChannelExtensions
43 return channel.CreateCallInvoker().Intercept(interceptor); in Intercept()
62 … public static CallInvoker Intercept(this ChannelBase channel, params Interceptor[] interceptors) in Intercept() method in Grpc.Core.Interceptors.ChannelExtensions
64 return channel.CreateCallInvoker().Intercept(interceptors); in Intercept()
82 …public static CallInvoker Intercept(this ChannelBase channel, Func<Metadata, Metadata> interceptor) in Intercept() method in Grpc.Core.Interceptors.ChannelExtensions
84 return channel.CreateCallInvoker().Intercept(interceptor); in Intercept()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core.Api/Interceptors/
H A DChannelExtensions.cs41 public static CallInvoker Intercept(this ChannelBase channel, Interceptor interceptor) in Intercept() method in Grpc.Core.Interceptors.ChannelExtensions
43 return channel.CreateCallInvoker().Intercept(interceptor); in Intercept()
62 … public static CallInvoker Intercept(this ChannelBase channel, params Interceptor[] interceptors) in Intercept() method in Grpc.Core.Interceptors.ChannelExtensions
64 return channel.CreateCallInvoker().Intercept(interceptors); in Intercept()
82 …public static CallInvoker Intercept(this ChannelBase channel, Func<Metadata, Metadata> interceptor) in Intercept() method in Grpc.Core.Interceptors.ChannelExtensions
84 return channel.CreateCallInvoker().Intercept(interceptor); in Intercept()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Core/Interceptors/
H A DChannelExtensions.cs41 public static CallInvoker Intercept(this Channel channel, Interceptor interceptor) in Intercept() method in Grpc.Core.Interceptors.ChannelExtensions
43 return new DefaultCallInvoker(channel).Intercept(interceptor); in Intercept()
62 public static CallInvoker Intercept(this Channel channel, params Interceptor[] interceptors) in Intercept() method in Grpc.Core.Interceptors.ChannelExtensions
64 return new DefaultCallInvoker(channel).Intercept(interceptors); in Intercept()
82 … public static CallInvoker Intercept(this Channel channel, Func<Metadata, Metadata> interceptor) in Intercept() method in Grpc.Core.Interceptors.ChannelExtensions
84 return new DefaultCallInvoker(channel).Intercept(interceptor); in Intercept()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/reqwest-0.11.7/src/
H A Dproxy.rs55 intercept: Intercept,
163 Ok(Proxy::new(Intercept::Http( in http()
183 Ok(Proxy::new(Intercept::Https( in https()
203 Ok(Proxy::new(Intercept::All( in all()
319 Intercept::Http(ref u) => { in intercept()
326 Intercept::Https(ref u) => { in intercept()
350 Intercept::All(_) => true, in is_match()
658 enum Intercept { enum
666 impl Intercept { impl
669 Intercept::All(ref mut s) in set_basic_auth()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/reqwest-0.11.7/src/
H A Dproxy.rs55 intercept: Intercept,
163 Ok(Proxy::new(Intercept::Http( in http()
183 Ok(Proxy::new(Intercept::Https( in https()
203 Ok(Proxy::new(Intercept::All( in all()
319 Intercept::Http(ref u) => { in intercept()
326 Intercept::Https(ref u) => { in intercept()
350 Intercept::All(_) => true, in is_match()
658 enum Intercept { enum
666 impl Intercept { impl
669 Intercept::All(ref mut s) in set_basic_auth()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/reqwest-0.11.8/src/
H A Dproxy.rs55 intercept: Intercept,
163 Ok(Proxy::new(Intercept::Http( in http()
183 Ok(Proxy::new(Intercept::Https( in https()
203 Ok(Proxy::new(Intercept::All( in all()
319 Intercept::Http(ref u) => { in intercept()
326 Intercept::Https(ref u) => { in intercept()
350 Intercept::All(_) => true, in is_match()
658 enum Intercept { enum
666 impl Intercept { implementation
669 Intercept::All(ref mut s) in set_basic_auth()
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/reqwest-0.11.5/src/
H A Dproxy.rs55 intercept: Intercept,
163 Ok(Proxy::new(Intercept::Http( in http()
183 Ok(Proxy::new(Intercept::Https( in https()
203 Ok(Proxy::new(Intercept::All( in all()
319 Intercept::Http(ref u) => { in intercept()
326 Intercept::Https(ref u) => { in intercept()
350 Intercept::All(_) => true, in is_match()
658 enum Intercept { enum
666 impl Intercept { implementation
669 Intercept::All(ref mut s) in set_basic_auth()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/reqwest-0.11.7/src/
H A Dproxy.rs55 intercept: Intercept,
163 Ok(Proxy::new(Intercept::Http( in http()
183 Ok(Proxy::new(Intercept::Https( in https()
203 Ok(Proxy::new(Intercept::All( in all()
319 Intercept::Http(ref u) => { in intercept()
326 Intercept::Https(ref u) => { in intercept()
350 Intercept::All(_) => true, in is_match()
658 enum Intercept { enum
666 impl Intercept { implementation
669 Intercept::All(ref mut s) in set_basic_auth()
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/reqwest-0.11.6/src/
H A Dproxy.rs55 intercept: Intercept,
163 Ok(Proxy::new(Intercept::Http( in http()
183 Ok(Proxy::new(Intercept::Https( in https()
203 Ok(Proxy::new(Intercept::All( in all()
319 Intercept::Http(ref u) => { in intercept()
326 Intercept::Https(ref u) => { in intercept()
350 Intercept::All(_) => true, in is_match()
658 enum Intercept { enum
666 impl Intercept { impl
669 Intercept::All(ref mut s) in set_basic_auth()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/reqwest-0.11.6/src/
H A Dproxy.rs55 intercept: Intercept,
163 Ok(Proxy::new(Intercept::Http( in http()
183 Ok(Proxy::new(Intercept::Https( in https()
203 Ok(Proxy::new(Intercept::All( in all()
319 Intercept::Http(ref u) => { in intercept()
326 Intercept::Https(ref u) => { in intercept()
350 Intercept::All(_) => true, in is_match()
658 enum Intercept { enum
666 impl Intercept { impl
669 Intercept::All(ref mut s) in set_basic_auth()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/reqwest-0.11.6/src/
H A Dproxy.rs55 intercept: Intercept,
163 Ok(Proxy::new(Intercept::Http( in http()
183 Ok(Proxy::new(Intercept::Https( in https()
203 Ok(Proxy::new(Intercept::All( in all()
319 Intercept::Http(ref u) => { in intercept()
326 Intercept::Https(ref u) => { in intercept()
350 Intercept::All(_) => true, in is_match()
658 enum Intercept { enum
666 impl Intercept { impl
669 Intercept::All(ref mut s) in set_basic_auth()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/reqwest-0.11.7/src/
H A Dproxy.rs55 intercept: Intercept,
163 Ok(Proxy::new(Intercept::Http( in http()
183 Ok(Proxy::new(Intercept::Https( in https()
203 Ok(Proxy::new(Intercept::All( in all()
319 Intercept::Http(ref u) => { in intercept()
326 Intercept::Https(ref u) => { in intercept()
350 Intercept::All(_) => true, in is_match()
658 enum Intercept { enum
666 impl Intercept { impl
669 Intercept::All(ref mut s) in set_basic_auth()
[all …]

12345678910>>...66