Home
last modified time | relevance | path

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

123

/dokuwiki/bin/
H A Ddwpage.php21 * Register options and arguments on the given $options object
H A Dgittool.php19 * Register options and arguments on the given $options object
H A Dindexer.php20 * Register options and arguments on the given $options object
H A Dplugin.php18 * Register options and arguments on the given $options object
H A Drender.php25 * Register options and arguments on the given $options object
H A Dstriplangs.php17 * Register options and arguments on the given $options object
H A Dwantedpages.php28 * Register options and arguments on the given $options object
/dokuwiki/inc/Action/
H A DRegister.php12 * Class Register
18 class Register extends AbstractAclAction
41 if (register()) { // FIXME could be moved from auth to here
17 class Register extends AbstractAclAction global() class
/dokuwiki/inc/
H A DErrorHandler.php37 * Register the default error handling
39 public static function register() function in dokuwiki\\ErrorHandler
H A DFeedParser.php19 $this->registry->register(File::class, FeedParserFile::class);
H A Dauth.php958 * Register a new user
967 function register()
976 if (!actionOK('register')) return false;
865 function register() { global() function
H A Dcommon.php1337 * @param string $who Who to notify (admin|subscribers|register)
H A Dconfutils.php375 $disabled[] = 'register';
H A Dhtml.php62 * @param bool $svg Whether to show svg icons in the register and resendpwd links or not
H A Dinit.php209 ErrorHandler::register();
/dokuwiki/inc/Extension/
H A DActionPlugin.php20 abstract public function register(EventHandler $controller);
21 abstract public function register(\Doku_Event_Handler $controller); global() function in dokuwiki\\Extension\\ActionPlugin
H A DEvent.php14 /** @var string READONLY event name, objects must register against this name to see the event */
H A DEventHandler.php20 * constructor, loads all action plugins and calls their register() method giving them
21 * an opportunity to register any hooks they require
34 if ($plugin instanceof PluginInterface) $plugin->register($this);
41 * register a hook for an event
111 * The handlers are sorted by sequence, then by register time
/dokuwiki/inc/Menu/Item/
H A DRegister.php6 * Class Register
8 * Open the view to register a new account
10 class Register extends AbstractItem class
19 throw new \RuntimeException("no register when already logged in");
/dokuwiki/inc/Menu/
H A DUserMenu.php14 protected $types = ['Profile', 'Admin', 'Register', 'Login'];
/dokuwiki/inc/Parsing/ParserMode/
H A DAbstractMode.php8 * This class and all the subclasses below are used to reduce the effort required to register
/dokuwiki/inc/Remote/
H A DXmlRpcServer.php19 * Constructor. Register methods and run Server
/dokuwiki/inc/Ui/
H A DLogin.php6 use dokuwiki\Menu\Item\Register;
21 * @param bool $showIcon Whether to show svg icons in the register and resendpwd links or not
69 if (actionOK('register')) {
70 $registerLink = (new Register())->asHtmlLink('', $this->showIcon);
H A DUserRegister.php8 * DokuWiki User Registration Interface (Register Form)
31 echo p_locale_xhtml('register');
38 $form->setHiddenField('do', 'register');
69 echo $form->toHTML('Register');
/dokuwiki/inc/parser/
H A Dxhtml.php50 * Register a new edit section range

123