Home
last modified time | relevance | path

Searched refs:boxes (Results 1 – 25 of 69) sorted by relevance

123

/plugin/html2pdf/html2pdf/html2ps/features/
Dautomargins.php17 $boxes = $pipeline->reflow_margin_boxes(0, $media);
19 $this->_top_margin = max($boxes[CSS_MARGIN_BOX_SELECTOR_TOP]->get_real_full_height(),
20 … $boxes[CSS_MARGIN_BOX_SELECTOR_TOP_LEFT_CORNER]->get_real_full_height(),
21 $boxes[CSS_MARGIN_BOX_SELECTOR_TOP_LEFT]->get_real_full_height(),
22 $boxes[CSS_MARGIN_BOX_SELECTOR_TOP_CENTER]->get_real_full_height(),
23 $boxes[CSS_MARGIN_BOX_SELECTOR_TOP_RIGHT]->get_real_full_height(),
24 … $boxes[CSS_MARGIN_BOX_SELECTOR_TOP_RIGHT_CORNER]->get_real_full_height());
25 $this->_bottom_margin = max($boxes[CSS_MARGIN_BOX_SELECTOR_BOTTOM]->get_real_full_height(),
26 … $boxes[CSS_MARGIN_BOX_SELECTOR_BOTTOM_LEFT_CORNER]->get_real_full_height(),
27 $boxes[CSS_MARGIN_BOX_SELECTOR_BOTTOM_LEFT]->get_real_full_height(),
[all …]
/plugin/html2pdf/html2pdf/html2ps/
Dbox.page.margin.class.php120 function reflow(&$driver, &$media, $boxes) { argument
122 $this->_position($media, $boxes, $context);
184 function _position($media, $boxes, $context) { argument
197 function _position($media, $boxes, $context) { argument
210 function _position($media, $boxes, $context) { argument
212 $boxes[CSS_MARGIN_BOX_SELECTOR_TOP_LEFT],
213 $boxes[CSS_MARGIN_BOX_SELECTOR_TOP_CENTER],
214 $boxes[CSS_MARGIN_BOX_SELECTOR_TOP_RIGHT]);
228 function _position($media, $boxes, $context) { argument
230 $boxes[CSS_MARGIN_BOX_SELECTOR_TOP_LEFT],
[all …]
Drender.stacking.level.class.php14 function set_boxes($boxes) { argument
15 $this->_boxes = $boxes;
Dpipeline.class.php532 $boxes =& $this->reflow_margin_boxes($page_no, $media);
534 foreach ($boxes as $selector => $box) {
535 $boxes[$selector]->show($this->output_driver);
539 for ($i=0, $size = count($boxes); $i < $size; $i++) {
540 $boxes[$i]->destroy();
542 unset($boxes);
634 $boxes = array();
637 $boxes[$selector] =& BoxPageMargin::create($this, $at_rule);
640 foreach ($boxes as $selector => $box) {
643 $boxes[$selector]->reflow_whitespace($linebox_started, $previous_whitespace);
[all …]
DChangeLog6 immediately followed by inline boxes.
172 * Change: "autosized vertical margin boxes" code moved to
363 boxes
430 * New: support 'background-attachment' CSS property for body boxes
505 block boxes with constrained height
509 * Fixed: minor issues related to absolute-positioned boxes width
595 * Fixed: whitespaces in justified boxes were placed slightly
628 positioned boxes
688 * Fixed: lines contaning note-call boxes could run off the page
800 * Fixed: in batch mode @page rules were applied to margin boxes
[all …]
/plugin/html2pdf/html2pdf/html2ps/unittest/
Dtest.css.margin.boxes.php16 $boxes = $pipeline->reflow_margin_boxes(1, $media);
18 $box =& $boxes[CSS_MARGIN_BOX_SELECTOR_TOP_LEFT_CORNER];
35 $boxes = $pipeline->reflow_margin_boxes(1, $media);
37 $box =& $boxes[CSS_MARGIN_BOX_SELECTOR_TOP_LEFT];
55 $boxes = $pipeline->reflow_margin_boxes(1, $media);
57 $box =& $boxes[CSS_MARGIN_BOX_SELECTOR_TOP_LEFT];
/plugin/block/
DREADME1 This plugin pops up a window which enables the user to create boxes with
7 been created. You can add images to these boxes but their positons depend
Dplugin.info.txt6 desc Create sized boxes with borders,font and color selection, and screen positoning
/plugin/securelogin/
DTODO6 - would need the login boxes be hidden if javascript is not enabled.
7 - probably have to hook into the login function and remove the html for the boxes, then add them ba…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dembed.rst54 two vertically stacked boxes:
72 two boxes side by side:
92 template: one with vertically stacked boxes to be used by the "foo" and
93 "bar" pages and another one with side-by-side boxes for the "boom" and
96 * Embed the markup for the top/bottom and left/right boxes into each page
152 out the HTML markup for the boxes.
/plugin/alertbox/
Dplugin.info.txt6 desc Bootstrap style alert boxes
/plugin/avtaskbox/
Dplugin.info.txt6 desc Creates task/user story table boxes.
DREADME.md5 Generates nicely formatted boxes for describing project tasks or user stories.
Dsyntax.php41 'desc' => 'Creates task/user story table boxes.',
/plugin/tooltip/
Dstyle.css17 * Opera's "spatial navigation" outline boxes.
100 * and is based in Opera's "spatial navigation boxes" just like
DChangeLog20 * style.css: (bug) solved CSS issue that made boxes transparent in lists
/plugin/simplebox/
DREADME.md3 A plugin that adds support for displaying boxes in various sizes and colors with text.
/plugin/wrap/
Dprint.less9 /* boxes and notes with icons
/plugin/wrapadd/
DREADME.md39 Function: Adds simple message boxes
Dprint.css19 Simpler boxes
/plugin/infobox/
DREADME.md4 …ality to DokuWiki, allowing users to easily create structured information boxes for characters, pl…
/plugin/pagetemplater/
DREADME.md4 …ays have a plain look - unless you define some style for them, e.g. using boxes. Using Page Templa…
/plugin/geophp/
Dcomposer.lock57 …ries (Point, LineString, Polygon...) and can be used to get centroids, bounding-boxes, area, etc.",
/plugin/s5reloaded/ui/thesis/
Dwrap.css5 /* tables in columns and boxes should span the whole width */
42 /* change border colour of emulated headlines inside boxes to something more neutral
99 /* see styles for boxes and notes with icons in style.css */
/plugin/wysiwyg/fckeditor/editor/skins/default/
Dfck_dialog.css21 * Styles used by the dialog boxes.

123