Home
last modified time | relevance | path

Searched refs:width (Results 26 – 50 of 2454) sorted by relevance

12345678910>>...99

/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/
H A Dtemp.css6 width: 975px;
11 width: 200px;
16 width: 770px; height:555px;
19 width:770px;
24 width: 100%;
30 width: 180px;
36 width:100%;
40 height:0px; width:0px;
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/
H A Dtemp.css6 width: 975px;
11 width: 200px;
16 width: 770px; height:555px;
19 width:770px;
24 width: 100%;
30 width: 180px;
36 width:100%;
40 height:0px; width:0px;
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverDimension.php17 private $width; variable in Facebook\\WebDriver\\WebDriverDimension
20 * @param int|float $width
23 public function __construct($width, $height) argument
25 $this->width = $width;
40 * Get the width.
42 * @return int The width.
46 return (int) $this->width;
53 * @return bool Whether the height and the width are the same as the instance.
57 return $this->height === $dimension->getHeight() && $this->width
[all...]
/plugin/translation/flags/
H A Duz.svg1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 640 480"><path fill="#1eb53a" d="M0 320h640v160H0z"/><path fill="#0099b5" d="M0 0h640v160H0z"/><path fill="#ce1126" d="M0 153.6h640v172.8H0z"/><path fill="#fff" d="M0 163.2h640v153.6H0z"/><circle cx="134.4" cy="76.8" r="57.6" fill="#fff"/><circle cx="153.6" cy="76.8" r="57.6" fill="#0099b5"/><g fill="#fff" transform="matrix(1.92 0 0 1.92 261.1 122.9)"><g id="e"><g id="d"><g id="c"><g id="b"><path id="a" d="M0-6-1.9-.3 1 .7"/><use xlink:href="#a" width="100%" height="100%" transform="scale(-1 1)"/></g><use xlink:href="#b" width="100%" height="100%" transform="rotate(72)"/></g><use xlink:href="#b" width="100%" height="100%" transform="rotate(-72)"/><use xlink:href="#c" width="100%" height="100%" transform="rotate(144)"/></g><use xlink:href="#d" width="100%" height="100%" y="-24"/><use xlink:href="#d" width="100%" height="100%" y="-48"/></g><use xlink:href="#e" width="100%" height="100%" x="24"/><use xlink:href="#e" width="100%" height="100%" x="48"/><use xlink:href="#d" width="100%" height="100%" x="-48"/><use xlink:href="#d" width
[all...]
/plugin/latexcaption/
H A Dstyle.less6 width: fit-content;
7 width: -moz-fit-content;
8 max-width: 100%;
30 width: 0;
55 max-width: 40%;
58 max-width: 50%;
61 max-width: 60%;
64 max-width: 70%;
67 max-width: 80%;
84 width: auto;
[all …]
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php18 /** @var int the terminal width */
31 // try to get terminal width
32 $width = $this->getTerminalWidth();
33 if ($width) {
34 $this->max = $width - 1;
55 * Set the border. The border is set between each column. Its width is
78 * Set the width of the terminal to assume (in characters)
88 * Tries to figure out the width of the terminal
90 * @return int terminal width, 0 if unknown
102 $width
293 wordwrap($str, $width = 75, $break = 'n', $cut = false) global() argument
[all...]
/plugin/structinputstretch/
H A Dscript.js15 width: $tag.width(),
24 $input.data('structinputstretch__minWidth', $input.width());
25 $input.data('structinputstretch__maxWidth', $input.closest('fieldset').width());
30 inputTextWidth = measureText($input.val(), inputFont).width + 20;
33 $input.width(minWidth);
35 $input.width(maxWidth);
37 $input.width(inputTextWidth);
/plugin/externalembed/
H A Dscreen.css9 /*max-width: 100%;*/
15 width: 100%;
29 width: 100%;
35 max-width: 640px;
39 max-width: 854px;
43 max-width: 1280px;
47 max-width: 1920px;
58 width: 70%;
59 max-width: 100%;
90 max-width: 300px;
[all …]
/plugin/svgimg2/
H A Dhelper.php34 $width = intval($data['width']);
42 $width = empty( $width ) ? '' : ' -w' . intval($width);
48 $width,
57 if ( !empty($width) ) $param .= intval($width);
58 if ( !empty($width) && !empty($data['height']) ) $param .= 'x';
72 $width = empty( $width ) ? '' : ' -w ' . intval($width);
76 $width,
/plugin/popupviewer/
H A Dscript.js70 width : 208,
91 width : '',
174 width: content.width(),
208 width: content.width(),
370 return {width: width, height: height};
380 width = optimalSize.width;
385 width = parseInt(width) || ($(window).width() * 0.7);
417 xOffset += ($(window).width() - width) * 0.5;
425 width : width,
430 width : '',
[all …]
/plugin/mapillary/
H A Dsyntax.php94 list ($img, $width, $sequences, $legs) = $params;
102 $width = intval($width);
103 if ($width < 100)
104 $width = 320;
105 if ($width > 2048)
106 $width = 2048;
110 $width,
131 list ($image, $width, $sequences, $legs, $float) = $data;
154 …$renderer->doc .= ' style="width:' . $width . 'px;height:' . $height . 'px;"; title="Mapillary ('…
/plugin/latexport/helpers/
H A Dinternal_media.php19 * @param int $width width of media in pixel
35 private $width; variable in InternalMedia
51 * @param int $width width of media in pixel
56 function __construct($src, $title, $align, $width, $height, $cache, $linking) { argument
61 $this->width = $width;
85 return $this->width;
107 return "$this->src ($this->align $this->width x $this->height) '$this->title'";
/plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/
H A DTimeEfficientLongestCommonSubsequenceImplementation.php31 $width = $fromLength + 1;
32 $matrix = new \SplFixedArray($width * ($toLength + 1));
39 $matrix[$j * $width] = 0;
44 $o = ($j * $width) + $i;
47 $matrix[$o - $width],
48 $from[$i - 1] === $to[$j - 1] ? $matrix[$o - $width - 1] + 1 : 0
62 $o = ($j * $width) + $i;
64 if ($matrix[$o - $width] > $matrix[$o - 1]) {
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fastps.l2.class.php50 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument
55 $cx += $width;
60 while ($cx+$width >= $x - $ox) {
61 $this->image($image, $cx-$width, $y, $scale);
62 $cx -= $width;
73 $cx += $width;
82 while ($cx+$width > $x - $ox) {
84 $cx -= $width;
95 $cx += $width;
104 while ($cx+$width > $x - $ox) {
[all …]
/plugin/icon/
H A DSVG.php23 protected $width = 'auto'; variable in dokuwiki\\plugin\\icon\\SVG
35 join("\n", [$this->url, $this->color, $this->width, $this->height]),
53 * @param string $width
56 public function setWidth($width) argument
59 if ($width == 'auto' || $width == '') {
60 $this->width = $width;
65 if (preg_match('/^\d*\.?\d+(px|em|ex|pt|in|pc|mm|cm|rem|vh|vw)?$/', $width)) {
66 $this->width = $width;
70 $this->width = 'auto'; // fall back to default
207 if ($this->width) $svg->setAttribute('width', $this->width);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DBmp.php25 $width = $this->_fourbytes2int_le(substr($data, 18, 4));
33 $info = ['w' => $width, 'h' => $height];
68 $str = $this->rle8_decode(substr($data, $bfOffBits), $width);
71 $str = $this->rle4_decode(substr($data, $bfOffBits), $width);
75 $padCnt = (4 - ceil($width / (8 / $biBitCount)) % 4) % 4;
80 $w = floor($width / (8 / $biBitCount)) + ($width % (8 / $biBitCount) ? 1 : 0);
100 $w_row = $width * 2 + $padCnt;
104 for ($x = 0; $x < $width; $x++) {
115 for ($x = 0; $x < $width;
192 rle8_decode($str, $width) global() argument
241 rle4_decode($str, $width) global() argument
[all...]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DbmpDecoder.js91 var xlen = Math.ceil(this.width / 8);
98 if(x*8+i<this.width){
117 var xlen = Math.ceil(this.width/2);
133 if(x*2+1>=this.width)break;
150 var mode = this.width%4;
152 for (var x = 0; x < this.width; x++) {
177 var dif_w = (this.width * 2) % 4;
183 for (var x = 0; x < this.width; x++) {
206 var dif_w = (this.width * 2) % 4;
213 for (var x = 0; x < this.width; x++) {
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php89 * Give only one of the size parameters (width, height) to calculate the other one automatically in view to the
94 * with the keys "x", "y", "width", "height", "adjustPageSize".
96 * @param float|int|null $width The width.
102 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
121 $newSize = $this->getTemplateSize($tpl, $width, $height);
130 ($newSize['width'] / $originalSize['width']),
144 * Give only one of the size parameters (width, height) to calculate the other one automatically in view to the
148 * @param float|int|null $width Th
152 getTemplateSize($tpl, $width = null, $height = null) global() argument
190 beginTemplate($width = null, $height = null, $groupXObject = false) global() argument
379 SetLineWidth($width) global() argument
[all...]
/plugin/mathpublish/phpmathpublisher/
H A DMathExpression.php275 $width = 1;
334 $width = max($width1, $width2);
361 $width = $width1 + $width2;
396 $width = $width1 + $width2;
589 $width = array();
642 $width[$i],
672 $width = array();
731 $width[$i],
781 $width = $widthExp;
807 $width = $widthExp;
[all …]
/plugin/diagramsnet/lib/img/lib/mscae/
H A DAzure_Data_Explorer_Clusters.svg1width="60" height="60.002"><path d="M60 0H0l60 60z" fill="#0078d4"/><g fill="#b8d432"><rect x="-3.…
/plugin/pgn4web/pgn4web/
H A Dtwic944.css33 width: 366px;
37 border-width: 3px;
41 width: 36px;
49 width: 41px;
52 border-width: 2px;
74 /* a "width" attribute here must use the !important flag to override default settings */
75 width: 100% !important;
84 /* a "width" attribute here must use the !important flag to override default settings */
88 /* a "width" attribute here must use the !important flag to override default settings */
93 width: 10% !important;
[all …]
H A Dcollection.css29 width: 100%;
48 width: 376px;
52 border-width: 3px;
57 width: 36px;
65 width: 43px;
68 border-width: 2px;
90 /* a "width" attribute here must use the !important flag to override default settings */
91 width: 100% !important;
100 /* a "width" attribute here must use the !important flag to override default settings */
109 width: 10% !important;
[all …]
/plugin/struct/
H A Dstyle.less8 width: 100%;
45 width: 12em;
74 width: 100%;
79 width: 30%;
92 width: fit-content;
102 width: 2.5em;
116 @media (max-width: 480px) {
123 width: 100%;
128 width: 100%;
154 width
[all...]
/plugin/dirtylittlehelper/
H A Dstyle.css5 width: 325px;
29 width: 95%;
53 width: 100%;
155 width:32px !important;
181 width: 100px;
188 width: 220px;
199 width: 1px;
215 width:5px;
233 width: 10px;
246 width: 100%;
[all …]
/plugin/twcheckliste/theme_twCheckliste/
H A Dtw_style.css15 max-width: 794px;
80 width: 100%;
92 width: 100%;
116 width: 42%;
122 width: 100%;
138 width: 100%;
147 width: 49%;
167 width: 310px;
175 max-width: 350px;
191 width: 7px;
[all …]

12345678910>>...99