Home
last modified time | relevance | path

Searched refs:body (Results 851 – 875 of 1980) sorted by relevance

1...<<31323334353637383940>>...80

/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js1653 document.body.appendChild(this.bg);
1984 document.body.appendChild(banner);
2385 document.body.appendChild(graph.container);
3027 document.body.appendChild(div);
3134 if (document.body != null)
3966 document.body.appendChild(input);
4155 document.body.appendChild(input);
4877 document.body.appendChild(graph.container);
6046 document.body.appendChild(this.notificationWin);
7186 this.spinner.spin(document.body, spinnerMsg);
[all …]
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample04.afp51 <body>
97 </body>
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02.cfm63 <body>
107 </body>
H A Dsample04.cfm53 <body>
97 </body>
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php303 $body = Utils::streamFor(http_build_query(['token' => $token]));
307 ], $body);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dnamespaces.asciidoc67 $params['body'] = array(
82 only requires an index name(s), while the `updateAlias` requires a body of
H A Dper-request-configuration.asciidoc46 to deal with the response body rather than catch exceptions (often useful in
90 as JSON. In the first example, the response body is a complete JSON object which
128 By default, the client only returns the response body. If you require more
133 Without verbosity, all you see is the response body:
237 [body] => Array
/plugin/bookcreator/script/
H A Djquery.fileDownload.js275 .appendTo("body");
304 $form = $("<form>").appendTo("body");
321 $iframe = $("<iframe style='display: none' src='about:blank'></iframe>").appendTo("body");
325 formDoc.write("<html><head></head><body><form method='" + settings.httpMethod + "' action='" + fileUrl + "'>" + formInnerHtml + "</form>" + settings.popupWindowTitle + "</body></html>");
372 if (formDoc && formDoc.body !== null && formDoc.body.innerHTML.length) {
377 var $contents = $(formDoc.body).contents().first();
396 internalCallbacks.onFail(formDoc.body.innerHTML, fileUrl);
/plugin/webdav/_test/lib/
H A DDAVServerTest.php75 public $body; variable in ResponseMock
/plugin/combo/resources/snippet/js/
H A Dsubscribe.min.js1 !function(e){"use strict";let t="subscribe";const a=`.${t}-cs`,o=document.querySelectorAll(`${a} form`);Array.from(o).forEach((o=>{o.addEventListener("submit",(async r=>{if(r.preventDefault(),r.stopPropagation(),o.checkValidity()){let s=new URL(o.getAttribute("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"post"}),i=e.Html.createRandomIdWithPrefix(t),l=e.Modal.getOrCreate(i);let d,u=r.target.closest(a);l.setPlacementBottomToElement(u);try{d=(await c.json()).message}catch(e){}if(200!==c.status)l.setHeader("Error"),void 0===d&&(d="Sorry. The server seems to be down.");else{let e=o.getAttribute("data-success-header");null===e&&(e="Hurray!"),l.setHeader(e),d=o.getAttribute("data-success-content"),null===d&&(d="A validation email has been send. <br>Check your mailbox and click on the validation link.<br>If you don't find our email, check your spambox.")}l.addBody(d).show()}}),!1)}))}(combo);
H A Dsubscribe.js15 body: formData,
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js33body;A.detachEvent('onpaste',Doc_OnPaste);var B=FCK.Paste(!FCKConfig.ForcePasteAsPlainText&&!FCKCo…
36body.lastChild&&(A.body.lastChild.nodeType!=1||A.body.lastChild.tagName.toLowerCase()==B.toLowerCa…
38body.scrollLeft,Y:B.body.scrollTop };};FCKTools.AddEventListener=function(A,B,C){A.attachEvent('on…
42body:1,div:1,td:1,th:1,caption:1,form:1 },StyleBlockElements:{ address:1,div:1,h1:1,h2:1,h3:1,h4:1… property in FCKListsLib.ListBoundaries
48body.innerHTML;A.MoveToBookmark(B);return [B,C];};return A.CreateBookmark2();};FCKUndo._SelectBook…
49body.innerHTML='';C.removeChild(E);};if (this.Mode==0){var F=this.IFrame=D.createElement('iframe')…
57body,0);this._UpdateElementInfo();return;};this._Range.setStart(B.parentNode,FCKDomTools.GetIndexO…
64 …mpty();var B;try{B=FCK.EditorDocument.body.createControlRange();B.addElement(A);}catch(e){B=FCK.Ed…
66 …ABLE');if (D){for (var i=0;i<D.cells.length;i++){var E=FCK.EditorDocument.body.createTextRange();E…
72body;if (A==1) B.className=B.className.replace(/(^| )FCK__ShowBlocks/g,'');else B.className+=' FCK…
[all …]
/plugin/webcomponent/
H A DREADME.md25 * Suppress in teaser - the card body if there is only a image
/plugin/datatables/assets/datatables.net-plugins/features/searchHighlight/
H A DdataTables.searchHighlight.min.js
/plugin/fedauth/Auth/Yadis/
H A DXRIRes.php50 $xrds = Auth_Yadis_XRDS::parseXRDS($response->body);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DLogstashNamespace.asciidoc60 $params['body'] = (array) The Pipeline to add or update (Required)
/plugin/openid/Auth/Yadis/
H A DXRIRes.php54 $xrds = Auth_Yadis_XRDS::parseXRDS($response->body);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md10 To maintain consistency across all the low-level clients (Ruby, Python, etc.), clients accept simple associative arrays as parameters. All parameters, from the URI to the document body, are defined in the associative array.
169 To index a document, we need to specify three pieces of information: index, id and a document body. This is done by
170 constructing an associative array of key:value pairs. The request body is itself an associative array with key:value pairs
177 'body' => ['testField' => 'abc']
270 'body' => [
398 'body' => [
425 // The connection class requires 'body' to be a file stream handle
432 'body' => fopen('somefile.json'),
439 // Do a request and you'll get back the 'body' response above
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js37body;A.detachEvent('onpaste',Doc_OnPaste);var B=FCK.Paste(!FCKConfig.ForcePasteAsPlainText&&!FCKCo…
40body) return;}catch (e){return;};this.CheckAndRemovePaddingNode(A,B,true);try{if (A.body.lastChild…
52body.scrollLeft,Y:B.body.scrollTop };};FCKTools.AddEventListener=function(A,B,C){A.attachEvent('on…
56body:1,div:1,td:1,th:1,caption:1,form:1 },StyleBlockElements:{ address:1,div:1,h1:1,h2:1,h3:1,h4:1… property in FCKListsLib.BlockBoundaries
62body.innerHTML;A.MoveToBookmark(B);return [B,C];};return A.CreateBookmark2();};FCKUndo._SelectBook…
63body){this.setTimeout(FCKEditingArea_CompleteStart,50);return;};var A=this._FCKEditingArea;A.Docum…
71body,0);this._UpdateElementInfo();return;};this._Range.setStart(B.parentNode,FCKDomTools.GetIndexO…
78body.createControlRange();B.addElement(A);B.select();}catch(e){B=FCK.EditorDocument.body.createTex…
80 …ABLE');if (D){for (var i=0;i<D.cells.length;i++){var E=FCK.EditorDocument.body.createTextRange();E…
86body;if (A==1) B.className=B.className.replace(/(^| )FCK__ShowBlocks/g,'');else B.className+=' FCK…
[all …]
/plugin/fksnewsfeed/
H A Dscript.js17 body: JSON.stringify({
/plugin/s5reloaded/ui/thesis/
H A Doutline.css7 html>body #toggle {position: fixed; top: 0; right: 0;}
/plugin/autologoff/
H A Dscript.js12 jQuery('body').keypress(function(){
34 $dialog.appendTo(document.body);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DSpecificationTest.php62 …ver->httpResponse->status, 'Incorrect http status received: ' . $this->server->httpResponse->body);
/plugin/s5/ui/default/
H A Doutline.css7 html>body #toggle {position: fixed; top: 0; right: 0;}
/plugin/s5/ui/dokuwiki/
H A Doutline.css7 html>body #toggle {position: fixed; top: 0; right: 0;}

1...<<31323334353637383940>>...80