Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.968 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 2690 | plugins/content/geshi/geshi.php |
2 | 2 | 2711 | plugins/content/geshi/geshi.php |
3 | 2 | 2714 | plugins/content/geshi/geshi.php |
4 | 2 | 2719 | plugins/content/geshi/geshi.php |
| ||||
// Add overall styles if (!$economy_mode || $this->overall_style != '') { $stylesheet.= "$selector {{ $this->overall_style}}\n"; } |
| ||||
// Header and footer if (!$economy_mode || $this->header_content_style != '') { $stylesheet.= "$selector.head {{ $this->header_content_style}}\n"; } |
| ||||
if (!$economy_mode || $this->footer_content_style != '') { $stylesheet.= "$selector.foot {{ $this->footer_content_style}}\n"; } |
| ||||
// Styles for important stuff if (!$economy_mode || $this->important_styles != '') { $stylesheet.= "$selector.imp {{ $this->important_styles}}\n"; } |
| |||
// Add overall styles // Header and footer // Styles for important stuff if (!$economy_mode || $this-> [[#variable46a02ea0]]!= '') { $stylesheet.= "$selector [[#variable46a02f00]]{ $this-> [[#variable46a02ea0]]}}\n"; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46a02ea0]] | overall_style |
1 | 2 | [[#46a02ea0]] | header_content_style |
1 | 3 | [[#46a02ea0]] | footer_content_style |
1 | 4 | [[#46a02ea0]] | important_styles |
2 | 1 | [[#46a02f00]] | { |
2 | 2 | [[#46a02f00]] | .head { |
2 | 3 | [[#46a02f00]] | .foot { |
2 | 4 | [[#46a02f00]] | .imp { |