Home
last modified time | relevance | path

Searched refs:configloaded (Results 1 – 7 of 7) sorted by relevance

/dports/devel/flyspray/flyspray-0.9.9.7_4/plugins/dokuwiki/lib/plugins/
H A Dsyntax.php23 …var $configloaded = false; // set to true by loadConfig() after loading plugin configuration … variable in DokuWiki_Syntax_Plugin
226 if (!$this->configloaded){ $this->loadConfig(); }
247 $this->configloaded = true;
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/Extension/
H A DPluginTrait.php13 …protected $configloaded = false; // set to true by loadConfig() after loading plugin configura… variable
164 if (!$this->configloaded) {
190 $this->configloaded = true;
/dports/net-mgmt/xymon-server/xymon-4.3.30/lib/
H A Dloadhosts.c66 static int configloaded = 0; variable
452 if (!configloaded) { in hostinfo()
454 configloaded = 1; in hostinfo()
H A Dloadhosts_file.c166 configloaded = 1; in load_hostnames()
/dports/net-mgmt/xymon-client/xymon-4.3.30/lib/
H A Dloadhosts.c66 static int configloaded = 0; variable
452 if (!configloaded) { in hostinfo()
454 configloaded = 1; in hostinfo()
H A Dloadhosts_file.c166 configloaded = 1; in load_hostnames()
/dports/games/jfsw/jfsw-c434002/src/
H A Dgame.c3438 int configloaded; in app_main() local
3574 configloaded = CONFIG_ReadSetup(); in app_main()
3619 if (configloaded < 0 || (ForceSetup && CommandSetup == 0) || (CommandSetup > 0)) { in app_main()