Home
last modified time | relevance | path

Searched refs:widths (Results 76 – 100 of 101) sorted by path

12345

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.row.php141 $widths = array();
146 $widths[] = 0;
148 $widths[] = $this->content[$i]->get_max_width($context);
152 return $widths;
156 $widths = array();
161 $widths[] = 0;
163 $widths[] = $this->content[$i]->get_min_width($context);
167 return $widths;
H A Dfont.class.php89 $widths = array();
95 … $widths[$code] = floor($hmtx->_hMetrics[$glyphIndex]['advanceWidth']*1000/$head->_unitsPerEm);
97 $widths[$code] = DEFAULT_CHAR_WIDTH;
103 if (!isset($widths[chr($i)])) {
104 $widths[chr($i)] = DEFAULT_CHAR_WIDTH;
116 $this->char_widths = $widths;
H A Dpdf.fpdf.makefont.php29 $widths = array();
34 $widths[] = 1000;
50 $widths[] = 1000;
106 $widths=array();
128 $widths[$gn]=$w;
163 $widths['.notdef']=600;
166 if (!isset($widths['Delta']) and isset($widths['increment'])) {
167 $widths['Delta']=$widths['increment'];
174 $widths[$i]=$widths['.notdef'];
176 $widths[$i]=$widths[$map[chr($i)]];
[all …]
H A Dstrategy.table.layout.auto.php28 $spanned_widths[] = $widths[$i];
62 return $widths;
111 $widths = array();
115 $widths[$i] = $minwc[$i];
128 $sum_cw += $widths[$i];
191 $widths[$i] = $current_max;
199 $widths[$i] = 0.01;
219 if ($widths[$i] == 0) { $widths[$i] = EPSILON; };
240 $widths = expand_to($width, $widths);
246 ksort($widths, SORT_NUMERIC);
[all …]
H A Dstrategy.table.layout.fixed.php9 $widths = array();
12 $widths[] = $cwc->apply(0, $table->parent->get_width());
14 return $widths;
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php40 $widths=array();
77 $widths[$cc]=$w;
81 $widths[$gn]=$w;
115 if(!isset($widths['.notdef']))
116 $widths['.notdef']=600;
117 if(!isset($widths['Delta']) and isset($widths['increment']))
118 $widths['Delta']=$widths['increment'];
122 if(!isset($widths[$map[$i]]))
125 $widths[$i]=$widths['.notdef'];
128 $widths[$i]=$widths[$map[$i]];
[all …]
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.input.text.php77 $widths = array(122,
101 px2pt($widths[$i]),
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java.bak313 // Updates the widths of the palettes if the container size changes
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …ROUP_SIZE = 4096;\n\n// Heuristic value used when enforcing minimum line widths.\nvar MIN_WIDTH_FA…
H A Dpdf.worker.js32576 if (widths) {
32623 if (widths) {
32678 var widths = [];
32704 widths: widths
32724 return widths;
32808 if (widths) {
32853 widths: metrics.widths,
35102 this.widths = properties.widths;
35193 this.widths = properties.widths;
38175 cff.widths = charStringsAndSeacs.widths;
[all …]
H A Dpdf.worker.js.map1widths","vmetrics","defaultVMetrics","vmetric","firstChar","parseFloat","baseFontName","metrics","…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …er all pages of the PDF document have identical\n * widths and heights.\n *…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1widths word-spacing x-height z-index';\n\n var values = 'above absolute all always aqua armenian …
/plugin/tagfilter/script/select2/
H A Dselect2.css19 Force border-box so that % widths fit the parent
/plugin/tagfilter/
H A Dstyle.css122 Force border-box so that % widths fit the parent
/plugin/tuxquote/
H A Dquotes.txt4045 A lot of people are afraid of heights. Not me. I'm afraid of widths. <BR> --Steven Wright
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md109 widths, the second contains the texts to fill into the columns. Between each column a border is printed (a single space
120 When mixing fixed and percentage widths, percentages refer to the remaining space after all fixed columns have been
124 column to adjust for different terminal widths.
/plugin/wrap/
H A Dall.less135 /* widths
H A Dexample.txt38 * and **widths**
96 You can set any valid widths (but only on divs): ''%, px, em, rem, ex, ch, vw, vh, pt, pc, cm, mm, in'', but most of the time you'd only want either
124 :!: Attention: What is the difference between widths and width keywords and when is it best to use which? **Widths** can cause problems and will never fully add up, therefore will break the layout under some circumstances. (See [[http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug|box model]] for a technical explanation.) So, getting widths right will need some fiddling around and testing in various browsers. **Width keywords** on the other hand fit automatically and work better on mobile devices. But the drawback is that they need an extra wrap around them and don't work properly in older browsers (IE8 and under).
142 The former type of column is determined by its width, the latter by its amount. The width-based columns are ideal for different layouts and device widths.
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs8520 /* TODO: confirm that widths are always 10 */

12345