Home
last modified time | relevance | path

Searched refs:register (Results 1 – 22 of 22) sorted by relevance

/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 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/
H A DFeedParser.php19 $this->registry->register(File::class, FeedParserFile::class);
H A DErrorHandler.php39 public static function register() function in dokuwiki\\ErrorHandler
H A Dinit.php209 ErrorHandler::register();
H A Dauth.php967 function register()
976 if (!actionOK('register')) return false;
865 function register() { global() function
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistry.php93 * @see register()
101 * @see register()
109 * @see register()
151 public function register($type, $class, $legacy = false) function in SimplePie\\Registry
H A DCache.php55 * via {@see register()}
67 * {@see register()}
119 * @param string $type DSN type to register for
122 public static function register($type, $class) function in SimplePie\\Cache
H A DSimplePie.php1047 return $this->registry->register(Cache::class, $class, true);
1063 return $this->registry->register(Locator::class, $class, true);
1079 return $this->registry->register(Parser::class, $class, true);
1095 return $this->registry->register(File::class, $class, true);
1111 return $this->registry->register(Sanitize::class, $class, true);
1127 return $this->registry->register(Item::class, $class, true);
1143 return $this->registry->register(Author::class, $class, true);
1159 return $this->registry->register(Category::class, $class, true);
1175 return $this->registry->register(Enclosure::class, $class, true);
1191 return $this->registry->register(Captio
[all...]
/dokuwiki/inc/Action/
H A DRegister.php41 if (register()) { // FIXME could be moved from auth to here
/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/vendor/composer/
H A Dautoload_real.php34 $loader->register(true);
H A DClassLoader.php20 * // register classes with namespaces
25 * $loader->register();
387 public function register($prepend = false)
393 public function register($prepend = false) global() function in Composer\\Autoload\\ClassLoader
/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/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/acl/
H A Daction.php24 public function register(EventHandler $controller)
21 public function register(Doku_Event_Handler $controller) global() function in action_plugin_acl
/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/lib/plugins/authad/
H A Daction.php22 public function register(EventHandler $controller)
18 public function register(Doku_Event_Handler $controller) global() function in action_plugin_authad
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_forms.css8 * - register
H A Ddesign.less78 .mode_register .action.register a,
/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
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php109 public static function register($protocol = 'sftp')
122 static function register($protocol = 'sftp') global() function in phpseclib\\Net\\SFTP\\Stream