Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 10 | 2 | 0.962 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 106 | libraries/joomla/document/html/html.php |
2 | 1 | 107 | libraries/joomla/document/html/html.php |
3 | 1 | 108 | libraries/joomla/document/html/html.php |
4 | 1 | 109 | libraries/joomla/document/html/html.php |
5 | 1 | 110 | libraries/joomla/document/html/html.php |
6 | 1 | 111 | libraries/joomla/document/html/html.php |
7 | 1 | 112 | libraries/joomla/document/html/html.php |
8 | 1 | 113 | libraries/joomla/document/html/html.php |
9 | 1 | 114 | libraries/joomla/document/html/html.php |
10 | 1 | 115 | libraries/joomla/document/html/html.php |
| ||||
$this->title = ( isset ($data['title'])) ? $data['title'] : $this->title; |
| ||||
$this->description = ( isset ($data['description'])) ? $data['description'] : $this->description; |
| ||||
$this->link = ( isset ($data['link'])) ? $data['link'] : $this->link; |
| ||||
$this->_metaTags = ( isset ($data['metaTags'])) ? $data['metaTags'] : $this->_metaTags; |
| ||||
$this->_links = ( isset ($data['links'])) ? $data['links'] : $this->_links; |
| ||||
$this->_styleSheets = ( isset ($data['styleSheets'])) ? $data['styleSheets'] : $this->_styleSheets; |
| ||||
$this->_style = ( isset ($data['style'])) ? $data['style'] : $this->_style; |
| ||||
$this->_scripts = ( isset ($data['scripts'])) ? $data['scripts'] : $this->_scripts; |
| ||||
$this->_script = ( isset ($data['script'])) ? $data['script'] : $this->_script; |
| ||||
$this->_custom = ( isset ($data['custom'])) ? $data['custom'] : $this->_custom; |
| |||
$this-> [[#variable46079440]]=( isset ($data[ [[#variable460794c0]]])) ? $data[ [[#variable460794c0]]] : $this-> [[#variable46079440]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46079440]] | title |
1 | 2 | [[#46079440]] | description |
1 | 3 | [[#46079440]] | _styleSheets |
1 | 4 | [[#46079440]] | _style |
1 | 5 | [[#46079440]] | _scripts |
1 | 6 | [[#46079440]] | _script |
1 | 7 | [[#46079440]] | _custom |
1 | 8 | [[#46079440]] | link |
1 | 9 | [[#46079440]] | _metaTags |
1 | 10 | [[#46079440]] | _links |
2 | 1 | [[#460794c0]] | 'title' |
2 | 2 | [[#460794c0]] | 'description' |
2 | 3 | [[#460794c0]] | 'styleSheets' |
2 | 4 | [[#460794c0]] | 'style' |
2 | 5 | [[#460794c0]] | 'scripts' |
2 | 6 | [[#460794c0]] | 'script' |
2 | 7 | [[#460794c0]] | 'custom' |
2 | 8 | [[#460794c0]] | 'link' |
2 | 9 | [[#460794c0]] | 'metaTags' |
2 | 10 | [[#460794c0]] | 'links' |