Home
last modified time | relevance | path

Searched refs:body (Results 351 – 375 of 1980) sorted by relevance

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

/plugin/fedauth/Auth/Yadis/
H A DPlainHTTPFetcher.php118 list($headers, $body) = explode("\r\n\r\n", $data, 2);
148 return new Auth_Yadis_HTTPResponse($url, $code, $new_headers, $body);
151 function post($url, $body, $extra_headers = null) argument
169 $headers[] = "Content-length: " . strval(strlen($body));
180 $request = $all_headers . "\r\n\r\n" . $body;
/plugin/datatables/assets/datatables.net-plugins/features/pageResize/
H A DdataTables.pageResize.min.js
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DAndroidNotification.php26 public $body; variable in Google\\Service\\FirebaseCloudMessaging\\AndroidNotification
129 public function setBody($body) argument
131 $this->body = $body;
138 return $this->body;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalSearchPropertySetTest.php78 $this->assertEquals(400, $server->httpResponse->status, $server->httpResponse->body);
105 $this->assertEquals(200, $server->httpResponse->status, $server->httpResponse->body);
121 $xml = simplexml_load_string($server->httpResponse->body);
133 …rances of ' . $xpath . ' . We found ' . count($result) . '. Full response body: ' . $server->httpR…
/plugin/mobiletable/
H A Daction.php89 private function table($schema, $index, $body) { argument
90 $body = $this->mask($body);
93 foreach (explode("\n", $body) as $line) {
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js168 var body = document.body; variable
176 ( body.classList ) &&
177 ( body.dataset ) &&
186 body.className += " impress-not-supported ";
188 body.classList.remove("impress-not-supported");
189 body.classList.add("impress-supported");
366 css(body, {
386 body.classList.remove("impress-disabled");
387 body.classList.add("impress-enabled");
448 body.classList.add("impress-on-" + el.id);
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DUses.php48 $body, argument
53 Assert::string($body);
56 $parts = preg_split('/\s+/Su', $body, 2);
H A DReturn_.php42 $body, argument
47 Assert::string($body);
50 $parts = preg_split('/\s+/Su', $body, 2);
H A DThrows.php42 $body, argument
47 Assert::string($body);
50 $parts = preg_split('/\s+/Su', $body, 2);
H A DSource.php47 …public static function create($body, DescriptionFactory $descriptionFactory = null, TypeContext $c… argument
49 Assert::stringNotEmpty($body);
57 if (preg_match('/^([1-9]\d*)\s*(?:((?1))\s+)?(.*)$/sux', $body, $matches)) {
H A DSee.php50 $body, argument
55 Assert::string($body);
58 $parts = preg_split('/\s+/Su', $body, 2);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTable.php29 private $body; global() variable in League\\CommonMark\\Extension\\Table\\Table
/plugin/combo/resources/theme/default/pages/templates/
H A Dindex.hbs8 <body>
25 {{>body-beforeend-partial}}
26 </body>
/plugin/webdav/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php71 * @param resource $body
74 function setBody($body) { argument
76 $this->inner->setBody($body);
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);
/plugin/davcal/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php71 * @param resource $body
74 function setBody($body) { argument
76 $this->inner->setBody($body);
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);
/plugin/virtualkeyboard/vk/
H A Dvk_popup.js71 ,hWnd.document.body
72 ,hWnd.document.body
74 …hWnd.dialogHeight = parseInt(hWnd.dialogHeight)-hWnd.getClientHeight()+hWnd.document.body.firstChi…
75 …hWnd.dialogWidth = parseInt(hWnd.dialogWidth)-hWnd.getClientWidth()+hWnd.document.body.firstChild.…
/plugin/authfacebook/lib/HttpClients/
H A DFacebookHttpClientInterface.php38 * @param string $body The body of the request.
46 public function send($url, $method, $body, array $headers, $timeOut); argument
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.print.min.js5 !function(n){var o,r;"function"==typeof define&&define.amd?define(["jquery","datatables.net","datatables.net-buttons"],function(t){return n(t,window,document)}):"object"==typeof exports?(o=require("jquery"),r=function(t,e){e.fn.dataTable||require("datatables.net")(t,e),e.fn.dataTable.Buttons||require("datatables.net-buttons")(t,e)},"undefined"==typeof window?module.exports=function(t,e){return t=t||window,e=e||o(t),r(t,e),n(e,t,t.document)}:(r(window,o),module.exports=n(o,window,window.document))):n(jQuery,window,document)}(function(m,b,t,p){"use strict";function h(t){return n.href=t,-1===(t=n.host).indexOf("/")&&0!==n.pathname.indexOf("/")&&(t+="/"),n.protocol+"//"+t+n.pathname+n.search}var e=m.fn.dataTable,n=t.createElement("a");return e.ext.buttons.print={className:"buttons-print",text:function(t){return t.i18n("buttons.print","Print")},action:function(t,e,n,o){function r(t,e){for(var n="<tr>",o=0,r=t.length;o<r;o++){var i=null===t[o]||t[o]===p?"":t[o];n+="<"+e+" "+(s[o]?'class="'+s[o]+'"':"")+">"+i+"</"+e+">"}return n+"</tr>"}var i=e.buttons.exportData(m.extend({decodeEntities:!1},o.exportOptions)),a=e.buttons.exportInfo(o),s=e.columns(o.exportOptions.columns).flatten().map(function(t){return e.settings()[0].aoColumns[e.column(t).index()].sClass}).toArray(),u='<table class="'+e.table().node().className+'">';o.header&&(u+="<thead>"+r(i.header,"th")+"</thead>"),u+="<tbody>";for(var d=0,c=i.body.length;d<c;d++)u+=r(i.body[d],"td");u+="</tbody>",o.footer&&i.footer&&(u+="<tfoot>"+r(i.footer,"th")+"</tfoot>"),u+="</table>";var l=b.open("","");if(l){l.document.close();var f="<title>"+a.title+"</title>";m("style, link").each(function(){f+=function(t){t=m(t).clone()[0];return"link"===t.nodeName.toLowerCase()&&(t.href=h(t.href)),t.outerHTML}(this)});try{l.document.head.innerHTML=f}catch(t){m(l.document.head).html(f)}l.document.body.innerHTML="<h1>"+a.title+"</h1><div>"+(a.messageTop||"")+"</div>"+u+"<div>"+(a.messageBottom||"")+"</div>",m(l.document.body).addClass("dt-print-view"),m("img",l.document.body).each(function(t,e){e.setAttribute("src",h(e.getAttribute("src")))}),o.customize&&o.customize(l,o, (…)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPrepareBodyMiddleware.php104 $body = $request->getBody();
105 $size = $body->getSize();
107 if ($size === null || $size >= (int) $expect || !$body->isSeekable()) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D0ce3606f1dba490eef83c4317b315b62.asciidoc1 // search/request-body.asciidoc:92
7 'body' => [
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dglobal.css2 html, body { selector
12 body { selector
71 body { selector
80 html, body { selector
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DDocument.php66 public function setBody(Body $body) argument
68 $this->body = $body;
75 return $this->body;
/plugin/authlinotp/
H A Dauth.php66 $body = json_decode(substr( $response, $header_size ));
68 $status = $body->result->status;
69 $value = $body->result->value;

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