Home
last modified time | relevance | path

Searched refs:widths (Results 1 – 25 of 110) sorted by relevance

12345

/plugin/html2pdf/html2pdf/html2ps/
Dstrategy.table.layout.auto.php12 function use_colspans(&$table, $widths, &$context, $width_fun, $minwc, $maxwc) { argument
28 $spanned_widths[] = $widths[$i];
59 array_splice($widths, $colspan->column, $colspan->size, $spanned_widths);
62 return $widths;
111 $widths = array();
115 $widths[$i] = $minwc[$i];
128 $sum_cw += $widths[$i];
166 $rest = $width - array_sum($widths);
177 if (!isset($widths[$j])) {
191 $widths[$i] = $current_max;
[all …]
Dpdf.fpdf.makefont.php29 $widths = array();
34 $widths[] = 1000;
48 $widths[] = floor($hmtx->_hMetrics[$realIndex]['advanceWidth']*1000/$head->_unitsPerEm);
50 $widths[] = 1000;
91 $font_info['Widths'] = $widths;
106 $widths=array();
128 $widths[$gn]=$w;
162 if (!isset($widths['.notdef'])) {
163 $widths['.notdef']=600;
166 if (!isset($widths['Delta']) and isset($widths['increment'])) {
[all …]
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;
Dbox.table.php648 $widths = $this->get_table_columns_min_widths($context);
652 $widths = $this->_table_apply_colspans($widths, $context, 'get_min_width', $widths, $maxw);
654 $width = array_sum($widths);
671 min($cwc->apply_inverse($widths[$i], $base_width),
689 $widths = $this->get_table_columns_max_widths($context);
692 $widths = $this->_table_apply_colspans($widths, $context, 'get_max_width', $minwc, $widths);
694 $width = array_sum($widths);
705 min($cwc->apply_inverse($widths[$i], $base_width),
757 function _table_apply_colspans($widths, &$context, $width_fun, $minwc, $maxwc) { argument
786 $spanned_widths[] = $widths[$i];
[all …]
Dstrategy.table.layout.fixed.php9 $widths = array();
12 $widths[] = $cwc->apply(0, $table->parent->get_width());
14 return $widths;
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;
/plugin/asciidocjs/node_modules/pug-filters/node_modules/cliui/test/
Dcliui.js69 widths = ui._columnWidths([{}, {}, {}])
71 widths[0].should.equal(13)
72 widths[1].should.equal(13)
73 widths[2].should.equal(13)
80 widths = ui._columnWidths([{width: 20}, {}, {}])
82 widths[0].should.equal(20)
83 widths[1].should.equal(10)
84 widths[2].should.equal(10)
91 widths = ui._columnWidths([{}, {width: 10}, {}])
93 widths[0].should.equal(15)
[all …]
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
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/asciidocjs/node_modules/pug-filters/node_modules/cliui/
Dindex.js192 widths = this._columnWidths(row),
199 col.width = widths[c]
232 widths = [],
241 widths[i] = col.width
244 widths[i] = undefined
250 widths.forEach(function (w, i) {
251 if (!_this.wrap) widths[i] = row[i].width || row[i].text.length
252 else if (w === undefined) widths[i] = Math.max(unsetWidth, _minWidth(row[i]))
255 return widths
/plugin/html2pdf/html2pdf/html2ps/unittest/
Dtest.input.text.php77 $widths = array(122,
101 px2pt($widths[$i]),
/plugin/asciidocjs/node_modules/cliui/build/lib/
Dindex.js160 const widths = this.columnWidths(row);
166 col.width = widths[c];
216 const widths = row.map(col => {
226 return widths.map((w, i) => {
/plugin/asciidocjs/node_modules/cliui/build/
Dindex.cjs161 const widths = this.columnWidths(row);
167 col.width = widths[c];
216 // column widths can be set in config.
217 const widths = row.map(col => {
225 // any unset widths should be calculated.
227 return widths.map((w, i) => {
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
DtableCell.js.unc30 widths: [ '40%', '5%', '40%' ],
38 widths: [ '70%', '30%' ],
202 widths: [ '60%', '40%' ],
252 widths: [ '60%', '40%' ],
DtableCell.js1 …sKey:"I",elements:[{type:"hbox",widths:["40%","5%","40%"],children:[{type:"vbox",padding:0,childre… property
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
Dgeshi.js1widths:["33%","33%","33%"],children:[{type:"select",id:"ckg_geshi_lang",label:"Select language",it… property
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
Dtable.js1widths:[null,null],styles:["vertical-align:top"],children:[{type:"vbox",padding:0,children:[{type:… property
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
Dtable.js1widths:[null,null],styles:["vertical-align:top"],children:[{type:"vbox",padding:0,children:[{type:… property
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
Dspecialchar.js1widths:["320px","90px"],children:[{type:"html",id:"charContainer",html:"",onMouseover:i,onMouseout… property
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
Dspecialchar.js1widths:["320px","90px"],children:[{type:"html",id:"charContainer",html:"",onMouseover:i,onMouseout… property
/plugin/ckgdoku/ckeditor/plugins/colordialog/dialogs/
Dcolordialog.js12widths:["70%","10%","30%"],children:[{type:"html",html:"\x3cdiv\x3e\x3c/div\x3e",onLoad:function()… property
/plugin/ckgedit/ckeditor/plugins/colordialog/dialogs/
Dcolordialog.js12widths:["70%","10%","30%"],children:[{type:"html",html:"\x3cdiv\x3e\x3c/div\x3e",onLoad:function()… property
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
Dwsc.js56widths:["50%","50%"],className:"wsc-spelltab-bottom",children:[{type:"hbox",id:"leftCol",align:"le… property
59 …align:"right",width:"50%",children:[{type:"vbox",id:"rightCol_col__left",widths:["50%","50%","50%"… property
61 …button.instance=this},onClick:d}]},{type:"vbox",id:"rightCol_col__right",widths:["50%","50%","50%"… property
63 …ype:"hbox",id:"BlockFinishChecking",style:"width:560px; margin: 0 auto;",widths:["70%","30%"],onSh… property
66 …style:"width:560px; margin: 0 auto;",children:[{type:"hbox",id:"leftCol",widths:["66%","34%"],chil… property
70 widths:["70%","30%"],onShow:function(){this.getElement().setStyles({display:"block",position:"absol… property
72 …erflow: hidden;",children:[{type:"hbox",widths:["75%","25%"],children:[{type:"vbox",children:[{typ… property
76 …ype:"hbox",id:"BlockFinishChecking",style:"width:560px; margin: 0 auto;",widths:["70%","30%"],onSh… property
80 …:"vbox",id:"Options_content",children:[{type:"hbox",id:"Options_manager",widths:["52%","48%"],chil… property
84 …ox",id:"Options_buttons",children:[{type:"vbox",id:"Options_leftCol_col",widths:["50%","50%"],chil… property
[all …]
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
Dwsc.js55 …dow}},{type:"hbox",id:"bottomGroup",style:"width:560px; margin: 0 auto;",widths:["50%","50%"],clas… property
56 …"leftCol",align:"left",width:"50%",children:[{type:"vbox",id:"rightCol1",widths:["50%","50%"],chil… property
58 …align:"right",width:"50%",children:[{type:"vbox",id:"rightCol_col__left",widths:["50%","50%","50%"… property
60 …button.instance=this},onClick:e}]},{type:"vbox",id:"rightCol_col__right",widths:["50%","50%","50%"… property
62 …ype:"hbox",id:"BlockFinishChecking",style:"width:560px; margin: 0 auto;",widths:["70%","30%"],onSh… property
65 …style:"width:560px; margin: 0 auto;",children:[{type:"hbox",id:"leftCol",widths:["66%","34%"],chil… property
69 widths:["70%","30%"],onShow:function(){this.getElement().setStyles({display:"block",position:"absol… property
71 …erflow: hidden;",children:[{type:"hbox",widths:["75%","25%"],children:[{type:"vbox",children:[{typ… property
75 {type:"hbox",id:"BlockFinishChecking",style:"width:560px; margin: 0 auto;",widths:["70%","30%"],onS… property
78 …:"vbox",id:"Options_content",children:[{type:"hbox",id:"Options_manager",widths:["52%","48%"],chil… property
[all …]
/plugin/ckgdoku/ckeditor/plugins/footnote/
Dplugin.js1 …it:function(f){f.contents=this.getValue()},},{type:"hbox",id:"revisions",widths:["15%","30%","2%",… property
/plugin/ckgedit/ckeditor/plugins/footnote/
Dplugin.js1 …it:function(f){f.contents=this.getValue()},},{type:"hbox",id:"revisions",widths:["15%","30%","2%",… property

12345