Lines Matching +full:count +full:- +full:users -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
39 if (!$this->isenabled()) {
44 $this->remove($id, $user);
61 $file = $this->file($id);
83 if (!$this->isenabled()) {
87 $file = $this->file($id);
93 $re = $regexBuilder->buildRegex($user, $style, $data);
114 if (!$this->isenabled()) {
125 $user = $INPUT->server->str('REMOTE_USER');
133 $subs = $this->subscribers($id, $user);
169 if (!$this->isenabled()) {
174 $files = [':' => $this->file(':')];
176 $files[$page] = $this->file($page);
181 $re = $regexBuilder->buildRegex($user, $style, $data);
223 * - $id (the page id),
224 * - $self (whether the author should be notified,
225 * - $addresslist (current email address list)
226 * - $replacements (array of additional string substitutions, @KEY@ to be replaced by value)
230 * @author Steven Danz <steven-danz@kc.rr.com>
237 if (!$this->isenabled()) {
251 $subscriptions = $this->subscribers($id, null, 'every');
254 foreach ($subscriptions as $users) {
255 foreach ($users as $user => $info) {
256 $userinfo = $auth->getUserData($user);
263 if (!$self && $user == $INPUT->server->str('REMOTE_USER')) {