Home
last modified time | relevance | path

Searched refs:getPluginName (Results 51 – 75 of 157) sorted by relevance

1234567

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DPlugin.php173 'name' => $this->getPluginName(),
/plugin/latex/
H A Dadmin.php154 …ptln('<form action="'.wl($INFO['id']).'?do=admin&page='.$this->getPluginName().'" method="post">');
176 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php334 function getPluginName() { function in Sabre\\CalDAV\\ICSExportPlugin
354 'name' => $this->getPluginName(),
H A DSharingPlugin.php66 function getPluginName() { function in Sabre\\CalDAV\\SharingPlugin
420 'name' => $this->getPluginName(),
/plugin/latex-was/
H A Dadmin.php154 …ptln('<form action="'.wl($INFO['id']).'?do=admin&page='.$this->getPluginName().'" method="post">');
176 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/pagetitle/syntax/
H A Dyouarehere.php76 isset($helper) || $helper = $this->loadHelper($this->getPluginName());
/plugin/geourl/
H A Dadmin.php109 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/judge/
H A Dadmin.php83 . '<input type="hidden" name="page" value="' . $this->getPluginName() . '" />';
/plugin/src/
H A Daction.php85 if (empty($data['owner']) || $data['owner'] != $this->getPluginName()) continue;
/plugin/source/
H A Daction.php83 if (empty($data['owner']) || $data['owner'] != $this->getPluginName()) continue;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php351 function getPluginName() { function in Sabre\\CalDAV\\ICSExportPlugin
371 'name' => $this->getPluginName(),
H A DSharingPlugin.php57 function getPluginName() { function in Sabre\\CalDAV\\SharingPlugin
395 'name' => $this->getPluginName(),
/plugin/mantisreporter/
H A Dsyntax.php424 $plugin = $this->getPluginName();
443 $path = DOKU_PLUGIN.$this->getPluginName().'/conf/';
/plugin/minimap/
H A Dsyntax.php22 $pattern = '<' . $this->getPluginName() . '[^>]*>';
23 $this->Lexer->addSpecialPattern($pattern, $aMode, 'plugin_' . $this->getPluginName());
/plugin/oauth/
H A DAdapter.php332 $name = $this->getPluginName();
369 $logo = DOKU_PLUGIN . $this->getPluginName() . '/logo.svg';
/plugin/adminperm/
H A Daction.php50 $pname = $instance->getPluginName();
/plugin/uilanguage/
H A Daction.php81 $pluginname = $this->getPluginName();
/plugin/securelogin/
H A Daction.php19 $this->slhlp = plugin_load('helper', $this->getPluginName());
/plugin/codebutton2/
H A Dadmin.php64 ptln('<input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/combo/admin/
H A Dpagerules.php208 ptln('<input type="hidden" name="page" value="' . $this->getPluginName() . '_' . $this->getPluginComponent() . '" />');
227 ptln(' <input type="hidden" name="page" value="' . $this->getPluginName() . '_' . $this->getPluginComponent() . '" />');
/plugin/numberedheadings/
H A Daction.php35 isset($numbering) || $numbering = $this->loadHelper($this->getPluginName());
/plugin/toctweak/syntax/
H A Dautotoc.php45 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
/plugin/embeddedphp/syntax/
H A Dphpinline.php47 return 'plugin_'.$this->getPluginName().'_'.$this->getPluginComponent();
/plugin/rrdgraph/
H A Dhelper.php269 $cache = new cache_rrdgraph($this->getPluginName(), $pageId, $recipeName);
284 $cache = new cache_rrdgraph($this->getPluginName(), $pageId, $recipeName);
374 …$cache = new cache_rrdgraphimage($this->getPluginName(), $pageId, $extension, $recipeName, $rangeN…
/plugin/sketchcanvas/
H A Dsyntax.php69 $renderer->doc .= '<img src="dokuwiki/lib/plugins/' . $this->getPluginName()

1234567