Home
last modified time | relevance | path

Searched refs:body (Results 526 – 550 of 1980) sorted by relevance

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

/plugin/codeprettify/
H A DREADME.md16 <body>
18 </body>
/plugin/swiftmail/Swift/Message/
H A DPart.php61 public function setBody($body) argument
63 $this->setData($body);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DHTTPClient.php112 function setRequestBody($body) { argument
113 $this->requestBody = $body;
/plugin/passwordgrey/
H A Dscript.js63 document.body.appendChild(textarea);
71 document.body.removeChild(textarea);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSearchableSnapshotsNamespace.php87 * $params['body'] = (array) The restore configuration for mounting the snapshot as searchable (Required)
100 $body = $this->extractArgument($params, 'body');
107 $endpoint->setBody($body);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DMailchimp.php83 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
89 return parent::request($path, $method, $body, $extraHeaders);
/plugin/vertical/
H A DREADME.md13 You need to set `<vertical head=align body=align>` and `</vertical>` tags around your table, where …
20 <vertical head=bottom body=center>
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools_ie.js130 return { X : oDoc.body.scrollLeft, Y : oDoc.body.scrollTop } ;
173 oSizeSource = win.document.body ; // Other IEs
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php243 $body = $httpRequest->getPostBody();
244 if ($body) {
247 'content-length' => Google_Utils::getStrLen($body),
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php127 public function withBody(StreamInterface $body) argument
129 if ($body === $this->stream) {
134 $new->stream = $body;
/plugin/diagramsnet/lib/math/extensions/
H A DFontWarnings.js19body;if(b.Browser.isMSIE){if(h.messageStyle.position==="fixed"){MathJax.Message.Init();n=document.…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DWatcherNamespace.asciidoc96 $params['body'] = (array) Execution control
127 $params['body'] = (array) The watch
140 $params['body'] = (array) From, size, query, sort and search_after
H A DRollupNamespace.asciidoc97 $params['body'] = (array) The job configuration (Required)
112 $params['body'] = (array) The rollup configuration (Required)
130 $params['body'] = (array) The search request body (Required)
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckenterkey.js140 if ( FCKBrowserInfo.IsIE && this._CheckIsAllContentsIncluded( oRange, this.Window.document.body ) )
217 if ( FCKBrowserInfo.IsIE && this._CheckIsAllContentsIncluded( oRange, this.Window.document.body ) )
327 if ( FCKBrowserInfo.IsIE && this._CheckIsAllContentsIncluded( oRange, this.Window.document.body ) )
615 doc.body.innerHTML = '' ;
620 doc.body.appendChild( editBlock ) ;
623 editBlock = doc.body ;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DMacroNode.php26 …public function __construct($name, \Twig_NodeInterface $body, \Twig_NodeInterface $arguments, $lin… argument
34 …parent::__construct(['body' => $body, 'arguments' => $arguments], ['name' => $name], $lineno, $tag…
/plugin/diagramsnet/
H A Dscript.js13 document.body.removeChild(iframe);
90 document.body.appendChild(iframe);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DQuickBooks.php114 $body = null, argument
118 return parent::request($path, $method, $body, $extraHeaders);
/plugin/s5/ui/default/
H A Dpretty.css3 body {background: #FFF url(bodybg.gif) -16px 0 no-repeat; color: #000; font-size: 2em;} selector
9 html, body {margin: 0; padding: 0;} selector
51 html>body div#controls {position: fixed; padding: 0 0 1em 0;
75 html>body .external {border-bottom: none;}
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js331 function onJobRemove(error, res, body) { argument
357 function onJobStart(error, res, body) { argument
364 taskId = _.first(_.get(body, 'js tests'));
372 bodyStr = _.isObject(body) ? '\n' + JSON.stringify(body) : na,
399 function onJobStatus(error, res, body) { argument
405 var completed = _.get(body, 'completed', false),
406 data = _.first(_.get(body, 'js tests')),
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php122 $body = $this->subparse($test, $dropNeedle);
124 if (null !== $this->parent && null === $body = $this->filterBodyNodes($body)) {
125 $body = new Node();
139 …$node = new ModuleNode(new BodyNode([$body]), $this->parent, new Node($this->blocks), new Node($th…
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DExample.php84 public static function create($body) argument
87 if (! preg_match('/^(?:\"([^\"]+)\"|(\S+))(?:\s+(.*))?$/sux', $body, $matches)) {
/plugin/authfacebook/lib/
H A DFacebookBatchResponse.php58 $body = $response->getBody();
61 parent::__construct($request, $body, $httpStatusCode, $headers);
/plugin/twofactoraltemail/
H A Daction.php94 $body = io_readFile($this->localFN('mail'));
98 $mail->setBody($body, ['CODE' => $code]);
/plugin/webdav/_test/
H A Dwebdav.test.php63 $body = $response->getBodyAsString();
65 $xml = simplexml_load_string($body);
/plugin/zip/pear/File/Archive/Writer/
H A DMail.php187 $body = $this->mime->get();
193 $body)

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