Searched refs:tag_stack (Results 1 – 6 of 6) sorted by relevance
/plugin/indexnumber/ |
D | syntax.php | 26 protected $tag_stack; variable in syntax_plugin_indexnumber 35 $this->tag_stack = new SplStack(); 88 if($this->tag_stack->isEmpty()) { 89 $this->tag_stack->push($tagData); 94 if(!$this->tag_stack->isEmpty()) { 95 $tagData = $this->tag_stack->pop();
|
/plugin/html2pdf/html2pdf/html2ps/ |
D | xhtml.utils.inc.php | 100 $tag_stack = array(); 118 if ($tag == $tag_stack[0]) { 121 array_shift($tag_stack); 123 } elseif (array_search($tag, $tag_stack)) { 125 $no_critical_tags = !array_search('table',$tag_stack); 127 $no_critical_tags = (array_search('table',$tag_stack) >= array_search($tag, $tag_stack)); 136 while ($tag_stack[$i] != $tag) { 137 $result .= "</{$tag_stack[$i]}> "; 142 $result .= "</{$tag_stack[$i]}> "; 144 array_splice($tag_stack, $i, 1); [all …]
|
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
D | asciidoctor.js | 11742 … = nil, tag = nil, inc_lines = nil, inc_offset = nil, inc_lineno = nil, tag_stack = nil, tags_sele… 11908 …nil], (inc_lines = $a[0]), (inc_offset = $a[1]), (inc_lineno = $a[2]), (tag_stack = $a[3]), (tags_… 11946 tag_stack.$pop(); 11947 …return $e = ($truthy(tag_stack['$empty?']()) ? ([nil, base_select]) : (tag_stack['$[]'](-1))), $d … 11951 if ($truthy((idx = $send(tag_stack, 'rindex', [], function $$27(key){ 11957 tag_stack.$shift() 11960 tag_stack.$delete_at(idx); 11974 return tag_stack['$<<']([(active_tag = this_tag), select, inc_lineno]); 11978 return tag_stack['$<<']([(active_tag = this_tag), select, inc_lineno]); 11998 if (!$truthy(tag_stack['$empty?']())) { [all …]
|
D | asciidoctor.cjs | 10684 … = nil, tag = nil, inc_lines = nil, inc_offset = nil, inc_lineno = nil, tag_stack = nil, tags_sele… 10843 …nil], (inc_lines = $a[0]), (inc_offset = $a[1]), (inc_lineno = $a[2]), (tag_stack = $a[3]), (tags_… 10879 tag_stack.$pop(); 10880 …return $e = ($truthy(tag_stack['$empty?']()) ? ([nil, base_select]) : (tag_stack['$[]'](-1))), $d … 10884 if ($truthy((idx = $send(tag_stack, 'rindex', [], function $$27(key){ 10890 tag_stack.$shift(); 10893 tag_stack.$delete_at(idx); 10907 return tag_stack['$<<']([(active_tag = this_tag), select, inc_lineno]); 10911 return tag_stack['$<<']([(active_tag = this_tag), select, inc_lineno]); 10930 } if (!$truthy(tag_stack['$empty?']())) { [all …]
|
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
D | asciidoctor.js | 36107 … = nil, tag = nil, inc_lines = nil, inc_offset = nil, inc_lineno = nil, tag_stack = nil, tags_sele… 36273 …nil], (inc_lines = $a[0]), (inc_offset = $a[1]), (inc_lineno = $a[2]), (tag_stack = $a[3]), (tags_… 36311 tag_stack.$pop(); 36312 …return $e = ($truthy(tag_stack['$empty?']()) ? ([nil, base_select]) : (tag_stack['$[]'](-1))), $d … 36316 if ($truthy((idx = $send(tag_stack, 'rindex', [], function $$27(key){ 36322 tag_stack.$shift() 36325 tag_stack.$delete_at(idx); 36339 return tag_stack['$<<']([(active_tag = this_tag), select, inc_lineno]); 36343 return tag_stack['$<<']([(active_tag = this_tag), select, inc_lineno]); 36363 if (!$truthy(tag_stack['$empty?']())) { [all …]
|
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
D | asciidoctor.js | 36359 … = nil, tag = nil, inc_lines = nil, inc_offset = nil, inc_lineno = nil, tag_stack = nil, tags_sele… 36525 …nil], (inc_lines = $a[0]), (inc_offset = $a[1]), (inc_lineno = $a[2]), (tag_stack = $a[3]), (tags_… 36563 tag_stack.$pop(); 36564 …return $e = ($truthy(tag_stack['$empty?']()) ? ([nil, base_select]) : (tag_stack['$[]'](-1))), $d … 36568 if ($truthy((idx = $send(tag_stack, 'rindex', [], function $$27(key){ 36574 tag_stack.$shift() 36577 tag_stack.$delete_at(idx); 36591 return tag_stack['$<<']([(active_tag = this_tag), select, inc_lineno]); 36595 return tag_stack['$<<']([(active_tag = this_tag), select, inc_lineno]); 36615 if (!$truthy(tag_stack['$empty?']())) { [all …]
|