Home
last modified time | relevance | path

Searched refs:httpPost (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/www/sabredav/sabre-dav-3.2.2/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php108 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse)
160 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
184 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
210 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
235 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
261 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
292 $this->plugin->httpPost($this->server->httpRequest, $this->response)
356 $this->plugin->httpPost($this->server->httpRequest, $this->response)
411 $this->plugin->httpPost($this->server->httpRequest, $this->response)
466 $this->plugin->httpPost($this->server->httpRequest, $this->response)
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php108 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse)
160 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
184 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
210 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
235 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
261 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
292 $this->plugin->httpPost($this->server->httpRequest, $this->response)
356 $this->plugin->httpPost($this->server->httpRequest, $this->response)
411 $this->plugin->httpPost($this->server->httpRequest, $this->response)
466 $this->plugin->httpPost($this->server->httpRequest, $this->response)
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php108 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse)
160 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
184 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
210 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
235 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
261 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
292 $this->plugin->httpPost($this->server->httpRequest, $this->response)
356 $this->plugin->httpPost($this->server->httpRequest, $this->response)
411 $this->plugin->httpPost($this->server->httpRequest, $this->response)
466 $this->plugin->httpPost($this->server->httpRequest, $this->response)
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php108 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse)
160 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
184 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
210 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
235 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
261 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
292 $this->plugin->httpPost($this->server->httpRequest, $this->response)
356 $this->plugin->httpPost($this->server->httpRequest, $this->response)
411 $this->plugin->httpPost($this->server->httpRequest, $this->response)
466 $this->plugin->httpPost($this->server->httpRequest, $this->response)
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php108 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse)
160 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
184 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
210 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
235 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
261 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse);
292 $this->plugin->httpPost($this->server->httpRequest, $this->response)
356 $this->plugin->httpPost($this->server->httpRequest, $this->response)
411 $this->plugin->httpPost($this->server->httpRequest, $this->response)
466 $this->plugin->httpPost($this->server->httpRequest, $this->response)
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/remoting/httpinvoker/
H A DHttpComponentsHttpInvokerRequestExecutor.java179 HttpPost httpPost = new HttpPost(config.getServiceUrl()); in createHttpPost() local
182 httpPost.addHeader(HTTP_HEADER_ACCEPT_LANGUAGE, StringUtils.toLanguageTag(locale.getLocale())); in createHttpPost()
185 httpPost.addHeader(HTTP_HEADER_ACCEPT_ENCODING, ENCODING_GZIP); in createHttpPost()
187 return httpPost; in createHttpPost()
202 HttpInvokerClientConfiguration config, HttpPost httpPost, ByteArrayOutputStream baos) in setRequestBody() argument
207 httpPost.setEntity(entity); in setRequestBody()
219 HttpInvokerClientConfiguration config, HttpClient httpClient, HttpPost httpPost) in executeHttpPost() argument
222 return httpClient.execute(httpPost); in executeHttpPost()
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Duploaderthread.cpp56 …t string &user, const string &pwd, const string &filename, size_t filesize, const string &httpPost) in QueueUpload() argument
59 m_uploadQueue.push(UploadData(url, user, pwd, filename, filesize, httpPost)); in QueueUpload()
90 if (data.httpPost.empty()) { in Main()
97 …uploadHelper->Init(url, filepath.file_string(), data.user, data.pwd, data.filesize, data.httpPost); in Main()
H A Duploadhelper.cpp67 …argetFileName, const string &user, const string &password, size_t filesize, const string &httpPost) in InternalInit() argument
76 if (httpPost.empty()) { in InternalInit()
90 CURLFORM_COPYNAME, httpPost.c_str(), in InternalInit()
H A Dtransferhelper.cpp55 …argetFileName, const string &user, const string &password, size_t filesize, const string &httpPost) in Init() argument
73 InternalInit(url, targetFileName, user, password, filesize, httpPost); in Init()
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/
H A Duploaderthread.h52 … std::string &pwd, const std::string &filename, size_t filesize, const std::string &httpPost = "");
58 : address(a), user(u), pwd(p), filename(f), filesize(s), httpPost(h) {} in UploadData()
65 std::string httpPost; member
H A Dtransferhelper.h52 size_t filesize = 0, const std::string &httpPost = "");
69 size_t filesize, const std::string &httpPost) = 0;
H A Ddownloadhelper.h48 size_t filesize, const std::string &httpPost);
H A Duploadhelper.h48 size_t filesize, const std::string &httpPost);
/dports/www/axis2/axis2-1.8.0/samples/json/src/sample/json/client/
H A DJsonClient.java53 HttpPost httpPost = new HttpPost(url); in post() local
54 httpPost.setEntity(stringEntity); in post()
58 CloseableHttpResponse response = httpclient.execute(httpPost); in post()
/dports/x11/glcapsviewer/glCapsViewer-26e160c/
H A DglCapsViewerHttp.cpp96 string glCapsViewerHttp::httpPost(string url, string data) in httpPost() function in glCapsViewerHttp
208 httpReply = httpPost(urlss.str(), xml); in postReport()
221 httpReply = httpPost(urlss.str(), xml); in postReportForUpdate()
/dports/net/libkvkontakte/libkvkontakte-5.0.0/src/
H A Dvkontaktejobs.cpp62 VkontakteJob::VkontakteJob(const QString &accessToken, const QString &method, bool httpPost) in VkontakteJob() argument
65 , m_httpPost(httpPost) in VkontakteJob()
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/simulation/
H A Dmetaserver.cpp109 if(!httpPost("", in setServer()
128 if(!httpPost("", in removeServer()
195 bool CMetaServer::httpPost(const CString &args, const CString &data) in httpPost() function in CMetaServer
H A Dmetaserver.h57 bool httpPost(const CString &args, const CString &data);
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/webservices/vkontakte/backend/
H A Dvkontakte_jobs.cpp86 VkontakteJob::VkontakteJob(const QString& accessToken, const QString& method, bool httpPost) in VkontakteJob() argument
89 m_httpPost (httpPost) in VkontakteJob()
/dports/net/storj/storj-1.45.3/storagenode/console/consoleapi/
H A Dnotifications_test.go82 res, err := httpPost(ctx, url, "application/json", nil)
103 res, err := httpPost(ctx, url, "application/json", nil)
/dports/security/lego/lego-4.5.3/providers/dns/loopia/internal/
H A Dclient.go137 respBody, err := c.httpPost(c.BaseURL, "text/xml", bytes.NewReader(body))
157 func (c *Client) httpPost(url string, bodyType string, body io.Reader) ([]byte, error) { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-acme/lego/v4/providers/dns/loopia/internal/
H A Dclient.go137 respBody, err := c.httpPost(c.BaseURL, "text/xml", bytes.NewReader(body))
157 func (c *Client) httpPost(url string, bodyType string, body io.Reader) ([]byte, error) { func
/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/CalDAV/BirthdayCalendar/
H A DEnablePlugin.php107 $this->server->on('method:POST', [$this, 'httpPost']);
/dports/security/vuls/vuls-0.13.7/report/
H A Dcve_client.go177 return api.httpPost(cpeName, url, query)
182 func (api cvedictClient) httpPost(key, url string, query map[string]string) ([]cvemodels.CveDetail,… func
/dports/www/owncloud/owncloud/apps/market/lib/
H A DHttpService.php156 $result = $this->httpPost($url, [
304 private function httpPost($path, $options) { function in OCA\\Market\\HttpService

1234567