Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistry.php225 $instance = new $class();
228 $instance = $reflector->newInstanceArgs($parameters);
231 if ($instance instanceof RegistryAware) {
232 $instance->set_registry($this);
233 } elseif (method_exists($instance, 'set_registry')) {
235 $instance->set_registry($this);
237 return $instance;
/dokuwiki/inc/Remote/OpenApiDoc/
H A DClassResolver.php8 private static $instance; variable in dokuwiki\\Remote\\OpenApiDoc\\ClassResolver
21 if (self::$instance === null) {
22 self::$instance = new self();
24 return self::$instance;
/dokuwiki/inc/
H A DActionRouter.php23 protected static $instance; variable in dokuwiki\\ActionRouter
61 if ((!self::$instance instanceof \dokuwiki\ActionRouter) || $reinit) {
62 self::$instance = new ActionRouter();
64 return self::$instance;
/dokuwiki/lib/plugins/extension/
H A DRepository.php17 protected static $instance; variable in dokuwiki\\plugin\\extension\\Repository
34 if (self::$instance === null) {
35 self::$instance = new self();
37 return self::$instance;
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md131 you call backend code from your CLI that expects a Logger instance to produce any sensible status o…
138 The resulting object then can be passed as the logger instance. The difference between the two is i…
140 …or the interface (AKA being LoggerAware only) you can also just pass an instance of `splitbrain\ph…
/dokuwiki/vendor/splitbrain/lesserphp/
H A DREADME.md32 The typical flow of LesserPHP is to create a new instance of `Lessc`,
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md32 - New interface `SimplePie\RegistryAware` to inject the `Registry` instance into classes created by…
300 * Fixed an instance where an error message in `SimplePie` was not being triggered correctly. [#348]…
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6instance.options.handle?this.item.find(this.instance.options.handle):this.item,"ui-sortable-handle… property