Home
last modified time | relevance | path

Searched +full:profile -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 37) sorted by path

12

/dokuwiki/conf/
H A Ddokuwiki.php62 $conf['profileconfirm'] = 1; //Require current password to confirm changes to user profile
H A Dwordblock.conf29 (just|simply) (my|a) profile (site|webpage|page)
/dokuwiki/inc/Action/
H A DProfile.php12 * Class Profile
14 * Handle the profile form
18 class Profile extends AbstractUserAction
33 if (!$auth->canDo('Profile')) throw new ActionDisabledException();
17 class Profile extends AbstractUserAction global() class
H A DProfileDelete.php42 throw new ActionAbort('profile');
/dokuwiki/inc/Extension/
H A DAuthPlugin.php88 case 'Profile':
/dokuwiki/inc/Menu/Item/
H A DProfile.php6 * Class Profile
8 * Open the user's profile
10 class Profile extends AbstractItem class
19 throw new \RuntimeException("profile is only for logged in users");
/dokuwiki/inc/Menu/
H A DUserMenu.php14 protected $types = ['Profile', 'Admin', 'Register', 'Login'];
/dokuwiki/inc/Ui/
H A DUserProfile.php10 * DokuWiki User Profile Interface
17 * Display the User Profile Form Panel
70 * Create the profile form
82 $form->addFieldsetOpen($lang['profile']);
83 $form->setHiddenField('do', 'profile');
135 * Create the profile delete form
/dokuwiki/inc/
H A Dauth.php1033 * Update user profile
1051 if (!actionOK('profile')) {
H A Dconfutils.php386 if (!$auth instanceof AuthPlugin || !$auth->canDo('Profile')) {
387 $disabled[] = 'profile';
H A Dhtml.php672 * Print the update profile form
H A Dtemplate.php902 * Could be enhanced with a profile link in future?
1024 case 'profile':
/dokuwiki/lib/plugins/authad/
H A Dauth.php282 $url = wl($ID, ['do' => 'profile']);
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php163 'profile',
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_forms.css9 * - profile
H A Ddesign.less79 .mode_profile .action.profile a,
/dokuwiki/lib/tpl/dokuwiki/
H A Dtpl_footer.php26 <a href="//jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS" <?php echo $target?>><img
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dcfm.php127 'profile', 'prompt',
H A Deiffel.php297 'profile',
H A Deuphoria.php67 'power', 'prepend', 'print', 'printf', 'profile', 'puts', 'rand',
H A Dhtml4strict.php94 'profile', 'prompt',
H A Dhtml5.php116 'profile', 'prompt', 'pattern', 'placeholder',
H A Dispfpanel.php89 /* 'PGM',*/'PICT','PICTN','POSITION','TBDISPL','PROFILE',
H A Dklonec.php145 'profile', 'prompt',
H A Dklonecpp.php173 'profile', 'prompt',

12