Home
last modified time | relevance | path

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

/dokuwiki/inc/Remote/Response/
H A DPage.php74 $title = p_get_first_heading($this->id);
/dokuwiki/inc/Feed/
H A DFeedPageProcessor.php158 $this->data['title'] = p_get_first_heading($this->id);
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php190 $display_name = useHeading('navigation') ? hsc(p_get_first_heading($id)) : $id;
/dokuwiki/_test/tests/inc/parser/
H A Drenderer_xhtml.test.php268 $header = p_get_first_heading($id, METADATA_RENDER_UNLIMITED);
/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_RE…
H A Dparserutils.php770 function p_get_first_heading($id, $render = METADATA_RENDER_USING_SIMPLE_CACHE) function
H A Dtemplate.php1007 $first_heading = p_get_first_heading($id);
H A Dcommon.php421 $title = p_get_first_heading($ID, METADATA_RENDER_USING_SIMPLE_CACHE);
/dokuwiki/inc/parser/
H A Dmetadata.php718 $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.php345 useHeading('navigation') ? p_get_first_heading($id) : $id