/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 41 if (register()) { // FIXME could be moved from auth to here 17 class Register extends AbstractAclAction global() class
|
/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); 21 abstract public function register(\Doku_Event_Handler $controller); global() function in dokuwiki\\Extension\\ActionPlugin
|
/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; 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 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) 122 public static function register($type, $class) global() 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) 151 public function register($type, $class, $legacy = false) global() function in SimplePie\\Registry
|
/dokuwiki/inc/Menu/ |
H A D | UserMenu.php | 14 protected $types = ['Profile', 'Admin', 'Register', 'Login'];
|
/dokuwiki/lib/plugins/acl/ |
H A D | action.php | 14 * 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 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/inc/ |
H A D | FeedParser.php |
|
H A D | ErrorHandler.php | 37 * Register the default error handling 39 public static function register() function in dokuwiki\\ErrorHandler
|
/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) 393 public function register($prepend = false) global() function in Composer\\Autoload\\ClassLoader
|
/dokuwiki/bin/ |
H A D | render.php | 25 * Register options and arguments on the given $options object
|
H A D | indexer.php | 20 * Register options and arguments on the given $options object
|
/dokuwiki/lib/plugins/styling/ |
H A D | action.php | 21 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 D | action.php | 25 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.css | 8 * - 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) 17 public function register(Doku_Event_Handler $controller) global() function in action_plugin_extension
|
/dokuwiki/lib/plugins/safefnrecode/ |
H A D | action.php | 16 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 D | README.md | 34 // register options and arguments 62 - implement the ```setup($options)``` method and register options, arguments, commands and set help texts
|