Home
last modified time | relevance | path

Searched refs:METHOD_POST (Results 251 – 275 of 341) sorted by relevance

1...<<11121314

/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Test/PHPUnit/Controller/
H A DAbstractControllerTestCase.php227 if ($method == HttpRequest::METHOD_POST) {
/dports/www/squid/squid-4.15/src/adaptation/ecap/
H A DMessageRep.cc237 case Http::METHOD_POST: in method()
/dports/www/tikiwiki/tiki-21.2/lib/core/Search/Elastic/
H A DConnection.php498 $client->getRequest()->setMethod(Zend\Http\Request::METHOD_POST);
/dports/math/R/R-4.1.2/src/modules/internet/
H A DRhttpd.c124 #define METHOD_POST 1 macro
990 if (!strncmp(bol, "POST ", 5)) c->method = METHOD_POST; in worker_input_handler()
/dports/math/libRmath/R-4.1.1/src/modules/internet/
H A DRhttpd.c124 #define METHOD_POST 1 macro
990 if (!strncmp(bol, "POST ", 5)) c->method = METHOD_POST; in worker_input_handler()
/dports/www/thttpd/thttpd-2.29/
H A Dlibhttpd.c910 if ( hc->method == METHOD_POST ) in send_authenticate()
1212 case METHOD_POST: return "POST"; in httpd_method_str()
2032 else if ( strcasecmp( method_str, httpd_method_str( METHOD_POST ) ) == 0 ) in httpd_parse_request()
2033 hc->method = METHOD_POST; in httpd_parse_request()
3443 if ( hc->method == METHOD_POST && hc->read_idx > hc->checked_idx ) in cgi_child()
/dports/www/serendipity/Serendipity-2.3.5/include/
H A Dfunctions_trackbacks.inc.php138 $req = new HTTP_Request2($uri, HTTP_Request2::METHOD_POST, $options);
H A Dfunctions.inc.php1183 $http_method = HTTP_Request2::METHOD_POST;
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Http/Routes/
H A DWebRoutes.php680 ->allows(RequestMethodInterface::METHOD_POST);
682 ->allows(RequestMethodInterface::METHOD_POST);
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dhttp.cpp353 method = METHOD_POST; in post()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/customtabs/content/
H A DCustomTabActivityTabController.java305 return shareTarget != null && ShareTarget.METHOD_POST.equals(shareTarget.method); in checkIsLikelyPostNavigation()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-twitter/library/Laminas/Twitter/
H A DTwitter.php1207 return $this->performPost(Http\Request::METHOD_POST, $data, $client);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/slim/slim/Slim/
H A DSlim.php483 return $this->mapRoute($args)->via(\Slim\Http\Request::METHOD_POST);
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/
H A Dtypes.h155 typedef enum { METHOD_POST, METHOD_GET, METHOD_NONE} httpmethod_t; enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/optimization_guide/prediction/
H A Dprediction_manager_browsertest.cc402 EXPECT_EQ(request.method, net::test_server::METHOD_POST); in HandleGetModelsRequest()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/io/
H A Dhttp_client.cpp655 BIND_CONSTANT(METHOD_POST); in _bind_methods()
/dports/devel/godot2/godot-2.1.6-stable/core/io/
H A Dhttp_client.cpp655 BIND_CONSTANT(METHOD_POST); in _bind_methods()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/test/wpt/
H A Dcwt_request_handler.mm150 if (http_method == net::test_server::METHOD_POST) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Dautofill_download_manager_unittest.cc70 const int METHOD_POST = 1; variable
518 histogram.ExpectBucketCount("Autofill.Query.Method", METHOD_POST, 1); in TEST_F()
653 histogram.ExpectUniqueSample("Autofill.Query.Method", METHOD_POST, 1); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/
H A Dautofill_download_manager_unittest.cc71 const int METHOD_POST = 1; variable
519 histogram.ExpectBucketCount("Autofill.Query.Method", METHOD_POST, 1); in TEST_F()
669 histogram.ExpectUniqueSample("Autofill.Query.Method", METHOD_POST, 1); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/web_package/
H A Dsigned_exchange_request_handler_browsertest.cc1535 EXPECT_EQ(net::test_server::METHOD_POST, in ValidateCtReport()
1790 EXPECT_EQ(net::test_server::METHOD_POST, in IN_PROC_BROWSER_TEST_P()
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Controller/Admin/Sell/Customer/
H A DCustomerController.php876 if (!$request->isMethod(Request::METHOD_POST)) {
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTNews.c506 } else if (method == METHOD_POST) in NewsEvent()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-http/src/
H A DClient.php354 Request::METHOD_POST,
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/
H A DClient.php354 Request::METHOD_POST,

1...<<11121314