Lines Matching defs:page
22 * Adds a new subscription for the given page or namespace
25 * *exact* page or namespace. It will *not* modify any subscription that may exist in higher namespaces.
29 * @param string $id The target page or namespace, specified by id; Namespaces
67 * Removes a subscription for the given page or namespace
69 * This removes all subscriptions matching the given criteria on the given page or
73 * @param string $id The target object’s (namespace or page) id
100 * $INFO['subscribed'] is either false if no subscription for the current page
153 * This function searches all relevant subscription files for a page or
156 * @param string $page The target object’s (namespace or page) id
167 public function subscribers($page, $user = null, $style = null, $data = null)
176 $files[$page] = $this->file($page);
177 $page = getNS(rtrim($page, ':')) . ':';
178 } while ($page !== ':');
220 * Aggregates all email addresses of user who have subscribed the given page with 'every' style
223 * - $id (the page id),
283 * @param string $id The target page or namespace, specified by id; Namespaces