Home
last modified time | relevance | path

Searched refs:getPluginName (Results 26 – 50 of 157) sorted by relevance

1234567

/plugin/linkmanager/
H A Dfunctions.php20 function getPluginName() { function
199 …$ret .= '<a href="'.DOKU_BASE.'lib/plugins/'.getPluginName().'/exe/filemanager.php?ns='.idfilter($…
304 $path = DOKU_PLUGIN.getPluginName().'/lang/';
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php145 function getPluginName() { function in Sabre\\CardDAV\\VCFExportPlugin
165 'name' => $this->getPluginName(),
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php99 function getPluginName() { function in Sabre\\DAV\\Auth\\Plugin
278 'name' => $this->getPluginName(),
/plugin/sketchcanvas/
H A Daction.php55 'src' => DOKU_BASE . 'lib/plugins/' . $this->getPluginName() . '/script/' . $file,
163 'icon' => '../../plugins/' . $this->getPluginName() . '/images/figure.png',
/plugin/custombuttons/
H A Dadmin.php107 .'<input type="hidden" name="page" value="'.$this->getPluginName().'" />';
145 .'<input type="hidden" name="page" value="'.$this->getPluginName().'" />';
/plugin/rrdgraph/
H A Dsyntax.php297 …$renderer->meta['plugin_' . $this->getPluginName()]['dependencies'])) $renderer->meta['plugin_' . …
299 …ta['plugin_' . $this->getPluginName()]['dependencies'] = array_unique(array_merge($renderer->meta[…
/plugin/toctweak/syntax/
H A Dmetatoc.php44 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
94 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
/plugin/authsplit/
H A Dauth.php111 $this->authplugins['primary']->getPluginName().'/'.
112 $this->authplugins['secondary']->getPluginName().' '.
242 $this->authplugins['secondary']->getPluginName()
257 $this->authplugins['primary']->getPluginName()
/plugin/jplayer/
H A Dsyntax.php129 $plugin_name = $this->getPluginName();
159 $plugin_name = $this->getPluginName();
H A Daction.php51 $name = $this->getPluginName();
/plugin/userhistory/
H A Dadmin.php45 … strpos ( wl ( $ID ), '?' )?'&amp;':'?' ).'do=admin&amp;page='.$this->getPluginName ( ).'&amp;user…
102 … ( $ID ). ( strpos ( wl ( $ID ), '?' )?'&amp;':'?' ).'do=admin&amp;page='.$this->getPluginName ( );
/plugin/linkmanager/exe/
H A Dfilemanager.php23 getPluginName();
/plugin/new_page_dialog/action/
H A Dmeta.php33 $plugin = $this->getPluginName();
/plugin/npd/action/
H A Dmeta.php33 $plugin = $this->getPluginName();
/plugin/yuriigantt/
H A Daction.php39 if ($event->data !== 'plugin_' . $this->getPluginName()) {
/plugin/deletehistory/
H A Dadmin.php45 $form->setHiddenField('page', $this->getPluginName());
/plugin/canvas/
H A Dcanvas.php55 msg($this->getPluginName().': Plugin InlineJS disabled.',-1);
98 msg($this->getPluginName().': syntax wrong -- '.hsc($data),-1);
/plugin/filelisting/action/
H A Djs.php57 $pname = $this->getPluginName();
/plugin/datatemplate/
H A Daction.php66 if(empty($data['owner']) || $data['owner'] != $this->getPluginName()) continue;
/plugin/spatialhelper/admin/
H A Dpurge.php41 $plugin = $this->getPluginName();
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php69 function getPluginName() { function in Sabre\\DAV\\Sharing\\Plugin
253 'name' => $this->getPluginName(),
/plugin/pagetitle/syntax/
H A Dbreadcrumb.php71 isset($helper) || $helper = $this->loadHelper($this->getPluginName());
/plugin/textmodule/
H A Dadmin.php67 echo '<input type="hidden" name="page" value="'.$this->getPluginName().'" />';
/plugin/ahrefmenu/
H A Dadmin.php98 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DPlugin.php173 'name' => $this->getPluginName(),

1234567