Home
last modified time | relevance | path

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

12345678910>>...75

/plugin/diagramsnet/lib/styles/
H A Ddark.css1 html body .geDiagramContainer, html body div.geMenubarContainer, html body td.mxPopupMenuIcon, html…
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 {
46 html body .geToolbarContainer, html body .geSidebar, html body .geSidebarContainer .geTitle, html b…
47 html body textarea, html body button, html body .geColorBtn, html body .geBaseButton, html body .ge…
57 html body .geSprite, html body .geSocialFooter img, html body .mxPopupMenuItem>img {
74 html body .geSidebarContainer a, html body .geMenubarContainer a, html body .geToolbar a {
80 html body .geToolbarMenu, html body .geFooterContainer, html body .geFooterContainer td {
129 html body .geHsplit, html body .geVsplit, html body table.mxPopupMenu hr {
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A 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
[all...]
H A 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
[all...]
/plugin/tip/
H A 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…
H A 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,
44 * html body .tiplu,
49 * html body .tiprd,
54 * html body .tipre,
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsFloatingTimeTest.php96 $body = substr(
97 $response->body,
101 $body = str_replace('
','',$body);
103 $vObject = VObject\Reader::read($body);
145 $body = substr(
146 $response->body,
150 $body = str_replace('
','',$body);
152 $vObject = VObject\Reader::read($body);
183 $body = substr(
184 $response->body,
[all …]
H A 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);
H A DGetEventsByTimerangeTest.php78 if (strpos($response->body, 'BEGIN:VCALENDAR') === false) {
79 $this->fail('Got no events instead of 1. Output: '.$response->body);
83 $body = substr(
84 $response->body,
85 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
86 strpos($response->body, 'END:VCALENDAR') - $start + 13
88 $body = str_replace('&#13;','',$body);
90 $vObject = VObject\Reader::read($body);
93 … $this->assertEquals(1, count($vObject->VEVENT), 'We got 0 events instead of 1. Output: ' . $body);
/plugin/revealjs/plugin/zoom-js/
H A Dzoom.js57 'transform' in document.body.style;
105 document.body.style.transform = '';
106 document.body.style.OTransform = '';
107 document.body.style.msTransform = '';
132 document.body.style.position = '';
133 document.body.style.left = '';
134 document.body.style.top = '';
135 document.body.style.width = '';
136 document.body.style.height = '';
137 document.body.style.zoom = '';
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Node/
H A DTransTest.php20 $body = new Twig_Node(array(
32 $this->assertEquals($body, $node->getNode('body'));
41 $body = new Twig_Node_Expression_Name('foo', 0);
45 $body = new Twig_Node_Expression_Constant('Hello', 0);
49 $body = new Twig_Node(array(
55 $body = new Twig_Node(array(
64 $body = new Twig_Node(array(
80 $body = new Twig_Node(array(
90 $body = new Twig_Node_Expression_Constant('Hello', 0);
95 $body = new Twig_Node_Expression_Constant('Hello', 0);
[all …]
/plugin/publish/action/
H A Dmail.php90 $mail->setBody($body);
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);
141 $body = str_replace('@URL@', $newlink, $body);
148 $body = str_replace('@FULLNAME@', $userinfo['name'], $body);
153 $body = str_replace('@DOKUWIKIURL@', DOKU_URL, $body);
154 $body = str_replace('@TITLE@', $conf['title'], $body);
[all …]
/plugin/supa/lib/
H A DSupa.js25 body,
40 body = '';
41 body += boundary + cr;
46 body += cr;
47 body += encodeURI(params[i].value) + cr;
48 body += boundary + cr;
56 body += "Content-Transfer-Encoding: base64" + cr;
57 body += cr;
58 body += bytes + cr;
60 body += boundary + "--" + cr;
[all …]
/plugin/webdav/vendor/sabre/http/lib/
H A DMessage.php23 protected $body; variable in Sabre\\HTTP\\Message
49 $body = $this->getBody();
50 if (is_string($body) || is_null($body)) {
56 return $body;
70 $body = $this->getBody();
71 if (is_string($body)) {
72 return $body;
74 if (is_null($body)) {
94 return $this->body;
103 function setBody($body) { argument
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPropsTest.php58 …$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);
160 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->re…
161 $xml = simplexml_load_string($body);
[all …]
H A 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);
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);
145 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->re…
146 $xml = simplexml_load_string($body);
[all …]
/plugin/davcal/vendor/sabre/http/lib/
H A DMessage.php23 protected $body; variable in Sabre\\HTTP\\Message
49 $body = $this->getBody();
50 if (is_string($body) || is_null($body)) {
56 return $body;
70 $body = $this->getBody();
71 if (is_string($body)) {
72 return $body;
74 if (is_null($body)) {
90 return $this->body;
99 function setBody($body) { argument
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/TextStructure/
H A 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,
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A 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,
[all...]
H A DPostData.php64 public function setBody($body): PostData argument
66 if (isset($body) !== true) {
69 if (is_array($body) === true || $body instanceof Traversable) {
70 foreach ($body as $item) {
71 $this->body .= $this->serializer->serialize($item) . "\n";
73 } elseif (is_string($body)) {
74 $this->body = $body;
75 if (substr($body,
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A 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;
[all...]
H A 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;
[all...]
H A DBulk.php77 public function setBody($body): Bulk argument
79 if (isset($body) !== true) {
82 if (is_array($body) === true || $body instanceof Traversable) {
83 foreach ($body as $item) {
84 $this->body .= $this->serializer->serialize($item) . "\n";
86 } elseif (is_string($body)) {
87 $this->body = $body;
88 if (substr($body,
[all...]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_fullscreen.js174 var body = document.body;
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";
187 if (body.style.paddingTop) {
196 if (body.style.paddingLeft) {
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Monitoring/
H A 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,
[all...]
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageTest.php16 $body = 'foo';
18 fwrite($h, $body);
34 $body = 'foo';
37 $message->setBody($body);
41 $this->assertEquals($body, $message->getBody());
49 $body = $message->getBodyAsStream();
51 $this->assertEquals('', stream_get_contents($body));
58 $body = $message->getBodyAsString();
60 $this->assertEquals('', $body);
148 $body = $message->getBody();
[all …]

12345678910>>...75