Lines Matching +full:- +full:- +full:global
15 * E-Mail subscription handling
32 global $conf;
40 $this->handleSubscribeData();
44 msg($e->getMessage(), -1);
51 (new Ui\Subscribe())->show();
63 global $lang;
64 global $INFO;
65 global $INPUT;
70 if ($INPUT->has("sub_$param")) {
71 $params[$param] = $INPUT->str("sub_$param");
88 $ok = $subManager->remove($target, $INPUT->server->str('REMOTE_USER'), $style);
90 $ok = $subManager->add($target, $INPUT->server->str('REMOTE_USER'), $style);
127 global $INFO;
128 global $lang;
129 global $INPUT;
170 $INPUT->server->str('REMOTE_USER'),