Home
last modified time | relevance | path

Searched refs:p_locale_xhtml (Results 1 – 22 of 22) sorted by relevance

/dokuwiki/inc/Ui/
DPageView.php54 echo p_locale_xhtml('preview');
82 echo p_locale_xhtml('showrev');
DBacklinks.php26 echo p_locale_xhtml('backlinks');
DAdmin.php34 echo p_locale_xhtml('admin');
54 echo p_locale_xhtml('adminplugins');
DPageConflict.php42 echo p_locale_xhtml('conflict');
DPageDraft.php32 echo p_locale_xhtml('draft');
DIndex.php35 echo p_locale_xhtml('index');
DUserRegister.php31 echo p_locale_xhtml('register');
DLogin.php43 echo p_locale_xhtml('login');
DUserResendPwd.php30 echo p_locale_xhtml('resetpwd');
DSubscribe.php31 echo p_locale_xhtml('subscr_form');
DPageRevisions.php59 echo p_locale_xhtml('revisions');
DEditor.php158 echo p_locale_xhtml($data['intro_locale']);
DUserProfile.php37 echo p_locale_xhtml('updateprofile');
DRecent.php54 echo p_locale_xhtml('recent');
DMediaDiff.php137 if ($this->preference['showIntro']) echo p_locale_xhtml('diff');
DPageDiff.php219 if ($this->preference['showIntro']) echo p_locale_xhtml('diff');
DSearch.php455 $intro = p_locale_xhtml('searchpage');
/dokuwiki/inc/Action/
DDenied.php50 echo p_locale_xhtml('denied');
DLocked.php48 echo p_locale_xhtml('locked');
/dokuwiki/lib/tpl/dokuwiki/
Ddetail.php51 <?php if ($REV) echo p_locale_xhtml('showrev');?>
/dokuwiki/lib/exe/
Ddetail.php40 $ERROR = p_locale_xhtml('denied');
/dokuwiki/inc/
Dparserutils.php94 $ret = p_locale_xhtml('norev');
102 $ret = p_locale_xhtml('onceexisted');
104 $ret = p_locale_xhtml('newpage');
122 function p_locale_xhtml($id) function