Home
last modified time | relevance | path

Searched refs:width (Results 3101 – 3125 of 3734) sorted by last modified time

1...<<121122123124125126127128129130>>...150

/plugin/database2/
H A Dadmin.php216 <textarea name="q" rows="3" cols="60" style="width: 100%;">$queryEsc</textarea>
H A Ddatabase2.php2074 $width = intval( $this->options['width'] ) ? ' width="' . $this->options['width'] . '"' : '';
2101 <table class="database2"$width>
2130 <table class="database2"$width>
/plugin/preventzerowidthchars/
H A Dplugin.info.txt6 desc Remove all zero-width-chars from text that is to be saved
H A DREADME3 Remove all zero-width-chars from text that is to be saved
/plugin/rrdgraph/inc/
H A Derrorimage.php38 $width = max($messageWidth, $titleWidth);
41 $image = imagecreatetruecolor($width, $height);
47 …imagefilledrectangle($image, self::BORDER_WIDTH, self::BORDER_WIDTH, $width - self::BORDER_WIDTH -…
/plugin/rrdgraph/
H A Dstyle.css28 border-width: 1px;
87 width: 100%;
103 @media (max-width: 960px)
/plugin/konsole/
H A Dstyle.css2 width: 600px;
20 width: 584px;
40 width: 25px;
53 width : 544px;
63 width: 6px;
71 width: 3px;
80 width: 3px;
89 width: 5px;
103 width: 590px;
108 width: 5px;
[all …]
/plugin/issuetracker/
H A Dprint.css10 width: 87%;
18 width: 87%;
26 width: 89%;
31 width: 3%;
71 width: 15em;
83 width: 18em;
190 width: 90%;
399 width:15em !important;
467 max-width:650px;
496 width:100%;
[all …]
H A Dprototype.js2758 element.width++; element.width--;
3322 width: element.style.width || '', property in AnonymousFunctionf562dc227800.originalStyles
3330 width = element.getStyle('width');
3332 if (width === "0px" || width === null) {
3349 if (width && (positionedWidth === width)) {
3481 var width = this.get('width'),
3485 return width + pLeft + pRight;
3497 var width = element.offsetWidth;
3499 return width;
3685 width: element.offsetWidth, property in getDimensions.dimensions
[all …]
H A Dstyle.css10 width: 87%;
18 width: 87%;
26 width: 89%;
31 width: 3%;
71 width: 15em;
83 width: 18em;
190 width: 90%;
399 width:15em !important;
467 max-width:650px;
496 width:100%;
[all …]
/plugin/src/
H A Dstyle.css12 width: 92%;
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DREADME.md98 $size QRcode width and height size in `px` units [default: `100`]
115 $size Datamatrix width and height size in `px` units [default: `100`]
132 $size PDF417 width and height size in `px` units [default: `100`]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php299 protected $width; variable in jucksearm\\barcode\\lib\\QRcode
698 $this->x = $this->width - 1;
699 $this->y = $this->width - 1;
769 $w = $this->width;
1023 $bitMask = array_fill(0, $width, array_fill(0, $width, 0));
1074 $masked = array_fill(0, $width, str_repeat("\0", $width));
1193 $mask = array_fill(0, $width, str_repeat("\0", $width));
1198 $blacks = (int)(100 * $blacks / ($width * $width));
2497 $yOffset = $width - 7;
2512 $yOffset = $width - 8;
[all …]
/plugin/dir/
H A Dstyle.css71 width: 5px ;
77 width: 5px ;
/plugin/reflect/
H A Daction.php63 $width = $image_details[0];
136 … $output = $this->imagereflection($source, $width, $height, $new_height, $alpha_start, $alpha_end);
153 $finaloutput = imagecreatetruecolor($width, $height+$new_height);
158 imagecopy($finaloutput, $output, 0, 0, 0, 0, $width, $height+$new_height);
/plugin/namespacesearch/
H A Dstyle.css22 width: 49%;
45 width: 36em;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DNotifysend.php117 * @param int $width Maximum allowed line width.
125 $width=80 argument
145 * @param int $width Maximum allowed line width.
157 $width=80, argument
H A DSummary.php68 $width=80 argument
99 * @param int $width Maximum allowed line width.
111 $width=80, argument
125 $width = min($width, ($maxLength + 21));
126 $width = max($width, 70);
129 echo str_repeat('-', $width).PHP_EOL;
131 echo str_repeat('-', $width).PHP_EOL;
134 $padding = ($width - 18 - $data['strlen']);
157 echo str_repeat('-', $width).PHP_EOL;
176 echo PHP_EOL.str_repeat('-', $width).PHP_EOL;
[all …]
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 DFull.php54 $width=80 argument
101 $width = min($width, $maxWidth);
102 if ($width < 70) {
103 $width = 70;
107 if ($fileLength <= ($width - 6)) {
114 echo str_repeat('-', $width).PHP_EOL;
134 echo str_repeat('-', $width).PHP_EOL;
137 $maxErrorSpace = ($width - $paddingLength - 1);
187 echo str_repeat('-', $width).PHP_EOL;
190 echo str_repeat('-', $width).PHP_EOL;
[all …]
H A DInfo.php56 * @param int $width Maximum allowed line width.
64 $width=80 argument
99 * @param int $width Maximum allowed line width.
111 $width=80, argument
H A DJson.php44 * @param int $width Maximum allowed line width.
52 $width=80 argument
106 * @param int $width Maximum allowed line width.
118 $width=80, argument
H A DJunit.php51 * @param int $width Maximum allowed line width.
59 $width=80 argument
125 * @param int $width Maximum allowed line width.
137 $width=80, argument
H A DSource.php61 $width=80 argument
136 $width=80, argument
151 $width = min($width, ($maxLength + 11));
153 $width = min($width, ($maxLength + 41));
156 $width = max($width, 70);
162 echo str_repeat('-', $width).PHP_EOL."\033[1m";
177 echo "\033[0m".str_repeat('-', $width).PHP_EOL;
182 $maxSniffWidth = ($width - 7);
184 $maxSniffWidth = ($width - 37);
246 echo str_repeat('-', $width).PHP_EOL;
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php758 } else if (substr($arg, 0, 13) === 'report-width=') {
838 } else if (substr($arg, 0, 10) === 'tab-width=') {
1426 * @param int $width The width of the report. If "auto" then will
1431 private function _validateReportWidth($width) argument
1433 if ($width === 'auto'
1439 return (int) $width;

1...<<121122123124125126127128129130>>...150