| /plugin/ckgedit/ckeditor/plugins/msword/dialogs/ |
| D | msword.js.unc | 150 var list_type = "ul"; 154 list_type = 'ol'; 156 // alert(list_type); 162 str += "<" + list_type +">"; 183 str+="</" + list_type +">";
|
| /plugin/markdownextra/ |
| D | markdown.php | 1033 $list_type = preg_match("/$marker_ul_re/", $matches[4]) ? "ul" : "ol"; 1035 $marker_any_re = ( $list_type == "ul" ? $marker_ul_re : $marker_ol_re ); 1040 $result = $this->hashBlock("<$list_type>\n" . $result . "</$list_type>");
|
| /plugin/markdownextra/lib/meltdown/js/lib/ |
| D | js-markdown-extra.js | 929 var list_type = type.match(marker_ul_re) ? "ul" : "ol"; 931 var marker_any_re = list_type == "ul" ? marker_ul_re : marker_ol_re; 936 result = self.hashBlock("<" + list_type + ">\n" + result + "</" + list_type + ">");
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.cjs | 4365 $def(self, '$list_marker_keyword', function $$list_marker_keyword(list_type) { 4369 if (list_type == null) list_type = nil; 4370 …return $$('ORDERED_LIST_KEYWORDS')['$[]'](($truthy(($ret_or_1 = list_type)) ? ($ret_or_1) : (self.… 7563 …lines(reader, (content_adjacent = ($eqeq(skipped, 0) ? (options['$[]']("list_type")) : (nil))), $h… 7571 …es(reader, ($truthy(($ret_or_1 = skipped['$=='](0))) ? (options['$[]']("list_type")) : ($ret_or_1)… 7941 $defs(self, '$parse_list', function $$parse_list(reader, list_type, parent, style) { 7946 list_block = $$('List').$new(parent, list_type); 7947 list_rx = $$('ListRxMap')['$[]'](list_type); 8075 …var $a, $b, self = this, list_type = nil, dlist = nil, list_term = nil, term_text = nil, $ret_or_1… 8079 if ($eqeq((list_type = list_block.$context()), "dlist")) { [all …]
|
| D | asciidoctor.js | 8948 … $hash2([], {}), $hash2(["text_only", "list_type"], {"text_only": ($truthy(has_text) ? (nil) : (tr… property 8952 …ext_block(list_item_reader, list_item, $hash2([], {}), $hash2(["list_type"], {"list_type": list_ty… property 9707 …$defs(self, '$resolve_list_marker', function $$resolve_list_marker(list_type, marker, ordinal, val… argument 9715 switch (list_type) { 9792 …ibling_list_item?', function $Parser_is_sibling_list_item$ques$31(line, list_type, sibling_trait) { argument 9797 } else if ($truthy(($ret_or_1 = $$('ListRxMap')['$[]'](list_type)['$=~'](line)))) { 9798 …return sibling_trait['$=='](self.$resolve_list_marker(list_type, (($a = $gvars['~']) === nil ? nil…
|
| /plugin/ckgedit/scripts/ |
| D | parse_wiki.js.unc | 1712 function(match, list_type, format, text, list_type_close, rest) { 1713 return (list_type + format + text + list_type_close + rest + "\n");
|
| /plugin/ckgdoku/scripts/ |
| D | parse_wiki.js.unc | 1711 function(match,list_type,format,text, list_type_close, rest) { 1712 return(list_type+format+text+list_type_close+rest +"\n");
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 33313 … $hash2([], {}), $hash2(["text_only", "list_type"], {"text_only": ($truthy(has_text) ? (nil) : (tr… property 33317 …ext_block(list_item_reader, list_item, $hash2([], {}), $hash2(["list_type"], {"list_type": list_ty… property 34072 …$defs(self, '$resolve_list_marker', function $$resolve_list_marker(list_type, marker, ordinal, val… argument 34080 switch (list_type) { 34157 …ibling_list_item?', function $Parser_is_sibling_list_item$ques$31(line, list_type, sibling_trait) { argument 34162 } else if ($truthy(($ret_or_1 = $$('ListRxMap')['$[]'](list_type)['$=~'](line)))) { 34163 …return sibling_trait['$=='](self.$resolve_list_marker(list_type, (($a = $gvars['~']) === nil ? nil…
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 33565 … $hash2([], {}), $hash2(["text_only", "list_type"], {"text_only": ($truthy(has_text) ? (nil) : (tr… property 33569 …ext_block(list_item_reader, list_item, $hash2([], {}), $hash2(["list_type"], {"list_type": list_ty… property 34324 …$defs(self, '$resolve_list_marker', function $$resolve_list_marker(list_type, marker, ordinal, val… argument 34332 switch (list_type) { 34409 …ibling_list_item?', function $Parser_is_sibling_list_item$ques$31(line, list_type, sibling_trait) { argument 34414 } else if ($truthy(($ret_or_1 = $$('ListRxMap')['$[]'](list_type)['$=~'](line)))) { 34415 …return sibling_trait['$=='](self.$resolve_list_marker(list_type, (($a = $gvars['~']) === nil ? nil…
|
| D | asciidoctor.min.js | 999 …list_type"],{text_only:c(v)?u:!0,list_type:k}))))d.$blocks()["$<<"](v);for(;c(a["$has_more_lines?"…
|