Home
last modified time | relevance | path

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

/plugin/evesso/
H A Dhelper.php15 public const ALLIANCE_PREFIX = '(alliance)'; define in helper_plugin_evesso
170 'require-alliance' => helper_plugin_evesso::ALLIANCE_PREFIX,
H A Daction.php215 if ($this->startsWith($group, helper_plugin_evesso::ALLIANCE_PREFIX)) {
216 $alliance = $this->replaceFirst($group, helper_plugin_evesso::ALLIANCE_PREFIX);
242 if ($this->startsWith($group, helper_plugin_evesso::ALLIANCE_PREFIX)) {
243 $alliance = $this->replaceFirst($group, helper_plugin_evesso::ALLIANCE_PREFIX);
H A Dauth.php222 || $this->startsWith($group, helper_plugin_evesso::ALLIANCE_PREFIX)
268 || $this->startsWith($group, helper_plugin_evesso::ALLIANCE_PREFIX)
/plugin/evesso/classes/
H A DEveOnlineAdapter.php83 $data['grps'][] = helper_plugin_evesso::ALLIANCE_PREFIX . $entry['name'];