Searched refs:cellspec (Results 1 – 4 of 4) sorted by relevance
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.js | 13081 $def(self, '$push_cellspec', function $$push_cellspec(cellspec) { argument 13085 if (cellspec == null) cellspec = $hash2([], {}); 13086 self.cellspecs['$<<'](($truthy(($ret_or_1 = cellspec)) ? ($ret_or_1) : ($hash2([], {})))); 13128 var self = this, cell_text = nil, cellspec = nil, repeat = nil, $ret_or_1 = nil, q = nil; 13136 if ($truthy((cellspec = self.$take_cellspec()))) { 13137 repeat = ($truthy(($ret_or_1 = cellspec.$delete("repeatcol"))) ? ($ret_or_1) : (1)) 13141 cellspec = $hash2([], {}); 13148 cellspec = nil; 13177 …if ((($truthy(cellspec) && ($truthy(cellspec['$key?']("colspan")))) && ($truthy($rb_gt((extra_cols… 13192 …cell = $$$($$('Table'), 'Cell').$new(column, cell_text, cellspec, $hash2(["cursor"], {"cursor": se…
|
| D | asciidoctor.cjs | 11921 $def(self, '$push_cellspec', function $$push_cellspec(cellspec) { 11925 if (cellspec == null) cellspec = $hash2([], {}); 11926 self.cellspecs['$<<'](($truthy(($ret_or_1 = cellspec)) ? ($ret_or_1) : ($hash2([], {})))); 11967 var self = this, cell_text = nil, cellspec = nil, repeat = nil, $ret_or_1 = nil, q = nil; 11975 if ($truthy((cellspec = self.$take_cellspec()))) { 11976 repeat = ($truthy(($ret_or_1 = cellspec.$delete("repeatcol"))) ? ($ret_or_1) : (1)); 11980 cellspec = $hash2([], {}); 11987 cellspec = nil; 12016 …if ((($truthy(cellspec) && ($truthy(cellspec['$key?']("colspan")))) && ($truthy($rb_gt((extra_cols… 12031 …cell = $$$($$('Table'), 'Cell').$new(column, cell_text, cellspec, $hash2(["cursor"], {"cursor": se…
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 37446 $def(self, '$push_cellspec', function $$push_cellspec(cellspec) { argument 37450 if (cellspec == null) cellspec = $hash2([], {}); 37451 self.cellspecs['$<<'](($truthy(($ret_or_1 = cellspec)) ? ($ret_or_1) : ($hash2([], {})))); 37493 var self = this, cell_text = nil, cellspec = nil, repeat = nil, $ret_or_1 = nil, q = nil; 37501 if ($truthy((cellspec = self.$take_cellspec()))) { 37502 repeat = ($truthy(($ret_or_1 = cellspec.$delete("repeatcol"))) ? ($ret_or_1) : (1)) 37506 cellspec = $hash2([], {}); 37513 cellspec = nil; 37542 …if ((($truthy(cellspec) && ($truthy(cellspec['$key?']("colspan")))) && ($truthy($rb_gt((extra_cols… 37557 …cell = $$$($$('Table'), 'Cell').$new(column, cell_text, cellspec, $hash2(["cursor"], {"cursor": se…
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 37698 $def(self, '$push_cellspec', function $$push_cellspec(cellspec) { argument 37702 if (cellspec == null) cellspec = $hash2([], {}); 37703 self.cellspecs['$<<'](($truthy(($ret_or_1 = cellspec)) ? ($ret_or_1) : ($hash2([], {})))); 37745 var self = this, cell_text = nil, cellspec = nil, repeat = nil, $ret_or_1 = nil, q = nil; 37753 if ($truthy((cellspec = self.$take_cellspec()))) { 37754 repeat = ($truthy(($ret_or_1 = cellspec.$delete("repeatcol"))) ? ($ret_or_1) : (1)) 37758 cellspec = $hash2([], {}); 37765 cellspec = nil; 37794 …if ((($truthy(cellspec) && ($truthy(cellspec['$key?']("colspan")))) && ($truthy($rb_gt((extra_cols… 37809 …cell = $$$($$('Table'), 'Cell').$new(column, cell_text, cellspec, $hash2(["cursor"], {"cursor": se…
|