Home
last modified time | relevance | path

Searched +full:register -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 70) sorted by last modified time

123

/dokuwiki/inc/parser/
H A Dxhtml.php50 * Register a new edit section range
/dokuwiki/inc/
H A Dparserutils.php580 $PARSER_MODES[$obj->getType()][] = "plugin_$p"; //register mode type
H A Dtemplate.php1025 case 'register':
H A Dcommon.php1337 * @param string $who Who to notify (admin|subscribers|register)
H A Dinit.php209 ErrorHandler::register();
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Derlang.php85 'process', 'put', 'register', 'registered', 'round', 'self',
H A Dklonecpp.php115 'register', 'short', 'shortint', 'signed', 'static', 'struct',
H A Dnagios.php82 'retry_interval', 'register', 'use', 'name', 'timeperiod_name',
189 // register 0
H A Dobjc.php126 'signed', 'signal', 'short', 'SEL', 'register', 'raise',
H A Dc.php177 'register', 'short', 'signed', 'sizeof', 'static', 'struct',
H A Dc_mac.php115 'register', 'short', 'signed', 'static', 'struct',
H A Dcpp.php135 'int', 'long', 'longint','register', 'short', 'shortint', 'signed',
H A Dklonec.php89 'register', 'short', 'signed', 'sizeof', 'static', 'string', 'struct',
H A Dmapbasic.php88 'Redistricter', 'Refresh', 'Region', 'Register', 'Relief',
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_forms.css8 * - register
/dokuwiki/inc/Menu/Item/
H A DRegister.php6 * 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/Menu/
H A DUserMenu.php14 protected $types = ['Profile', 'Admin', 'Register', 'Login'];
/dokuwiki/inc/Parsing/ParserMode/
H A DAbstractMode.php8 * This class and all the subclasses below are used to reduce the effort required to register
/dokuwiki/lib/scripts/
H A Dhotkeys.js5 * 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/vendor/simplepie/simplepie/src/
H A DRegistry.php93 * @see register()
101 * @see register()
109 * @see register()
144 * Register a class
151 public function register($type, $class, $legacy = false) function in SimplePie\\Registry
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/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/splitbrain/php-cli/src/
H A DBase.php103 * Register options and arguments on the given $options object
/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/vendor/composer/
H A DClassLoader.php20 * // 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

123