Home
last modified time | relevance | path

Searched refs:getUser (Results 76 – 81 of 81) sorted by path

1234

/plugin/tagging/action/
H A Dmain.php133 if ($INFO['writable'] && $hlp->getUser()) {
135 $id, $hlp->getUser(),
208 $userTags = $hlp->findItems(array('pid' => $pid, 'tagger' => $hlp->getUser()), 'tag');
/plugin/tagging/
H A Dhelper.php53 public function getUser() { function in helper_plugin_tagging
255 !($this->getUser() && $INFO['writable'])
339 if ($this->getUser() && $INFO['writable']) {
355 'tagger' => $this->getUser(),
460 $tagger = $this->getUser();
574 array_push($args, $this->getUser());
/plugin/twofactor/
H A DManager.php93 $this->getUser();
113 $setting = new Settings('twofactor', $this->getUser());
127 public function getUser() function in dokuwiki\\plugin\\twofactor\\Manager
167 $settings = new Settings('twofactor', $this->getUser());
189 $user = $this->getUser();
245 $setting = new Settings('twofactor', $this->getUser());
266 $setting = new Settings('twofactor', $this->getUser());
H A DProvider.php64 $user = $this->settings->getUser();
H A DSettings.php56 public function getUser() function in dokuwiki\\plugin\\twofactor\\Settings
/plugin/twofactor/action/
H A Dlogin.php244 (Manager::getInstance())->getUser(),

1234