Home
last modified time | relevance | path

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

/plugin/evesso/
H A Dhelper.php14 public const CORPORATION_PREFIX = '(corporation)'; define in helper_plugin_evesso
169 'require-corporation' => helper_plugin_evesso::CORPORATION_PREFIX,
H A Daction.php212 if ($this->startsWith($group, helper_plugin_evesso::CORPORATION_PREFIX)) {
213 $corp = $this->replaceFirst($group, helper_plugin_evesso::CORPORATION_PREFIX);
239 if ($this->startsWith($group, helper_plugin_evesso::CORPORATION_PREFIX)) {
240 $corp = $this->replaceFirst($group, helper_plugin_evesso::CORPORATION_PREFIX);
H A Dauth.php221 if($this->startsWith($group, helper_plugin_evesso::CORPORATION_PREFIX)
267 if($this->startsWith($group, helper_plugin_evesso::CORPORATION_PREFIX)
/plugin/evesso/classes/
H A DEveOnlineAdapter.php81 $data['grps'][] = helper_plugin_evesso::CORPORATION_PREFIX . $entry['name'];