Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js10169 …'$adjust_indentation!', function $Parser_adjust_indentation$excl$37(lines, indent_size, tab_size) { argument
10174 if (tab_size == null) tab_size = 0;
10178 if (($truthy($rb_gt(tab_size, 0)) && ($truthy($send(lines, 'any?', [], function $$38(line){
10183 full_tab_space = $rb_times(" ", tab_size);
10218 if ($eqeq((offset = $rb_plus(idx, spaces_added))['$%'](tab_size), 0)) {
10220 spaces_added = $rb_plus(spaces_added, $rb_minus(tab_size, 1));
10224 if (!$eqeq((spaces = $rb_minus(tab_size, offset['$%'](tab_size))), 1)) {
Dasciidoctor.cjs7859 …ntent_model = nil, lines = nil, block_reader = nil, block_cursor = nil, tab_size = nil, $ret_or_2 …
7900tab_size = ($truthy(($ret_or_2 = attributes['$[]']("tabsize"))) ? ($ret_or_2) : (parent.$document(…
7902 self['$adjust_indentation!'](lines, indent.$to_i(), tab_size);
7903 } else if ($truthy($rb_gt(tab_size, 0))) {
7904 self['$adjust_indentation!'](lines, -1, tab_size);
9208 …'$adjust_indentation!', function $Parser_adjust_indentation$excl$37(lines, indent_size, tab_size) {
9213 if (tab_size == null) tab_size = 0;
9216 …} if (($truthy($rb_gt(tab_size, 0)) && ($truthy($send(lines, 'any?', [], function $$38(line…
9221 full_tab_space = $rb_times(" ", tab_size);
9254 if ($eqeq((offset = $rb_plus(idx, spaces_added))['$%'](tab_size), 0)) {
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js34534 …'$adjust_indentation!', function $Parser_adjust_indentation$excl$37(lines, indent_size, tab_size) { argument
34539 if (tab_size == null) tab_size = 0;
34543 if (($truthy($rb_gt(tab_size, 0)) && ($truthy($send(lines, 'any?', [], function $$38(line){
34548 full_tab_space = $rb_times(" ", tab_size);
34583 if ($eqeq((offset = $rb_plus(idx, spaces_added))['$%'](tab_size), 0)) {
34585 spaces_added = $rb_plus(spaces_added, $rb_minus(tab_size, 1));
34589 if (!$eqeq((spaces = $rb_minus(tab_size, offset['$%'](tab_size))), 1)) {
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js34786 …'$adjust_indentation!', function $Parser_adjust_indentation$excl$37(lines, indent_size, tab_size) { argument
34791 if (tab_size == null) tab_size = 0;
34795 if (($truthy($rb_gt(tab_size, 0)) && ($truthy($send(lines, 'any?', [], function $$38(line){
34800 full_tab_space = $rb_times(" ", tab_size);
34835 if ($eqeq((offset = $rb_plus(idx, spaces_added))['$%'](tab_size), 0)) {
34837 spaces_added = $rb_plus(spaces_added, $rb_minus(tab_size, 1));
34841 if (!$eqeq((spaces = $rb_minus(tab_size, offset['$%'](tab_size))), 1)) {