Home
last modified time | relevance | path

Searched refs:client (Results 126 – 150 of 539) sorted by path

12345678910>>...22

/plugin/condition/
H A DREADME.md18 - IP : refers to the client's IP address
/plugin/corsharing/
H A DREADME.md4 to permits client visiting another website to load some data from your dokuwiki website.
H A Dplugin.info.txt6 …rigin Resource Sharing). Used to enable CORS http headers to permits web client visiting other web…
/plugin/crossdbsqlclient/
H A Ddescr.txt10 tags : mySql-client, mySql-GUI, mySql-Interface, database, tables
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookQueryTest.php43 $client = new DAV\Client(array('baseUri'=>'/'));
45 $result = $client->parseMultiStatus($response->body);
93 $client = new DAV\Client(array('baseUri'=>'/'));
95 $result = $client->parseMultiStatus($response->body);
138 $client = new DAV\Client(array('baseUri'=>'/'));
140 $result = $client->parseMultiStatus($response->body);
177 $client = new DAV\Client(array('baseUri'=>'/'));
179 $result = $client->parseMultiStatus($response->body);
220 $client = new DAV\Client(array('baseUri'=>'/'));
222 $result = $client->parseMultiStatus($response->body);
[all …]
H A DMultiGetTest.php40 $client = new DAV\Client(array('baseUri'=>'/'));
42 $result = $client->parseMultiStatus($response->body);
83 $client = new DAV\Client(array('baseUri'=>'/'));
85 $result = $client->parseMultiStatus($response->body);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DClientTest.php14 $client = new ClientMock(array(
32 $client = new ClientMock([
45 $client = new ClientMock([
59 $client = new ClientMock([
73 $client = new ClientMock([
87 $client = new ClientMock([
98 $client = new ClientMock([
109 $client = new ClientMock([
148 $client = new ClientMock([
159 $client = new ClientMock([
[all …]
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md7 * The async client wouldn't `wait()` for new http requests being started
50 * #47 #35: When re-using the client and doing any request after a `HEAD`
51 request, the client discards the body.
112 * #14: The client now only follows http and https urls.
134 * Fixed: Potential security problem in the client.
154 * Added: Asynchronous HTTP client. See examples/asyncclient.php.
176 * Added: Ability to catch and retry http requests in the client when a curl
186 * Fixed: Doing a GET request with the client uses the last used HTTP method
201 * Added: A very simple HTTP client.
H A DREADME.md196 $client = new HTTP\Client();
197 $response = $client->send($request);
202 The client emits 3 event using [`sabre/event`][5]. `beforeRequest`,
206 $client = new HTTP\Client();
207 $client->on('beforeRequest', function($request) {
214 $client->on('afterRequest', function($request, $response) {
259 $client = new Client();
263 $client->sendAsync(
275 $client->wait();
314 $client = new Client();
[all …]
/plugin/davcal/vendor/sabre/http/examples/
H A Dreverseproxy.php44 $client = new Client(); variable
47 $response = $client->send($subRequest);
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php7 protected $client; variable in Sabre\\HTTP\\ClientTest
11 $client = new ClientMock();
42 $client = new ClientMock();
70 $client = new ClientMock();
135 $client = new ClientMock();
161 $client = new ClientMock();
188 $client->send($request);
199 $client = new ClientMock();
250 $client = new ClientMock();
251 $client->setThrowExceptions(true);
[all …]
/plugin/davcard/
H A Dplugin.info.txt5 name Addressbook PlugIn with CardDAV client support
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jar ... cookie/params/ org/apache/http/client/ org/apache/http/client/methods ...
H A Dpusher-http-java-1.0.0.jar ... requestTimeout private org.apache.http.impl.client.CloseableHttpClient client private com.google.gson. ...
/plugin/diagramsnet/lib/js/
H A Dapp.min.js11636 …esources.get("unknownError"),null,null,null,null,!0))};if("1"!=urlParams.client&&"1"!=urlParams.em…
11639 …s.getCurrentFile()){var e=mxUtils.bind(this,function(){if("1"==urlParams.client&&(null==window.loc…
H A Dviewer-static.min.js4068 …ull!=b?b:null!=this.graphConfig.editable?this.graphConfig.editable:!0;e={client:1,target:null!=e?e… property in AnonymousFunctioncbe8b511b2f00.e
H A Dviewer.min.js4068 …ull!=b?b:null!=this.graphConfig.editable?this.graphConfig.editable:!0;e={client:1,target:null!=e?e… property in AnonymousFunction39177abcb2f00.e
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js15 this.client = new Dropbox({clientId: this.clientId});
57 this.client.authTokenRevoke().then(mxUtils.bind(this, function()
59 this.client.setAccessToken(null);
76 var promise = this.client.usersGetCurrentAccount();
98 this.client.setAccessToken(null);
153 this.client.setAccessToken(_token);
162 this.client.setAccessToken(null);
208 this.client.setAccessToken(_token);
299 this.client.setAccessToken(null);
469 var promise = this.client.filesDownload(arg);
[all …]
H A DDropboxFile.js99 var promise = this.ui.dropbox.client.filesListRevisions({path: this.stat.path_lower, limit: 100});
/plugin/diagramsnet/lib/resources/
H A Ddia.txt1167 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or…
H A Ddia_am.txt1167 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or…
H A Ddia_ar.txt1167 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or…
H A Ddia_bg.txt1167 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or…
H A Ddia_bn.txt1167 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or…
H A Ddia_bs.txt1167 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or…

12345678910>>...22