Home
last modified time | relevance | path

Searched refs:defaultConf (Results 1 – 3 of 3) sorted by relevance

/plugin/stale/_test/
H A DbaseTest.php146 $defaultConf = $loader->loadDefaults();
148 $this->assertTrue(is_array($defaultConf));
154 $defaultConf,
/plugin/blogtng/action/
H A Dfeed.php17 private $defaultConf = array( variable in action_plugin_blogtng_feed
81 $conf = array_merge($conf, $this->defaultConf);
/plugin/podcast/action/
H A Dfeed.php15 var $defaultConf = array( variable in action_plugin_podcast_feed
54 $conf = array_merge($conf, $this->defaultConf);