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.php150 $this->data['title'] = p_get_first_heading($this->id);
/dokuwiki/inc/Search/
H A DMetadataSearch.php87 $pages[$page] = p_get_first_heading($page, METADATA_DONT_RENDER);
/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/parser/
H A Dmetadata.php718 $heading = p_get_first_heading($id, METADATA_DONT_RENDER);
H A Dxhtml.php1822 $heading = p_get_first_heading($id);
/dokuwiki/inc/
H A Dsearch.php580 $item['title'] = p_get_first_heading($item['id'], METADATA_DONT_RENDER);
H A Dparserutils.php659 function p_get_first_heading($id, $render = METADATA_RENDER_USING_SIMPLE_CACHE) function
H A Dtemplate.php1002 $first_heading = p_get_first_heading($id);
H A Dcommon.php423 $title = p_get_first_heading($ID, METADATA_RENDER_USING_SIMPLE_CACHE);
/dokuwiki/inc/Remote/
H A DApiCore.php349 useHeading('navigation') ? p_get_first_heading($id) : $id