Home
last modified time | relevance | path

Searched refs:width_base (Results 1 – 4 of 4) sorted by relevance

/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js12568 var self = this, cols = nil, autowidth_cols = nil, width_base = nil, num_cols = nil;
12573 width_base = 0;
12583 return (width_base = $rb_plus(width_base, colwidth))
12588 if (!($truthy($rb_gt(width_base, 0)) || ($truthy(autowidth_cols)))) {
12589 width_base = nil
12591 self.$assign_column_widths(width_base, autowidth_cols);
12596 … $def(self, '$assign_column_widths', function $$assign_column_widths(width_base, autowidth_cols) { argument
12600 if (width_base == null) width_base = nil;
12604 if ($truthy(width_base)) {
12608 if ($truthy($rb_gt(width_base, 100))) {
[all …]
Dasciidoctor.cjs11456 var self = this, cols = nil, autowidth_cols = nil, width_base = nil, num_cols = nil;
11461 width_base = 0;
11471 return (width_base = $rb_plus(width_base, colwidth))
11476 if (!($truthy($rb_gt(width_base, 0)) || ($truthy(autowidth_cols)))) {
11477 width_base = nil;
11478 } self.$assign_column_widths(width_base, autowidth_cols);
11482 … $def(self, '$assign_column_widths', function $$assign_column_widths(width_base, autowidth_cols) {
11486 if (width_base == null) width_base = nil;
11490 if ($truthy(width_base)) {
11494 if ($truthy($rb_gt(width_base, 100))) {
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js36933 var self = this, cols = nil, autowidth_cols = nil, width_base = nil, num_cols = nil;
36938 width_base = 0;
36948 return (width_base = $rb_plus(width_base, colwidth))
36953 if (!($truthy($rb_gt(width_base, 0)) || ($truthy(autowidth_cols)))) {
36954 width_base = nil
36956 self.$assign_column_widths(width_base, autowidth_cols);
36961 … $def(self, '$assign_column_widths', function $$assign_column_widths(width_base, autowidth_cols) { argument
36965 if (width_base == null) width_base = nil;
36969 if ($truthy(width_base)) {
36973 if ($truthy($rb_gt(width_base, 100))) {
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js37185 var self = this, cols = nil, autowidth_cols = nil, width_base = nil, num_cols = nil;
37190 width_base = 0;
37200 return (width_base = $rb_plus(width_base, colwidth))
37205 if (!($truthy($rb_gt(width_base, 0)) || ($truthy(autowidth_cols)))) {
37206 width_base = nil
37208 self.$assign_column_widths(width_base, autowidth_cols);
37213 … $def(self, '$assign_column_widths', function $$assign_column_widths(width_base, autowidth_cols) { argument
37217 if (width_base == null) width_base = nil;
37221 if ($truthy(width_base)) {
37225 if ($truthy($rb_gt(width_base, 100))) {
[all …]