| /dokuwiki/inc/Menu/Item/ |
| H A D | Register.php | 6 * 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 D | Register.php | 12 * Class Register 18 class Register extends AbstractAclAction class 41 if (register()) { // FIXME could be moved from auth to here
|
| /dokuwiki/inc/Extension/ |
| H A D | EventHandler.php | 20 * 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 D | ActionPlugin.php | 20 abstract public function register(EventHandler $controller); function in dokuwiki\\Extension\\ActionPlugin
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedParser.php | 20 $this->registry->register(File::class, FeedParserFile::class); 21 $this->registry->register('Item', FeedParserItem::class);
|
| /dokuwiki/inc/Ui/ |
| H A D | UserRegister.php | 8 * DokuWiki User Registration Interface (Register Form) 31 echo p_locale_xhtml('register'); 38 $form->setHiddenField('do', 'register'); 69 echo $form->toHTML('Register');
|
| H A D | Login.php | 6 use dokuwiki\Menu\Item\Register; alias 21 * @param bool $showIcon Whether to show svg icons in the register and resendpwd links or not 71 if (actionOK('register')) { 72 $registerLink = (new Register())->asHtmlLink('', $this->showIcon);
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Cache.php | 54 * via {@see register()} 66 * {@see register()} 116 * Register a handler 118 * @param string $type DSN type to register for 121 public static function register($type, $class) function in SimplePie\\Cache
|
| H A D | Registry.php | 92 * @see register() 100 * @see register() 108 * @see register() 143 * Register a class 150 public function register($type, $class, $legacy = false) function in SimplePie\\Registry
|
| /dokuwiki/inc/Menu/ |
| H A D | UserMenu.php | 14 protected $types = ['Profile', 'Admin', 'Register', 'Login'];
|
| /dokuwiki/lib/scripts/ |
| H A D | hotkeys.js | 5 * 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/lib/plugins/acl/ |
| H A D | action.php | 14 * Register handler 24 public function register(EventHandler $controller) function in action_plugin_acl
|
| /dokuwiki/lib/plugins/testing/ |
| H A D | action.php | 17 public function register(EventHandler $controller) function in action_plugin_testing
|
| /dokuwiki/inc/Parsing/ParserMode/ |
| H A D | AbstractMode.php | 8 * This class and all the subclasses below are used to reduce the effort required to register
|
| /dokuwiki/vendor/composer/ |
| H A D | autoload_real.php | 34 $loader->register(true);
|
| H A D | ClassLoader.php | 20 * // 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) function in Composer\\Autoload\\ClassLoader
|
| /dokuwiki/lib/plugins/logviewer/ |
| H A D | action.php | 16 public function register(EventHandler $controller) function in action_plugin_logviewer
|
| /dokuwiki/bin/ |
| H A D | render.php | 25 * Register options and arguments on the given $options object
|
| /dokuwiki/lib/plugins/styling/ |
| H A D | action.php | 21 public function register(EventHandler $controller) function in action_plugin_styling
|
| /dokuwiki/lib/plugins/popularity/ |
| H A D | action.php | 25 public function register(EventHandler $controller) function in action_plugin_popularity
|
| /dokuwiki/_test/tests/inc/ |
| H A D | template_tpl_get_action.php | 363 'type' => 'register', 367 'do' => 'register', 372 $this->assertEquals($expect, tpl_get_action('register')); 377 $this->assertEquals($expect, tpl_get_action('register'));
|
| /dokuwiki/inc/Remote/ |
| H A D | XmlRpcServer.php | 19 * Constructor. Register methods and run Server
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | action.php | 22 public function register(EventHandler $controller) function in action_plugin_extension
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _forms.css | 8 * - register
|
| /dokuwiki/inc/ |
| H A D | ErrorHandler.php | 37 * Register the default error handling 39 public static function register() function in dokuwiki\\ErrorHandler
|