Home
last modified time | relevance | path

Searched refs:body (Results 26 – 50 of 1852) sorted by relevance

12345678910>>...75

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DPluginTest.php83 $body = <<<BLA
94 $request->setBody($body);
205 $body = <<<BLA
217 $request->setBody($body);
313 $body = <<<BLA
324 $request->setBody($body);
342 $body = <<<BLA
372 $body = <<<BLA
401 $body = <<<BLA
430 $body = <<<BLA
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DACLMethodTest.php36 $body = '<?xml version="1.0"?>
39 $server->httpRequest->setBody($body);
56 $body = '<?xml version="1.0"?>
77 $body = '<?xml version="1.0"?>
105 $body = '<?xml version="1.0"?>
130 $body = '<?xml version="1.0"?>
155 $body = '<?xml version="1.0"?>
188 $body = '<?xml version="1.0"?>
221 $body = '<?xml version="1.0"?>
254 $body = '<?xml version="1.0"?>
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DPluginTest.php572 $body =
621 $body =
679 $body =
741 $body =
804 $body =
839 $body =
888 $body =
916 $body =
978 $body =
1037 $body =
[all …]
H A DExpandEventsDoubleEventsTest.php86 $body = substr(
87 $response->body,
88 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
89 strpos($response->body, 'END:VCALENDAR') - $start + 13
91 $body = str_replace('&#13;','',$body);
93 $vObject = VObject\Reader::read($body);
96 … $this->assertEquals(3, count($vObject->VEVENT),'We got 6 events instead of 3. Output: ' . $body);
H A DExpandEventsDTSTARTandDTENDbyDayTest.php74 $body = substr(
75 $response->body,
76 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
77 strpos($response->body, 'END:VCALENDAR') - $start + 13
79 $body = str_replace('&#13;','',$body);
81 $vObject = VObject\Reader::read($body);
H A DExpandEventsDTSTARTandDTENDTest.php83 $body = substr(
84 $response->body,
85 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
86 strpos($response->body, 'END:VCALENDAR') - $start + 13
88 $body = str_replace('&#13;','',$body);
91 $vObject = VObject\Reader::read($body);
H A DIssue203Test.php87 $body = substr(
88 $response->body,
89 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
90 strpos($response->body, 'END:VCALENDAR') - $start + 13
92 $body = str_replace('&#13;','',$body);
94 $vObject = VObject\Reader::read($body);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DMlNamespace.php38 * $params['body'] = (array) The URL params optionally sent in the body
47 $body = $this->extractArgument($params, 'body');
53 $endpoint->setBody($body);
172 * $params['body'] = (array) deleting expired data parameters
181 $body = $this->extractArgument($params, 'body');
187 $endpoint->setBody($body);
327 * $params['body']
[all...]
H A DSecurityNamespace.php52 * $params['body'] = (array) the new password for the user (Required)
61 $body = $this->extractArgument($params, 'body');
67 $endpoint->setBody($body);
185 * $params['body'] = (array) The api key request to create an API key (Required)
193 $body = $this->extractArgument($params, 'body');
198 $endpoint->setBody($body);
548 * $params['body'] = (array) The token request to get (Required)
556 $body
[all...]
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php42 $body = '';
46 $body .= "--{$this->boundary}\n";
47 $body .= $req->toBatchString($key) . "\n";
50 $body = rtrim($body);
51 $body .= "\n--{$this->boundary}--";
59 $httpRequest->setPostBody($body);
77 $body = $response->getResponseBody();
78 if ($body) {
79 $body = str_replace("--$boundary--", "--$boundary", $body);
80 $parts = explode("--$boundary", $body);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DSupportedReportSetTest.php13 function sendPROPFIND($body) { argument
22 $request->setBody($body);
42 …onse->status, 'We expected a multi-status response. Full response body: ' . $this->response->body);
44 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/", "xmlns\\1=\"urn:DAV\"", $this->…
45 $xml = simplexml_load_string($body);
83 …onse->status, 'We expected a multi-status response. Full response body: ' . $this->response->body);
85 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/", "xmlns\\1=\"urn:DAV\"", $this->…
86 $xml = simplexml_load_string($body);
103 …uals(1, count($data), 'We expected 1 \'x:myreport\' element. Full body: ' . $this->response->body);
106 …1, count($data), 'We expected 1 \'d:anotherreport\' element. Full body: ' . $this->response->body);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPluginTest.php38 $body = $this->response->getBodyAsString();
39 $this->assertTrue(strpos($body, '<title>dir') !== false, $body);
40 $this->assertTrue(strpos($body, '<a href="/dir/child.txt">')!==false);
64 $body = $this->response->getBodyAsString();
65 $this->assertTrue(strpos($body, '<title>dir') !== false, $body);
66 $this->assertTrue(strpos($body, '<a href="/dir/child.txt">')!==false);
85 $body = $this->response->getBodyAsString();
86 $this->assertTrue(strpos($body, '<title>/') !== false, $body);
87 $this->assertTrue(strpos($body, '<a href="/dir/">')!==false);
88 $this->assertTrue(strpos($body, '<span class="btn disabled">')!==false);
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php151 $body = <<<ICS
158 $this->server->httpRequest->setBody($body);
174 $body = <<<ICS
182 $this->server->httpRequest->setBody($body);
199 $body = <<<ICS
208 $this->server->httpRequest->setBody($body);
224 $body = <<<ICS
233 $this->server->httpRequest->setBody($body);
249 $body = <<<ICS
272 $body = <<<ICS
[all …]
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php71 $body = $response->getBody();
72 if (is_null($body)) return;
77 if (is_resource($body) && get_resource_type($body) == 'stream') {
80 stream_copy_to_stream($body, $output, $contentLength);
83 while (!feof($body)) {
84 fwrite($output, fread($body, 8192));
88 fwrite($output, $body, $contentLength);
91 file_put_contents('php://output', $body);
94 if (is_resource($body)) {
95 fclose($body);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHTTPPreferParsingTest.php125 $body = $response->getBodyAsString();
127 $this->assertEquals(207, $response->getStatus(), $body);
129 $this->assertTrue(strpos($body, 'resourcetype') !== false, $body);
130 $this->assertTrue(strpos($body, 'something') === false, $body);
159 $this->assertEquals(0, strlen($response->body), 'Expected empty body: ' . $response->body);
181 $body = $response->getBodyAsString();
184 $this->assertTrue(strpos($body, 'something') !== false);
185 $this->assertTrue(strpos($body, '403 Forbidden') !== false, $body);
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Node/
H A DTrans.php19 …public function __construct(Twig_Node $body, Twig_Node $plural = null, Twig_Node_Expression $count… argument
21 $nodes = array('body' => $body);
118 * @param Twig_Node $body A Twig_Node instance
122 protected function compileString(Twig_Node $body) argument
124 …if ($body instanceof Twig_Node_Expression_Name || $body instanceof Twig_Node_Expression_Constant |…
125 return array($body, array());
129 if (count($body)) {
132 foreach ($body as $node) {
149 $msg = $body->getAttribute('data');
152 …return array(new Twig_Node(array(new Twig_Node_Expression_Constant(trim($msg), $body->getTemplateL…
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DFlickr.php78 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
94 'Authorization' => $this->buildAuthorizationHeaderForAPIRequest($method, $uri, $token, $body)
98 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
101 public function requestRest($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
103 return $this->request($path, $method, $body, $extraHeaders);
106 public function requestXmlrpc($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
110 return $this->request($path, $method, $body, $extraHeaders);
113 public function requestSoap($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
117 return $this->request($path, $method, $body, $extraHeaders);
120 public function requestJson($path, $method = 'GET', $body argument
127 requestPhp($path, $method = 'GET', $body = null, array $extraHeaders = array()) global() argument
[all...]
/plugin/diagramsnet/lib/styles/
H A Datlas.css8 html body .geMenubarContainer .geBigButton {
15 body .geToolbarContainer .geButton:active, body .geToolbarContainer .geLabel:active {
19 body > .geToolbarContainer .geLabel, body > .geToolbarContainer .geButton {
25 body > .geToolbarContainer {
32 body > .geToolbarContainer > .geToolbar {
48 html body .geStatus .geStatusAlert {
65 html body .geStatus .geStatusMessage {
132 html body .geMenubarContainer * {
155 html body .geMenubarContainer {
161 html body .geMenubar > .geItem {
[all …]
/plugin/smtp/classes/
H A DMessage.php17 protected $body; variable in splitbrain\\dokuwiki\\plugin\\smtp\\Message
22 * @param string $body the full message body including headers
24 public function __construct($from, $rcpt, $body) { argument
27 $this->body = $body;
76 $lines = preg_split('/\r?\n/', $this->body);
88 $body = join($this->CRLF, $lines);
90 return $body . $this->CRLF . $this->CRLF . "." . $this->CRLF;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookQueryTest.php40 …sertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $response->body);
45 $result = $client->parseMultiStatus($response->body);
90 …sertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $response->body);
95 $result = $client->parseMultiStatus($response->body);
135 …sertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $response->body);
140 $result = $client->parseMultiStatus($response->body);
174 …sertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $response->body);
179 $result = $client->parseMultiStatus($response->body);
217 …sertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $response->body);
222 $result = $client->parseMultiStatus($response->body);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DForTest.php28 $body = new Node([new PrintNode(new NameExpression('foo', 1), 1)], [], 1);
30 $node = new ForNode($keyTarget, $valueTarget, $seq, $ifexpr, $body, $else, 1);
42 $node = new ForNode($keyTarget, $valueTarget, $seq, $ifexpr, $body, $else, 1);
55 $body = new Node([new PrintNode(new NameExpression('foo', 1), 1)], [], 1);
57 $node = new ForNode($keyTarget, $valueTarget, $seq, $ifexpr, $body, $else, 1);
77 $body = new Node([new PrintNode(new NameExpression('foo', 1), 1)], [], 1);
79 $node = new ForNode($keyTarget, $valueTarget, $seq, $ifexpr, $body, $else, 1);
120 $body = new Node([new PrintNode(new NameExpression('foo', 1), 1)], [], 1);
122 $node = new ForNode($keyTarget, $valueTarget, $seq, $ifexpr, $body, $else, 1);
153 $body = new Node([new PrintNode(new NameExpression('foo', 1), 1)], [], 1);
[all …]
/plugin/davcal/vendor/sabre/http/lib/
H A DSapi.php71 $body = $response->getBody();
72 if (is_null($body)) return;
77 if (is_resource($body) && get_resource_type($body) == 'stream') {
78 stream_copy_to_stream($body, $output, $contentLength);
80 fwrite($output, $body, $contentLength);
83 file_put_contents('php://output', $body);
86 if (is_resource($body)) {
87 fclose($body);
/plugin/indexmenu2/cms/transitions/
H A Dwindowborderschecker.js10body&&(document.body.clientWidth||document.body.clientHeight)){i=document.body.clientWidth;I=docum…
/plugin/katex/_assets/contrib/
H A Drender-a11y-string.min.js1body,r,a),r.push("end color "+o)}));break;case"color-token":break;case"delimsizing":e.delim&&"."!=…
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php103 $body = json_encode($input);
104 if ($body === false) {
116 list($statusCode, $contentType, $body) = $request->post($body);
121 $body,
131 list($statusCode, $contentType, $body) = $request->get();
136 $body,
175 * @param string $body the response body
193 $body, argument
205 return $this->handleSuccess($body, $service);
269 'the following body: ' . $body,
[all …]

12345678910>>...75