| /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/Extension/ |
| H A D | ActionPlugin.php | 20 abstract public function register(EventHandler $controller); function in dokuwiki\\Extension\\ActionPlugin
|
| H A D | EventHandler.php | 34 if ($plugin instanceof PluginInterface) $plugin->register($this);
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Registry.php | 92 * @see register() 100 * @see register() 108 * @see register() 150 public function register($type, $class, $legacy = false) function in SimplePie\\Registry
|
| H A D | Cache.php | 121 public static function register($type, $class) function in SimplePie\\Cache
|
| H A D | SimplePie.php | 1045 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 D | action.php | 17 public function register(EventHandler $controller) function in action_plugin_testing
|
| /dokuwiki/inc/Action/ |
| H A D | Register.php | 41 if (register()) { // FIXME could be moved from auth to here
|
| /dokuwiki/lib/plugins/logviewer/ |
| H A D | action.php | 16 public function register(EventHandler $controller) function in action_plugin_logviewer
|
| /dokuwiki/lib/plugins/styling/ |
| H A D | action.php | 21 public function register(EventHandler $controller) function in action_plugin_styling
|
| /dokuwiki/vendor/composer/ |
| H A D | autoload_real.php | 34 $loader->register(true);
|
| H A D | ClassLoader.php | 387 public function register($prepend = false) function in Composer\\Autoload\\ClassLoader
|
| /dokuwiki/lib/plugins/popularity/ |
| H A D | action.php | 25 public function register(EventHandler $controller) function in action_plugin_popularity
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | action.php | 22 public function register(EventHandler $controller) function in action_plugin_extension
|
| /dokuwiki/lib/plugins/acl/ |
| H A D | action.php | 24 public function register(EventHandler $controller) function in action_plugin_acl
|
| /dokuwiki/lib/plugins/safefnrecode/ |
| H A D | action.php | 16 public function register(EventHandler $controller) function in action_plugin_safefnrecode
|
| /dokuwiki/lib/plugins/authad/ |
| H A D | action.php | 22 public function register(EventHandler $controller) function in action_plugin_authad
|
| /dokuwiki/inc/ |
| H A D | ErrorHandler.php | 39 public static function register() function in dokuwiki\\ErrorHandler
|
| H A D | init.php | 221 ErrorHandler::register();
|
| H A D | auth.php | 993 function register() function
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _forms.css | 8 * - register
|
| H A D | design.less | 78 .mode_register .action.register a,
|
| /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…
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/ |
| H A D | Stream.php | 109 public static function register($protocol = 'sftp') function in phpseclib3\\Net\\SFTP\\Stream
|