Home
last modified time | relevance | path

Searched refs:body (Results 551 – 575 of 1980) sorted by relevance

1...<<21222324252627282930>>...80

/plugin/webdav/core/Plugin/
H A DFakeLocker.php141 $body = $this->server->xml->write('{DAV:}prop', [
146 $response->setBody($body);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMultipartStream.php99 list($body, $headers) = $this->createElement(
107 $stream->addStream($body);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DIMipPluginTest.php121 'body' => $ics,
163 'body' => $ics,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIngestNamespace.asciidoc79 $params['body'] = (array) The ingest definition (Required)
94 $params['body'] = (array) The simulate definition (Required)
H A DSnapshotNamespace.asciidoc60 $params['body'] = (array) The snapshot clone definition (Required)
77 $params['body'] = (array) The snapshot definition
94 $params['body'] = (array) The repository definition (Required)
171 $params['body'] = (array) Details of what to restore
/plugin/pgn4web/pgn4web/
H A Dlive-compact.css12 body { selector
17 body { selector
115 font-family: 'pgn4web Liberation Sans', sans-serif; /* fixes IE9 body css issue */
H A Dcollection.css12 body { selector
17 body { selector
25 font-family: 'pgn4web Liberation Sans', sans-serif; /* fixes IE9 body css issue */
H A Dlon09r5.css12 body { selector
17 body { selector
26 font-family: 'pgn4web Liberation Sans', sans-serif; /* fixes IE9 body css issue */
H A Dmini.css9 body { selector
14 body { selector
/plugin/codehighlight/cp/
H A Dcodepress.js28 self.editor.body = self.contentWindow.document.getElementsByTagName('body')[0];
79 var cn = self.editor.body.className;
80 …self.editor.body.className = (cn==''||cn=='show-line-numbers') ? 'hide-line-numbers' : 'show-line-…
/plugin/diagramsnet/lib/math/extensions/
H A DMathZoom.js19body.clientHeight,document.documentElement.clientHeight);if(this.getOverflow(q)!=="visible"){t=Mat…
/plugin/webdav/vendor/sabre/http/
H A DREADME.md336 * @param resource $body
473 * Returns the body as a readable stream resource.
483 * Returns the body as a string.
502 * Updates the body resource with a new stream.
504 * @param resource $body
507 function setBody($body);
617 * Returns the body as a readable stream resource.
627 * Returns the body as a string.
647 * Updates the body resource with a new stream.
649 * @param resource $body
[all …]
/plugin/davcal/vendor/sabre/http/
H A DREADME.md336 * @param resource $body
473 * Returns the body as a readable stream resource.
483 * Returns the body as a string.
502 * Updates the body resource with a new stream.
504 * @param resource $body
507 function setBody($body);
617 * Returns the body as a readable stream resource.
627 * Returns the body as a string.
647 * Updates the body resource with a new stream.
649 * @param resource $body
[all …]
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._footer.tpl1 </body>
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php161 $body = $this->server->httpRequest->getBody();
164 $etag = $node->patch($body, $range[0], isset($range[1]) ? $range[1] : null);
/plugin/authfacebook/lib/
H A DFacebookClient.php204 list($url, $method, $headers, $body) = $this->prepareRequestMessage($request);
216 $rawResponse = $this->httpClientHandler->send($url, $method, $body, $headers, $timeOut);
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
H A DClient.php193 $body = $this->client->get('GeoIP2 ' . $class, $path);
237 return new $class($body, $this->locales);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php161 $body = $this->server->httpRequest->getBody();
164 $etag = $node->patch($body, $range[0], isset($range[1]) ? $range[1] : null);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSlmNamespace.php145 * $params['body'] = (array) The snapshot lifecycle policy definition to register
154 $body = $this->extractArgument($params, 'body');
160 $endpoint->setBody($body);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php64 $response['body'] = $stream;
140 'body' => null,
242 $body = Core::body($request);
243 if (isset($body)) {
244 $context['http']['content'] = $body;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/inheritance/
H A Dparent.html.twig1 {% block body %}VALID{% endblock %}
H A Dspare_parent.html.twig1 {% block body %}SPARE PARENT{% endblock %}
/plugin/virtualkeyboard/vk/keyboard/
H A Dpopup.css1 html, body { selector
/plugin/diagramsnet/lib/js/diagramly/
H A DGraphViewer.js579 document.body.appendChild(graph.container);
587 document.body.removeChild(graph.container);
1597 var b = (document.body.style.position === 'relative') ? document.body.getBoundingClientRect() :
1625 document.body.appendChild(toolbar);
1873 document.body.appendChild(backdrop);
1939 document.body.removeChild(backdrop);
1940 document.body.removeChild(closeImg);
1941 document.body.style.overflow = 'auto';
2000 document.body.style.overflow = 'hidden';
2018 document.body.appendChild(lightbox);
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js59 return ( this.StartupValue != this.EditorDocument.body.innerHTML ) ;
66 else if ( this.EditorDocument.body )
67 this.StartupValue = this.EditorDocument.body.innerHTML ;
149 var oBody = oDocument.body ;
221 isFullPage ? oDoc.documentElement : oDoc.body,
599 …next = this.EditorDocument.body.appendChild( this.EditorDocument.createElement( FCKConfig.EnterMod…
790 …if ( range.collapsed && range.startContainer == FCK.EditorDocument.body && range.startOffset == 0 )
853 FCK.EditorDocument.body.setActive() ;

1...<<21222324252627282930>>...80