Home
last modified time | relevance | path

Searched refs:posturl (Results 1 – 25 of 79) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaddressinput/src/cpp/src/
H A Dregion_data_constants.cc168 u8R"("posturl":"http://www.bgpost.bg/?cid=5",)"
192 u8R"("posturl":"http://www.landvaluation.bm/",)"
438 u8R"("posturl":"http://www.postur.fo/",)"
596 u8R"("posturl":"https://finder.eircode.ie",)"
764 u8R"("posturl":"http://www.slpost.gov.lk/",)"
858 u8R"("posturl":"http://www.zipcode.mn/",)"
925 u8R"("posturl":"http://www.pos.com.my",)"
1038 u8R"("posturl":"http://www.philpost.gov.ph/",)"
1183 u8R"("posturl":"http://epab.posten.no/",)"
1190 u8R"("posturl":"http://psc.posta.sk",)"
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaddressinput/src/cpp/src/
H A Dregion_data_constants.cc168 u8R"("posturl":"http://www.bgpost.bg/?cid=5",)"
192 u8R"("posturl":"http://www.landvaluation.bm/",)"
438 u8R"("posturl":"http://www.postur.fo/",)"
596 u8R"("posturl":"https://finder.eircode.ie",)"
764 u8R"("posturl":"http://www.slpost.gov.lk/",)"
858 u8R"("posturl":"http://www.zipcode.mn/",)"
925 u8R"("posturl":"http://www.pos.com.my",)"
1038 u8R"("posturl":"http://www.philpost.gov.ph/",)"
1183 u8R"("posturl":"http://epab.posten.no/",)"
1190 u8R"("posturl":"http://psc.posta.sk",)"
[all …]
/dports/net-mgmt/xymon-server/xymon-4.3.30/lib/
H A Dsendmsg.c192 char *posturl = NULL; in sendtoxymond() local
208 posturl = strdup(p); in sendtoxymond()
232 posturl = strdup(recipient); in sendtoxymond()
247 if ((posturl == NULL) || (posthost == NULL)) { in sendtoxymond()
249 if (posturl) xfree(posturl); in sendtoxymond()
259 posturl, (int)strlen(message), posthost, message); in sendtoxymond()
261 if (posturl) xfree(posturl); in sendtoxymond()
/dports/net-mgmt/xymon-client/xymon-4.3.30/lib/
H A Dsendmsg.c192 char *posturl = NULL; in sendtoxymond() local
208 posturl = strdup(p); in sendtoxymond()
232 posturl = strdup(recipient); in sendtoxymond()
247 if ((posturl == NULL) || (posthost == NULL)) { in sendtoxymond()
249 if (posturl) xfree(posturl); in sendtoxymond()
259 posturl, (int)strlen(message), posthost, message); in sendtoxymond()
261 if (posturl) xfree(posturl); in sendtoxymond()
/dports/comms/p5-SMS-Send-TW-Qma/SMS-Send-TW-Qma-0.01/lib/SMS/Send/TW/
H A DQma.pm29 my $posturl = 'http://www.qma.com/cdp/jsp/websms/SMS_Action.jsp';
52 $ua->post($posturl,
/dports/comms/p5-SMS-Send-TW-HiAir/SMS-Send-TW-HiAir-0.02/lib/SMS/Send/TW/
H A DHiAir.pm28 my $posturl = 'http://hiair.hinet.net/jweb/send_check2.jsp';
44 $ua->post($posturl,
/dports/comms/p5-SMS-Send-TW-emome/SMS-Send-TW-emome-0.04/lib/SMS/Send/TW/
H A Demome.pm33 my $posturl = 'http://websms1.emome.net/sms/sendsms/send.jsp';
57 $ua->post($posturl,
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/win32/
H A Dnet.cpp542 string safeurl = req->posturl; in post()
585 if (MultiByteToWideChar(CP_UTF8, 0, req->posturl.c_str(), -1, szURL, in post()
666 … LOG_err << "Error sending request: " << req->posturl << " Code: " << GetLastError(); in post()
670 … LOG_err << "Error opening request: " << req->posturl << " Code: " << GetLastError(); in post()
675 LOG_err << "Error connecting to " << req->posturl << " Code: " << GetLastError(); in post()
681 LOG_err << "Error parsing POST URL: " << req->posturl << " Code: " << GetLastError(); in post()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dtransferslot.cpp306 if (!memcmp(req->posturl.c_str(), "http:", 5)) in toggleport()
308 size_t portendindex = req->posturl.find("/", 8); in toggleport()
309 size_t portstartindex = req->posturl.find(":", 8); in toggleport()
316 req->posturl.insert(portendindex, ":8080"); in toggleport()
321 req->posturl.erase(portstartindex, portendindex - portstartindex); in toggleport()
593 && !memcmp(reqs[i]->posturl.c_str(), "http:", 5))) in doio()
683 && !memcmp(reqs[i]->posturl.c_str(), "http:", 5)) in doio()
856 && !memcmp(reqs[i]->posturl.c_str(), "http:", 5)) in doio()
935 client->setchunkfailed(&reqs[i]->posturl); in doio()
1147 client->setchunkfailed(&reqs[i]->posturl); in doio()
H A Dfileattributefetch.cpp81 req.posturl = posturl; in dispatch()
H A Dmegaclient.cpp4239 req->posturl = GELBURL; in gelbrequest()
4241 req->posturl.append(service); in gelbrequest()
4252 req->posturl = CHATSTATSURL; in sendchatstats()
4255 req->posturl.append(":"); in sendchatstats()
4260 req->posturl.append("/stats"); in sendchatstats()
4272 req->posturl = CHATSTATSURL; in sendchatlogs()
4275 req->posturl.append(":"); in sendchatlogs()
4281 req->posturl.append(aid); in sendchatlogs()
4282 req->posturl.append("&t=e"); in sendchatlogs()
4296 req->posturl = url; in httprequest()
[all …]
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/npsqueak/
H A Dnpunix.c99 return CallNPN_PostURLProc(gNetscapeFuncs.posturl, instance, in NPN_PostURL()
385 gNetscapeFuncs.posturl = nsTable->posturl; in NP_Initialize()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/
H A Dfileattributefetch.h43 string posturl; member
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/posix/
H A Dnet.cpp1360 string safeurl = req->posturl; in send_request()
1395 httpctx->posturl = req->posturl; in send_request()
1404 …httpctx->posturl.replace(httpctx->posturl.find(httpctx->hostname), httpctx->hostname.size(), httpc… in send_request()
1445 curl_easy_setopt(curl, CURLOPT_URL, httpctx->posturl.c_str()); in send_request()
1483 !memcmp(req->posturl.data(), MegaClient::APIURL.data(), MegaClient::APIURL.size()) in send_request()
1486 … : (!memcmp(req->posturl.data(), MegaClient::CHATSTATSURL.data(), MegaClient::CHATSTATSURL.size()) in send_request()
1487 … || !memcmp(req->posturl.data(), MegaClient::GELBURL.data(), MegaClient::GELBURL.size())) in send_request()
1781 LOG_err << "Invalid request: " << req->posturl; in post()
2764 … if ((!memcmp(request->posturl.data(), MegaClient::APIURL.data(), MegaClient::APIURL.size()) in cert_verify_callback()
2767 … || !memcmp(request->posturl.data(), MegaClient::GELBURL.data(), MegaClient::GELBURL.size())) in cert_verify_callback()
[all …]
/dports/www/gecko-mediaplayer/gecko-mediaplayer-1.0.9/src/
H A Dnp_entry.cpp143 NPNFuncs.posturl = pFuncs->posturl; in NP_Initialize()
/dports/www/davix/davix-0.7.6/src/fileops/
H A DS3IO.cpp270 void S3IO::performUgrS3MultiPart(IOChainContext & iocontext, const std::string &posturl, const std:… in performUgrS3MultiPart() argument
272 Uri uri(posturl); in performUgrS3MultiPart()
273 std::string uploadId = initiateMultipart(iocontext, posturl); in performUgrS3MultiPart()
H A DS3IO.hpp45 …void performUgrS3MultiPart(IOChainContext & iocontext, const std::string &posturl, const std::stri…
/dports/www/npapi-xine/xine-plugin-1.0.2/src/
H A Dnpentry.c82 return CallNPN_PostURLProc (NPNFuncs.posturl, instance, url, window, len, buf, file); in NPN_PostURL()
309 NPNFuncs.posturl = pFuncs->posturl; in NP_Initialize()
/dports/www/moodle310/moodle/mod/forum/classes/local/renderers/
H A Ddiscussion_list.php285 $posturl = new \moodle_url('/mod/forum/post.php');
286 …$mformpost = new \mod_forum_post_form($posturl, $formparams, 'post', '', array('id' => 'mformforum…
/dports/www/moodle311/moodle/mod/forum/classes/local/renderers/
H A Ddiscussion_list.php285 $posturl = new \moodle_url('/mod/forum/post.php');
286 …$mformpost = new \mod_forum_post_form($posturl, $formparams, 'post', '', array('id' => 'mformforum…
/dports/www/moodle39/moodle/mod/forum/classes/local/renderers/
H A Ddiscussion_list.php284 $posturl = new \moodle_url('/mod/forum/post.php');
285 …$mformpost = new \mod_forum_post_form($posturl, $formparams, 'post', '', array('id' => 'mformforum…
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/
H A DIXR_Library.php676 var $posturl = ''; variable in IXR_Client
694 $this->posturl = $server;
696 $this->posturl = 'http://' . $server . ':' . $port . $path;
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/plugin/npapi/mozilla-sdk/
H A Dnp_entry.cpp122 if (++i <= n) NPNFuncs.posturl = aNPNFuncs->posturl; in fillNetscapeFunctionTable()
/dports/security/cowrie/cowrie-2.2.0/src/cowrie/output/
H A Dcuckoo.py142 def posturl(self, scanUrl): member in Output
/dports/audio/sonata/sonata-1.7b1-22-gcee3555/sonata/
H A Daudioscrobbler.py648 self.posturl = None
701 self.posturl = response[3].strip()
876 req = urllib.request.Request(url=self.posturl, data=postdata)

1234