Home
last modified time | relevance | path

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

/plugin/include/syntax/
H A Dfooter.php31 list($page, $sect, $sect_title, $flags, $redirect_id, $footer_lvl) = $data;
34 … $renderer->doc .= $this->html_footer($page, $sect, $sect_title, $flags, $footer_lvl, $renderer);
45 function html_footer($page, $sect, $sect_title, $flags, $footer_lvl, &$renderer) { argument
57 $name = ($sect) ? $sect_title : $page;
/plugin/mediasyntax/
Dhelper.php342 $sect_title = false;
353 if ($sect && !$sect_title) {
354 $sect_title = $ins[$i][1][0];
458 $this->_editbtn($ins, $page, $sect, $sect_title);
463 $ins[] = $this->_footer($page, $sect, $sect_title, $flags, $footer_lvl);
501 function _footer($page, $sect, $sect_title, $flags, $footer_lvl) argument
505 …$footer[1] = array('mediasyntax_footer', array($page, $sect, $sect_title, $flags, $this->toplevel_…
514 function _editbtn(&$ins, $page, $sect, $sect_title) argument
518 … $editbtn[1] = array('mediasyntax_editbtn', array($page, $sect, $sect_title, $this->toplevel_id));
/plugin/include/
H A Dhelper.php313 $sect_title = false;
327 if($sect && !$sect_title) {
328 $sect_title = $ins[$i][1][0];
465 …$this->_editbtn($ins, $page, $sect, $sect_title, ($flags['redirect'] ? $root_id : false), $include…
470 $ins[] = $this->_footer($page, $sect, $sect_title, $flags, $footer_lvl, $root_id);
509 function _footer($page, $sect, $sect_title, $flags, $footer_lvl, $root_id) { argument
512 …$footer[1] = array('include_footer', array($page, $sect, $sect_title, $flags, $root_id, $footer_lv…
521 function _editbtn(&$ins, $page, $sect, $sect_title, $root_id, $hid = '') { argument
522 $title = ($sect) ? $sect_title : $page;
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs8330 …e_location = nil, sect_style = nil, sect_id = nil, sect_reftext = nil, sect_title = nil, sect_leve…
8339 …null ? nil : $a[0])), (sect_reftext = ($a[1] == null ? nil : $a[1])), (sect_title = ($a[2] == null…
8354 } else if (($eqeq(doctype, "manpage") && ($eqeq(sect_title.$casecmp("synopsis"), 0)))) {
8361 …$a = [sect_id, sect_title, sect_name, source_location], ($b = [$a[0]], $send(section, 'id=', $b), …
8375 if (!($truthy(generated_id) || ($not(sect_title['$include?']($$('ATTR_REF_HEAD')))))) {
8443 …s, sect_reftext = nil, line1 = nil, $ret_or_1 = nil, sect_level = nil, sect_title = nil, atx = nil…
8451 …ars['~']) === nil ? nil : $b['$[]'](2)), true], (sect_level = $a[0]), (sect_title = $a[1]), (atx =…
8453 …if ((($truthy(sect_title['$end_with?']("]]")) && ($truthy($$('InlineSectionAnchorRx')['$=~'](sect_…
8454sect_title.$slice(0, $rb_minus(sect_title.$length(), (($b = $gvars['~']) === nil ? nil : $b['$[]']…
8456 …rm?'](line2, line2_ch0, (line2_len = line2.$length()))))) && ($truthy((sect_title = ($truthy(($ret…
[all …]