Home
last modified time | relevance | path

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

/plugin/freesync/
Dhelper.php21 var $_profile = array(); variable in helper_plugin_freesync
49 return $this->_profile['name'];
53 return $this->_profile;
58 $this->_profile["pages"] = null;
59 $this->_profile["files"] = null;
61 $profile = array_merge($this->_profile, $profile);
98 $this->_profile = parse_ini_file($pfFN);
100 $this->_profile = array();
101 if(!empty($this->_profile['namespace']) && !preg_match('/.*:$/', $this->_profile['namespace']))
102 $this->_profile['namespace'] .= ":";
[all …]