Searched refs:colwidth (Results 1 – 11 of 11) sorted by relevance
| /plugin/gallery/classes/ |
| D | XHTMLFormatter.php | 82 $colwidth = $this->options->thumbnailWidth . 'px'; 86 $colwidth = '1fr'; 90 $colwidth = 'min(' . $colwidth . ', ' . $maxwidth . ')'; 94 $colwidth = 'minmax(' . $colwidth . ', 1fr)'; 96 $attr['style'] = 'grid-template-columns: repeat(' . $cols . ', ' . $colwidth . ')';
|
| /plugin/tablelayout/script/ |
| D | edittable_plugin.js | 14 layout.colwidth.forEach(function (currentValue, index) { 33 layout.colwidth[col] = parseInt(width, 10) + 'px'; 44 layout.colwidth.splice(index, amount); 61 layout.colwidth.splice(index, 0, null);
|
| D | tablelayout_functions.js | 32 if (!layoutdata.colwidth) { 33 layoutdata.colwidth = []; 35 exports.styleColumnWidths($table, layoutdata.colwidth); 122 if (typeof layout.colwidth === 'undefined') { 123 layout.colwidth = [];
|
| D | script.js | 24 var colwidth = json.colwidth; 25 params.push('colwidth=' + colwidth); 187 if (layoutdata.colwidth || layoutdata.rowsVisible) {
|
| /plugin/tablelayout/ |
| D | helper.php | 29 if (!empty($layout->colwidth)) { 30 $syntax[] = 'colwidth="' . implode(',', $layout->colwidth) . '"';
|
| /plugin/prosemirror/lib/ |
| D | bundle.js | 1 …colwidth)return e.colwidth.slice();for(var t=[],n=0;n<e.colspan;n++)t.push(0);return t}h.prototype… property
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.js | 12574 … [], function $$2(colspec){var self = $$2.$$s == null ? this : $$2.$$s, colwidth = nil, $ret_or_1 … 12578 colwidth = colspec['$[]']("width"); 12580 if ($truthy($rb_lt(colwidth, 0))) { 12583 return (width_base = $rb_plus(width_base, colwidth))
|
| D | asciidoctor.cjs | 11462 … [], function $$2(colspec){var self = $$2.$$s == null ? this : $$2.$$s, colwidth = nil, $ret_or_1 … 11466 colwidth = colspec['$[]']("width"); 11468 if ($truthy($rb_lt(colwidth, 0))) { 11471 return (width_base = $rb_plus(width_base, colwidth))
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Mpdf.php | 20235 $colwidth = $widthcols[$i]['maw']; 20237 $colwidth = $widthcols[$i]['miw']; 20239 $colwidth = $widthcols[$i]['maw']; 20243 $widthcols[$i] = $colwidth;
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 36939 … [], function $$2(colspec){var self = $$2.$$s == null ? this : $$2.$$s, colwidth = nil, $ret_or_1 … 36943 colwidth = colspec['$[]']("width"); 36945 if ($truthy($rb_lt(colwidth, 0))) { 36948 return (width_base = $rb_plus(width_base, colwidth))
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 37191 … [], function $$2(colspec){var self = $$2.$$s == null ? this : $$2.$$s, colwidth = nil, $ret_or_1 … 37195 colwidth = colspec['$[]']("width"); 37197 if ($truthy($rb_lt(colwidth, 0))) { 37200 return (width_base = $rb_plus(width_base, colwidth))
|