Home
last modified time | relevance | path

Searched refs:getID (Results 1 – 10 of 10) sorted by last modified time

/dokuwiki/inc/
H A Dpageutils.php35 function getID($param = 'id', $clean = true)
31 function getID($param = 'id', $clean = true) global() function
H A Dmedia.php751 $display->scrollIntoView($jump == $item->getID());
757 $display->scrollIntoView($jump == $item->getID());
/dokuwiki/lib/exe/
H A Dfetch.php28 $MEDIA = stripctl(getID('media', false)); // no cleaning except control chars - maybe external
H A Ddetail.php13 $IMG = getID('media');
/dokuwiki/lib/plugins/extension/
H A Dcli.php152 $this->error(sprintf('Extension %s is not installed', $ext->getID()));
170 $this->success(sprintf($this->getLang($msg), $ext->getID()));
192 $this->error(sprintf('Extension %s is not installed', $ext->getID()));
199 $this->success(sprintf($this->getLang('msg_delete_success'), $ext->getID()));
201 $this->error(sprintf($this->getLang('msg_delete_failed'), hsc($ext->getID())));
237 sprintf('Could not find download for %s', $ext->getID())
366 $ext->getID(),
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php100 $this->remoteInfo = $this->repository->getData($this->getID());
234 public function getID()
708 if (!isset($installed[$this->getID()])) {
712 $this->setExtension($this->getID());
831 $origID = $this->getID();
838 if ($this->getID() != $ext) $this->setExtension($ext);
852 if ($this->getID() != $origID) $this->setExtension($origID);
214 public function getID() global() function in helper_plugin_extension_extension
H A Dgui.php56 $list->addRow($extension, $extension->getID() == $this->infoFor);
89 $list->addRow($extension, $extension->getID() == $this->infoFor);
138 $list->addRow($extension, $extension->getID() == $this->infoFor);
H A Dlist.php123 $this->form .= '<li id="extensionplugin__' . hsc($extension->getID()) .
293 $url = $this->gui->tabURL('', ['info' => $extension->getID()]);
296 $html .= ' <a href="' . $url . '#extensionplugin__' . $extension->getID() .
298 '" data-extid="' . $extension->getID() . '">' . $this->getLang('btn_info') . '</a>';
600 $conf['authtype'] != $extension->getID()
638 $name = 'fn[' . $action . '][' . hsc($extension->getID()) . ']';
/dokuwiki/
H A Ddoku.php43 $ID = getID();
/dokuwiki/lib/plugins/acl/
H A Daction.php59 $ID = getID();