Home
last modified time | relevance | path

Searched refs:p_get_first_heading (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php190 $display_name = useHeading('navigation') ? hsc(p_get_first_heading($id)) : $id;
/dokuwiki/inc/
H A Dfulltext.php309 $pages[$p_id] = p_get_first_heading($p_id, METADATA_DONT_RENDER);
315 $pages[$p_id] = p_get_first_heading($p_id, METADATA_DONT_RENDER);
H A Dsearch.php580 if (!empty($opts['firsthead'])) $item['title'] = p_get_first_heading($item['id'], METADATA_DONT_RENDER);
H A Dparserutils.php770 function p_get_first_heading($id, $render = METADATA_RENDER_USING_SIMPLE_CACHE)
779 function p_get_first_heading($id, $render = METADATA_RENDER_USING_SIMPLE_CACHE) global() function
H A Dtemplate.php985 $first_heading = p_get_first_heading($id);
H A Dcommon.php426 $title = p_get_first_heading($ID, METADATA_RENDER_USING_SIMPLE_CACHE);
/dokuwiki/inc/parser/
H A Dmetadata.php716 $heading = p_get_first_heading($id, METADATA_DONT_RENDER);
H A Dxhtml.php1824 $heading = p_get_first_heading($id);
/dokuwiki/inc/Remote/
H A DApiCore.php344 useHeading('navigation') ? p_get_first_heading($id) : $id