Home
last modified time | relevance | path

Searched refs:body (Results 476 – 500 of 1980) sorted by relevance

1...<<11121314151617181920>>...80

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php67 $body, argument
72 Assert::stringNotEmpty($body);
119 $body,
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php123 * @param array $body Request body if applicable (key/value pairs)
129 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
137 'Authorization' => $this->buildAuthorizationHeaderForAPIRequest($method, $uri, $token, $body)
141 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
198 * @param array $bodyParams Request body if applicable (key/value pairs)
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DAutoEscapeTokenParser.php71 $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);
74 return new AutoEscapeNode($value, $body, $lineno, $this->getTag());
H A DMacroTokenParser.php40 $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);
51 …$this->parser->setMacro($name, new MacroNode($name, new BodyNode([$body]), $arguments, $lineno, $t…
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.parse.atrules.php23 …GE_SELECTOR_ALL][0]->margin_boxes[CSS_MARGIN_BOX_SELECTOR_TOP_LEFT]->css->body->getPropertyValue(C…
36 …GE_SELECTOR_ALL][0]->margin_boxes[CSS_MARGIN_BOX_SELECTOR_TOP_LEFT]->css->body->getPropertyValue(C…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddefined_for_blocks.test6 {% block body %}
18 {% block body %}
/plugin/jalbum/syntax/
H A Dslideshow.php118 $body = ''.
133 $renderer->doc .= $body;
/plugin/cellbg/
H A Dscript.js106 var body = document.getElementsByTagName('body')[0];
107 body.appendChild(picker); // attach the picker <div> to the page body
/plugin/cellbg2/
H A Dscript.js106 var body = document.getElementsByTagName('body')[0];
107 body.appendChild(picker); // attach the picker <div> to the page body
/plugin/authfacebook/lib/HttpClients/
H A DFacebookGuzzleHttpClient.php52 public function send($url, $method, $body, array $headers, $timeOut) argument
56 'body' => $body,
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DStreamClient.php76 private function generateStreamContext($body, $headers, $method) argument
83 'content' => $body,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DEqlNamespace.php99 * $params['body'] = (array) Eql request body. Use the `query` to limit the query scope. (Required)
108 $body = $this->extractArgument($params, 'body');
114 $endpoint->setBody($body);
H A DAsyncSearchNamespace.php138 * $params['body'] = (array) The search definition using the Query DSL
147 $body = $this->extractArgument($params, 'body');
153 $endpoint->setBody($body);
H A DAutoscalingNamespace.php91 * $params['body'] = (array) the specification of the autoscaling policy (Required)
100 $body = $this->extractArgument($params, 'body');
106 $endpoint->setBody($body);
/plugin/twofactoremail/
H A Daction.php64 $body = io_readFile($this->localFN('mail'));
68 $mail->setBody($body, ['CODE' => $code]);
/plugin/rater/
H A Dsyntax.php438 $body = '';
439 $body = file_get_contents($page_filepath);
445 $body = preg_replace('/<code.*?\>.*?<\/code>/si', '', $body);
448 if( preg_match(LINK_PATTERN, $body) ) {
449 preg_match_all(LINK_PATTERN, $body, $links);
461 $body = '';
462 $body = file_get_contents($tmp['filepath']);
468 $body = preg_replace('/<code.*?\>.*?<\/code>/si', '', $body);
471 if( preg_match(LINK_PATTERN, $body) ) {
472 preg_match_all(LINK_PATTERN, $body, $links);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPluginTest.php74 …, $this->response->status,'Got an incorrect status back. Response body: ' . $this->response->body);
76 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->re…
77 $xml = simplexml_load_string($body);
99 …n "' . $elem . '". ' . count($data) . ' were found. Full response body: ' . $this->response->body);
135 … $this->assertEquals(423, $this->response->status, 'Full response: ' . $this->response->body);
270 …s->response->status, 'Got an incorrect status code. Full response body: ' . $this->response->body);
334 …httpResponse->status,'Got an incorrect status code. Full response body: ' . $this->response->body);
373 …httpResponse->status,'Got an incorrect status code. Full response body: ' . $this->response->body);
710 …or the source, so this MOVE operation must succeed. Full response body: ' . $this->response->body);
927 …$this->response->status, 'Incorrect status received. Full response body:' . $this->response->body);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php177 if ($body = $request->getBodyAsString()) {
188 $lockInfo = $this->parseLockRequest($body);
548 * @param string $body
551 protected function parseLockRequest($body) { argument
555 $body
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php177 if ($body = $request->getBodyAsString()) {
188 $lockInfo = $this->parseLockRequest($body);
548 * @param string $body
551 protected function parseLockRequest($body) { argument
555 $body
/plugin/editions/
H A Dstyle.css3 body .dokuwiki div.page {
40 body .editions_snippet {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DStreamClient.php15 * They should return, in string form, the response body and throw an exception on error.
39 throw new \InvalidArgumentException('No body expected for "GET" request.');
79 private function generateStreamContext($body, $headers, $method) argument
86 'content' => $body,
/plugin/snow/
H A Dsnowstorm.js260 …ndow.scrollY || document.documentElement.scrollTop || (noFixed ? document.body.scrollTop : 0), 10)…
278 …screenX = (document.documentElement.clientWidth || document.body.clientWidth || document.body.scro…
279 …ottom || document.documentElement.clientHeight || document.body.clientHeight || document.body.scro…
281 docHeight = document.body.offsetHeight;
289 docHeight = document.body.offsetHeight;
398 …d || (storm.targetElement !== document.documentElement && storm.targetElement !== document.body)) {
618 storm.targetElement = (document.body || document.documentElement);
620 if (storm.targetElement !== document.documentElement && storm.targetElement !== document.body) {
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js29 document.body.appendChild(this.mark);
557 var body = spec[specName].toString().split('\n').slice(1);
558 if(/^\{/.test(body[0])) body = body.slice(1);
559 body.pop();
560 body = body.map(function(statement){
563 compiledSpec[testName] = body.join('\n');
/plugin/sphinxsearch-was/
H A DSphinxSearch.php124 $body = array();
138 $body[$crc] = strip_tags($bodyHtml);
148 $bodyExcerpt = $this->getExcerpt($body, $keywords);
152 foreach ($body as $crc => $notused) {
/plugin/sphinxsearch/
H A DSphinxSearch.php123 $body = array();
137 $body[$crc] = strip_tags($bodyHtml);
147 $bodyExcerpt = $this->getExcerpt($body, $keywords);
151 foreach($body as $crc => $notused){

1...<<11121314151617181920>>...80