Home
last modified time | relevance | path

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

/dokuwiki/lib/scripts/
H A Dtree.js35 var $listitem, $sublist, timeout, $clicky, show_sublist, dw_tree, opening;
43 opening = $listitem.hasClass('closed');
44 dw_tree.toggle_display($clicky, opening);
54 if (!opening) {
92 toggle_display: function ($clicky, opening) { argument
H A Dmedia.js64 toggle_display: function ($clicky, opening) { argument
65 … $clicky.attr('src', DOKU_BASE + 'lib/images/' + (opening ? 'minus' : 'plus') + '.gif');
/dokuwiki/lib/plugins/acl/
H A Dscript.js39 toggle_display: function ($clicky, opening) { argument
42 (opening ? 'minus' : 'plus') + '.gif');
/dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/
H A Dspec.txt772 opening sequence of 1--6 unescaped `#` characters and an optional
774 The opening sequence of `#` characters must be followed by a
776 preceded by a [space] and may be followed by spaces only. The opening
780 characters in the opening sequence.
898 It need not be the same length as the opening sequence:
1614 The line with the opening code fence may optionally contain some text
1625 or tildes as the opening code fence. If the leading code fence is
1635 opening code fence until the end of the containing block (or
1687 The closing code fence must use the same character as the opening
1714 The closing code fence must be at least as long as the opening fence:
[all …]