Home
last modified time | relevance | path

Searched refs:Request (Results 76 – 100 of 314) sorted by relevance

12345678910>>...13

/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md5 Before we can merge your Pull-Request here are some guidelines that you need to follow.
14 Your Pull-Request must be compliant with the said standard.
55 so please make sure that your code is working before opening up a Pull-Request.
74 before submitting your Pull Request.
78 too. This is used to "clean" your Pull Request before merging it (we don't want
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerBindHandler.php16 use FreeDSx\Ldap\Operation\Request\BindRequest;
17 use FreeDSx\Ldap\Operation\Request\SimpleBindRequest;
H A DServerRootDseHandler.php17 use FreeDSx\Ldap\Operation\Request\ExtendedRequest;
18 use FreeDSx\Ldap\Operation\Request\SearchRequest;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DRequest.php20 class Request extends \Google\Model class
240 class_alias(Request::class, 'Google_Service_ServiceControl_Request');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookQueryTest.php194 $request = new HTTP\Request(
239 $request = new HTTP\Request(
284 $request = new HTTP\Request(
/plugin/plantumlparser/
H A DREADME.md20 Alice -> Bob: Authentication Request
23 Alice -> Bob: Another authentication Request
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md5 Before we can merge your Pull-Request here are some guidelines that you need to follow.
14 Your Pull-Request must be compliant with the said standard.
31 so please make sure that your code is working before opening up a Pull-Request.
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttp.php10 use Elastica\Request; alias
48 public function exec(Request $request, array $params): Response
127 $httpMethod = Request::POST;
H A DHttpAdapter.php9 use Elastica\Request as ElasticaRequest;
14 use Ivory\HttpAdapter\Message\Request as HttpAdapterRequest;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractDigestTest.php12 $request = new HTTP\Request();
114 $request = new HTTP\Request();
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php28 use GuzzleHttp\Psr7\Request; alias
304 $request = new Request('POST', self::OAUTH2_REVOKE_URI, [
385 $response = $httpHandler(new Request('GET', $url), $options);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php44 * @var Request|null
538 public function request(string $path, string $method = Request::GET, $data = [], array $query = [], string $contentType = Request::DEFAULT_CONTENT_TYPE): Response
541 $request = $this->_lastRequest = new Request($path, $method, $data, $query, $connection, $contentType);
548 $this->_logger->error('Elastica Request Failure', [
562 $this->_logger->debug('Elastica Request', [
638 public function getLastRequest(): ?Request
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample03.asp74 sBasePath = Request.ServerVariables("PATH_INFO")
81 If Request.QueryString("Toolbar") <> "" Then
82 oFCKeditor.ToolbarSet = Server.HTMLEncode( Request.QueryString("Toolbar") )
H A Dsample04.asp80 sBasePath = Request.ServerVariables("PATH_INFO")
87 If Request.QueryString("Skin") <> "" Then
88 …oFCKeditor.Config("SkinPath") = sBasePath + "editor/skins/" & Server.HTMLEncode( Request.QueryStri…
H A Dsample02.asp86 sBasePath = Request.ServerVariables("PATH_INFO")
93 If Request.QueryString("Lang") = "" Then
98 oFCKeditor.Config("DefaultLanguage") = Request.QueryString("Lang")
H A Dsampleposteddata.asp44 For Each sForm in Request.Form
48 <td width="100%" style="white-space:pre"><%=Server.HTMLEncode( Request.Form(sForm) )%></td>
/plugin/webdav/vendor/sabre/http/
H A DREADME.md24 What this library provides, is a `Request` object, and a `Response` object.
124 It may be useful to extend the `Request` and `Response` objects in your
128 For instance, you may want to add an `isLoggedIn` method to the Request
131 Simply extending Request and Response may pose some problems:
136 `Request` so you would have to override the factory method as well,
137 3. By controlling the instantation and depend on specific `Request` and
193 $request = new HTTP\Request('GET', 'http://example.org/');
210 // into the Request object.
258 $request = new Request('GET', 'http://localhost/');
323 The Request and Response API's
[all …]
/plugin/davcal/vendor/sabre/http/
H A DREADME.md24 What this library provides, is a `Request` object, and a `Response` object.
124 It may be useful to extend the `Request` and `Response` objects in your
128 For instance, you may want to add an `isLoggedIn` method to the Request
131 Simply extending Request and Response may pose some problems:
136 `Request` so you would have to override the factory method as well,
137 3. By controlling the instantation and depend on specific `Request` and
193 $request = new HTTP\Request('GET', 'http://example.org/');
210 // into the Request object.
258 $request = new Request('GET', 'http://localhost/');
323 The Request and Response API's
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/
H A DRequest.php10 interface Request interface
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DRequestInterface.php12 namespace FreeDSx\Ldap\Operation\Request;
H A DDnRequestInterface.php12 namespace FreeDSx\Ldap\Operation\Request;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DGetIfConditionsTest.php14 $request = new HTTP\Request();
23 $request = new HTTP\Request('GET', '/path/', ['If' => '(<opaquelocktoken:token1>)']);
H A DHTTPPreferParsingTest.php136 $request = new HTTP\Request('PROPPATCH', '/', ['Prefer' => 'return-minimal']);
166 $request = new HTTP\Request('PROPPATCH', '/', ['Prefer' => 'return-minimal']);
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php24 use GuzzleHttp\Psr7\Request; alias
140 $request = new Request(
205 $httpRequest = new Request(
/plugin/letsencrypt/
H A Dplugin.info.txt6 desc Request letsencrypt SSL certificates for your wiki

12345678910>>...13