Home
last modified time | relevance | path

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

/dokuwiki/inc/Feed/
H A DFeedParser.php20 $this->registry->register(File::class, FeedParserFile::class);
21 $this->registry->register('Item', FeedParserItem::class);
/dokuwiki/inc/Extension/
H A DActionPlugin.php20 abstract public function register(EventHandler $controller); function in dokuwiki\\Extension\\ActionPlugin
H A DEventHandler.php34 if ($plugin instanceof PluginInterface) $plugin->register($this);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistry.php92 * @see register()
100 * @see register()
108 * @see register()
150 public function register($type, $class, $legacy = false) function in SimplePie\\Registry
H A DCache.php121 public static function register($type, $class) function in SimplePie\\Cache
H A DSimplePie.php1045 return $this->registry->register(Cache::class, $class, true);
1061 return $this->registry->register(Locator::class, $class, true);
1077 return $this->registry->register(Parser::class, $class, true);
1093 return $this->registry->register(File::class, $class, true);
1109 return $this->registry->register(Sanitize::class, $class, true);
1125 return $this->registry->register(Item::class, $class, true);
1141 return $this->registry->register(Author::class, $class, true);
1157 return $this->registry->register(Category::class, $class, true);
1173 return $this->registry->register(Enclosure::class, $class, true);
1189 return $this->registry->register(Caption::class, $class, true);
[all …]
/dokuwiki/lib/plugins/testing/
H A Daction.php17 public function register(EventHandler $controller) function in action_plugin_testing
/dokuwiki/inc/Action/
H A DRegister.php41 if (register()) { // FIXME could be moved from auth to here
/dokuwiki/lib/plugins/logviewer/
H A Daction.php16 public function register(EventHandler $controller) function in action_plugin_logviewer
/dokuwiki/lib/plugins/styling/
H A Daction.php21 public function register(EventHandler $controller) function in action_plugin_styling
/dokuwiki/vendor/composer/
H A Dautoload_real.php34 $loader->register(true);
H A DClassLoader.php387 public function register($prepend = false) function in Composer\\Autoload\\ClassLoader
/dokuwiki/lib/plugins/popularity/
H A Daction.php25 public function register(EventHandler $controller) function in action_plugin_popularity
/dokuwiki/lib/plugins/extension/
H A Daction.php22 public function register(EventHandler $controller) function in action_plugin_extension
/dokuwiki/lib/plugins/acl/
H A Daction.php24 public function register(EventHandler $controller) function in action_plugin_acl
/dokuwiki/lib/plugins/safefnrecode/
H A Daction.php16 public function register(EventHandler $controller) function in action_plugin_safefnrecode
/dokuwiki/lib/plugins/authad/
H A Daction.php22 public function register(EventHandler $controller) function in action_plugin_authad
/dokuwiki/inc/
H A DErrorHandler.php39 public static function register() function in dokuwiki\\ErrorHandler
H A Dinit.php221 ErrorHandler::register();
H A Dauth.php993 function register() function
/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…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php109 public static function register($protocol = 'sftp') function in phpseclib3\\Net\\SFTP\\Stream