Home
last modified time | relevance | path

Searched refs:toc (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/template/apricot/css/
H A D_toc.css6 /* toc
9 /* toc container */
10 .dokuwiki div.toc {
16 /*____________ toc header ____________*/
27 .dokuwiki .toc span.toc_open,
28 .dokuwiki .toc span.toc_close {
34 .dokuwiki .toc span.toc_open span,
35 .dokuwiki .toc span.toc_close span {
38 .dokuwiki .toc span.toc_open {
42 .dokuwiki .toc span.toc_close {
[all …]
/template/rtd_suterdev/css/
H A Dsuterdev.css17 #sidebar ul.toc .li.expandable *,
18 #sidebar ul.toc .li.expandable {
23 #dokuwiki__aside #dw__toc ul.toc > .level1 ul.toc > li > div.li:hover,
24 #sidebar ul.toc .li.expandable .li:hover,
25 #sidebar ul.toc .li.expandable .li:hover *,
26 #sidebar ul.toc .li.expandable:hover *,
27 #sidebar ul.toc .li.expandable:hover,
52 #sidebar ul.toc {
56 #sidebar ul.toc li {
/template/writers/css/
H A D_toc.css6 /* toc
16 /* toc container */
17 .dokuwiki div.toc {
23 /*____________ toc header ____________*/
35 .dokuwiki .toc span.toc_open,
36 .dokuwiki .toc span.toc_close {
42 .dokuwiki .toc span.toc_open span,
43 .dokuwiki .toc span.toc_close span {
46 .dokuwiki .toc span.toc_open {
50 .dokuwiki .toc span.toc_close {
[all …]
/template/neolaoresources3/
H A Dmain.php22 $toc = array();
26 $toc = $TOC;
35 $toc = $meta['description']['tableofcontents'];
36 … if(!$tocok || !is_array($toc) || !$conf['tocminheads'] || count($toc) < $conf['tocminheads']){
37 $toc = array();
51 $toc = $plugin->getTOC();
52 $TOC = $toc; // avoid later rebuild
56 trigger_event('TPL_TOC_RENDER', $toc, NULL, false);
58 if( !empty( $toc ) ){
63 foreach( $toc as $item )
/template/bootstrap3/css/
H A Dtoc.less11 .toc-title { cursor: pointer; margin-top: 0; }
12 .toc-body > ul { overflow-y: auto !important; padding-left: 10px; }
58 .dw-toc {
65 .dw-toc-closed {
66 .toc-title span,
67 .toc-body { display: none; }
68 .dw-toc {
75 .toc-panel .panel-body {
79 .toc-panel .panel-heading {
84 .toc
[all...]
/template/arctictut/
H A Dscript.js35 var toc = jQuery('#sb__left__toc__inside');
37 if( toc.css( 'display' ) == 'none' ) {
38 toc.css( 'display', 'block' );
42 toc.css( 'display', 'none' );
43 toc.style.display = 'none';
78 var toc = jQuery('#sb__right__toc__inside');
81 if( toc.css( 'display' ) == 'none' ) {
82 toc.css( 'display', 'block' );
86 toc.css( 'display', 'none' );
/template/arctic/
H A Dscript.js33 var toc = jQuery('#sb__left__toc__inside');
35 if( toc.css( 'display' ) == 'none' ) {
36 toc.css( 'display', 'block' );
40 toc.css( 'display', 'none' );
41 toc.style.display = 'none';
74 var toc = jQuery('#sb__right__toc__inside');
77 if( toc.css( 'display' ) == 'none' ) {
78 toc.css( 'display', 'block' );
82 toc.css( 'display', 'none' );
/template/a_free_worldic/
H A Dscript.js33 var toc = $('sb__left__toc__inside');
35 if(toc.style.display == 'none') {
36 toc.style.display = '';
40 toc.style.display = 'none';
72 var toc = $('sb__right__toc__inside');
74 if(toc.style.display == 'none') {
75 toc.style.display = '';
79 toc.style.display = 'none';
/template/starterbootstrap/css/
H A D_toc.css6 /* toc
9 /* toc container */
10 .dokuwiki div.toc, /* old, until 2012-01-25 */
18 [dir=rtl] .dokuwiki div.toc, /* old, until 2012-01-25 */
24 /*____________ toc header ____________*/
34 .dokuwiki .toc span.toc_open, /* old */
35 .dokuwiki .toc span.toc_close, /* old */
41 [dir=rtl] .dokuwiki .toc span.toc_open, /* old */
42 [dir=rtl] .dokuwiki .toc span.toc_close, /* old */
47 /*____________ toc list ____________*/
[all …]
/template/zenlike/css/
H A D_toc.css6 /* toc
9 /* toc container */
10 .dokuwiki div.toc, /* old, until 2012-01-25 */
18 [dir=rtl] .dokuwiki div.toc, /* old, until 2012-01-25 */
24 /*____________ toc header ____________*/
34 .dokuwiki .toc span.toc_open, /* old */
35 .dokuwiki .toc span.toc_close, /* old */
41 [dir=rtl] .dokuwiki .toc span.toc_open, /* old */
42 [dir=rtl] .dokuwiki .toc span.toc_close, /* old */
47 /*____________ toc list ____________*/
[all …]
/template/taratasy/css/
H A D_toc.css6 /* toc
9 /* toc container */
10 .dokuwiki div.toc, /* old, until 2012-01-25 */
18 [dir=rtl] .dokuwiki div.toc, /* old, until 2012-01-25 */
24 /*____________ toc header ____________*/
34 .dokuwiki .toc span.toc_open, /* old */
35 .dokuwiki .toc span.toc_close, /* old */
41 [dir=rtl] .dokuwiki .toc span.toc_open, /* old */
42 [dir=rtl] .dokuwiki .toc span.toc_close, /* old */
47 /*____________ toc list ____________*/
[all …]
/template/ach/css/
H A D_toc.css6 /* toc
9 /* toc container */
10 .dokuwiki div.toc, /* old, until 2012-01-25 */
18 [dir=rtl] .dokuwiki div.toc, /* old, until 2012-01-25 */
24 /*____________ toc header ____________*/
34 .dokuwiki .toc span.toc_open, /* old */
35 .dokuwiki .toc span.toc_close, /* old */
41 [dir=rtl] .dokuwiki .toc span.toc_open, /* old */
42 [dir=rtl] .dokuwiki .toc span.toc_close, /* old */
47 /*____________ toc list ____________*/
[all …]
/template/mnml-blog/css/
H A D_toc.css6 /* toc
9 /* toc container */
10 .dokuwiki div.toc, /* old, until 2012-01-25 */
18 [dir=rtl] .dokuwiki div.toc, /* old, until 2012-01-25 */
24 /*____________ toc header ____________*/
34 .dokuwiki .toc span.toc_open, /* old */
35 .dokuwiki .toc span.toc_close, /* old */
41 [dir=rtl] .dokuwiki .toc span.toc_open, /* old */
42 [dir=rtl] .dokuwiki .toc span.toc_close, /* old */
47 /*____________ toc list ____________*/
[all …]
/template/starterpjax/css/
H A D_toc.css6 /* toc
9 /* toc container */
10 .dokuwiki div.toc, /* old, until 2012-01-25 */
18 [dir=rtl] .dokuwiki div.toc, /* old, until 2012-01-25 */
24 /*____________ toc header ____________*/
34 .dokuwiki .toc span.toc_open, /* old */
35 .dokuwiki .toc span.toc_close, /* old */
41 [dir=rtl] .dokuwiki .toc span.toc_open, /* old */
42 [dir=rtl] .dokuwiki .toc span.toc_close, /* old */
47 /*____________ toc list ____________*/
[all …]
/template/prsnl10/css/
H A D_toc.css6 /* toc
9 /* toc container */
10 .dokuwiki div.toc, /* old, until 2012-01-25 */
18 [dir=rtl] .dokuwiki div.toc, /* old, until 2012-01-25 */
24 /*____________ toc header ____________*/
34 .dokuwiki .toc span.toc_open, /* old */
35 .dokuwiki .toc span.toc_close, /* old */
41 [dir=rtl] .dokuwiki .toc span.toc_open, /* old */
42 [dir=rtl] .dokuwiki .toc span.toc_close, /* old */
47 /*____________ toc list ____________*/
[all …]
/template/aran/css/
H A D_toc.css6 /* toc
9 /* toc container */
10 .dokuwiki div.toc, /* old, until 2012-01-25 */
18 [dir=rtl] .dokuwiki div.toc, /* old, until 2012-01-25 */
24 /*____________ toc header ____________*/
34 .dokuwiki .toc span.toc_open, /* old */
35 .dokuwiki .toc span.toc_close, /* old */
41 [dir=rtl] .dokuwiki .toc span.toc_open, /* old */
42 [dir=rtl] .dokuwiki .toc span.toc_close, /* old */
47 /*____________ toc list ____________*/
[all …]
/template/doogiestpl/css/
H A D_toc.css6 /* toc
9 /* toc container */
10 .dokuwiki div.toc, /* old, until 2012-01-25 */
18 [dir=rtl] .dokuwiki div.toc, /* old, until 2012-01-25 */
24 /*____________ toc header ____________*/
34 .dokuwiki .toc span.toc_open, /* old */
35 .dokuwiki .toc span.toc_close, /* old */
41 [dir=rtl] .dokuwiki .toc span.toc_open, /* old */
42 [dir=rtl] .dokuwiki .toc span.toc_close, /* old */
47 /*____________ toc list ____________*/
[all …]
/template/grassstains/css/
H A D_toc.css6 /* toc
9 /* toc container */
10 .dokuwiki div.toc, /* old, until 2012-01-25 */
18 [dir=rtl] .dokuwiki div.toc, /* old, until 2012-01-25 */
24 /*____________ toc header ____________*/
34 .dokuwiki .toc span.toc_open, /* old */
35 .dokuwiki .toc span.toc_close, /* old */
41 [dir=rtl] .dokuwiki .toc span.toc_open, /* old */
42 [dir=rtl] .dokuwiki .toc span.toc_close, /* old */
47 /*____________ toc list ____________*/
[all …]
/template/monobook/static/3rd/dokuwiki/
H A D_toc.css10 /* toc
13 /* toc container */
14 .dokuwiki div.toc, /* old, until 2012-01-25 */
22 [dir=rtl] .dokuwiki div.toc, /* old, until 2012-01-25 */
28 /*____________ toc header ____________*/
38 .dokuwiki .toc span.toc_open, /* old */
39 .dokuwiki .toc span.toc_close, /* old */
45 [dir=rtl] .dokuwiki .toc span.toc_open, /* old */
46 [dir=rtl] .dokuwiki .toc span.toc_close, /* old */
51 /*____________ toc list ____________*/
[all …]
/template/vector/static/3rd/dokuwiki/
H A D_toc.css10 /* toc
13 /* toc container */
14 .dokuwiki div.toc, /* old, until 2012-01-25 */
22 [dir=rtl] .dokuwiki div.toc, /* old, until 2012-01-25 */
28 /*____________ toc header ____________*/
38 .dokuwiki .toc span.toc_open, /* old */
39 .dokuwiki .toc span.toc_close, /* old */
45 [dir=rtl] .dokuwiki .toc span.toc_open, /* old */
46 [dir=rtl] .dokuwiki .toc span.toc_close, /* old */
51 /*____________ toc list ____________*/
[all …]
/template/arctic-mbo/
H A Dscript.js.old33 var toc = $('sb__left__toc__inside');
35 if(toc.style.display == 'none') {
36 toc.style.display = '';
40 toc.style.display = 'none';
72 var toc = $('sb__right__toc__inside');
74 if(toc.style.display == 'none') {
75 toc.style.display = '';
79 toc.style.display = 'none';
H A Dscript.js.old234 var toc = jQuery('sb__left__toc__inside');
36 if(toc.style.display == 'none') {
37 toc.style.display = '';
41 toc.style.display = 'none';
73 var toc = jQuery('sb__right__toc__inside');
75 if(toc.style.display == 'none') {
76 toc.style.display = '';
80 toc.style.display = 'none';
/template/starterbootstrap/
H A Dtpl_functions.php232 $toc = array();
246 $toc = $meta['description']['tableofcontents'];
247 … if(!$tocok || !is_array($toc) || !$conf['tocminheads'] || count($toc) < $conf['tocminheads']) {
248 $toc = array();
263 $toc = $plugin->getTOC();
264 $TOC = $toc; // avoid later rebuild
268 trigger_event('TPL_TOC_RENDER', $toc, null, false);
269 $html = bootstrap_html_TOC($toc);
279 function bootstrap_html_TOC($toc){ argument
280 if(!count($toc)) return '';
[all …]
/template/white/css/
H A Dcontent.less27 counter-reset: toc-level1;
31 content: counter(toc-level1) ". ";
32 counter-increment: toc-level1;
35 counter-reset: toc-level2;
39 content: counter(toc-level1) "." counter(toc-level2) ". ";
40 counter-increment: toc-level2;
43 counter-reset: toc-level3;
47 content: counter(toc-level1) "." counter(toc-level2) "." counter(toc-level3) ". ";
48 counter-increment: toc-level3;
/template/dokubrick/
H A Dscript.js33 var toc = $('sb__toc__inside');
35 if(toc.style.display == 'none') {
36 toc.style.display = '';
40 toc.style.display = 'none';

12345678910>>...22