Home
last modified time | relevance | path

Searched refs:body (Results 326 – 350 of 1980) sorted by relevance

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

/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/
H A DCurlRequest.php32 public function post($body) argument
37 curl_setopt($curl, CURLOPT_POSTFIELDS, $body);
93 $body = curl_exec($curl);
108 return [$statusCode, $contentType, $body];
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DIngestNamespace.php114 * $params['body'] = (array) The ingest definition (Required)
123 $body = $this->extractArgument($params, 'body');
129 $endpoint->setBody($body);
138 * $params['body'] = (array) The simulate definition (Required)
147 $body = $this->extractArgument($params, 'body');
153 $endpoint->setBody($body);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jar ... .List channels String eventName Object data String socketId String body public com.pusher.rest.data.Result ...
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php85 $body = $node->get();
88 if (is_string($body)) {
90 fwrite($stream, $body);
92 $body = $stream;
177 if (!stream_get_meta_data($body)['seekable'] || fseek($body, $start, SEEK_SET) === -1) {
188 $response->setBody($body);
194 $response->setBody($body);
449 $body = $request->getBodyAsStream();
489 $firstByte = fread($body, 1);
499 stream_copy_to_stream($body, $newBody);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php83 $body = $node->get();
86 if (is_string($body)) {
88 fwrite($stream, $body);
90 $body = $stream;
176 fseek($body, $start, SEEK_SET);
188 $response->setBody($body);
194 $response->setBody($body);
449 $body = $request->getBodyAsStream();
489 $firstByte = fread($body, 1);
499 stream_copy_to_stream($body, $newBody);
[all …]
/plugin/codehighlight/cp/engines/
H A Dgecko.js25 body = document.getElementsByTagName('body')[0];
26 body.innerHTML = body.innerHTML.replace(/\n/g,"");
97 body = document.getElementsByTagName('body')[0];
98 if(!body.innerHTML) return body;
99 if(body.innerHTML=="<br>") body.innerHTML = "<pre> </pre>";
100 else body.innerHTML = "<pre>"+body.innerHTML+"</pre>";
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dtestdox-html.phpt21 body {
28 body > ul > li {
44 <body>
51 </body>
/plugin/s5/ui/flower/
H A Ds5-core.css4 html>body div#header, html>body div#footer, html>body div.slide {position: fixed;}
/plugin/s5/ui/yatil/
H A Ds5-core.css4 html>body div#header, html>body div#footer, html>body div.slide {position: fixed;}
/plugin/s5/ui/pixel/
H A Ds5-core.css4 html>body div#header, html>body div#footer, html>body div.slide {position: fixed;}
/plugin/s5/ui/blue/
H A Ds5-core.css4 html>body div#header, html>body div#footer, html>body div.slide {position: fixed;}
/plugin/indexmenu2/cms/extensions/dom/
H A Dautosuggest.js13body.appendChild(o);var z=c(i);o.style.left=z.x+'px';o.style.top=z.y+i.offsetHeight+'px';O=new Sel…
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php29 public $body = ''; variable in Auth_Yadis_HTTPResponse
33 $headers = null, $body = null) argument
38 $this->body = $body;
H A DParanoidHTTPFetcher.php175 $body = $this->data;
208 $new_headers, $body);
217 function post($url, $body, $extra_headers = null) argument
236 curl_setopt($c, CURLOPT_POSTFIELDS, $body);
273 $body = $this->data;
288 $new_headers, $body);
/plugin/p2ilinkaction/
H A Dp2i.thumbnails.js59 document.body.insertBefore(elem, document.body.childNodes[0]);
121 var sp = document.body.scrollTop ||document.documentElement.scrollTop;
151 document.body.insertBefore(elem, document.body.childNodes[0]);
/plugin/fedauth/Auth/Yadis/
H A DParanoidHTTPFetcher.php148 $body = $this->data;
185 $new_headers, $body);
194 function post($url, $body, $extra_headers = null) argument
209 curl_setopt($c, CURLOPT_POSTFIELDS, $body);
246 $body = $this->data;
264 $new_headers, $body);
/plugin/tokenbucketauth/
H A Daction.php269 $body = $this->locale_xhtml('mailbody');
273 $body = str_replace('@IP@', $ip, $body);
274 $body = str_replace('@DOKUWIKIURL@', DOKU_URL, $body);
278 mail_send($email, $subject, $body, $from);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DRepeater.php84 * @param callable $body Body.
87 public function __construct(\Traversable $iterator, $n, $body = null) argument
103 $this->_body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc8 The job of the serializer is to encode the outgoing request body and decode the
9 incoming response body. In 99% of cases, this is a simple conversion to/from
21 The `SmartSerializer` inspects the data to be encoded. If the request body is
35 When decoding the response body, the `SmartSerializer` introspects the
69 The `ArrayToJSONSerializer` inspects the data to be encoded. If the request body
83 When decoding the response body, everything is decoded to JSON from JSON. If the
125 When decoding the response body, everything is decoded to JSON from JSON. If the
160 * Serialize request body
162 * @param string|array $data Request body
172 * Deserialize response body
[all...]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DLink.php47 …public static function create($body, DescriptionFactory $descriptionFactory = null, TypeContext $c… argument
49 Assert::string($body);
52 $parts = preg_split('/\s+/Su', $body, 2);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mount/
H A DPluginTest.php30 …,'We expected GET to not be implemented for Directories. Response body: ' . $this->response->body);
49 $xml = simplexml_load_string($this->response->body);
50 …' . print_r(libxml_get_errors(),true) . '. xml body: ' . $this->response->body . '. What type we g…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckpanel.js61 scrollPos = [ FCK.EditorDocument.body.scrollLeft, FCK.EditorDocument.body.scrollTop ] ;
67 FCK.EditorDocument.body.scrollLeft = scrollPos[0] ;
68 FCK.EditorDocument.body.scrollTop = scrollPos[1] ;
74 this._Window.document.body.appendChild( oIFrame ) ;
100 this.MainNode = oDocument.body.appendChild( oDocument.createElement('DIV') ) ;
193 ( FCKTools.IsStrictMode( relElement ) ? relElement.documentElement : relElement.body ) :
/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php410 $body = $part->getData();
411 … if (!is_string($body) || substr(strtolower($part->getContentType()), 0, 5) != "text/") continue;
418 $body = preg_replace_callback($re, array($this, "embedRemoteFile"), $body);
424 $body = preg_replace_callback($re, array($this, "embedLocalFile"), $body);
428 $part->setData($body);
H A DDecorator.php164 $body = $mime->getData();
166 && is_string($body) && ($replaced = $this->replace($replacements, $body)) != $body)
169 $store["body"] = $body;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerRangeTest.php41 $this->assertEquals('st c', stream_get_contents($this->response->body, 4));
73 $this->assertEquals('st contents', stream_get_contents($this->response->body, 11));
105 $this->assertEquals('contents', stream_get_contents($this->response->body, 8));
178 $this->assertEquals('st c', stream_get_contents($this->response->body, 4));
212 $this->assertEquals('Test contents', stream_get_contents($this->response->body));
247 $this->assertEquals('st c', stream_get_contents($this->response->body, 4));
281 $this->assertEquals('Test contents', stream_get_contents($this->response->body));

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