Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js12597 …var self = this, precision = nil, total_width = nil, col_pcwidth = nil, autowidth = nil, autowidth…
12603 total_width = (col_pcwidth = 0);
12629 …return (total_width = $rb_plus(total_width, (col_pcwidth = col.$assign_width(nil, width_base, prec…
12632 col_pcwidth = $rb_divide(100, self.columns.$size()).$truncate(precision);
12633 if ($eqeq(col_pcwidth.$to_i(), col_pcwidth)) {
12634 col_pcwidth = col_pcwidth.$to_i()
12639 … return (total_width = $rb_plus(total_width, col.$assign_width(col_pcwidth, nil, precision)));});
12642 …self.columns['$[]'](-1).$assign_width($rb_plus($rb_minus(100, total_width), col_pcwidth).$round(pr…
12711 $def(self, '$assign_width', function $$assign_width(col_pcwidth, width_base, precision) { argument
12717col_pcwidth = $rb_divide($rb_times(self.attributes['$[]']("width").$to_f(), 100), width_base).$tru…
[all …]
Dasciidoctor.cjs11483 …var self = this, precision = nil, total_width = nil, col_pcwidth = nil, autowidth = nil, autowidth…
11489 total_width = (col_pcwidth = 0);
11512 …return (total_width = $rb_plus(total_width, (col_pcwidth = col.$assign_width(nil, width_base, prec…
11515 col_pcwidth = $rb_divide(100, self.columns.$size()).$truncate(precision);
11516 if ($eqeq(col_pcwidth.$to_i(), col_pcwidth)) {
11517 col_pcwidth = col_pcwidth.$to_i();
11521 … return (total_width = $rb_plus(total_width, col.$assign_width(col_pcwidth, nil, precision)));});
11523 …self.columns['$[]'](-1).$assign_width($rb_plus($rb_minus(100, total_width), col_pcwidth).$round(pr…
11580 $def(self, '$assign_width', function $$assign_width(col_pcwidth, width_base, precision) {
11586col_pcwidth = $rb_divide($rb_times(self.attributes['$[]']("width").$to_f(), 100), width_base).$tru…
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js36962 …var self = this, precision = nil, total_width = nil, col_pcwidth = nil, autowidth = nil, autowidth…
36968 total_width = (col_pcwidth = 0);
36994 …return (total_width = $rb_plus(total_width, (col_pcwidth = col.$assign_width(nil, width_base, prec…
36997 col_pcwidth = $rb_divide(100, self.columns.$size()).$truncate(precision);
36998 if ($eqeq(col_pcwidth.$to_i(), col_pcwidth)) {
36999 col_pcwidth = col_pcwidth.$to_i()
37004 … return (total_width = $rb_plus(total_width, col.$assign_width(col_pcwidth, nil, precision)));});
37007 …self.columns['$[]'](-1).$assign_width($rb_plus($rb_minus(100, total_width), col_pcwidth).$round(pr…
37076 $def(self, '$assign_width', function $$assign_width(col_pcwidth, width_base, precision) { argument
37082col_pcwidth = $rb_divide($rb_times(self.attributes['$[]']("width").$to_f(), 100), width_base).$tru…
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js37214 …var self = this, precision = nil, total_width = nil, col_pcwidth = nil, autowidth = nil, autowidth…
37220 total_width = (col_pcwidth = 0);
37246 …return (total_width = $rb_plus(total_width, (col_pcwidth = col.$assign_width(nil, width_base, prec…
37249 col_pcwidth = $rb_divide(100, self.columns.$size()).$truncate(precision);
37250 if ($eqeq(col_pcwidth.$to_i(), col_pcwidth)) {
37251 col_pcwidth = col_pcwidth.$to_i()
37256 … return (total_width = $rb_plus(total_width, col.$assign_width(col_pcwidth, nil, precision)));});
37259 …self.columns['$[]'](-1).$assign_width($rb_plus($rb_minus(100, total_width), col_pcwidth).$round(pr…
37328 $def(self, '$assign_width', function $$assign_width(col_pcwidth, width_base, precision) { argument
37334col_pcwidth = $rb_divide($rb_times(self.attributes['$[]']("width").$to_f(), 100), width_base).$tru…
[all …]