Home
last modified time | relevance | path

Searched refs:httpHandler (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/auth/src/
H A DApplicationDefaultCredentials.php89 callable $httpHandler = null, argument
95 return new AuthTokenSubscriber($creds, $httpHandler);
118 callable $httpHandler = null, argument
125 return new AuthTokenMiddleware($creds, $httpHandler);
153 callable $httpHandler = null, argument
164 if (!$httpHandler) {
170 $httpHandler = HttpHandlerFactory::build($client);
215 callable $httpHandler = null, argument
221 return new AuthTokenMiddleware($creds, $httpHandler);
240 callable $httpHandler = null, argument
[all …]
H A DFetchAuthTokenCache.php74 * @param callable $httpHandler callback which delivers psr7 request
78 public function fetchAuthToken(callable $httpHandler = null) argument
84 $auth_token = $this->fetcher->fetchAuthToken($httpHandler);
110 * @param callable $httpHandler An HTTP handler to deliver PSR7 requests.
113 public function getClientName(callable $httpHandler = null) argument
115 return $this->fetcher->getClientName($httpHandler);
162 public function getProjectId(callable $httpHandler = null) argument
171 return $this->fetcher->getProjectId($httpHandler);
179 * @param callable $httpHandler callback which delivers psr7 request
187 callable $httpHandler = null argument
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/auth/tests/Credentials/
H A DGCECredentialsTest.php36 $httpHandler = getHandler([
41 $this->assertFalse(GCECredentials::onGCE($httpHandler));
47 $httpHandler = getHandler([
57 $httpHandler = getHandler([
65 $httpHandler = getHandler([
92 $httpHandler = getHandler([
108 $httpHandler = getHandler([
113 $g->fetchAuthToken($httpHandler);
124 $httpHandler = getHandler([
143 $httpHandler = getHandler([
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php76 * @param callable $httpHandler callback which delivers psr7 request
86 callable $httpHandler = null, argument
92 return new AuthTokenSubscriber($creds, $httpHandler);
104 * @param callable $httpHandler callback which delivers psr7 request
114 callable $httpHandler = null, argument
120 return new AuthTokenMiddleware($creds, $httpHandler);
132 * @param callable $httpHandler callback which delivers psr7 request
142 callable $httpHandler = null, argument
150 if (!$httpHandler) {
156 $httpHandler = HttpHandlerFactory::build($client);
[all …]
H A DFetchAuthTokenCache.php64 * @param callable $httpHandler callback which delivers psr7 request
70 public function fetchAuthToken(callable $httpHandler = null) argument
84 $auth_token = $this->fetcher->fetchAuthToken($httpHandler);
112 * @param callable $httpHandler An HTTP handler to deliver PSR7 requests.
115 public function getClientName(callable $httpHandler = null) argument
117 return $this->fetcher->getClientName($httpHandler);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/auth/src/Credentials/
H A DGCECredentials.php308 * @param callable $httpHandler callback which delivers psr7 request
311 public static function onGce(callable $httpHandler = null) argument
313 $httpHandler = $httpHandler
471 $signer = $this->iam ?: new Iam($httpHandler);
473 $email = $this->getClientName($httpHandler);
478 : $this->fetchAuthToken($httpHandler)['access_token'];
491 public function getProjectId(callable $httpHandler = null) argument
497 $httpHandler = $httpHandler
501 $this->isOnGce = self::onGce($httpHandler);
520 private function getFromMetadata(callable $httpHandler, $uri) argument
[all …]
H A DServiceAccountCredentials.php157 * @param callable $httpHandler
165 public function fetchAuthToken(callable $httpHandler = null) argument
167 return $this->auth->fetchAuthToken($httpHandler);
200 * @param callable $httpHandler Not used by this credentials type.
203 public function getProjectId(callable $httpHandler = null) argument
213 * @param callable $httpHandler callback which delivers psr7 request
219 callable $httpHandler = null argument
223 return parent::updateMetadata($metadata, $authUri, $httpHandler);
233 $updatedMetadata = $jwtCreds->updateMetadata($metadata, $authUri, $httpHandler);
257 * @param callable $httpHandler Not used by this credentials type.
[all …]
H A DServiceAccountJwtAccessCredentials.php102 * @param callable $httpHandler callback which delivers psr7 request
108 callable $httpHandler = null argument
116 return parent::updateMetadata($metadata, $authUri, $httpHandler);
122 * @param callable $httpHandler
128 public function fetchAuthToken(callable $httpHandler = null) argument
164 * @param callable $httpHandler Not used by this credentials type.
167 public function getProjectId(callable $httpHandler = null) argument
177 * @param callable $httpHandler Not used by this credentials type.
180 public function getClientName(callable $httpHandler = null) argument
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/auth/tests/
H A DApplicationDefaultCredentialsTest.php77 $httpHandler = getHandler([
96 $httpHandler = getHandler([
155 $httpHandler = getHandler([
169 $httpHandler = getHandler([
178 $httpHandler,
194 $httpHandler = getHandler([
240 $httpHandler = getHandler([
301 $httpHandler = getHandler([
313 $httpHandler = getHandler([
322 $httpHandler,
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/auth/src/Credentials/
H A DGCECredentials.php171 * @param callable $httpHandler callback which delivers psr7 request
175 public static function onGce(callable $httpHandler = null) argument
177 $httpHandler = $httpHandler
314 $httpHandler = HttpHandlerFactory::build(HttpClientCache::getHttpClient());
318 $signer = $this->iam ?: new Iam($httpHandler);
320 $email = $this->getClientName($httpHandler);
325 : $this->fetchAuthToken($httpHandler)['access_token'];
333 * @param callable $httpHandler An HTTP Handler to deliver PSR7 requests.
337 private function getFromMetadata(callable $httpHandler, $uri) argument
339 $resp = $httpHandler(
H A DServiceAccountCredentials.php113 * @param callable $httpHandler
121 public function fetchAuthToken(callable $httpHandler = null) argument
123 return $this->auth->fetchAuthToken($httpHandler);
152 * @param callable $httpHandler callback which delivers psr7 request
159 callable $httpHandler = null argument
164 return parent::updateMetadata($metadata, $authUri, $httpHandler);
174 return $jwtCreds->updateMetadata($metadata, $authUri, $httpHandler);
191 * @param callable $httpHandler Not used by this credentials type.
194 public function getClientName(callable $httpHandler = null) argument
H A DServiceAccountJwtAccessCredentials.php83 * @param callable $httpHandler callback which delivers psr7 request
90 callable $httpHandler = null argument
98 return parent::updateMetadata($metadata, $authUri, $httpHandler);
104 * @param callable $httpHandler
110 public function fetchAuthToken(callable $httpHandler = null) argument
143 * @param callable $httpHandler Not used by this credentials type.
146 public function getClientName(callable $httpHandler = null) argument
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/
H A DHttpHandlerUtil.cs12 public static IHttpHandler WrapForServerExecute(IHttpHandler httpHandler) in WrapForServerExecute() argument
16 IHttpAsyncHandler asyncHandler = httpHandler as IHttpAsyncHandler; in WrapForServerExecute()
17 …verExecuteHttpHandlerAsyncWrapper(asyncHandler) : new ServerExecuteHttpHandlerWrapper(httpHandler); in WrapForServerExecute()
24 public ServerExecuteHttpHandlerAsyncWrapper(IHttpAsyncHandler httpHandler) in ServerExecuteHttpHandlerAsyncWrapper() argument
25 : base(httpHandler) in ServerExecuteHttpHandlerAsyncWrapper()
27 _httpHandler = httpHandler; in ServerExecuteHttpHandlerAsyncWrapper()
48 public ServerExecuteHttpHandlerWrapper(IHttpHandler httpHandler) in ServerExecuteHttpHandlerWrapper() argument
50 _httpHandler = httpHandler; in ServerExecuteHttpHandlerWrapper()
H A DMvcHttpHandler.cs21 IHttpHandler httpHandler = GetHttpHandler(httpContext); in BeginProcessRequest()
22 IHttpAsyncHandler httpAsyncHandler = httpHandler as IHttpAsyncHandler; in BeginProcessRequest()
42 httpHandler.ProcessRequest(HttpContext.Current); in BeginProcessRequest()
61 …protected override void VerifyAndProcessRequest(IHttpHandler httpHandler, HttpContextBase httpCont… in VerifyAndProcessRequest() argument
63 if (httpHandler == null) in VerifyAndProcessRequest()
68 httpHandler.ProcessRequest(HttpContext.Current); in VerifyAndProcessRequest()
100 …protected override void VerifyAndProcessRequest(IHttpHandler httpHandler, HttpContextBase httpCont… in VerifyAndProcessRequest() argument
103 HttpHandler = httpHandler; in VerifyAndProcessRequest()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/grafana-plugin-sdk-go/backend/resource/httpadapter/
H A Dhandler_test.go17 httpHandler := &testHTTPHandler{
27 resourceHandler := New(httpHandler)
61 require.Equal(t, 1, httpHandler.callerCount)
64 require.NotNil(t, httpHandler.req)
71 require.NotNil(t, httpHandler.req.Body)
72 defer httpHandler.req.Body.Close()
86 require.NoError(t, httpHandler.writeErr)
101 require.NotNil(t, httpHandler.req)
125 httpHandler := &testStreamingHTTPHandler{
137 resourceHandler := New(httpHandler)
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/
H A DHttpHandlerUtil.cs13 public static IHttpHandler WrapForServerExecute(IHttpHandler httpHandler) { in WrapForServerExecute() argument
14 IHttpAsyncHandler asyncHandler = httpHandler as IHttpAsyncHandler; in WrapForServerExecute()
15 …verExecuteHttpHandlerAsyncWrapper(asyncHandler) : new ServerExecuteHttpHandlerWrapper(httpHandler); in WrapForServerExecute()
22 public ServerExecuteHttpHandlerWrapper(IHttpHandler httpHandler) { in ServerExecuteHttpHandlerWrapper() argument
23 _httpHandler = httpHandler; in ServerExecuteHttpHandlerWrapper()
62 public ServerExecuteHttpHandlerAsyncWrapper(IHttpAsyncHandler httpHandler) in ServerExecuteHttpHandlerAsyncWrapper() argument
63 : base(httpHandler) { in ServerExecuteHttpHandlerAsyncWrapper()
64 _httpHandler = httpHandler; in ServerExecuteHttpHandlerAsyncWrapper()
H A DMvcHttpHandler.cs18 IHttpHandler httpHandler = GetHttpHandler(httpContext); in BeginProcessRequest()
19 IHttpAsyncHandler httpAsyncHandler = httpHandler as IHttpAsyncHandler; in BeginProcessRequest()
34 httpHandler.ProcessRequest(HttpContext.Current); in BeginProcessRequest()
51 …protected override void VerifyAndProcessRequest(IHttpHandler httpHandler, HttpContextBase httpCont… in VerifyAndProcessRequest() argument
52 if (httpHandler == null) { in VerifyAndProcessRequest()
56 httpHandler.ProcessRequest(HttpContext.Current); in VerifyAndProcessRequest()
82 …protected override void VerifyAndProcessRequest(IHttpHandler httpHandler, HttpContextBase httpCont… in VerifyAndProcessRequest() argument
84 HttpHandler = httpHandler; in VerifyAndProcessRequest()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/auth/src/Middleware/
H A DAuthTokenMiddleware.php39 private $httpHandler; variable in Google\\Auth\\Middleware\\AuthTokenMiddleware
55 * @param callable $httpHandler (optional) callback which delivers psr7 request
60 callable $httpHandler = null, argument
64 $this->httpHandler = $httpHandler;
115 $auth_tokens = $this->fetcher->fetchAuthToken($this->httpHandler);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/auth/src/Subscriber/
H A DAuthTokenSubscriber.php41 private $httpHandler; variable in Google\\Auth\\Subscriber\\AuthTokenSubscriber
57 * @param callable $httpHandler (optional) http client to fetch the token.
62 callable $httpHandler = null, argument
66 $this->httpHandler = $httpHandler;
108 $auth_tokens = $this->fetcher->fetchAuthToken($this->httpHandler);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/auth/src/Subscriber/
H A DAuthTokenSubscriber.php42 private $httpHandler; variable in Google\\Auth\\Subscriber\\AuthTokenSubscriber
58 * @param callable $httpHandler (optional) http client to fetch the token.
63 callable $httpHandler = null, argument
67 $this->httpHandler = $httpHandler;
112 $auth_tokens = $this->fetcher->fetchAuthToken($this->httpHandler);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/net/www/http/HttpClient/
H A DRetryPost.java36 MyHandler httpHandler; field in RetryPost
69 if (shouldRetry && httpHandler.getCallCount() != 2) in doClient()
71 "It was called "+ httpHandler.getCallCount() + " times"); in doClient()
72 else if (!shouldRetry && httpHandler.getCallCount() != 1) in doClient()
74 "It was called "+ httpHandler.getCallCount() + " times"); in doClient()
88 httpHandler = new MyHandler(shouldRetry); in startHttpServer()
90 HttpContext ctx = httpServer.createContext("/test/", httpHandler); in startHttpServer()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/net/www/http/HttpClient/
H A DRetryPost.java36 MyHandler httpHandler; field in RetryPost
69 if (shouldRetry && httpHandler.getCallCount() != 2) in doClient()
71 "It was called "+ httpHandler.getCallCount() + " times"); in doClient()
72 else if (!shouldRetry && httpHandler.getCallCount() != 1) in doClient()
74 "It was called "+ httpHandler.getCallCount() + " times"); in doClient()
88 httpHandler = new MyHandler(shouldRetry); in startHttpServer()
90 HttpContext ctx = httpServer.createContext("/test/", httpHandler); in startHttpServer()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/auth/src/Middleware/
H A DAuthTokenMiddleware.php40 private $httpHandler; variable in Google\\Auth\\Middleware\\AuthTokenMiddleware
56 * @param callable $httpHandler (optional) callback which delivers psr7 request
61 callable $httpHandler = null, argument
65 $this->httpHandler = $httpHandler;
122 $auth_tokens = $this->fetcher->fetchAuthToken($this->httpHandler);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/net/www/http/HttpClient/
H A DRetryPost.java51 MyHandler httpHandler; field in RetryPost
84 if (shouldRetry && httpHandler.getCallCount() != 2) in doClient()
86 "It was called "+ httpHandler.getCallCount() + " times"); in doClient()
87 else if (!shouldRetry && httpHandler.getCallCount() != 1) in doClient()
89 "It was called "+ httpHandler.getCallCount() + " times"); in doClient()
103 httpHandler = new MyHandler(shouldRetry); in startHttpServer()
105 HttpContext ctx = httpServer.createContext("/test/", httpHandler); in startHttpServer()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/net/www/http/HttpClient/
H A DRetryPost.java51 MyHandler httpHandler; field in RetryPost
84 if (shouldRetry && httpHandler.getCallCount() != 2) in doClient()
86 "It was called "+ httpHandler.getCallCount() + " times"); in doClient()
87 else if (!shouldRetry && httpHandler.getCallCount() != 1) in doClient()
89 "It was called "+ httpHandler.getCallCount() + " times"); in doClient()
103 httpHandler = new MyHandler(shouldRetry); in startHttpServer()
105 HttpContext ctx = httpServer.createContext("/test/", httpHandler); in startHttpServer()

12345678910>>...12