Home
last modified time | relevance | path

Searched refs:httpMethod (Results 226 – 250 of 253) sorted by relevance

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAnalyticsReporting.php71 'httpMethod' => 'POST',
85 'httpMethod' => 'POST',
H A DAdExperienceReport.php67 'httpMethod' => 'GET',
87 'httpMethod' => 'GET',
H A DTexttospeech.php69 'httpMethod' => 'POST',
83 'httpMethod' => 'GET',
H A DServiceControl.php71 'httpMethod' => 'POST',
81 'httpMethod' => 'POST',
H A DMyBusinessNotificationSettings.php67 'httpMethod' => 'GET',
77 'httpMethod' => 'PATCH',
H A DCloudTrace.php75 'httpMethod' => 'POST',
95 'httpMethod' => 'POST',
H A DLocalservices.php68 'httpMethod' => 'GET',
119 'httpMethod' => 'GET',
H A DSemanticTile.php66 'httpMethod' => 'GET',
154 'httpMethod' => 'GET',
H A DAcceleratedmobilepageurl.php67 'httpMethod' => 'POST',
H A DChromeUXReport.php66 'httpMethod' => 'POST',
H A DPolicyTroubleshooter.php67 'httpMethod' => 'POST',
H A DTrafficDirectorService.php68 'httpMethod' => 'POST',
H A DDriveActivity.php70 'httpMethod' => 'POST',
H A DWebfonts.php66 'httpMethod' => 'GET',
H A DPlayIntegrity.php67 'httpMethod' => 'POST',
H A DPlaycustomapp.php67 'httpMethod' => 'POST',
H A DFirebaseCloudMessaging.php72 'httpMethod' => 'POST',
H A DGroupsMigration.php68 'httpMethod' => 'POST',
H A DFcmdata.php68 'httpMethod' => 'GET',
H A DPolicyAnalyzer.php67 'httpMethod' => 'GET',
H A DKgsearch.php65 'httpMethod' => 'GET',
H A DPagespeedInsights.php70 'httpMethod' => 'GET',
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttp.php121 $httpMethod = $request->getMethod();
127 $httpMethod = Request::POST;
154 \curl_setopt($conn, \CURLOPT_NOBODY, 'HEAD' === $httpMethod);
156 \curl_setopt($conn, \CURLOPT_CUSTOMREQUEST, $httpMethod);
/plugin/siteexport/
H A Djquery.filedownload.js88 httpMethod: "GET",
154 var httpMethodUpper = settings.httpMethod.toUpperCase();
292 .prop('method', settings.httpMethod)
311 …formDoc.write("<html><head></head><body><form method='" + settings.httpMethod + "' action='" + fil…
/plugin/bookcreator/script/
H A Djquery.fileDownload.js90 httpMethod: "GET",
93 // if specified will perform a "httpMethod" request to the specified 'fileUrl' using the specified data.
162 var httpMethodUpper = settings.httpMethod.toUpperCase();
306 .prop('method', settings.httpMethod)
325 formDoc.write("<html><head></head><body><form method='" + settings.httpMethod + "' action='" + fileUrl + "'>" + formInnerHtml + "</form>" + settings.popupWindowTitle + "</body></html>");

1234567891011