Searched hist:f6ec8df813b28547ca3b04bb39f0ce670a6bb990 (Results 1 – 3 of 3) sorted by relevance
/dokuwiki/lib/plugins/ |
H A D | syntax.php | f6ec8df813b28547ca3b04bb39f0ce670a6bb990 Mon Mar 29 10:00:30 UTC 2010 Adrian Lang <lang@cosmocode.de> Allow plugins to specify that they have to be instantiated
Plugins may return false in isSingleton to let plugin_load return a new instance every time it is called. Renderer plugins are not loaded with $new set to true, but instead specify themself that they are not singletons. This behaviour allows the odt renderer to keep working (see #1598).
|
/dokuwiki/inc/parser/ |
H A D | renderer.php | f6ec8df813b28547ca3b04bb39f0ce670a6bb990 Mon Mar 29 10:00:30 UTC 2010 Adrian Lang <lang@cosmocode.de> Allow plugins to specify that they have to be instantiated
Plugins may return false in isSingleton to let plugin_load return a new instance every time it is called. Renderer plugins are not loaded with $new set to true, but instead specify themself that they are not singletons. This behaviour allows the odt renderer to keep working (see #1598).
|
/dokuwiki/inc/ |
H A D | parserutils.php | f6ec8df813b28547ca3b04bb39f0ce670a6bb990 Mon Mar 29 10:00:30 UTC 2010 Adrian Lang <lang@cosmocode.de> Allow plugins to specify that they have to be instantiated
Plugins may return false in isSingleton to let plugin_load return a new instance every time it is called. Renderer plugins are not loaded with $new set to true, but instead specify themself that they are not singletons. This behaviour allows the odt renderer to keep working (see #1598).
|