Home
last modified time | relevance | path

Searched refs:body (Results 376 – 400 of 1980) sorted by relevance

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

/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DInfiteLoopTest.php13 $body = '<?xml version="1.0"?>
23 $reader->xml($body);
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DInfiteLoopTest.php13 $body = '<?xml version="1.0"?>
23 $reader->xml($body);
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.block.absolute.php18 $body = $tree->get_body();
20 $this->assertEqual($block->get_top_margin(), $body->get_top() - mm2pt(20));
H A Dtest.table.absolute.php18 $body = $tree->get_body();
20 $this->assertEqual($table->get_top_margin(), $body->get_top() - mm2pt(17));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D0989cc65d8924f666ce3eb0820d2d244.asciidoc7 'body' => [
14 'body' => [
H A D9a4d5e41c52c20635d1fd9c6e13f6c7a.asciidoc8 'body' => [
16 'body' => [
H A D1b8655e6ba99fe39933c6eafe78728b7.asciidoc6 'body' => [
21 'body' => [
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php157 * @param string $body iCalendar body
161 protected function mail($to, $subject, $body, array $headers) { argument
163 mail($to, $subject, $body, implode("\r\n", $headers));
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php157 * @param string $body iCalendar body
161 protected function mail($to, $subject, $body, array $headers) { argument
163 mail($to, $subject, $body, implode("\r\n", $headers));
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DAutoEscapeNode.php29 public function __construct($value, \Twig_NodeInterface $body, $lineno, $tag = 'autoescape') argument
31 parent::__construct(['body' => $body], ['value' => $value], $lineno, $tag);
H A DSpacelessNode.php25 public function __construct(\Twig_NodeInterface $body, $lineno, $tag = 'spaceless') argument
27 parent::__construct(['body' => $body], [], $lineno, $tag);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttpAdapter.php98 $body = null;
112 $body = JSON::stringify($data, \JSON_UNESCAPED_UNICODE);
114 $body = $data;
119 $streamBody = new StringStream($body);
/plugin/authgooglesheets/
H A Dhelper.php136 $body = new \Google\Service\Sheets\ValueRange(['values' => [$data]]);
138 … $this->service->spreadsheets_values->append($this->spreadsheetId, $range, $body, $params);
176 $body = new BatchUpdateValuesRequest(
184 $this->service->spreadsheets_values->batchUpdate($this->spreadsheetId, $body);
223 $body = new BatchUpdateSpreadsheetRequest(
230 $this->service->spreadsheets->batchUpdate($this->spreadsheetId, $body);
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php300 $body = $this->request->getBody();
301 if ($body) {
304 'content-length' => $body->getSize(),
323 $body = json_decode((string) $this->request->getBody(), true);
324 if (isset($body['error']['errors'])) {
326 foreach ($body['error']['errors'] as $error) {
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php364 $headIFrame .= "<style class=\"$webcodeClass\">body { margin:10px } /* default margin */</style>";
377 $body = self::getBodyHtmlAndJavascript($codes, $useConsole);
384 <body>
385 $body
386 </body>
488 '<input type="hidden" name="wrap" value="b"/>' . //javascript no wrap in body
518 * Return the body
526 $body = "";
529 $body .= $codes['html'];
534 $body
[all...]
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DServiceInterface.php18 … * @param array $body Request body if applicable (an associative array will
25 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()); argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DServiceInterface.php18 * @param array $body Request body if applicable (an associative array will
19 * automatically be converted into a urlencoded body)
25 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()); argument
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js194 var container = document.body;
228 return this._root || document.body;
244 var container = document.body;
344 var root = document.body;
529 var body = document.body;
531 document.body.parentNode ||
532 document.body);
541 right = document.body.offsetWidth - box.right;
622 document.body.appendChild(div);
624 document.body.removeChild(div);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DTextStructureNamespace.php47 * $params['body'] = (array) The contents of the file to be analyzed (Required)
55 $body = $this->extractArgument($params, 'body');
60 $endpoint->setBody($body);
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DBlockTokenParser.php47 $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);
56 $body = new Node([
62 $block->setNode('body', $body);
/plugin/datatables/assets/datatables.net-plugins/features/rowFill/
H A DdataTables.rowFill.min.js
/plugin/dump/renderer/
H A Dcallstack.php35 $body = json_encode($ins, JSON_PRETTY_PRINT);
38 echo $body;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckundo.js46 var dirtyHtml = FCK.EditorDocument.body.innerHTML ;
74 range.MoveToPosition( FCK.EditorDocument.body, 4 ) ;
126 var sHtml = FCK.EditorDocument.body.innerHTML ;
212 FCK.EditorDocument.body.innerHTML = oData[0] ;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DPropertyRead.php54 $body, argument
59 Assert::stringNotEmpty($body);
62 $parts = preg_split('/(\s+)/Su', $body, 3, PREG_SPLIT_DELIM_CAPTURE);
H A DPropertyWrite.php54 $body, argument
59 Assert::stringNotEmpty($body);
62 $parts = preg_split('/(\s+)/Su', $body, 3, PREG_SPLIT_DELIM_CAPTURE);

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