Home
last modified time | relevance | path

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

/plugin/freesync/
H A 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;
100 $this->_profile = array();
101 if(!empty($this->_profile['namespace']) && !preg_match('/.*:$/', $this->_profile['namespace']))
115 array("id" => "start", "u" => $this->_profile['user'], "p" => $this->_profile['pass']),
145 if($this->_profile['pages']) {
171 if($this->_profile['files']) {
[all …]