Home
last modified time | relevance | path

Searched refs:width (Results 601 – 625 of 3478) sorted by relevance

1...<<21222324252627282930>>...140

/plugin/html2pdf/html2pdf/html2ps/
H A Dflow_context.class.inc.php96 function float_left_xy(&$parent, $width, &$x, &$y) { argument
127 if ($parent->get_right() + EPSILON >= $x + $width ||
134 if ($x1 + EPSILON > $x + $width) {
220 function float_right_xy(&$parent, $width, &$x, &$y) { argument
250 $parent->width == WIDTH_AUTO) {
256 if ($x1 - EPSILON < $x - $width) {
H A Doutput._generic.class.php8 var $width; variable in OutputDriverGeneric
201 $this->lineto($this->left + $this->width, $this->bottom + $this->height + $this->offset);
202 $this->lineto($this->left + $this->width, $this->bottom + $this->offset);
295 $this->lineto($this->left + $this->width, $this->bottom + $this->height + $this->offset);
296 …$this->lineto($this->left + $this->width, $this->bottom + $this->height + $this->offset - $this->g…
321 $this->width = mm2pt($media->width() - $media->margins['left'] - $media->margins['right']);
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js50 _canvasWidth = _canvas.width,
172 _canvasWidth = width * _pixelRatio;
175 _canvas.width = _canvasWidth;
183 _canvas.style.width = width + 'px';
202 this.setViewport( 0, 0, width, height );
211 _viewportWidth = width * _pixelRatio;
867 canvas.width = image.width * ( mirrorX ? 2 : 1 );
950 width = texture.image.width * texture.repeat.x,
953 u0 = ( u0 + offsetX ) * width;
956 u1 = ( u1 + offsetX ) * width;
[all …]
/plugin/mikioplugin/assets/
H A Dstyles.less322 ._mikiop-col(@width) {
323 .flex(0 0 @width);
324 max-width: @width;
521 width: 100%;
636 width: 100%;
656 width: 100%;
909 width: 100%;
933 width: 101%;
950 width
[all...]
/plugin/latexport/implementation/
H A Ddecorator.php831 * @param int $width width of media in pixel
838 function internalmedia($src, $title = null, $align = null, $width = null, argument
850 * @param int $width width of media in pixel
855 function externalmedia($src, $title = null, $align = null, $width = null, argument
858 $this->decorator->externalmedia($src, $title, $align, $width, $height, $cache, $linking);
867 * @param int $width width of media in pixel
872 $width = null, $height = null, $cache = null) { argument
874 $this->decorator->internalmedialink($src, $title, $align, $width, $height, $cache);
883 * @param int $width width of media in pixel
888 $width = null, $height = null, $cache = null) { argument
[all …]
/plugin/ckgdoku/ckeditor/skins/moono/
H A Ddialog_ie7.css5width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0…
H A Ddialog_ie.css5width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0…
H A Ddialog_ie8.css5width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0…
H A Ddialog_iequirks.css5width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0…
/plugin/ckgedit/ckeditor/skins/moono/
H A Ddialog_ie.css5width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0…
H A Ddialog_ie7.css5width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0…
H A Ddialog_ie8.css5width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0…
H A Ddialog_iequirks.css5width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0…
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.css36 width: 100%;
46 width: 100%;
56 width: 16px;
68 width: 16px;
/plugin/scrapbook/
H A Dstyle.less2 width: 250px;
9 width: 100%;
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js309 var width = o.attrs["stroke-width"] || "1",
310 …butt = {round: width, square: width, butt: 0}[o.attrs["stroke-linecap"] || params["stroke-linecap"…
388 width: rect[2],
759 cx = bbox.x + bbox.width / 2;
957 width: this.node.clientWidth,
1263 R._engine.setSize = function (width, height) { argument
1264 this.width = width || this.width;
1281 width = con.width,
1288 width = width || 512;
1293 width: width,
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Ddiagram-js.css103 stroke-width: 1px;
382 width: 48px;
416 max-width: 100%;
439 width: 46px;
451 width: 94px;
470 width: 72px;
480 width: 22px;
702 width: 160px;
731 width: 25%;
750 width: 100%;
[all …]
/plugin/openlayersmap/
H A DStaticMap.php77 private $width;
103 * @param int $width
128 int $width,
143 $this->width = $width;
246 $resolutionHorizontal = ($bbox ['maxx'] - $bbox ['minx']) / $this->width;
274 [$this->zoom, $this->lat, $this->lon, $this->width, $this->height, serialize($this->markers), $this->maptype, $this->kmlFileName, $this->gpxFileName, $this->geojsonFileName]
360 $this->image = imagecreatetruecolor($this->width, $this->height);
361 $startX = floor($this->centerX - ($this->width / $this->tileSize) / 2);
363 $endX = ceil($this->centerX + ($this->width /
148 private $width; global() variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
199 __construct(float $lat, float $lon, int $zoom, int $width, int $height, string $maptype, array $markers, string $gpx, string $kml, string $geojson, string $mediaDir, string $tileCacheBaseDir, bool $autoZoomExtent = true, string $apikey = '') global() argument
[all...]
/plugin/whoisonline/
H A Dstyle.css25 width:auto;
40 width:92%;
54 width: 100%;
/plugin/searchindex/
H A Dstyle.css3 width: 80%;
16 width: 10em;
50 border-width: 1px;
/plugin/xtern/
H A Dstyle.css21 width: 8px;
34 min-width: 450px;
42 min-width: 450px;
/plugin/diagrams/script/
H A Dprosemirror.js12 width: {default: null},
41 width: node.attrs.width,
/plugin/diagrams/
H A Dstyle.less
/plugin/farm/
H A Dstyle.css9 width: 90%;
18 width: 300px;
70 border-bottom-width: 0px;
121 width: 100%;
128 width: 60%;
226 width: 42px;
241 width: 32px;
321 width: 22px;
326 border-width: 0px;
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-literal-expression.css24 width: 100%;
32 width: 100%;
50 min-width: 192px;
100 width: 100%;
103 border-bottom-width: 1px;
126 width: 100%;
143 min-width: 100px;
147 width: 100%;
208 max-width: 260px;

1...<<21222324252627282930>>...140