Home
last modified time | relevance | path

Searched refs:GET (Results 276 – 300 of 309) sorted by path

1...<<111213

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSnapshot.php214 public function request($path, $method = Request::GET, $data = [], array $query = [])
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php122 if (Request::GET === $req->getMethod()) {
H A DHttpAdapter.php102 if (ElasticaRequest::GET === $method) {
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js753 var type="GET";
777 }return jQuery.ajax({type:"GET",url:url,data:data,success:callback,dataType:type});
784 },ajaxSettings:{url:location.href,global:true,type:"GET",timeout:0,contentType:"application/x-www-f…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml829 type: GET
834 type: GET
841 'type' => 'GET',
847 'type' => 'GET',
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG370 * fixed macros when using an argument named like a PHP super global (like GET or POST)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dsuper_globals.test8 {% macro foo(GET) %}
9 {{ GET }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar13 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
/plugin/html2pdf/html2pdf/html2ps/data/
H A DLineBreak.txt11004 A1EE;ID # YI SYLLABLE GET
/plugin/html5video2/script/
H A Dvideo.min.js21 …dash:utc:http-xsdate:2012":case"urn:mpeg:dash:utc:http-iso:2012":t.method="GET";break;case"urn:mpe…
/plugin/indobible/
H A Dsyntax.php111 $jsonObject = json_decode($this->_CallAPI('GET', $url), true);
/plugin/issuelinks/services/
H A DJira.service.php233 $issueData = $this->makeJiraRequest($endpoint, [], 'GET');
270 $result = $this->makeJiraRequest($endpoint, [], 'GET');
332 $projects = $this->makeJiraRequest('/rest/api/2/project', [], 'GET');
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as728 trace("SHOULD GET RESUME!");
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h=…
/plugin/mantis/lib/
H A Dchangelog497 - soap_transport_http: make digest authentication work for GET as well as POST
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DFoursquare.php74 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array())
H A DMailchimp.php83 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array())
103 $response = $this->httpClient->retrieveResponse(new Uri($endpoint), array(), array(), 'GET');
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pageredirect/
H A DChangeLog.md30 - revert broken implementation of adding `GET` parameters to url from [#16], fixes [#24], [#25]
52 - preserve `GET` parameters when redirecting. [#16]
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1GET', url, true);\n\n if (this.isCompressed) {\n request.responseType = 'arraybuffer';…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1GET', file);\n xhr.responseType = 'arraybuffer';\n xhr.send();\n return;\n }\n\n…
/plugin/pdftools/
H A DREADME.md110 * configurable GET-Parameters for the ```<pdf>```-Tag and the slider
/plugin/phpipam/
H A Dsyntax.php1606 $rest_api->execute('GET', 'tools',
1616 $rest_api->execute('GET', 'tools',
1699 $rest_api->execute('GET', 'addresses',
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md59 'method' => "GET"
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt81 Frontend passes to backend a list of key=value pairs using GET or POST method.
133 - GET/POST data: a=123&b[c]=456&b[d]=789
137 - GET/POST data: a=123&b[]=4&b[]=5
151 - application/x-www-form-urlencoded: script.*, xml.GET, form.GET

1...<<111213