Searched refs:flag (Results 1 – 5 of 5) sorted by relevance
83 * @param int $flag86 public function addFlag(int $flag): void argument88 $this->flags |= $flag;94 * @param int $flag97 public function hasFlag(int $flag): bool argument99 return ($this->flags & $flag) === $flag;105 * @param int $flag108 public function hasNotFlag(int $flag): bool argument110 return ($this->flags & $flag) !== $flag;116 * @param int $flag[all …]
876 * @param boolean $flag Whether to turn classes on or not879 public function enable_classes($flag = true) { argument880 $this->use_classes = ($flag) ? true : false;948 * @param int $flag How line numbers should be displayed952 public function enable_line_numbers($flag, $nth_row = 5) { argument953 if (GESHI_NO_LINE_NUMBERS != $flag && GESHI_NORMAL_LINE_NUMBERS != $flag954 && GESHI_FANCY_LINE_NUMBERS != $flag) {957 $this->line_numbers = $flag;967 * @param boolean $flag Wether multiline spans are allowed or not970 public function enable_multiline_span($flag) { argument[all …]
37 The --stderr flag is needed to avoid a headers already sent error on some systems.
3124 list($type, $flag, $mask, $who) = Strings::unpackSSH2('N3s', $result);
1160 .ui-icon-flag { background-position: -16px -112px; }