Lines Matching refs:style
32 * @param string $style
37 public function add($id, $user, $style, $data = '') argument
47 $style = trim($style);
53 if (!$style) {
60 $line = "$user $style $data\n";
75 * @param string|array $style
81 public function remove($id, $user = null, $style = null, $data = null) argument
93 $re = $regexBuilder->buildRegex($user, $style, $data);
158 * @param string|array $style
167 public function subscribers($page, $user = null, $style = null, $data = null) argument
181 $re = $regexBuilder->buildRegex($user, $style, $data);