Home
last modified time | relevance | path

Searched refs:section (Results 26 – 50 of 942) sorted by relevance

12345678910>>...38

/plugin/dokutexit/conf/
H A Dheader-namespace.tex7 %% This section is for LuaTeX and XeTeX
14 %% next section is for latex and pdflatex:
25 %% and this section is common
44 \let\dokutitleleveltree\section
H A Dheader-page.tex7 %% This section is for LuaTeX and XeTeX
14 %% next section is for latex and pdflatex:
25 %% and this section is common
42 \let\dokutitlelevelone\section
/plugin/latexit/tests/dw_orig_test_files/
H A Dtest16.txt2 [[#locallink|This section]]
5 [[#another_link|This section]]
/plugin/faq/
H A Dsyntax.php65 if ($handler->status['section']) $handler->_addCall('section_close', array(), $pos);
70 $handler->status['section'] = true;
/plugin/combo/resources/theme/default/components/css/
H A Dcontent-list.css14 content: counters(section, ".") ". ";
15 counter-increment: section;
H A Dedit-button.css29 /* style for section highlighting */
34 /** Only for section not button for table */
35 /** Because section edit can also be outside outline, it's here*/
/plugin/subjectindex/plugins/
H A DEntryTag.php14 public $section = 1; variable in SI_EntryTag
31 $item['section'] = $this->section;
H A DEntryDefault.php30 public $section = 0; variable in SI_EntryDefault
48 $item['section'] = ( ! empty($match[1])) ? $match[1] : $this->section;
/plugin/linkback/
H A Dhelper.php24 'desc' => 'returns the link to the linkback section with number of comments',
55 * Returns the link to the linkback section with number of comments
58 $section = '#linkback__section';
82 return '<a href="' . wl($ID) . $section . '" class="wikilink1" title="' . $ID . $section . '">' .
/plugin/latexit/tests/my/
H A Dtest18.latex9 \section{\texorpdfstring{Headline}{Headline}}
12 \section{\texorpdfstring{Headline}{Headline}}
/plugin/cssperpage/demo/
H A Ddemo.txt10 This section of the page is not styled by ''cssperpage''
24 The font-size for this section of the page is set to 12pt.
/plugin/alphalist/
H A Dsyntax.php83 $section = $pages[1][$i];
89 if($section == false)
106 if(strstr($row, $section))
/plugin/odt/ODT/styles/
H A DODTStyle.php159 … protected function setPropertyInternal($property, $odt_property, $value, $section, &$dest=NULL) { argument
164 'section' => $section);
168 'section' => $section);
/plugin/gcalendar/inc/
H A Dgcal_read.php43 list($wikipage,$section)=explode('#',$wikipage,2);
65 read_wikipage_into_calendar($options,$page_key,$wikipage,$section,$pagelink,$default_date);
84 function read_wikipage_into_calendar(&$options,$page_key,$wikipage,$section,$pagelink,$default_date… argument
114 if(is_string($section) && strlen($section)>0 && (strtoupper($section)!=$category)) continue;
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dascetic.min.css1section,.hljs-addition,.hljs-attribute,.hljs-link{color:#888}.hljs-comment,.hljs-quote,.hljs-meta,…
H A Ddark.min.css1section,.hljs-link{color:white}.hljs,.hljs-subst{color:#ddd}.hljs-string,.hljs-title,.hljs-name,.h…
H A Dmono-blue.min.css1 …title,.hljs-section,.hljs-doctag,.hljs-name,.hljs-strong{font-weight:bold}.hljs-comment{color:#738…
/plugin/dw2pdf/
H A Daction.php629 foreach (['header', 'footer'] as $section) {
631 $file = DOKU_PLUGIN . 'dw2pdf/tpl/' . $this->tpl . '/' . $section . $order . '.html';
633 $html .= '<htmlpage' . $section . ' name="' . $section . $order . '">' . DOKU_LF;
635 $html .= '</htmlpage' . $section . '>' . DOKU_LF;
639 $output['first'] .= $section . ': html_' . $section . $order . ';' . DOKU_LF;
641 $output['page'] .= 'even-' . $section . '-name: html_' . $section . $order . ';' . DOKU_LF;
643 $output['page'] .= 'odd-' . $section
[all...]
/plugin/refnotes/lang/en/
H A Dintro.txt9 * **Namespaces** --- in this section you can specify rendering style for predefined namespaces. For a detailed explanation of each style see the [[doku>plugin:refnotes:style|style reference]].
10 * **Notes** --- this section is used to predefine commonly used notes.
13 Settings that are shown on a blue background are the default values. In the //Namespaces// section settings that are shown on a green background are inherited from the parent namespace.
/plugin/pagelist/
H A Dsyntax.php61 list($id, $section) = array_pad(explode('#', $id, 2), 2, null);
81 'section' => cleanID($section),
92 'section' => cleanID($section),
/plugin/revealjs/css/print/
H A Dpaper.css142 .reveal .slides section {
176 .reveal .slides section.stack {
179 .reveal section:last-of-type {
182 .reveal section .fragment {
191 .reveal section img {
199 .reveal section small {
/plugin/rplus/
H A Drenderer.php179 foreach ($this->sections as $sectionNumber => $section) {
182 $this->doc .= $section['content'];
184 if ($section['level'] == 1 and $section['position'] == 1) {
/plugin/subjectindex/inc/
H A Dmatcher.php29 $types[$matcher->section] = $matcher->type;
68 public $section = 0; // section this entry will be added to variable in SI_Entry
/plugin/textmodule/
H A DREADME.md3 …ns can be defined in the admin section and can be used to insert text modules, which are also defi…
/plugin/randominc/
H A Dsyntax.php38 list($include, $id, $section) = preg_split('/>|#/u', $match, 3);
39 return array($include, $id, cleanID($section), explode('&', $flags), $pos);
95 list($type, $raw_id, $section, $flags, $pos) = $data;
118 $sect = $section;

12345678910>>...38