Home
last modified time | relevance | path

Searched refs:FACTION_PREFIX (Results 1 – 4 of 4) sorted by relevance

/plugin/evesso/
H A Dhelper.php16 public const FACTION_PREFIX = '(faction)'; define in helper_plugin_evesso
171 'require-faction' => helper_plugin_evesso::FACTION_PREFIX,
H A Daction.php218 if ($this->startsWith($group, helper_plugin_evesso::FACTION_PREFIX)) {
219 $faction = $this->replaceFirst($group, helper_plugin_evesso::FACTION_PREFIX);
245 if ($this->startsWith($group, helper_plugin_evesso::FACTION_PREFIX)) {
246 $faction = $this->replaceFirst($group, helper_plugin_evesso::FACTION_PREFIX);
H A Dauth.php223 || $this->startsWith($group, helper_plugin_evesso::FACTION_PREFIX)
269 || $this->startsWith($group, helper_plugin_evesso::FACTION_PREFIX)
/plugin/evesso/classes/
H A DEveOnlineAdapter.php85 $data['grps'][] = helper_plugin_evesso::FACTION_PREFIX . $entry['name'];