Home
last modified time | relevance | path

Searched refs:httpmethod (Results 1 – 25 of 26) sorted by last modified time

12

/dports/www/matomo/piwik/misc/log-analytics/
H A Dimport_logs.py2464 httpmethod = format.get('method')
2465 if config.options.track_http_method and httpmethod != '-':
2466 hit.add_page_custom_var('HTTP-method', httpmethod)
/dports/security/gwee/gwee-1.36/
H A Dgwee.c147 char *httpmethod = httpmethod_get; variable
1839 httpclient(httpmethod, buf, user_agent, NULL,
1876 httpclient(httpmethod, buf, user_agent, NULL, silent);
1961 httpclient(httpmethod, buf, user_agent, NULL, silent);
1966 httpclient(httpmethod, buf, user_agent, NULL, silent);
1971 httpclient(httpmethod, buf, user_agent, NULL, silent);
1976 httpclient(httpmethod, buf, user_agent, NULL, silent);
2075 httpclient(httpmethod, buf, user_agent, NULL, silent);
2108 httpclient(httpmethod, pongbuf, user_agent, NULL,
2437 httpmethod = httpmethod_get;
[all …]
/dports/net-mgmt/resource-agents/resource-agents-4.9.0/ldirectord/
H A Dldirectord.in1397 $vsrv{httpmethod} = "GET";
1595 $vsrv{httpmethod} = uc($1);
/dports/net-mgmt/lg/lg-0d53e4b/
H A Dlg.cgi47 my $httpmethod = "POST";
342 $httpmethod = $str;
526 if ($httpmethod eq "GET") {
529 print "<FORM METHOD=$httpmethod ACTION=\"$lgurl\">\n";
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/
H A DForm.rst42 ….cms.form.prototypes.<prototypeIdentifier>.formelementsdefinition.form.renderingoptions.httpmethod:
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/
H A DForm.rst39 ….cms.form.prototypes.<prototypeIdentifier>.formelementsdefinition.form.renderingoptions.httpmethod:
/dports/www/grafana8/grafana-8.3.6/pkg/services/serviceaccounts/api/
H A Dapi_test.go57 …nario(t, http.MethodDelete, serviceaccountIDPath, &testcase.user, func(httpmethod string, endpoint…
60 …actual := requestResponse(server, httpmethod, fmt.Sprintf(endpoint, fmt.Sprint(createduser.Id))).C…
81 …nario(t, http.MethodDelete, serviceaccountIDPath, &testcase.user, func(httpmethod string, endpoint…
84 …actual := requestResponse(server, httpmethod, fmt.Sprintf(endpoint, fmt.Sprint(createduser.Id))).C…
90 …g.T, httpMethod string, endpoint string, user *tests.TestUser, fn func(httpmethod string, endpoint…
/dports/net/wireshark-lite/wireshark-3.6.1/dtds/
H A Dmscml.dtd87 httpmethod (put | post) #IMPLIED attribute
/dports/net/wireshark/wireshark-3.6.1/dtds/
H A Dmscml.dtd87 httpmethod (put | post) #IMPLIED attribute
/dports/net/tshark-lite/wireshark-3.6.1/dtds/
H A Dmscml.dtd87 httpmethod (put | post) #IMPLIED
/dports/net/tshark/wireshark-3.6.1/dtds/
H A Dmscml.dtd87 httpmethod (put | post) #IMPLIED attribute
/dports/www/obhttpd/httpd-7.0.20211221/src/usr.sbin/httpd/
H A Dhttp.h25 enum httpmethod { enum
81 enum httpmethod method_id;
241 enum httpmethod http_method;
H A Dserver_http.c1700 enum httpmethod
1703 enum httpmethod id = HTTP_METHOD_NONE;
/dports/security/acme.sh/acme.sh-3.0.1/
H A Dacme.sh1820 httpmethod="$4"
1846 httpmethod="$4"
1850 if [ -z "$httpmethod" ]; then
1851 httpmethod="POST"
1853 _debug $httpmethod
1865 if [ "$httpmethod" = "HEAD" ]; then
1913 if [ "$httpmethod" = "HEAD" ]; then
1918 if [ "$httpmethod" = "POST" ]; then
1932 if [ "$httpmethod" = "POST" ]; then
1938 elif [ "$httpmethod" = "HEAD" ]; then
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/form/Documentation/Config/proto/formElements/formElementTypes/
H A DForm.rst39 ….cms.form.prototypes.<prototypeIdentifier>.formelementsdefinition.form.renderingoptions.httpmethod:
/dports/www/opencart/opencart-3.0.3.8/upload/catalog/model/extension/payment/
H A Dalipay.php102 public function pageExecute($request, $httpmethod = "POST") { argument
123 if ("GET" == strtoupper($httpmethod)) {
/dports/sysutils/monit/monit-5.29.0/src/
H A Dmonit.h1399 extern const char *httpmethod[];
H A Dmonit.c153 const char *httpmethod[] = {"", "HEAD", "GET"}; variable
/dports/sysutils/monit/monit-5.29.0/src/protocols/
H A Dhttp.c314 httpmethod[P->parameters.http.method], in _sendRequest()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/site/widget/twitter/
H A Dcodebird.php284 $httpmethod = $this->_detectMethod($method_template, $apiparams);
288 $httpmethod,
493 * @param StringHelper $httpmethod Usually either 'GET' or 'POST' or 'DELETE'
499 protected function _sign($httpmethod, $method, $params = array()) argument
706 foreach ($httpmethods as $httpmethod => $methods) {
708 return $httpmethod;
841 * @param StringHelper $httpmethod The HTTP method to use for making the request
858 if ($httpmethod == 'GET') {
863 $authorization = $this->_sign($httpmethod, $url, $params);
867 $authorization = $this->_sign($httpmethod, $url, array());
[all …]
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/
H A Dmegaapi_impl.h3414 static std::string getHTTPMethodName(int httpmethod);
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dmegaapi_impl.cpp27293 string MegaHTTPServer::getHTTPMethodName(int httpmethod) in getHTTPMethodName() argument
27295 switch (httpmethod) in getHTTPMethodName()
/dports/www/tikiwiki/tiki-21.2/lib/filegals/
H A Dvimeolib.php84 private function callMethod($method, array $arguments = [], $httpmethod = 'get') argument
/dports/security/nikto/nikto-2.1.6/program/plugins/
H A Dnikto_report_sqlg.plugin23 # hostname text, port int(5), usessl tinyint(1), osvdb int, httpmethod text,
70 …my $sql="insert into nikto_table (testid, ip, hostname, port, usessl, osvdb, httpmethod, uri, mess…
98 my $httpmethod = quotemeta($item->{'method'});
106 …my $sql="insert into nikto_table (testid, ip, hostname, port, usessl, osvdb, httpmethod, uri, mess…
108 $sql .= "'$item->{'osvdb'}','$httpmethod',";
/dports/misc/magicpoint/magicpoint-1.13a/contrib/
H A Dmgpnet.in245 local($httpreq, $httpmethod, $httppath, $httpver, $httphost);
256 $httpmethod = $httppath = $httpver = '';
257 ($httpmethod, $httppath, $httpver) = split(/\s+/, $httpreq);
284 if ($httpmethod !~ /^(GET|HEAD)$/) {
290 $httpmethod to $httppath not supported.<P>
311 return if ($httpmethod ne 'GET');
347 return if ($httpmethod ne 'GET');
360 return if ($httpmethod ne 'GET');
368 return if ($httpmethod ne 'GET');

12