Home
last modified time | relevance | path

Searched refs:body (Results 1026 – 1050 of 1980) sorted by relevance

1...<<41424344454647484950>>...80

/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1017 $body = $request->getBodyAsString();
1019 if (!$body) {
1023 $acl = $this->server->xml->expect('{DAV:}acl', $body);
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcktextcolorcommand.js46 FCKTools.DisableSelection( this._Panel.Document.body ) ;
/plugin/googlemaps3/
H A Dscript.js16 var nodes = document.body.getElementsByTagName('div');
/plugin/aichat/script/
H A DAIChatChat.js323 body: formData
/plugin/git/
H A Dhelper.php77 $body = @file_get_contents($filename);
81 if (preg_match($pattern, $body, $matches) === false) {
/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODE_OF_CONDUCT.md11 sexual orientation, disability, physical appearance, body size, ethnicity, nationality,
30 body size, ethnicity, nationality, race, age, religion, level of experience, education,
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md60 entity body fails due to needing to rewind the stream (for example, resulting
174 // Limit the size of the body to 1024 bytes and start reading from byte 2048
327 Get a short summary of the message body.
336 Attempts to rewind a message body and throws an exception on failure.
338 The body of the message will only be rewound if a call to `tell()`
350 array values, and a "body" key containing the body of the message.
460 - body: (mixed) Sets the given body.
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js552 } else if (w.document.body) {
553 T = body.scrollTop;
554 L = body.scrollLeft;
563 W = body.offsetWidth;
564 H = body.offsetHeight;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Ddiagram-js.css51 --popup-body-background-color: var(--color-fefefe);
551 .djs-popup-body .entry {
555 .djs-popup-body .entry > span {
559 .djs-popup-body {
560 background-color: var(--popup-body-background-color);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.css1066 .monaco-editor .peekview-widget > .body {
2071 .colorpicker-body {
2077 .colorpicker-body .saturation-wrap {
2085 .colorpicker-body .saturation-box {
2090 .colorpicker-body .saturation-selection {
2100 .colorpicker-body .strip {
2105 .colorpicker-body .hue-strip {
2112 .colorpicker-body .opacity-strip {
2121 .colorpicker-body .strip.grabbing {
2125 .colorpicker-body .slider {
[all …]
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.css1066 .monaco-editor .peekview-widget > .body {
2071 .colorpicker-body {
2077 .colorpicker-body .saturation-wrap {
2085 .colorpicker-body .saturation-box {
2090 .colorpicker-body .saturation-selection {
2100 .colorpicker-body .strip {
2105 .colorpicker-body .hue-strip {
2112 .colorpicker-body .opacity-strip {
2121 .colorpicker-body .strip.grabbing {
2125 .colorpicker-body .slider {
[all …]
/plugin/geonav/tpl/startermap/css/
H A Dprint.css7 body { selector
/plugin/eventline/timeline_js/
H A Dtimeline-api.js268 if (document.body == null) {
/plugin/tline/timeline_js/
H A Dtimeline-api.js268 if (document.body == null) {
/plugin/indexmenu2/cms/transitions/
H A Dblend.js12 …lend.end=i.transitions.blend.end-i.transitions.blend.start;var I=document.body;i.transitions.blend…
/plugin/pdftools/tpl/info/
H A Dstyle.css92 body { selector
/plugin/pdftools/tpl/kompakt/
H A Dstyle.css81 body { selector
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php219 * Reads the body of a message into a string.
221 * @param array|FutureArrayInterface $message Array containing a "body" key
223 * @return null|string Returns the body as a string or null if not set.
224 * @throws \InvalidArgumentException if a request body is invalid.
226 public static function body($message) function in GuzzleHttp\\Ring\\Core
228 if (!isset($message['body'])) {
232 if ($message['body'] instanceof StreamInterface) {
233 return (string) $message['body'];
236 switch (gettype($message['body'])) {
238 return $message['body'];
[all...]
/plugin/diagrams/script/
H A DDiagramsForm.js171 document.body.querySelectorAll(`img[src='${url}']`)
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1223 this.transport.send(this.body);
2081 if (element == document.body) return $(element);
2083 while ((element = element.parentNode) && element != document.body)
2087 return $(document.body);
2099 if (element.offsetParent == document.body &&
2141 if (parent == document.body) {
2142 delta[0] -= document.body.offsetLeft;
2143 delta[1] -= document.body.offsetTop;
2412 if (element.offsetParent == document.body)
4075 || document.body.scrollLeft
[all …]
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js475 posY = window.event.clientY + document.body.scrollTop;
476 posX = window.event.clientX + document.body.scrollLeft;
1407 document.body.appendChild(cp);
1409 document.body.removeChild(cp);
1411 br.y += document.body.scrollTop;
1412 br.x += document.body.scrollLeft;
1575 posY = window.event.clientY + document.body.scrollTop;
1576 posX = window.event.clientX + document.body.scrollLeft;
/plugin/findologicxmlexport/tpl/
H A Dadmin.twig26 <tbody id="table-body">
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Dgetid3.css5 body { selector
/plugin/pdftools/tpl/checkliste/
H A Dstyle.css92 body { selector
/plugin/pdftools/tpl/checkliste2/
H A Dstyle.css93 body { selector

1...<<41424344454647484950>>...80