Home
last modified time | relevance | path

Searched refs:heading (Results 201 – 210 of 210) sorted by last modified time

123456789

/plugin/subjectindex/syntax/
H A Dindex.php190 $heading = 1; // html heading number 1-6
216 $lines[] = array($heading, $cur_node, $links, $anchor);
219 $lines[] = array($heading, $cur_node, '' ,'');
223 $heading = ($heading > 5) ? 6 : $heading + 1;
276 list($heading, $cur_node, $pages, $anchor) = $line;
285 $indent_style = 'margin-left:' . ($heading - 1) * 10 . 'px';
286 $entry = '<h' . $heading . ' style="' . $indent_style . '"';
303 …anchor . '>' . $cur_node . $freq . '<span class="links">' . $links . '</span></h' . $heading . '>';
309 $entry .= '>' . $cur_node . '</h' . $heading . '>';
/plugin/owncloud/
H A Daction.php226 …$heading = (is_array($INFO['meta']['description']['tableofcontents']))?$INFO['meta']['description'…
227 …ipage`,`wikipage_hash`,`firstheading`) VALUES (?,?,?,?)', array($fileid, $ID, md5($ID), $heading));
/plugin/dokutexit/
H A Dlatex.php1431 $heading = p_get_first_heading($id);
1432 if ($heading) {
1433 return $this->_latexEntities($heading);
/plugin/showif/
H A Dsyntax.php.alternative.version37 'Shows text only if all of some conditions are true. Basic markup will be shown, but heading-markup…
/plugin/table2csv/
H A DREADME.md16 …rt marker. The startmarker cannot be part of the table such as a column heading or caption. Repla…
/plugin/editsections/
H A Dplugin.info.txt6heading they originated from. Configurable for nested (hierarchical) or flat edit sections. Nested…
/plugin/directions/syntax/
H A Dcommon.php275 $heading = p_get_first_heading($page);
276 if (!isset($heading)) $heading = $page;
277 return $heading;
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt67 …* When a section's heading is changed, its bookmark changes, too. So don't rely on section linking…
/plugin/nroff/
H A Drenderer.php1068 $heading = p_get_first_heading($id,true);
1069 if ($heading) {
1070 return $this->_xmlEntities($heading);
/plugin/bibtex/
H A Dsyntax.php465 $heading = p_get_first_heading($id);
466 if ($heading) {
467 return $this->_xmlEntities($heading);

123456789