Home
last modified time | relevance | path

Searched refs:width (Results 251 – 275 of 3222) sorted by relevance

1...<<11121314151617181920>>...129

/plugin/s5/ui/yatil/
H A Dframing.css6 div#header, div#footer, div.slide {width: 100%; top: 0; left: 0;}
9 div.slide {top: 0; width: 92%; padding: 3.5em 4% 4%;}
10 div#controls {left: 50%; top: 0; width: 50%; height: 100%;}
13 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
15 #currentSlide {position: absolute; width: 10%; left: 45%; bottom: 1em; z-index: 10;}
/plugin/s5/ui/i18n/
H A Dframing.css6 div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
8 div#footer {top: auto; bottom: 0; width: 100%; z-index: 5;}
9 .slide {top: 0; width: 88%; padding: 1em 7% 2em 5%; z-index: 2;}
11 div#controls {bottom: 1em; left: 0; width: 100%; text-align: center; z-index: 1000;}
15 width: 100%; text-align: center;}
/plugin/diagramsnet/lib/img/lib/cumulus/
H A Drack_bare_metal.svg1width="47" height="9" rx="1.5" fill="#fff"/><g fill="#8c9aa6"><use xlink:href="#B"/><path d="M32 1…
/plugin/refnotes/
H A Dadmin.css26 width: 15em;
33 width: 15em;
43 width: 20em;
47 width: auto;
51 width: 99%;
55 width: auto;
69 width: 100%;
81 width: 14em;
/plugin/projects/plugins/target/
H A Dplot.php105 $width = $this->plot->property('width');
106 if (!$width) $width = 640;
109 $plot = new pChart($width, $height);
125 $plot->setGraphArea($left_margin, 2 * $h, $width - $h, $height - 2 * $h);
194 $legend_left = ($width - $h - $left_margin - $legend_box_size[0]) / 2;
198 $legend_left = $width - $left_margin - $h - $legend_box_size[0];
206 $legend_left = ($width - $h - $left_margin - $legend_box_size[0]) / 2;
210 $legend_left = $width - $left_margin - $h - $legend_box_size[0];
218 $legend_left = ($width - $h - $left_margin - $legend_box_size[0]) / 2;
222 $legend_left = $width - $left_margin - $h - $legend_box_size[0];
[all …]
/plugin/columns/
H A Dsyntax.php249 $width = $this->getAttribute($attribute, 'table-width');
250 if ($width != '') {
251 return '<table class="columns-plugin" style="width:' . $width . '">';
313 $width = $this->getAttribute($attribute, 'table-width');
315 if (($width != '') && ($width != '100%')) {
319 $align = ($width == '100%') ? 'margins' : 'left';
336 $width = $this->getAttribute($attribute, 'column-width');
338 if ($width != '') {
429 private function getOdtAbsoluteWidth($metrics, $width) { argument
430 if (preg_match('/([\d\.]+)(.+)/', $width, $match) == 1) {
[all …]
/plugin/stats/
H A Dsyntax.php457 $width = $this->initOpt['width'];
458 if($width == '') {
459 $width = 700;
581 $width = $this->initOpt['width'];
582 if($width == '') {
583 $width = 700;
902 $width = $this->initOpt['width'];
903 if($width == '') {
904 $width = 530;
913 $legendX = $width-min(220, round($width/3));
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DEmacs.php46 * @param int $width Maximum allowed line width.
54 $width=80 argument
90 * @param int $width Maximum allowed line width.
102 $width=80, argument
H A DCsv.php46 * @param int $width Maximum allowed line width.
54 $width=80 argument
90 * @param int $width Maximum allowed line width.
102 $width=80, argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dflow_viewport.class.inc.php5 var $width; variable in FlowViewport
11 $this->width = 0;
22 $viewport->width = $box->get_width() + $padding->left->value + $padding->right->value;
31 function get_width() { return $this->width; }
H A Dcss.width.inc.php75 $width = new CSSCompositeWidth; variable
76 CSS::register_css_property($width);
77 CSS::register_css_property(new CSSWidth($width));
78 CSS::register_css_property(new CSSMinWidth($width, '_min_width'));
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php72 * Give only one of the size parameters (width, height) to calculate the other one automatically in view to the
77 * with the keys "x", "y", "width", "height", "adjustPageSize".
79 * @param float|int|null $width The width.
85 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
87 return $this->useImportedPage($tpl, $x, $y, $width, $height, $adjustPageSize);
93 * Give only one of the size parameters (width, height) to calculate the other one automatically in view to the
98 * with the keys "x", "y", "width", "height", "adjustPageSize".
100 * @param float|int|null $width The width
106 useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) global() argument
128 getTemplateSize($tpl, $width = null, $height = null) global() argument
[all...]
/plugin/svg/
H A Dsyntax.php180 . $svgp->width . '" height="'
195 . $svgp->width . '" height="'
206 . $svgp->width . '" height="'
216 . $svgp->width . '" height="'
225 . $svgp->width . '" height="'
/plugin/pdb/
H A Dstyle.css31 div.dokuwiki div.pdb_image80{width:82px;}
32 div.dokuwiki div.pdb_image250{width:252px;}
33 div.dokuwiki div.pdb_image500{width:502px;}
35 div.dokuwiki div.pdb_full_left{float:left;width:90px;}
36 div.dokuwiki div.pdb_full_right{float:left;width:500px;padding:5px;}
/plugin/s5reloaded/ui/thesis/
H A Dframing.css8 div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
11 .slide {top: 0; width: 92%; padding: 3.5em 4% 4%; z-index: 2; list-style: none;}
12 div#controls {left: 50%; bottom: 0; width: 50%; z-index: 100;}
13 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
15 #currentSlide {position: absolute; width: 10%; left: 45%; bottom: 1em; z-index: 10;}
/plugin/showsamples/
H A Dstyle.css6 width: 200px;
23 width: 200px;
30 width: 20000px;
36 width: 200px;
56 width: 180px;
/plugin/s5/ui/blue/
H A Dframing.css6 div#header, div#footer, div.slide {width: 100%; top: 0; left: 0;}
9 div.slide {top: 0; width: 92%; padding: 3.5em 4% 4%;}
10 /*div#controls {left: 50%; top: 0; width: 50%; height: 100%;}
14 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
16 div#currentSlide {position: absolute; left: -500px; bottom: 1em; width: 130px; z-index: 10;}
/plugin/s5/ui/default/
H A Dframing.css8 div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
11 .slide {top: 0; width: 92%; padding: 3.5em 4% 4%; z-index: 2; list-style: none;}
12 div#controls {left: 50%; bottom: 0; width: 50%; z-index: 100;}
13 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
15 #currentSlide {position: absolute; width: 10%; left: 45%; bottom: 1em; z-index: 10;}
/plugin/s5/ui/dokuwiki/
H A Dframing.css8 div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
11 .slide {top: 0; width: 92%; padding: 3.5em 4% 4%; z-index: 2; list-style: none;}
12 div#controls {left: 50%; bottom: 0; width: 50%; z-index: 100;}
13 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
15 #currentSlide {position: absolute; width: 10%; left: 45%; bottom: 1em; z-index: 10;}
/plugin/s5/ui/flower/
H A Dframing.css6 div#header, div#footer, div.slide {width: 100%; top: 0; left: 0;}
9 div.slide {top: 0; width: 92%; padding: 3.5em 4% 4%;}
10 /*div#controls {left: 50%; top: 0; width: 50%; height: 100%;}
14 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
16 div#currentSlide {position: absolute; left: -500px; bottom: 1em; width: 130px; z-index: 10;}
/plugin/s5/ui/pixel/
H A Dframing.css6 div#header, div#footer, div.slide {width: 100%; top: 0; left: 0;}
9 div.slide {top: 0; width: 92%; padding: 3.5em 4% 4%;}
10 /*div#controls {left: 50%; top: 0; width: 50%; height: 100%;}
14 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
16 div#currentSlide {position: absolute; left: -500px; bottom: 1em; width: 130px; z-index: 10;}
/plugin/bibtex/OSBib/create/
H A DTABLE.php32 …bleStart($class = FALSE, $border = 0, $spacing = 0, $padding = 0, $align = "center", $width="100%") argument
35 …lass" border="$border" cellspacing="$spacing" cellpadding="$padding" align="$align" width="$width">
64 …function td($data, $class = FALSE, $align = "left", $vAlign = "top", $colSpan = FALSE, $width=FALS… argument
67 <td class="$class" align="$align" valign="$vAlign" colspan="$colSpan" width="$width">
/plugin/combo/ComboStrap/
H A DPageImageTag.php128 $width = $tagAttributes->getValueAndRemoveIfPresent(Dimension::WIDTH_KEY);
131 if ($width === null && $height !== null && $ratio === null) {
132 $width = $height;
134 if ($width !== null && $height !== null && $ratio === null) {
135 $height = $width;
147 if ($width !== null) {
149 $width = ConditionalLength::createFromString($width)->toPixelNumber();
150 $imageFetcher->setRequestedWidth($width);
152 LogUtility::warning("The width (
[all...]
/plugin/diagramsnet/lib/js/diagramly/
H A DDistanceGuides.js41 newState.width = bounds.width;
186 midDx = (s3.x - s1.x - s1.width - newState.width) / 2;
199 var curDx = s2.x - s1.x - s1.width;
321 newX = s2.x - s1.width - fixedDx;
322 hPoints.push(new mxPoint(newX + s1.width + shift, firstY));
327 hPoints.push(new mxPoint(s1.x + s1.width + shift, firstY));
328 newX = s1.x + s1.width + fixedDx;
333 hPoints.push(new mxPoint(s1.x + s1.width + shift, firstY));
342 newX = s1.x + s1.width + (s3.x - s1.x - s1.width - newState.width) / 2;
343 hPoints.push(new mxPoint(s1.x + s1.width + shift, firstY));
[all …]
/plugin/jalbum/
H A Dstyle.css12 border-right-width:8px;
15 border-bottom-width:8px;
18 border-left-width:8px;
21 border-top-width:8px;

1...<<11121314151617181920>>...129