Home
last modified time | relevance | path

Searched refs:body (Results 1 – 25 of 2330) sorted by relevance

12345678910>>...94

/plugin/diagramsnet/lib/styles/
Ddark.css1 html body .geDiagramContainer, html body div.geMenubarContainer, html body td.mxPopupMenuIcon, html…
4 html body .mxCellEditor {
7 html body.geEditor div.mxPopupMenu {
16 html body.geEditor div.mxPopupMenu hr {
19 html body .geTabContainer {
23 html body .geDragPreview {
26 html body .geMenubarContainer .geItem:active, html .geSidebarContainer button:active {
29 html body, html body .geFooterContainer, html body #geFooterItem1, html body textarea,
30 html body .mxWindowTitle, html body .geDialogTitle, html body .geDialogFooter, select,
36 html body a {
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DCachingStreamTest.php17 protected $body; variable in GuzzleHttp\\Tests\\Stream\\CachingStreamTest
25 $this->body = new CachingStream($this->decorated);
31 $this->body->close();
36 $body = Stream::factory('test');
37 $caching = new CachingStream($body);
45 $this->body->seek(10);
50 $this->assertFalse($this->body->seek(2, SEEK_END));
68 $this->assertEquals('te', $this->body->read(2));
69 $this->body->seek(0);
70 $this->assertEquals('test', $this->body->read(4));
[all …]
DLimitStreamTest.php17 protected $body; variable in GuzzleHttp\\Tests\\Http\\LimitStreamTest
25 $this->body = new LimitStream($this->decorated, 10, 3);
30 $body = new LimitStream(Stream::factory('foo'), -1, 1);
31 $this->assertEquals('oo', (string) $body);
32 $this->assertTrue($body->eof());
33 $body->seek(0);
34 $this->assertFalse($body->eof());
35 $this->assertEquals('oo', $body->read(100));
36 $this->assertEmpty($body->read(1));
37 $this->assertTrue($body->eof());
[all …]
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Dwhitespace-control.js14 let body = program.body;
15 for (let i = 0, l = body.length; i < l; i++) {
16 let current = body[i],
23 let _isPrevWhitespace = isPrevWhitespace(body, i, isRoot),
24 _isNextWhitespace = isNextWhitespace(body, i, isRoot),
31 omitRight(body, i, true);
34 omitLeft(body, i, true);
38 omitRight(body, i);
40 if (omitLeft(body, i)) {
44 current.indent = /([ \t]+$)/.exec(body[i - 1].original)[1];
[all …]
/plugin/tip/
Dstyle.css5body .tipld,* html body .tipldh,* html body .tipldi,* html body .tipldn,* html body .tipldw,* html…
8body .tipcd,* html body .tipcdh,* html body .tipcdi,* html body .tipcdn,* html body .tipcdw,* html…
Dsyntax_plugin_tip.css34 * html body .tipld,
35 * html body .tipldh,
36 * html body .tipldi,
37 * html body .tipldn,
38 * html body .tipldw,
39 * html body .tiple,
40 * html body .tipleh,
41 * html body .tiplei,
42 * html body .tiplen,
43 * html body .tiplew,
[all …]
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Dwhitespace-control.js23 var body = program.body;
24 for (var i = 0, l = body.length; i < l; i++) {
25 var current = body[i],
32 var _isPrevWhitespace = isPrevWhitespace(body, i, isRoot),
33 _isNextWhitespace = isNextWhitespace(body, i, isRoot),
39 omitRight(body, i, true);
42 omitLeft(body, i, true);
46 omitRight(body, i);
48 if (omitLeft(body, i)) {
52 current.indent = /([ \t]+$)/.exec(body[i - 1].original)[1];
[all …]
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Dwhitespace-control.js25 var body = program.body;
26 for (var i = 0, l = body.length; i < l; i++) {
27 var current = body[i],
34 var _isPrevWhitespace = isPrevWhitespace(body, i, isRoot),
35 _isNextWhitespace = isNextWhitespace(body, i, isRoot),
41 omitRight(body, i, true);
44 omitLeft(body, i, true);
48 omitRight(body, i);
50 if (omitLeft(body, i)) {
54 current.indent = /([ \t]+$)/.exec(body[i - 1].original)[1];
[all …]
/plugin/darkmodetoggle/
Dstyle.css20 body.dark-mode .darkmode-btn {
26 body.dark-mode .darkmode-btn:hover {
31 body.dark-mode {
37 body.dark-mode #dokuwiki__site,
38 body.dark-mode #dokuwiki__header,
39 body.dark-mode #dokuwiki__content,
40 body.dark-mode #dokuwiki__footer {
45 body.dark-mode article {
51 body.dark-mode .container,
52 body.dark-mode .container-fluid {
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
DExpandEventsFloatingTimeTest.php96 $body = substr(
97 $response->body,
98 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
99 strpos($response->body, 'END:VCALENDAR') - $start + 13
101 $body = str_replace('&#13;','',$body);
103 $vObject = VObject\Reader::read($body);
145 $body = substr(
146 $response->body,
147 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
148 strpos($response->body, 'END:VCALENDAR') - $start + 13
[all …]
DIssue205Test.php81 …s->assertFalse(strpos($response->body, '<s:exception>Exception</s:exception>'), 'Exception occurre…
82 …s->assertFalse(strpos($response->body, 'Unknown or bad format'), 'DateTime unknown format Exceptio…
85 $body = substr(
86 $response->body,
87 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
88 strpos($response->body, 'END:VCALENDAR') - $start + 13
90 $body = str_replace('&#13;','',$body);
92 $vObject = VObject\Reader::read($body);
/plugin/revealjs/plugin/zoom-js/
Dzoom.js53 var supportsTransforms = 'WebkitTransform' in document.body.style ||
54 'MozTransform' in document.body.style ||
55 'msTransform' in document.body.style ||
56 'OTransform' in document.body.style ||
57 'transform' in document.body.style;
61 document.body.style.transition = 'transform 0.8s ease';
62 document.body.style.OTransition = '-o-transform 0.8s ease';
63 document.body.style.msTransition = '-ms-transform 0.8s ease';
64 document.body.style.MozTransition = '-moz-transform 0.8s ease';
65 document.body.style.WebkitTransition = '-webkit-transform 0.8s ease';
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Node/
DTransTest.php20 $body = new Twig_Node(array(
30 $node = new Twig_Extensions_Node_Trans($body, $plural, $count, null, 0);
32 $this->assertEquals($body, $node->getNode('body'));
41 $body = new Twig_Node_Expression_Name('foo', 0);
42 $node = new Twig_Extensions_Node_Trans($body, null, null, null, 0);
45 $body = new Twig_Node_Expression_Constant('Hello', 0);
46 $node = new Twig_Extensions_Node_Trans($body, null, null, null, 0);
49 $body = new Twig_Node(array(
52 $node = new Twig_Extensions_Node_Trans($body, null, null, null, 0);
55 $body = new Twig_Node(array(
[all …]
/plugin/publish/action/
Dmail.php85 $body = $this->create_mail_body('change');
90 $mail->setBody($body);
112 $body = io_readFile($this->localFN('mailchangetext'));
126 $body = str_replace('@DIFF@', $difflink, $body);
127 $body = str_replace('@APRPRE@', $aprpre, $body);
129 $body = str_replace('@SUMMARY@', $summary, $body);
135 $body = str_replace('@OLDPAGE@', $oldlink, $body);
137 $body = str_replace('@NEWPAGE@', $newlink, $body);
139 $body = io_readFile($this->localFN('mailapprovetext'));
141 $body = str_replace('@URL@', $newlink, $body);
[all …]
/plugin/supa/lib/
DSupa.js25 body,
40 body = '';
41 body += boundary + cr;
45body += "Content-disposition: form-data; name=\"" + escape(params[i].name) + "\";" + cr;
46 body += cr;
47 body += encodeURI(params[i].value) + cr;
48 body += boundary + cr;
54body += "Content-Disposition: form-data; name=\"" + escape(fieldname_filename) + "\"; filename=\""…
55 body += "Content-Type: application/octet-stream" + cr;
56 body += "Content-Transfer-Encoding: base64" + cr;
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
DServerPropsTest.php35 private function sendRequest($body, $path = '/', $headers = ['Depth' => '0']) { argument
37 $request = new HTTP\Request('PROPFIND', $path, $headers, $body);
58 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->re…
59 $xml = simplexml_load_string($body);
84 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->re…
85 $xml = simplexml_load_string($body);
107 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->re…
108 $xml = simplexml_load_string($body);
141 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->re…
142 $xml = simplexml_load_string($body);
[all …]
DServerPropsInfiniteDepthTest.php36 private function sendRequest($body) { argument
39 $request->setBody($body);
65 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->re…
66 $xml = simplexml_load_string($body);
89 $body = $this->response->getBodyAsString();
90 $this->assertEquals(207, $this->response->getStatus(), $body);
92 … $body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$body);
93 $xml = simplexml_load_string($body);
126 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->re…
127 $xml = simplexml_load_string($body);
[all …]
/plugin/webdav/vendor/sabre/http/lib/
DMessage.php23 protected $body; variable in Sabre\\HTTP\\Message
49 $body = $this->getBody();
50 if (is_string($body) || is_null($body)) {
52 fwrite($stream, $body);
56 return $body;
70 $body = $this->getBody();
71 if (is_string($body)) {
72 return $body;
74 if (is_null($body)) {
79 return stream_get_contents($body, $contentLength);
[all …]
/plugin/davcal/vendor/sabre/http/lib/
DMessage.php23 protected $body; variable in Sabre\\HTTP\\Message
49 $body = $this->getBody();
50 if (is_string($body) || is_null($body)) {
52 fwrite($stream, $body);
56 return $body;
70 $body = $this->getBody();
71 if (is_string($body)) {
72 return $body;
74 if (is_null($body)) {
77 return stream_get_contents($body);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
DMsearchTemplate.php69 return isset($this->body) ? 'POST' : 'GET';
72 public function setBody($body): MsearchTemplate argument
74 if (isset($body) !== true) {
77 if (is_array($body) === true || $body instanceof Traversable) {
78 foreach ($body as $item) {
79 $this->body .= $this->serializer->serialize($item) . "\n";
81 } elseif (is_string($body)) {
82 $this->body = $body;
83 if (substr($body, -1) != "\n") {
84 $this->body .= "\n";
DMsearch.php71 return isset($this->body) ? 'POST' : 'GET';
74 public function setBody($body): Msearch argument
76 if (isset($body) !== true) {
79 if (is_array($body) === true || $body instanceof Traversable) {
80 foreach ($body as $item) {
81 $this->body .= $this->serializer->serialize($item) . "\n";
83 } elseif (is_string($body)) {
84 $this->body = $body;
85 if (substr($body, -1) != "\n") {
86 $this->body .= "\n";
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_fullscreen.js123 return !!(element && element === document.body);
174 var body = document.body;
177 overflow: body.style.overflow,
178 padding: body.style.padding ? body.style.padding : null,
179 paddingTop: body.style.paddingTop ? body.style.paddingTop : null,
180 paddingRight: body.style.paddingRight ? body.style.paddingRight : null,
181 paddingBottom: body.style.paddingBottom ? body.style.paddingBottom : null,
182 paddingLeft: body.style.paddingLeft ? body.style.paddingLeft : null
184 if (body.style.padding) {
185 body.style.padding = "0";
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/TextStructure/
DFindStructure.php70 public function setBody($body): FindStructure argument
72 if (isset($body) !== true) {
75 if (is_array($body) === true || $body instanceof Traversable) {
76 foreach ($body as $item) {
77 $this->body .= $this->serializer->serialize($item) . "\n";
79 } elseif (is_string($body)) {
80 $this->body = $body;
81 if (substr($body, -1) != "\n") {
82 $this->body .= "\n";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
DFindFileStructure.php70 public function setBody($body): FindFileStructure argument
72 if (isset($body) !== true) {
75 if (is_array($body) === true || $body instanceof Traversable) {
76 foreach ($body as $item) {
77 $this->body .= $this->serializer->serialize($item) . "\n";
79 } elseif (is_string($body)) {
80 $this->body = $body;
81 if (substr($body, -1) != "\n") {
82 $this->body .= "\n";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Monitoring/
DBulk.php66 public function setBody($body): Bulk argument
68 if (isset($body) !== true) {
71 if (is_array($body) === true || $body instanceof Traversable) {
72 foreach ($body as $item) {
73 $this->body .= $this->serializer->serialize($item) . "\n";
75 } elseif (is_string($body)) {
76 $this->body = $body;
77 if (substr($body, -1) != "\n") {
78 $this->body .= "\n";

12345678910>>...94