Home
last modified time | relevance | path

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

/plugin/command/ext/
H A Ddt.php21 $configName = 'dtformat';
23 $configName .= '_'.$params[0];
36 $configVal = @$conf[$configName];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DPretargetingConfig.php25 public $configName; variable in Google\\Service\\AdExchangeBuyer\\PretargetingConfig
71 public function setConfigName($configName) argument
73 $this->configName = $configName;
77 return $this->configName;
/plugin/adhoctags/syntax/
H A Dabstract.php18 protected $configName = 'allowedElements'; variable in syntax_plugin_adhoctags_abstract
24 $arr = explode(',', $this->getConf($this->configName));