Home
last modified time | relevance | path

Searched defs:plugin (Results 1 – 25 of 118) sorted by relevance

12345

/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php42 public static function renderStaticExitXhtml(TagAttributes $tagAttributes, Doku_Renderer_xhtml $renderer, array $data, DokuWiki_Syntax_Plugin $plugin): bool argument
134 public static function handleStatic(string $match, int $state, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin): array argument
170 public static function renderStaticEnterXhtml(TagAttributes $tagAttributes, Doku_Renderer_xhtml $renderer, array $data, DokuWiki_Syntax_Plugin $plugin): bool argument
274 public static function handleStaticEnter(string $match, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin): array argument
488 renderStatic(string $format, Doku_Renderer $renderer, array $data, DokuWiki_Syntax_Plugin $plugin) global() argument
557 handleStaticExit(string $match, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin) global() argument
701 handleStaticEmptyTag(string $match, int $state, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin) global() argument
799 renderStaticEmptyTag(string $format, Doku_Renderer $renderer, array $data, DokuWiki_Syntax_Plugin $plugin) global() argument
890 renderStaticEnterSpecialMetadata(TagAttributes $tagAttributes, Doku_Renderer_metadata $renderer, array $data, DokuWiki_Syntax_Plugin $plugin) global() argument
[all...]
/plugin/refnotes/
H A Dlocale.php26 private $plugin; variable in refnotes_localization
31 public static function initialize($plugin) { argument
51 private function __construct($plugin) { argument
[all...]
/plugin/nsexport/packer/ziphtml/compress/
H A Dziplib.php5 public $plugin = null; variable in nsexport_ziplib
7 public function setup(&$plugin) {
/plugin/ac/
H A Dajax_loader.php6 public static function getLoader($plugin, $data) {
15 public static function isLoader($plugin, $call) {
/plugin/slacknotifier/helper/
H A DConfig.php20 private $plugin; global() variable in dokuwiki\\plugin\\slacknotifier\\helper\\Config
22 __construct(PluginInterface $plugin) global() argument
/plugin/ajaxloader/
H A Dhelper.php18 public function getLoader($plugin, $data) {
27 public function isLoader($plugin, $call) {
/plugin/log/
H A Dcommon.php16 function log_get_log_page($plugin, $id, $needspage = false) {
49 function log_add_log_entry($plugin) {
/plugin/evesso/conf/
H A Dmetadata.php14 public function html(\admin_plugin_config $plugin, $echo = false) {
34 public function html(\admin_plugin_config $plugin, $echo = false) {
/plugin/batchedit/
H A Dserver.php16 private $plugin; variable in BatcheditServer
20 public function __construct($plugin) { argument
/plugin/gitbacked/lib/
H A DGit.php70 … function &create($repo_path, $source = null, \action_plugin_gitbacked_editcommit $plugin = null) {
84 public static function open($repo_path, \action_plugin_gitbacked_editcommit $plugin = null) {
101 …emote($repo_path, $remote, $reference = null, \action_plugin_gitbacked_editcommit $plugin = null) {
143 protected $plugin = null; variable in GitRepo
157 …n_gitbacked_editcommit $plugin = null, $source = null, $remote_source = false, $reference = null) {
192 …h = null, \action_plugin_gitbacked_editcommit $plugin = null, $create_new = false, $_init = true) {
369 …protected static function handle_create_new_error($repo_path, $reference, $error_message, $plugin)…
/plugin/jokuwiki/
H A DREADME.md89 #### Javascript ####
113 #### PHP code ####
/plugin/nspages/printers/
H A DrendererXhtmlHelper.php13 private $plugin; variable in rendererXhtmlHelper
16 function __construct($renderer, $nbCols, $plugin, $anchorName){ argument
/plugin/sequencediagram/bower_components/js-sequence-diagrams/test/
H A Dsnap-mock.js5 plugin: function() {}, method in Snap
/plugin/yuriigantt/src/Driver/Embedded/
H A DHandler.php100 public function plugin($match, $state, $pos, $pluginname) function in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Embedded\\Handler
124 public function addPluginCall($plugin, $args, $state, $pos, $match)
/plugin/cleanup/
H A Dcron.php10 $plugin = plugin_load('helper','cleanup'); variable
/plugin/sync/
H A Ddiff.php20 $plugin = new admin_plugin_sync(); variable
/plugin/statistics/
H A Dimg.php15 $plugin = plugin_load('helper', 'statistics'); variable
H A Dlog.php16 $plugin = plugin_load('helper', 'statistics'); variable
/plugin/nsexport/
H A Dexport.php8 $plugin = plugin_load('action','nsexport_ajax'); variable
/plugin/visrep/
H A Dimg.php12 $plugin = plugin_load('syntax','visrep'); variable
/plugin/siteexport/
H A Dpreload.php216 public function disable($plugin) {
227 public function enable($plugin) {
/plugin/plantuml/
H A Dimg.php12 $plugin = plugin_load('syntax', 'plantuml'); variable
/plugin/seqdia/
H A Dimg.php13 $plugin = plugin_load('syntax','seqdia'); variable
/plugin/graphviz/
H A Dimg.php13 $plugin = plugin_load('syntax','graphviz'); variable
/plugin/mindmap/
H A Dxml.php15 $plugin = plugin_load('syntax','mindmap'); variable

12345