Home
last modified time | relevance | path

Searched refs:body (Results 501 – 525 of 1980) sorted by relevance

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

/plugin/linkback/action/
H A Dsend.php240 * @param string $body first range bytes of the pages body
243 function _ping_page_linkback($type, $page, $headers, $body, $linkback_info) { argument
251 $pingurl = $this->_autodiscover_trackback($page, $body);
259 $xmlrpc_server = $this->_autodiscover_pingback($headers, $body);
295 * Autodiscovers a pingback URL in the given HTTP headers and body.
298 * @param string $data the body received from the pinged page.
313 * Autodiscovers a trackback URL for the given page URL and site body.
316 * @param string $data the body received from the page to be pinged.
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php197 $body = [
202 $endpoint->setBody($body);
780 * @param array $body request body for the `_analyze` API, see API documentation for the required properties
789 public function analyze(array $body, $args = []): array
792 $endpoint->setBody($body);
799 if (isset($body['explain']) && $body['explain']) {
680 analyze(array $body, $args = []) global() argument
/plugin/wysiwyg/fckeditor/editor/plugins/placeholder/
H A Dfckplugin.js107 var aPlaholders = FCK.EditorDocument.body.innerText.match( /\[\[[^\[\]]+\]\]/g ) ;
111 var oRange = FCK.EditorDocument.body.createTextRange() ;
130 …var oInteractor = FCK.EditorDocument.createTreeWalker( FCK.EditorDocument.body, NodeFilter.SHOW_TE…
/plugin/wysiwyg/fckeditor/editor/skins/default/
H A Dfck_dialog.css24 body selector
30 body, td, input, select, textarea selector
36 body, .BackColor selector
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php187 * @param string $body
193 private function createTag($body, $name, TypeContext $context) argument
198 $this->getServiceLocatorWithDynamicParameters($context, $name, $body)
/plugin/pgn4web/pgn4web/
H A Dtemplate.css12 body { selector
17 body { selector
25 font-family: 'pgn4web Liberation Sans', sans-serif; /* fixes IE9 body css issue */
H A Dtwic944.css12 body { selector
17 body { selector
24 font-family: 'pgn4web Liberation Sans', sans-serif; /* fixes IE9 body css issue */
/plugin/fetchmedia/script/
H A Dmain.js37 body: Object.entries({ property in requestDownloadExternalFile.options
60 const body = {
66 … const query = Object.entries(body).map(([k, v]) => `${k}=${encodeURIComponent(v)}`).join('&');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerCopyMoveTest.php64 …onse->status, 'Received an incorrect HTTP status. Full body inspection: ' . $this->response->body);
88 …onse->status, 'Received an incorrect HTTP status. Full body inspection: ' . $this->response->body);
195 …this->response->status, 'Incorrect status received. Full response body: ' . $this->response->body);
/plugin/editonlink/
H A Dscript.js2 document.body.addEventListener('click', editOnLink);
3 document.body.addEventListener('contextmenu', editOnLink);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DExpandPropertiesTest.php70 …>httpResponse->status,'Incorrect status code received. Full body: ' . $server->httpResponse->body);
89 $xml = simplexml_load_string($server->httpResponse->body);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DEnrichNamespace.php95 * $params['body'] = (array) The enrich policy to register (Required)
104 $body = $this->extractArgument($params, 'body');
110 $endpoint->setBody($body);
H A DLicenseNamespace.php104 * $params['body'] = (array) licenses to be installed
112 $body = $this->extractArgument($params, 'body');
117 $endpoint->setBody($body);
/plugin/smtp/
H A Daction.php41 $body = $mailer->dump(); // this also prepares all internal variables of the mailer
49 $body
/plugin/letsencrypt/
H A DLescript.php238 protected function parsePemFromBody($body) argument
240 $pem = chunk_split(base64_encode($body), 64, "\n");
484 $body = substr($response, $header_size);
489 $data = json_decode($body, true);
490 return $data === null ? $body : $data;
/plugin/jspwiki_import/importer/
H A Dgwt.js254 if (document.body.firstChild) {
255 document.body.insertBefore(iframe, document.body.firstChild);
257 document.body.appendChild(iframe);
551 if (!document.body) {
/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/editor/skins/office2003/
H A Dfck_dialog.css24 body selector
31 body, td, input, select, textarea selector
37 body, .BackColor selector
/plugin/wysiwyg/fckeditor/editor/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/fckg/fckeditor/editor/dialog/fck_scayt/
H A Dscayt_dialog.css1 html, body selector
8 body selector
13 body, td, input, select, textarea selector
/plugin/fckg/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css24 body selector
43 body.FileArea
49 body, td, input, select selector
/plugin/wysiwyg/fckeditor/editor/skins/silver/
H A Dfck_dialog.css24 body selector
31 body, td, input, select, textarea selector
37 body, .BackColor selector
/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php267 $body = $request->getUrlEncodedBody()->getBody();
268 if ($body) {
269 $batch['body'] = $body;
/plugin/jquotes/
H A Dstyle.css59 body.tpl_bootstrap3 figure.plugin_jquotes > blockquote::before {
64 body.tpl_bootstrap3 figure.plugin_jquotes > blockquote::after {
/plugin/googlemaps/
H A Dscript.js37 var nodes = document.body.getElementsByTagName('div');
76 addEvent(document.body, 'unload', GUnload);

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