Home
last modified time | relevance | path

Searched refs:helper_plugin_evesso (Results 1 – 5 of 5) sorted by relevance

/plugin/evesso/
H A Daction.php100 /** @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)) {
215 if ($this->startsWith($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)) {
242 if ($this->startsWith($group, helper_plugin_evesso::ALLIANCE_PREFIX)) {
245 if ($this->startsWith($group, helper_plugin_evesso::FACTION_PREFIX)) {
[all …]
H A Dhelper.php12 class helper_plugin_evesso extends DokuWiki_Plugin { class
169 'require-corporation' => helper_plugin_evesso::CORPORATION_PREFIX,
170 'require-alliance' => helper_plugin_evesso::ALLIANCE_PREFIX,
171 'require-faction' => helper_plugin_evesso::FACTION_PREFIX,
H A Dauth.php67 /** @var helper_plugin_evesso $hlp */
120 /** @var helper_plugin_evesso $hlp */
136 /** @var helper_plugin_evesso $hlp */
221 if($this->startsWith($group, helper_plugin_evesso::CORPORATION_PREFIX)
222 || $this->startsWith($group, helper_plugin_evesso::ALLIANCE_PREFIX)
223 || $this->startsWith($group, helper_plugin_evesso::FACTION_PREFIX)
267 if($this->startsWith($group, helper_plugin_evesso::CORPORATION_PREFIX)
268 || $this->startsWith($group, helper_plugin_evesso::ALLIANCE_PREFIX)
269 || $this->startsWith($group, helper_plugin_evesso::FACTION_PREFIX)
/plugin/evesso/classes/
H A DEveOnlineAdapter.php6 use helper_plugin_evesso; alias
81 $data['grps'][] = helper_plugin_evesso::CORPORATION_PREFIX . $entry['name'];
83 $data['grps'][] = helper_plugin_evesso::ALLIANCE_PREFIX . $entry['name'];
85 $data['grps'][] = helper_plugin_evesso::FACTION_PREFIX . $entry['name'];
/plugin/evesso/conf/
H A Dmetadata.php15 /** @var helper_plugin_evesso $hlp */
35 /** @var helper_plugin_evesso $hlp */