Lines Matching refs:helper_plugin_evesso
100 /** @var helper_plugin_evesso $hlp */
157 /** @var helper_plugin_evesso $hlp */
190 /** @var helper_plugin_evesso $hlp */
212 if ($this->startsWith($group, helper_plugin_evesso::CORPORATION_PREFIX)) {
213 $corp = $this->replaceFirst($group, helper_plugin_evesso::CORPORATION_PREFIX);
215 if ($this->startsWith($group, helper_plugin_evesso::ALLIANCE_PREFIX)) {
216 $alliance = $this->replaceFirst($group, helper_plugin_evesso::ALLIANCE_PREFIX);
218 if ($this->startsWith($group, helper_plugin_evesso::FACTION_PREFIX)) {
219 $faction = $this->replaceFirst($group, helper_plugin_evesso::FACTION_PREFIX);
239 if ($this->startsWith($group, helper_plugin_evesso::CORPORATION_PREFIX)) {
240 $corp = $this->replaceFirst($group, helper_plugin_evesso::CORPORATION_PREFIX);
242 if ($this->startsWith($group, helper_plugin_evesso::ALLIANCE_PREFIX)) {
243 $alliance = $this->replaceFirst($group, helper_plugin_evesso::ALLIANCE_PREFIX);
245 if ($this->startsWith($group, helper_plugin_evesso::FACTION_PREFIX)) {
246 $faction = $this->replaceFirst($group, helper_plugin_evesso::FACTION_PREFIX);
303 /** @var helper_plugin_evesso $hlp */