Home
last modified time | relevance | path

Searched refs:httpPath (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/thrift/
H A DThriftHttpCLIService.java139 String httpPath = getHttpPath(hiveConf in run() local
166 private String getHttpPath(String httpPath) { in getHttpPath() argument
167 if(httpPath == null || httpPath.equals("")) { in getHttpPath()
168 httpPath = "/*"; in getHttpPath()
171 if(!httpPath.startsWith("/")) { in getHttpPath()
172 httpPath = "/" + httpPath; in getHttpPath()
174 if(httpPath.endsWith("/")) { in getHttpPath()
175 httpPath = httpPath + "*"; in getHttpPath()
177 if(!httpPath.endsWith("/*")) { in getHttpPath()
178 httpPath = httpPath + "/*"; in getHttpPath()
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/pkg/upstream/
H A Dproxy_test.go349 httpPath := options.Upstream{
376 …input: []options.Upstream{httpPath, httpSubPath, shortSubPathWithRewrite, longerPath, sho…
377 …options.Upstream{shortSubPathWithRewrite, shortPathWithRewrite, longerPath, httpSubPath, httpPath},
380 input: []options.Upstream{httpSubPath, httpPath},
381 expectedOutput: []options.Upstream{httpSubPath, httpPath},
384 input: []options.Upstream{httpPath, httpSubPath},
385 expectedOutput: []options.Upstream{httpSubPath, httpPath},
388 input: []options.Upstream{longerPath, httpPath},
389 expectedOutput: []options.Upstream{longerPath, httpPath},
392 input: []options.Upstream{httpPath, longerPath},
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/coreos/go-etcd/etcd/
H A Drequests.go128 var httpPath string
192 if httpPath == "" {
193 httpPath = c.getHttpPath(rr.RelativePath)
198 command := fmt.Sprintf("curl -X %s %s", rr.Method, httpPath)
208 logger.Debug("send.request.to ", httpPath, " | method ", rr.Method)
215 if req, err = http.NewRequest(rr.Method, httpPath, nil); err != nil {
220 if req, err = http.NewRequest(rr.Method, httpPath, body); err != nil {
240 httpPath = ""
269 logger.Debug("recv.response.from ", httpPath)
275 logger.Debug("recv.success ", httpPath)
[all …]
H A Dclient.go316 httpPath := c.createHttpPath(machine, path.Join(version, "members"))
317 resp, err := c.httpClient.Get(httpPath)
324 httpPath := c.createHttpPath(machine, path.Join(version, "machines"))
325 resp, err := c.httpClient.Get(httpPath)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/coreos/go-etcd/etcd/
H A Drequests.go128 var httpPath string
192 if httpPath == "" {
193 httpPath = c.getHttpPath(rr.RelativePath)
198 command := fmt.Sprintf("curl -X %s %s", rr.Method, httpPath)
208 logger.Debug("send.request.to ", httpPath, " | method ", rr.Method)
215 if req, err = http.NewRequest(rr.Method, httpPath, nil); err != nil {
220 if req, err = http.NewRequest(rr.Method, httpPath, body); err != nil {
240 httpPath = ""
269 logger.Debug("recv.response.from ", httpPath)
275 logger.Debug("recv.success ", httpPath)
[all …]
H A Dclient.go320 httpPath := c.createHttpPath(machine, path.Join(version, "members"))
321 resp, err := c.httpClient.Get(httpPath)
328 httpPath := c.createHttpPath(machine, path.Join(version, "machines"))
329 resp, err := c.httpClient.Get(httpPath)
/dports/net/samba412/samba-4.12.15/source3/printing/
H A Dprint_iprint.c223 const char *httpPath; /* path portion of the printer-uri */ in generic_job_submit()
257 if ((httpPath = strstr(url,"://")) == NULL || in generic_job_submit()
258 (httpPath = strchr(httpPath+3,'/')) == NULL) in generic_job_submit()
265 if ((response = cupsDoRequest(http, request, httpPath)) == NULL) { in generic_job_submit()
567 slprintf(httpPath, sizeof(httpPath) - 1, "/ipp/%s", sharename);
569 if ((response = cupsDoRequest(http, request, httpPath)) != NULL) {
680 slprintf(httpPath, sizeof(httpPath) - 1, "/ipp/%s",
794 slprintf(httpPath, sizeof(httpPath) - 1, "/ipp/%s",
975 char httpPath[HTTP_MAX_URI]; /* path portion of the uri */
1094 slprintf(httpPath, sizeof(httpPath) - 1, "/ipp/%s", printername);
[all …]
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/config/kube/ingress/
H A Dconversion.go165 for _, httpPath := range rule.HTTP.Paths {
167 if httpPath.PathType != nil {
168 switch *httpPath.PathType {
171 MatchType: &networking.StringMatch_Exact{Exact: httpPath.Path},
176 path := httpPath.Path
185 httpMatch.Uri = createFallbackStringMatch(httpPath.Path)
188 httpMatch.Uri = createFallbackStringMatch(httpPath.Path)
191 httpRoute := ingressBackendToHTTPRoute(&httpPath.Backend, ingress.Namespace, domainSuffix)
/dports/audio/ampache/ampache-php74-5.0.0/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCompassFilter.php50 private $httpPath; variable in Assetic\\Filter\\CompassFilter
147 public function setHttpPath($httpPath) argument
149 $this->httpPath = $httpPath;
269 if ($this->httpPath) {
270 $optionsConfig['http_path'] = $this->httpPath;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCompassFilter.php50 private $httpPath; variable in Assetic\\Filter\\CompassFilter
147 public function setHttpPath($httpPath) argument
149 $this->httpPath = $httpPath;
269 if ($this->httpPath) {
270 $optionsConfig['http_path'] = $this->httpPath;
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/google.golang.org/api/internal/
H A Dtree.go82 func (t *Tree) Get(hostname string, httpMethod string, httpPath string) (Endpoint, bool) {
84 strings.SplitAfter(httpPath, "/")...)
87 if e.PathMatcher.MatchString(httpPath) {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/google.golang.org/api/internal/
H A Dtree.go82 func (t *Tree) Get(hostname string, httpMethod string, httpPath string) (Endpoint, bool) {
84 strings.SplitAfter(httpPath, "/")...)
87 if e.PathMatcher.MatchString(httpPath) {
/dports/www/ilias6/ILIAS-6.14/webservice/soap/classes/
H A Dclass.ilSoapInstallationInfoXMLWriter.php63 $httpPath = ilSoapFunctions::buildHTTPPath();
64 …CTYPE Installation PUBLIC \"-//ILIAS//DTD InstallationInfo//EN\" \"" . $httpPath . "/xml/ilias_ins…
71 "path" => $httpPath,
/dports/www/ilias/ILIAS-5.4.25/webservice/soap/classes/
H A Dclass.ilSoapInstallationInfoXMLWriter.php63 $httpPath = ilSoapFunctions::buildHTTPPath();
64 …CTYPE Installation PUBLIC \"-//ILIAS//DTD InstallationInfo//EN\" \"" . $httpPath . "/xml/ilias_ins…
71 "path" => $httpPath,
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwContentsClientShouldOverrideUrlLoadingTest.java147 private String addPageToTestServer(String httpPath, String html) { in addPageToTestServer() argument
151 return mWebServer.setResponse(httpPath, html, headers); in addPageToTestServer()
363 final String httpPath = "/page_with_about_blank_navigation"; in testCalledWhenTopLevelAboutBlankNavigation() local
364 final String httpPathOnServer = mWebServer.getResponseUrl(httpPath); in testCalledWhenTopLevelAboutBlankNavigation()
365 addPageToTestServer(httpPath, in testCalledWhenTopLevelAboutBlankNavigation()
387 final String httpPath = "/page_with_link_to_self.html"; in testCalledWhenSelfLinkClicked() local
388 final String httpPathOnServer = mWebServer.getResponseUrl(httpPath); in testCalledWhenSelfLinkClicked()
389 addPageToTestServer(httpPath, in testCalledWhenSelfLinkClicked()
920 final String httpPath = "/page_with_about_blank_navigation"; in testCallLoadInCallback() local
921 final String httpPathOnServer = mWebServer.getResponseUrl(httpPath); in testCallLoadInCallback()
[all …]
H A DAwContentsClientOnRenderProcessGoneTest.java65 private String addPageToTestServer(String httpPath, String html) { in addPageToTestServer() argument
69 return mWebServer.setResponse(httpPath, html, headers); in addPageToTestServer()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/Writers/RwFactory/
H A DCRWFactory.cs125 protected string httpPath; field in System.Xml.Tests.CFactory
128 get { return httpPath; }
190 httpPath = varInfo.SelectValue("httppath", "Data"); in Init()
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsdist-lua-ffi.cc193 if (!dq->httpPath) { in dnsdist_ffi_dnsquestion_get_http_path()
198 dq->httpPath = dq->dq->du->getHTTPPath(); in dnsdist_ffi_dnsquestion_get_http_path()
201 if (dq->httpPath) { in dnsdist_ffi_dnsquestion_get_http_path()
202 return dq->httpPath->c_str(); in dnsdist_ffi_dnsquestion_get_http_path()
H A Ddnsdist-lua-ffi.hh56 boost::optional<std::string> httpPath{boost::none}; member
/dports/devel/grpc130/grpc-1.30.2/src/objective-c/examples/SwiftSample/
H A DViewController.swift73 let call = GRPCCall(host: RemoteHost, path: method.httpPath, requestsWriter: requestsWriter)! in viewDidLoad()
/dports/devel/grpc/grpc-1.42.0/src/objective-c/examples/SwiftSample/
H A DViewController.swift73 let call = GRPCCall(host: RemoteHost, path: method.httpPath, requestsWriter: requestsWriter)! in viewDidLoad()
/dports/devel/grpc134/grpc-1.34.1/src/objective-c/examples/SwiftSample/
H A DViewController.swift73 let call = GRPCCall(host: RemoteHost, path: method.httpPath, requestsWriter: requestsWriter)! in viewDidLoad()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/objective-c/examples/SwiftSample/
H A DViewController.swift73 let call = GRPCCall(host: RemoteHost, path: method.httpPath, requestsWriter: requestsWriter)! in viewDidLoad()
/dports/www/trafficserver/trafficserver-9.1.1/mgmt/api/
H A DINKMgmtAPI.cc935 char *httpPath = nullptr; in TSReadFromUrlEx() local
962 httpPath = ats_strdup(tempPath); in TSReadFromUrlEx()
965 httpPath = ats_strdup(""); in TSReadFromUrlEx()
989 snprintf(request, BUFSIZE, "http://%s:%d/%s", httpHost, httpPort, httpPath); in TSReadFromUrlEx()
1010 ats_free(httpPath); in TSReadFromUrlEx()
/dports/net/goreplay/goreplay-1.2.0/middleware/
H A DREADME.md62 …console.error(`${gor.httpPath(req.http)} STATUS NOT MATCH: 'Expected ${gor.httpStatus(resp.http)}'…
100 * `httpPath` - URL path of the request: `gor.httpPath(req.http)`

12