Home
last modified time | relevance | path

Searched refs:getUser (Results 1 – 25 of 81) sorted by last modified time

1234

/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(),
/plugin/structpublish/_test/
H A Drevision.test.php69 $user = $revision->getUser();
91 $user = $revision->getUser();
/plugin/structpublish/action/
H A Dbanner.php106 '{user}' => userlink($rev->getUser()),
/plugin/structpublish/meta/
H A DRevision.php137 public function getUser()
136 public function getUser() global() function in dokuwiki\\plugin\\structpublish\\meta\\Revision
/plugin/struct/meta/
H A DSchema.php270 public function getUser()
378 'user' => $this->getUser(),
267 public function getUser() global() function in dokuwiki\\plugin\\struct\\meta\\Schema
/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/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/oauthazure/
H A Daction.php29 public function getUser() function in action_plugin_oauthazure
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php81 $user = Identity::getUser();
/plugin/combo/ComboStrap/
H A DIdentity.php158 return auth_isadmin(self::getUser(), self::getUserGroups());
165 return auth_isMember($group, self::getUser(), self::getUserGroups());
176 public static function getUser(): string function in ComboStrap\\Identity
/plugin/oauthgeneric/
H A Daction.php20 public function getUser() function in action_plugin_oauthgeneric
/plugin/oauth/
H A DOAuthManager.php69 $userdata = $service->getUser();
106 $userdata = $session->getUser();
132 $userdata = $service->getUser();
H A DSession.php109 public function getUser()
112 public function getUser() global() function in dokuwiki\\plugin\\oauth\\Session
H A DAdapter.php296 abstract public function getUser();
292 abstract public function getUser(); global() function in dokuwiki\\plugin\\oauth\\Adapter
/plugin/oauthauthsch/
H A Daction.php20 public function getUser() function in action_plugin_oauthauthsch
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClientConfiguration.php180 if (null !== $dsn->getUser()) {
181 $data['username'] = $dsn->getUser();
188 if (null !== $dsn->getUser() && null !== $dsn->getPassword()) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSecurityNamespace.php574 public function getUser(array $params = []) function in Elasticsearch\\Namespaces\\SecurityNamespace
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsn.php102 public function getUser(): ?string function in Nyholm\\Dsn\\Configuration\\Dsn
H A DUserPasswordTrait.php30 public function getUser(): ?string function
64 $user = $this->getUser() ?? '';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSecurityNamespace.asciidoc40 * <<Elasticsearch_Namespaces_SecurityNamespacegetUser_getUser,`getUser()`>>
315 .`getUser(array $params = [])`
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md81 echo $func->first()->getUser(); // "KEY"
146 - `getUser()`
/plugin/evesso/
H A Dauth.php176 $uinfo = $service->getUser();

1234