Home
last modified time | relevance | path

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

123

/plugin/html2pdf/html2pdf/html2ps/features/
H A 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(),
27 $boxes[CSS_MARGIN_BOX_SELECTOR_BOTTOM_LEFT]->get_real_full_height(),
28 … $boxes[CSS_MARGIN_BOX_SELECTOR_BOTTOM_CENTER]->get_real_full_height(),
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A 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
228 function _position($media, $boxes, $context) { argument
246 function _position($media, $boxes, $context) { argument
264 function _position($media, $boxes, $context) { argument
277 function _position($media, $boxes, $context) { argument
290 function _position($media, $boxes, $context) { argument
[all …]
H A Drender.stacking.level.class.php14 function set_boxes($boxes) { argument
15 $this->_boxes = $boxes;
H A Dpipeline.class.php534 foreach ($boxes as $selector => $box) {
535 $boxes[$selector]->show($this->output_driver);
540 $boxes[$i]->destroy();
542 unset($boxes);
634 $boxes = array();
640 foreach ($boxes as $selector => $box) {
647 foreach ($boxes as $selector => $box) {
648 $boxes[$selector]->reflow($this->output_driver,
650 $boxes);
653 return $boxes;
[all …]
H A DChangeLog6 immediately followed by inline boxes.
172 * Change: "autosized vertical margin boxes" code moved to
363 boxes
505 block boxes with constrained height
628 positioned boxes
949 * Fixed: 'position: relative' was ignored for inline boxes
1031 non-interactive SELECT boxes
1034 non-interactive INPUT type="text" boxes
1180 properties of absolute-positioned boxes
1188 fixed-positioned boxes
[all …]
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A 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/
H A 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
H A Dplugin.info.txt6 desc Create sized boxes with borders,font and color selection, and screen positoning
/plugin/securelogin/
H A 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/
H A 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/
H A Dplugin.info.txt6 desc Bootstrap style alert boxes
/plugin/avtaskbox/
H A Dplugin.info.txt6 desc Creates task/user story table boxes.
H A DREADME.md5 Generates nicely formatted boxes for describing project tasks or user stories.
H A Dsyntax.php41 'desc' => 'Creates task/user story table boxes.',
/plugin/tooltip/
H A Dstyle.css17 * Opera's "spatial navigation" outline boxes.
100 * and is based in Opera's "spatial navigation boxes" just like
H A DChangeLog20 * style.css: (bug) solved CSS issue that made boxes transparent in lists
/plugin/wrap/
H A Dprint.less9 /* boxes and notes with icons
/plugin/wrapadd/
H A DREADME.md39 Function: Adds simple message boxes
H A Dprint.css19 Simpler boxes
/plugin/pagetemplater/
H A DREADME.md4 …ays have a plain look - unless you define some style for them, e.g. using boxes. Using Page Templa…
/plugin/geophp/
H A Dcomposer.lock57 "description": "Open-source native PHP library for doing geometry operations. Can read and write a wide variety of formats: (E)WKT, (E)WKB, TWKB, GeoJSON, KML, GPX, GeoRSS. Works with all Simple-Feature geometries (Point, LineString, Polygon...) and can be used to get centroids, bounding-boxes, area, etc.",
/plugin/s5reloaded/ui/thesis/
H A 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/
H A Dfck_dialog.css21 * Styles used by the dialog boxes.
/plugin/wysiwyg/fckeditor/editor/skins/office2003/
H A Dfck_dialog.css21 * Styles used by the dialog boxes.
/plugin/wysiwyg/fckeditor/editor/skins/silver/
H A Dfck_dialog.css21 * Styles used by the dialog boxes.

123