Home
last modified time | relevance | path

Searched refs:box (Results 1 – 25 of 1056) sorted by relevance

12345678910>>...43

/plugin/box2/
Dstyle.css1 /* plugin:box */
2 div.box {
20 div.box .xtop, div.box .xbottom {display: none;}
21 div.box.round > .xtop, div.box.round > .xbottom {display: block;}
23 div.box.round { border: none; padding: 0;}
24 div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }
26 div.box p.box_title, div.box p.box_caption {
33 div.box p.box_title { margin-bottom: 4px;}
34 div.box p.box_caption { margin-top: 4px;}
36 div.box .box_content {
[all …]
Dprint.css1 /* plugin:box */
2 div.box {
20 div.box .xtop, div.box .xbottom {display: none;}
21 div.box.round > .xtop, div.box.round > .xbottom {display: block;}
23 div.box.round { border: none; padding: 0;}
24 div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }
26 div.box p.box_title, div.box p.box_caption {
33 div.box p.box_title { margin-bottom: 4px;}
34 div.box p.box_caption { margin-top: 4px;}
36 div.box .box_content {
[all …]
/plugin/box/
Dstyle.css1 /* plugin:box */
2 div.box {
20 div.box .xtop, div.box .xbottom {display: none;}
21 div.box.round > .xtop, div.box.round > .xbottom {display: block;}
23 div.box.round { border: none; padding: 0;}
24 div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }
26 div.box p.box_title, div.box p.box_caption {
33 div.box p.box_title { margin-bottom: 4px;}
34 div.box p.box_caption { margin-top: 4px;}
36 div.box .box_content {
[all …]
Dprint.css1 /* plugin:box */
2 div.box {
20 div.box .xtop, div.box .xbottom {display: none;}
21 div.box.round > .xtop, div.box.round > .xbottom {display: block;}
23 div.box.round { border: none; padding: 0;}
24 div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }
26 div.box p.box_title, div.box p.box_caption {
33 div.box p.box_title { margin-bottom: 4px;}
34 div.box p.box_caption { margin-top: 4px;}
36 div.box .box_content {
[all …]
/plugin/boxwh/boxwh/
Dprint.css3 /* plugin:box */
4 div.box {
22 div.box .xtop, div.box .xbottom {display: none;}
23 div.box.round > .xtop, div.box.round > .xbottom {display: block;}
25 div.box.round { border: none; padding: 0;}
26 div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }
28 div.box p.box_title, div.box p.box_caption {
35 div.box p.box_title { margin-bottom: 4px;}
36 div.box p.box_caption { margin-top: 4px;}
38 div.box .box_content {
[all …]
Dstyle.css2 div.box {
20 div.box .xtop, div.box .xbottom {display: none;}
21 div.box.round > .xtop, div.box.round > .xbottom {display: block;}
23 div.box.round { border: none; padding: 0;}
24 div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }
26 div.box p.box_title, div.box p.box_caption {
33 div.box p.box_title { margin-bottom: 4px;}
34 div.box p.box_caption { margin-top: 4px;}
36 div.box .box_content {
46 div.box.left {
[all …]
Dstyle_custom.css1 /* plugin:box */
2 div.box {
21 div.box .xtop, div.box .xbottom {display: none;}
22 div.box.round > .xtop, div.box.round > .xbottom {display: block;}
24 div.box.round { border: none; padding: 0;}
25 div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }
27 div.box p.box_title, div.box p.box_caption {
36 div.box p.box_title { margin-bottom: 2px; margin-top: 0px;}
37 div.box p.box_caption { margin-top: 2px;}
39 div.box .box_content {
[all …]
/plugin/html2pdf/html2pdf/html2ps/
Dbox.php94 $box =& create_document_box($root, $pipeline);
95 return $box;
97 $box =& create_node_box($root, $pipeline);
98 return $box;
100 $box =& create_text_box($root, $pipeline);
101 return $box;
207 $box =& BlockBox::create($root, $pipeline);
210 $box =& BRBox::create($pipeline);
213 $box =& BodyBox::create($root, $pipeline);
216 $box =& ButtonBox::create($root, $pipeline);
[all …]
Dbox.utils.text-align.inc.php4 function ta_left(&$box, &$context, $lastline) { argument
8 function ta_center(&$box, &$context, $lastline) { argument
9 $delta = $box->_line_length_delta($context) / 2;
11 $size = count($box->_line);
13 $box->_line[$i]->offset($delta, 0);
16 $first_box =& $box->_line[0];
22 function ta_right(&$box, &$context, $lastline) { argument
23 $delta = $box->_line_length_delta($context);
25 $size = count($box->_line);
27 $box->_line[$i]->offset($delta, 0);
[all …]
Dheight.php51 function applicable(&$box) { argument
53 return $this->applicable_value($this->constant, $box);
58 $applicable_min = $this->applicable_value($this->min, $box);
63 $applicable_max = $this->applicable_value($this->max, $box);
76 function applicable_value($value, &$box) { argument
86 function _fix_value($value, &$box, $default, $no_table_recursion) { argument
97 if (!isset($box->parent) || !$box->parent) {
102 if (!isset($box->parent->parent) || !$box->parent->parent) {
112 if (!$box->parent->isCell() &&
113 is_null($box->parent->_height_constraint->constant) &&
[all …]
Dvalue.border.class.php124 function show(&$viewport, $box) { argument
127 $this->left->show($viewport, $box,
128 $box->get_left_border() , $box->get_bottom_border(),
129 $box->get_left_border() , $box->get_top_border(),
130 … $box->get_left_border()+$this->left->get_width(), $box->get_top_border()-$this->top->get_width(),
131 …$box->get_left_border()+$this->left->get_width(), $box->get_bottom_border()+$this->bottom->get_wid…
137 $this->right->show($viewport, $box,
138 $box->get_right_border() , $box->get_bottom_border(),
139 $box->get_right_border() , $box->get_top_border(),
140 …$box->get_right_border()-$this->right->get_width(), $box->get_top_border()-$this->top->get_width(),
[all …]
Dstrategy.position.absolute.php7 function apply(&$box) { argument
13 $containing_block =& $box->_get_containing_block();
15 $this->_positionAbsoluteVertically($box, $containing_block);
16 $this->_positionAbsoluteHorizontally($box, $containing_block);
24 function _positionAbsoluteVertically(&$box, &$containing_block) { argument
25 $bottom = $box->get_css_property(CSS_BOTTOM);
26 $top = $box->get_css_property(CSS_TOP);
34 $box->put_top($containing_block['top'] - $top_value - $box->get_extra_top());
41 …$box->put_top($containing_block['bottom'] + $bottom_value + $box->get_extra_bottom() + $box->get_h…
56 function _positionAbsoluteHorizontally(&$box, &$containing_block) { argument
[all …]
Dstrategy.width.absolute.positioned.php11 function apply(&$box, &$context) { argument
12 $containing_block =& $box->_get_containing_block();
15 $right =& $box->get_css_property(CSS_RIGHT);
16 $left =& $box->get_css_property(CSS_LEFT);
17 $wc =& $box->get_css_property(CSS_WIDTH);
57 $preferred_minimum_width = $box->get_preferred_minimum_width($context);
61 $box->_get_hor_extra();
62 $preferred_width = $box->get_preferred_width($context);
84 $box->setCSSProperty(CSS_LEFT, ValueLeft::fromString('0'));
101 $box->put_width($wc->apply($box->get_width(),
[all …]
Dlayout.default.class.php6 function process(&$box, &$media, &$driver, &$context) { argument
8 if (is_null($box->reflow_text($driver))) {
16 $box->_height_constraint = new HCConstraint(null, null, null);
18 $margin = $box->get_css_property(CSS_MARGIN);
20 $box->setCSSProperty(CSS_MARGIN, $margin);
22 $box->width = mm2pt($media->width() - $media->margins['left'] - $media->margins['right']) -
23 $box->_get_hor_extra();
24 $box->setCSSProperty(CSS_WIDTH, new WCConstant($box->width));
26 $box->height = mm2pt($media->real_height()) - $box->_get_vert_extra();
28 $box->put_top(mm2pt($media->height() -
[all …]
Dbox.inline.php18 $box =& new LineBox;
19 $box->top = $this->top;
20 $box->right = $this->right;
21 $box->bottom = $this->bottom;
22 $box->left = $this->left;
23 return $box;
33 function create(&$box) { argument
35 $lbox->top = $box->get_top();
36 $lbox->right = $box->get_right();
37 $lbox->bottom = $box->get_bottom();
[all …]
Dlayout.page.breaks.php146 function get_footnotes_traverse(&$box) { argument
149 if (is_a($box, 'BoxNoteCall')) {
150 …$footnotes[] = new FootnoteLocation($box->get_top_margin(), $box->_note_content->get_full_height()…
151 } elseif (is_a($box, 'GenericContainerBox')) {
152 foreach ($box->content as $child) {
236 function has_forced_page_break_before(&$box) { argument
237 return PageBreakLocator::is_forced_page_break($box->get_css_property(CSS_PAGE_BREAK_BEFORE));
240 function has_forced_page_break_after(&$box) { argument
241 return PageBreakLocator::is_forced_page_break($box->get_css_property(CSS_PAGE_BREAK_AFTER));
244 function get_pages_traverse_block(&$box, &$next, &$previous, $penalty) { argument
[all …]
Dstrategy.width.min.php19 function apply(&$box, &$context) { argument
20 $content_size = count($box->content);
27 $min_width = $box->_get_hor_extra();
34 $white_space = $box->get_css_property(CSS_WHITE_SPACE);
35 $pseudo_nowrap = $box->get_css_property(CSS_HTML2PS_NOWRAP);
38 $min_width = $box->get_min_nowrap_width($context);
47 $box->content[$start_index]->out_of_flow()) {
52 $ti = $box->get_css_property(CSS_TEXT_INDENT);
54 $ti->calculate($box) +
55 $box->content[$start_index]->get_min_width($context);
[all …]
Dstrategy.link.rendering.normal.php7 function apply(&$box, &$driver) { argument
8 $link_target = $box->get_css_property(CSS_HTML2PS_LINK_TARGET);
11 $driver->add_link($box->get_left(),
12 $box->get_top(),
13 $box->get_width(),
14 $box->get_height(),
19 $driver->add_local_link($box->get_left(),
20 $box->get_top(),
21 $box->get_width(),
22 $box->get_height(),
Dstrategy.width.max.php24 function apply(&$box, &$context) { argument
28 $text_indent = $box->get_css_property(CSS_TEXT_INDENT);
29 $this->_cmaxw = $text_indent->calculate($box);
31 for ($i=0, $size = count($box->content); $i<$size; $i++) {
32 $child =& $box->content[$i];
51 $item_wc->apply($box->get_width(),
52 $box->parent->get_expandable_width()));
66 $wc = $box->get_css_property(CSS_WIDTH);
67 if ($wc->applicable($box)) {
68 if ($box->parent) {
[all …]
/plugin/botmon/img/
H A Dbusy-light.svg2 <style>.box{fill:#00CADB;transform-origin: 50% 50%}
3 @keyframes box-1 {
16 .box:nth-child(1){animation: box-1 4s infinite}
17 @keyframes box-2 {
30 .box:nth-child(2){animation: box-2 4s infinite}
31 @keyframes box-3 {
44 .box:nth-child(3) {animation: box-3 4s infinite}
45 @keyframes box-4 {
58 .box:nth-child(4) {animation: box-4 4s infinite}
59 @keyframes box-5 {
[all …]
/plugin/animation/styles/
Dscianimator.css56 .scianimator .control.box {
61 .scianimator .control.box .control {
66 .scianimator .box.control.navigator {
70 .scianimator .box a.control.navigator,
71 .scianimator .box a:hover.control.navigator {
79 box-shadow: 0 0 3px 1px #666666 inset, 0 0 1px #00FF00;
80 -o-box-shadow: 0 0 3px 1px #666666 inset, 0 0 1px #00FF00;
81 -webkit-box-shadow: 0 0 3px 1px #666666 inset, 0 0 1px #00FF00;
82 -moz-box-shadow: 0 0 3px 1px #666666 inset, 0 0 1px #00FF00;
84 .scianimator .box a.navigator.disabled,
[all …]
/plugin/freechat/phpfreechat/data/public/js/
Dpfcprompt.js11 this.box = $('pfc_promptbox');
22 if (!this.box)
24 this.box = document.createElement('div');
25 this.box.id = 'pfc_promptbox';
26 this.box.style.position = 'absolute';
27 this.box.style.zIndex = 100;
28 this.box.style.display = 'none';
31 this.box.style.overflow = 'auto';
36 this.box.appendChild(div);
40 this.box.appendChild(this.prompt_title);
[all …]
/plugin/diagramsnet/lib/styles/
Datlas.css20 -webkit-box-shadow: none !important;
21 -moz-box-shadow: none !important;
22 box-shadow: none !important;
28 -webkit-box-shadow: none !important;
29 -moz-box-shadow: none !important;
30 box-shadow: none !important;
56 …-webkit-box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px 1…
57 …-moz-box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px …
58box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 1px 0…
73 …-webkit-box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px 1…
[all …]
/plugin/imgpaste/
Dscript.js66 const box = document.createElement('div');
67 box.className = 'plugin_imagepaste';
68 box.innerText = LANG.plugins.imgpaste.inprogress;
69 box.style.position = 'fixed';
70 box.style.top = offset + 'em';
71 box.style.left = '1em';
72 document.querySelector('.dokuwiki').append(box);
73 return box;
83 const box = progressDialog();
108 box.remove();
[all …]
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
Dmain.css63 -moz-box-sizing: border-box;
64 box-sizing: border-box;
98 -webkit-box-sizing: border-box;
99 -moz-box-sizing: border-box;
100 box-sizing: border-box;
103 background-clip: padding-box;
124 -webkit-box-shadow: inset 0 1px #fff;
125 box-shadow: inset 0 1px #fff;
132 -webkit-box-shadow: none;
133 box-shadow: none;
[all …]

12345678910>>...43