Home
last modified time | relevance | path

Searched refs:colwidth (Results 1 – 11 of 11) sorted by relevance

/plugin/gallery/classes/
DXHTMLFormatter.php82 $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/
Dedittable_plugin.js14 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);
Dtablelayout_functions.js32 if (!layoutdata.colwidth) {
33 layoutdata.colwidth = [];
35 exports.styleColumnWidths($table, layoutdata.colwidth);
122 if (typeof layout.colwidth === 'undefined') {
123 layout.colwidth = [];
Dscript.js24 var colwidth = json.colwidth;
25 params.push('colwidth=' + colwidth);
187 if (layoutdata.colwidth || layoutdata.rowsVisible) {
/plugin/tablelayout/
Dhelper.php29 if (!empty($layout->colwidth)) {
30 $syntax[] = 'colwidth="' . implode(',', $layout->colwidth) . '"';
/plugin/prosemirror/lib/
Dbundle.js1colwidth)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/
Dasciidoctor.js12574 … [], 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))
Dasciidoctor.cjs11462 … [], 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/
DMpdf.php20235 $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/
Dasciidoctor.js36939 … [], 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/
Dasciidoctor.js37191 … [], 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))