Home
last modified time | relevance | path

Searched refs:responses (Results 51 – 72 of 72) sorted by last modified time

123

/plugin/diagramsnet/lib/
H A Dworkbox-bed83ea8.js.map1responses, regardless of\n * whether CORS was used or not.\n *\n * @param {Response} response\n * …
H A Dworkbox-f163abaa.js.map1responses, regardless of\n * whether CORS was used or not.\n *\n * @param {Response} response\n * …
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1responses for cross-origin requests.\\\") must be used when fetching the resource. [CORS-enabled i…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js5002 var responses=responseHeadersText?responseHeadersText.split(/[\n\r]/):[];
5004 for(var i=0,l=responses.length;
5006 i++){var text=responses[i];
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Response/
H A DMultiStatus.php29 protected $responses; variable in Sabre\\DAV\\Xml\\Response\\MultiStatus
44 function __construct(array $responses, $syncToken = null) { argument
46 $this->responses = $responses;
58 return $this->responses;
126 $responses = [];
131 $responses[] = $elem['value'];
138 return new self($responses, $syncToken);
/plugin/webdav/
H A Dcomposer.lock245 …ption": "The sabre/http library provides utilities for dealing with http requests and responses. ",
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md152 * Fixed: #7: Client now correctly deals with responses without a body.
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md100 * #751: Fixed XML responses from failing `MKCOL` requests.
1129 * Fixed: Issue 341: Escaping xml in 423 Locked error responses.
1285 * Fixed: Issue 237: xml-encoding values in SabreDAV error responses.
1296 * Fixed: Issue 341: Escaping xml in 423 Locked error responses.
1910 * Fixed: double namespace declaration in multistatus responses.
1932 * Added: SabreDAV version to all error responses.
1942 * Fixed: Issue 27: encoding entities in property responses.
2017 * Fixed: double namespace declaration in multistatus responses.
2035 * Added: SabreDAV version to all error responses.
2057 * Fixed: Issue 27: Entities not being encoded in PROPFIND responses.
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php171 $responses = [];
176 $responses[] = new DAV\Xml\Element\Response($fullPath, $props);
187 $responses[] = new DAV\Xml\Element\Response($fullPath, [], 404);
190 … $multiStatus = new DAV\Xml\Response\MultiStatus($responses, self::SYNCTOKEN_PREFIX . $syncToken);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1314 $responses = [];
1330 $responses[] = new DAV\Xml\Element\Response(
1343 $responses,
/plugin/adfs/phpsaml/
H A DCHANGELOG96 * Add hooks to retrieve last-sent and last-received requests and responses
H A DREADME.md452 'responses' => true
581 data that has been compressed using [gzip](gzip) ('requests' and 'responses').
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js18827 var responses = responseHeadersText ? responseHeadersText.split(/[\n\r]/) : [];
18830 for (var i=0, l=responses.length; i<l; i++)
18832 var text = responses[i];
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug.css944 /*overflow-x: auto; HTML is damaged in case of big (2-3MB) responses */
/plugin/authfacebook/lib/
H A DFacebookBatchResponse.php45 protected $responses = []; variable in Facebook\\FacebookBatchResponse
63 $responses = $response->getDecodedBody();
64 $this->setResponses($responses);
74 return $this->responses;
81 * @param array $responses
83 public function setResponses(array $responses) argument
85 $this->responses = [];
121 return new ArrayIterator($this->responses);
137 return isset($this->responses[$offset]);
145 unset($this->responses[$offset]);
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_ModeratorService.php885 public $responses; variable in Google_ModeratorService
910 …$this->responses = new Google_ResponsesServiceResource($this, $this->serviceName, 'responses', jso…
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php81 $responses = array();
101 $responses[$metaHeaders['content-id']] = $response;
105 return $responses;
/plugin/tuxquote/
H A Dquotes.txt1014 I got hundreds of responses to my "Eat Bugs For Money" column, including dozens of people who were …
/plugin/subjectindex/plugins/
H A Dbible_verses.txt15309 …elody of the sons of Ko'rah. To the director over Ma'ha·lath for making responses. Mas'kil of He'm…
/plugin/mantis/lib/
H A Dchangelog395 - soap_transport_http: correctly handle multiple HTTP/1.1 100 responses for https (thanks Jan Slabo…
512 - soap_transport_http: skip HTTP responses 301 and 401 when using cURL
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso221 Send a custom header for xml responses.
/plugin/chat/
H A Dreadme.txt111 requests and responses are short chunks of data and usually complete very quickly,

123