Home
last modified time | relevance | path

Searched refs:httpResult (Results 1 – 17 of 17) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/Samples/PHPDirectoryServer2/
H A Dmain.cpp37 httpResult.Clear(); in ReadResult()
49 httpResult = httpConnection->Read(); in ReadResult()
209 printf("%s", httpResult.C_String()); in PrintHttpResult()
224 RakNet::RakString httpResult; in RunTest() local
235 {PrintHttpResult(httpResult); return false;} in RunTest()
237 {PrintHttpResult(httpResult); return false;} in RunTest()
243 {PrintHttpResult(httpResult); return false;} in RunTest()
245 {PrintHttpResult(httpResult); return false;} in RunTest()
257 {PrintHttpResult(httpResult); return false;} in RunTest()
289 {PrintHttpResult(httpResult); return false;} in RunTest()
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Common/Web/
H A DHttpResultExtensions.cs18 var httpResult = response as IHttpResult; in ToDto()
19 return httpResult != null ? httpResult.Response : response; in ToDto()
38 var httpResult = response as IHttpResult;
39 return (httpResult != null ? httpResult.Response : response) as TResponse;
/dports/www/gitea/gitea-1.16.5/integrations/
H A Dapi_repo_lfs_locks_test.go66 httpResult int
69 …{user: user2, repo: repo1, path: "foo/bar.zip", httpResult: http.StatusCreated, addTime: []int{0}},
70 {user: user2, repo: repo1, path: "path/test", httpResult: http.StatusCreated, addTime: []int{0}},
71 {user: user2, repo: repo1, path: "path/test", httpResult: http.StatusConflict},
72 {user: user2, repo: repo1, path: "Foo/BaR.zip", httpResult: http.StatusConflict},
74 {user: user4, repo: repo1, path: "FoO/BaR.zip", httpResult: http.StatusUnauthorized},
75 {user: user4, repo: repo1, path: "path/test-user4", httpResult: http.StatusUnauthorized},
76 …{user: user2, repo: repo1, path: "patH/Test-user4", httpResult: http.StatusCreated, addTime: []int…
79 …{user: user2, repo: repo3, path: "test/foo/bar.zip", httpResult: http.StatusCreated, addTime: []in…
80 {user: user4, repo: repo3, path: "test/foo/bar.zip", httpResult: http.StatusConflict},
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/query/graphql/
H A Dhttp.go14 type httpResult struct { struct
20 json.NewEncoder(w).Encode(httpResult{
38 json.NewEncoder(w).Encode(httpResult{Data: m})
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/PHPDirectoryServer/
H A Dmain.cpp103 RakNet::RakString httpResult = httpConnection.Read(); in main() local
104 HTTPReadResult readResult = phpDirectoryServer.ProcessHTTPRead(httpResult); in main()
123 printf("HTTP ERROR: %s\n", httpResult.C_String()); in main()
/dports/net/ooni-mini/probe-engine-0.23.0/experiment/webconnectivity/
H A Dwebconnectivity.go171 httpResult := HTTPGet(ctx, HTTPGetConfig{
176 tk.HTTPExperimentFailure = httpResult.Failure
177 tk.Requests = append(tk.Requests, httpResult.TestKeys.Requests...)
179 tk.HTTPAnalysisResult = HTTPAnalysis(httpResult.TestKeys, tk.Control)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/experiment/webconnectivity/
H A Dwebconnectivity.go209 httpResult := HTTPGet(ctx, HTTPGetConfig{
215 tk.HTTPExperimentFailure = httpResult.Failure
216 tk.Requests = append(tk.Requests, httpResult.TestKeys.Requests...)
218 tk.HTTPAnalysisResult = HTTPAnalysis(httpResult.TestKeys, tk.Control)
/dports/sysutils/ansible2/ansible-2.9.27/examples/scripts/
H A DConfigureRemotingForAnsible.ps1431 $httpResult = Invoke-Command -ComputerName "localhost" -ScriptBlock {$env:COMPUTERNAME} -ErrorVaria… variable
436 If ($httpResult -and $httpsResult) variable
440 ElseIf ($httpsResult -and !$httpResult)
444 ElseIf ($httpResult -and !$httpsResult) variable
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_data/setup/
H A DConfigureRemotingForAnsible.ps1431 $httpResult = Invoke-Command -ComputerName "localhost" -ScriptBlock {$env:COMPUTERNAME} -ErrorVaria… variable
436 If ($httpResult -and $httpsResult) variable
440 ElseIf ($httpsResult -and !$httpResult)
444 ElseIf ($httpResult -and !$httpsResult) variable
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/examples/scripts/
H A DConfigureRemotingForAnsible.ps1431 $httpResult = Invoke-Command -ComputerName "localhost" -ScriptBlock {$env:COMPUTERNAME} -ErrorVaria… variable
436 If ($httpResult -and $httpsResult) variable
440 ElseIf ($httpsResult -and !$httpResult)
444 ElseIf ($httpResult -and !$httpsResult) variable
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_data/setup/
H A DConfigureRemotingForAnsible.ps1431 $httpResult = Invoke-Command -ComputerName "localhost" -ScriptBlock {$env:COMPUTERNAME} -ErrorVaria… variable
436 If ($httpResult -and $httpsResult) variable
440 ElseIf ($httpsResult -and !$httpResult)
444 ElseIf ($httpResult -and !$httpsResult) variable
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/examples/scripts/
H A DConfigureRemotingForAnsible.ps1431 $httpResult = Invoke-Command -ComputerName "localhost" -ScriptBlock {$env:COMPUTERNAME} -ErrorVaria… variable
436 If ($httpResult -and $httpsResult) variable
440 ElseIf ($httpsResult -and !$httpResult)
444 ElseIf ($httpResult -and !$httpsResult) variable
/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_data/setup/
H A DConfigureRemotingForAnsible.ps1431 $httpResult = Invoke-Command -ComputerName "localhost" -ScriptBlock {$env:COMPUTERNAME} -ErrorVaria… variable
436 If ($httpResult -and $httpsResult) variable
440 ElseIf ($httpsResult -and !$httpResult)
444 ElseIf ($httpResult -and !$httpsResult) variable
/dports/www/nextcloud-contacts/contacts/lib/Service/
H A DSocialApiService.php212 $httpResult = $this->clientService->NewClient()->get($url);
213 $socialdata = $httpResult->getBody();
214 $imageType = $httpResult->getHeader('content-type');
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DHttpWebRequest.cs3748 HttpProcessingResult httpResult = HttpProcessingResult.Continue; in ProcessResponse()
3752 httpResult = DoSubmitRequestProcessing(ref exception); in ProcessResponse()
3754 if (httpResult == HttpProcessingResult.Continue) in ProcessResponse()
3817 HttpProcessingResult httpResult = HttpProcessingResult.Continue; in SetResponse()
3856 httpResult = DoSubmitRequestProcessing(ref E); in SetResponse()
3864 httpResult = HttpProcessingResult.Continue; in SetResponse()
3869 if (httpResult == HttpProcessingResult.Continue) in SetResponse()
3955 …ve("HttpWebRequest#" + ValidationHelper.HashString(this) + "::SetResponse", httpResult.ToString()); in SetResponse()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/IrrlichtDemo/
H A DCDemo.cpp1096 RakNet::RakString httpResult = httpConnection->Read(); in UpdateRakNet() local
1100 HTTPReadResult readResult = phpDirectoryServer2->ProcessHTTPRead(httpResult); in UpdateRakNet()
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/contrib/windows-agent-installer/
H A DIcinga2Agent.psm1697 param([string]$httpResult); in Icinga2AgentModule() variable
699 if ($httpResult.length -eq 3) { in Icinga2AgentModule()