Home
last modified time | relevance | path

Searched refs:body (Results 1876 – 1900 of 1980) sorted by path

1...<<71727374757677787980

/plugin/webdav/vendor/sabre/http/lib/
H A DRequest.php40 * @param resource $body
42 function __construct($method = null, $url = null, array $headers = null, $body = null) { argument
50 if (!is_null($body)) $this->setBody($body);
H A DResponse.php102 * @param resource $body
104 function __construct($status = null, array $headers = null, $body = null) { argument
108 if (!is_null($body)) $this->setBody($body);
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/webmaster/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/widearea/widearea/
H A Dwidearea.js102 document.body.appendChild(wideAreaWrapper);
267 document.body.appendChild(overlayLayer);
367 return new WideArea(document.body);
/plugin/wideredit/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/wikicalendar/
H A DCOPYING235 the limitation as if written in the body of this License.
/plugin/wikistats/
H A DCOPYING235 the limitation as if written in the body of this License.
/plugin/wikistyle2html/
H A Dscript.js89 var bodyInnerHTML = document.body.innerHTML;
193 document.body.innerHTML = bodyInnerHTML;
224 var bodyInnerHTML = document.body.innerHTML;
/plugin/wrap/
H A DCOPYING239 the limitation as if written in the body of this License.
/plugin/wysiwyg/css/
H A Dfck_editorarea.css30 The "body" styles should match your editor web site, mainly regarding
34 body selector
41 body, td selector
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample01.afp32 <body>
55 </body>
H A Dsample02.afp61 <body>
112 </body>
H A Dsample03.afp46 <body>
90 </body>
H A Dsample04.afp51 <body>
97 </body>
H A Dsampleposteddata.afp32 <body>
59 </body>
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample01.asp35 <body>
61 </body>
H A Dsample02.asp64 <body>
107 </body>
H A Dsample03.asp50 <body>
91 </body>
H A Dsample04.asp55 <body>
97 </body>
H A Dsampleposteddata.asp33 <body>
52 </body>
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01.cfm34 <body>
60 </body>
H A Dsample01_mx.cfm34 <body>
64 </body>
H A Dsample02.cfm63 <body>
107 </body>
H A Dsample02_mx.cfm63 <body>
111 </body>

1...<<71727374757677787980