Home
last modified time | relevance | path

Searched refs:Request (Results 176 – 200 of 314) sorted by relevance

12345678910>>...13

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerStartTlsHandler.php16 use FreeDSx\Ldap\Operation\Request\ExtendedRequest;
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php5 use Sabre\HTTP\Request; alias
30 $this->request = new Request();
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dclass_upload.asp105 aCType = Split(Request.ServerVariables("HTTP_CONTENT_TYPE"), ";")
116 nTotalSize = Request.TotalBytes
138 nTotalBytes = Request.TotalBytes
146 oSourceData.Write Request.BinaryRead(nPartBytes)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientProtocolContext.php23 use FreeDSx\Ldap\Operation\Request\RequestInterface;
H A DClientSearchHandler.php21 use FreeDSx\Ldap\Operation\Request\SearchRequest;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php3 namespace Sabre\CalDAV\Xml\Request;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php3 namespace Sabre\CalDAV\Xml\Request;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/
H A DPluginTest.php74 … $request = new \Sabre\HTTP\Request('MOVE', '/files/source', ['Destination' => '/files/dest']);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/
H A DCalendarQueryReportTest.php3 namespace Sabre\CalDAV\Xml\Request;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Request/
H A DAddressBookQueryReportTest.php3 namespace Sabre\CardDAV\Xml\Request;
/plugin/adfs/phpsaml/
H A DREADME.md394 // if not set, url for the SLO Request will be used
890 This code handles the Logout Request and the Logout Responses.
1001 In order to send a Logout Request to the IdP:
1011 $auth->logout(); // Method that sent the Logout Request.
1322 that we defined in our SSO Request.
1346 SAML 2 Authentication Request class
1381 SAML 2 Logout Request class
1386 * `getNameIdData` - Gets the NameID Data of the the Logout Request.
1387 * `getNameId` - Gets the NameID of the Logout Request.
1388 * `getIssuer` - Gets the Issuer of the Logout Request.
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DBindRequest.php12 namespace FreeDSx\Ldap\Operation\Request;
H A DCompareRequest.php12 namespace FreeDSx\Ldap\Operation\Request;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerEventsTest.php111 new HTTP\Request('BLABLA', '/'),
H A DServerSimpleTest.php45 $request = new HTTP\Request('OPTIONS', '/');
65 $request = new HTTP\Request('OPTIONS', '/unmapped');
/plugin/wavedrom/
H A DREADME.md15 { "name": "Request", "wave": "0.1..0|1.0" },
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/
H A DCurlRequest.php12 class CurlRequest implements Request
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DRequest.php20 class Request extends \Google\Model class
538 class_alias(Request::class, 'Google_Service_Docs_Request');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php161 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
199 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
/plugin/letsencrypt/
H A DREADME3 Request letsencrypt SSL certificates for your wiki
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageDecoratorTest.php12 $this->inner = new Request();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DPluginTest.php95 …$request = new \Sabre\HTTP\Request('GET', '/addressbooks/user1/book1/card1', ['Accept: application…
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DRequest.php10 * Elastica Request object.
14 class Request extends Param class
32 * @param string $path Request path
33 * @param string $method OPTIONAL Request method (use const's) (default = self::GET)
77 * @param array|string $data Request data
89 * @return array|string Request data
H A DSearch.php335 public function search($query = '', $options = null, string $method = Request::POST): ResultSet
367 public function count($query = '', bool $fullResult = false, string $method = Request::POST)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DPaging.php21 use FreeDSx\Ldap\Operation\Request\SearchRequest;

12345678910>>...13