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 relevance

12

/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/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/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/conf/
H A Dwordblock.conf29 (just|simply) (my|a) profile (site|webpage|page)
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_forms.css9 * - profile
H A Ddesign.less79 .mode_profile .action.profile a,
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DHISTORY.md
/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 Deuphoria.php67 'power', 'prepend', 'print', 'printf', 'profile', 'puts', 'rand',
H A Dispfpanel.php89 /* 'PGM',*/'PICT','PICTN','POSITION','TBDISPL','PROFILE',
H A Deiffel.php297 'profile',
H A Dhtml4strict.php94 'profile', 'prompt',
H A Dhtml5.php116 'profile', 'prompt', 'pattern', 'placeholder',
H A Dphix.php78 'profile', 'profile_time',
H A Doracle8.php298 'PROFILE',
H A Doracle11.php355 'PROFILE',
H A Dklonec.php145 'profile', 'prompt',
H A Dmatlab.php158 'pathtool','profile','profreport','pwd','quit','rmpath','save',
H A Dpython.php124 'pkgutil', 'platform', 'popen2', 'poplib', 'posix', 'posixfile', 'pprint', 'profile',
H A Dklonecpp.php173 'profile', 'prompt',
H A Dpys60.php114 'pkgutil', 'platform', 'popen2', 'poplib', 'posix', 'posixfile', 'pprint', 'profile',
H A Dcfm.php127 'profile', 'prompt',
/dokuwiki/inc/
H A Dconfutils.php386 if (!$auth instanceof AuthPlugin || !$auth->canDo('Profile')) {
387 $disabled[] = 'profile';

12