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 relevance

123

/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/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/Extension/
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
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
/dokuwiki/inc/Ui/
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');
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);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DCache.php55 * via {@see register()}
67 * {@see register()}
117 * Register a handler
119 * @param string $type DSN type to register for
122 public static function register($type, $class) function in SimplePie\\Cache
H A DRegistry.php93 * @see register()
101 * @see register()
109 * @see register()
144 * Register a class
151 public function register($type, $class, $legacy = false) function in SimplePie\\Registry
/dokuwiki/inc/Menu/
H A DUserMenu.php14 protected $types = ['Profile', 'Admin', 'Register', 'Login'];
/dokuwiki/lib/plugins/acl/
H A Daction.php14 * Register handler
24 public function register(EventHandler $controller)
21 public function register(Doku_Event_Handler $controller) global() function in action_plugin_acl
/dokuwiki/lib/scripts/
H A Dhotkeys.js5 * to register and use other hotkeys as well.
48 * Lookup all anchors with accesskey and register event - go to anchor
62 * Lookup all button [type="submit"] with accesskey and register event -
76 * Lookup all buttons with accesskey and register event -
90 * Register listeners on document to catch keyboard events.
160 * Register new shortcut
/dokuwiki/inc/
H A DFeedParser.php19 $this->registry->register(File::class, FeedParserFile::class);
H A DErrorHandler.php37 * Register the default error handling
39 public static function register() function in dokuwiki\\ErrorHandler
/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/vendor/composer/
H A Dautoload_real.php34 $loader->register(true);
H A DClassLoader.php20 * // register classes with namespaces
25 * $loader->register();
234 // Register directories for the root namespace.
247 // Register directories for a new namespace.
387 public function register($prepend = false)
393 public function register($prepend = false) global() function in Composer\\Autoload\\ClassLoader
/dokuwiki/bin/
H A Drender.php25 * Register options and arguments on the given $options object
H A Dindexer.php20 * Register options and arguments on the given $options object
/dokuwiki/lib/plugins/styling/
H A Daction.php21 public function register(EventHandler $controller)
17 public function register(Doku_Event_Handler $controller) global() function in action_plugin_styling
/dokuwiki/lib/plugins/popularity/
H A Daction.php25 public function register(EventHandler $controller)
22 public function register(Doku_Event_Handler $controller) global() function in action_plugin_popularity
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_forms.css8 * - register
/dokuwiki/inc/Remote/
H A DXmlRpcServer.php19 * Constructor. Register methods and run Server
/dokuwiki/lib/plugins/extension/
H A Daction.php20 public function register(EventHandler $controller)
17 public function register(Doku_Event_Handler $controller) global() function in action_plugin_extension
/dokuwiki/lib/plugins/safefnrecode/
H A Daction.php16 public function register(EventHandler $controller)
13 public function register(Doku_Event_Handler $controller) global() function in action_plugin_safefnrecode
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md34 // register options and arguments
62 - implement the ```setup($options)``` method and register options, arguments, commands and set help texts

123