Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 12 | 3 | 0.971 | php_sequence[8] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 1 | administrator/templates/khepri/component.php |
2 | 11 | 1 | administrator/templates/khepri/cpanel.php |
3 | 11 | 1 | administrator/templates/khepri/index.php |
4 | 11 | 1 | administrator/templates/system/component.php |
5 | 11 | 1 | administrator/templates/system/error.php |
6 | 12 | 1 | installation/template/index.php |
7 | 12 | 1 | templates/beez/component.php |
8 | 12 | 1 | templates/rhuk_milkyway/component.php |
9 | 16 | 1 | templates/rhuk_milkyway/index.php |
10 | 12 | 1 | templates/system/component.php |
11 | 12 | 1 | templates/system/error.php |
12 | 12 | 1 | templates/system/offline.php |
| ||||
<?php /** * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // no direct access defined( "_JEXEC") or exit; ?> <!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" > <head> <jdoc:include type="head"/> <link href="templates/ |
| ||||
<?php /** * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // no direct access defined( "_JEXEC") or exit; ?> <!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" id="minwidth" > <head> <jdoc:include type="head"/> <link rel="stylesheet" href="templates/system/css/system.css" type="text/css"/> <link href="templates/ |
| ||||
<?php /** * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // no direct access defined( "_JEXEC") or exit; ?> <!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" id="minwidth" > <head> <jdoc:include type="head"/> <link rel="stylesheet" href="templates/system/css/system.css" type="text/css"/> <link href="templates/ |
| ||||
<?php /** * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // no direct access defined( "_JEXEC") or exit; ?> <!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <jdoc:include type="head"/> </head> <body class="contentpane"> <jdoc:include type="message"/> <jdoc:include type="component"/> </body> </html> |
| ||||
<?php /** * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // no direct access defined( "_JEXEC") or exit; ?> <!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" > <head> <link rel="stylesheet" href="templates/system/css/error.css" type="text/css"/> </head> <body> <table width="550" align="center" class="outline"> <tr> <td align="center"> <h1> |
| ||||
<?php /** * @version $Id: index.php 11952 2009-06-01 03:21:19Z robs $ * @package Joomla.Installation * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined( "_JEXEC") or exit; ?> <!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" > <head> <jdoc:include type="head"/> <link href="template/css/template.css" rel="stylesheet" type="text/css"/> |
| ||||
<?php /** * @version $Id: component.php 11953 2009-06-01 03:36:36Z robs $ * @package Joomla.Site * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined( "_JEXEC") or exit; ?> <!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <jdoc:include type="head"/> <link rel="stylesheet" href=" |
| ||||
<?php /** * @version $Id: component.php 11953 2009-06-01 03:36:36Z robs $ * @package Joomla.Site * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined( "_JEXEC") or exit; ?> <!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <jdoc:include type="head"/> <link rel="stylesheet" href=" |
| ||||
<?php /** * @version $Id: index.php 11953 2009-06-01 03:36:36Z robs $ * @package Joomla.Site * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined( "_JEXEC") or exit; ?> <!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" > <head> <jdoc:include type="head"/> <link rel="stylesheet" href="<?php echo $this->baseurl;?>/templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href=" |
| ||||
<?php /** * @version $Id: component.php 11953 2009-06-01 03:36:36Z robs $ * @package Joomla.Site * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined( "_JEXEC") or exit; ?> <!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <jdoc:include type="head"/> <link rel="stylesheet" href=" |
| ||||
<?php /** * @version $Id: error.php 11953 2009-06-01 03:36:36Z robs $ * @package Joomla.Site * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined( "_JEXEC") or exit; ?> <!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <title> |
| ||||
<?php /** * @version $Id: offline.php 11953 2009-06-01 03:36:36Z robs $ * @package Joomla.Site * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined( "_JEXEC") or exit; ?> <!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <jdoc:include type="head"/> <link rel="stylesheet" href=" |
| |||
<?php /** * @version $Id: offline.php 11953 2009-06-01 03:36:36Z robs $ * @package Joomla.Site * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ /** * @version $Id: error.php 11953 2009-06-01 03:36:36Z robs $ * @package Joomla.Site * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ /** * @version $Id: index.php 11953 2009-06-01 03:36:36Z robs $ * @package Joomla.Site * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ /** * @version $Id: index.php 11952 2009-06-01 03:21:19Z robs $ * @package Joomla.Installation * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ /** * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // no direct access /** * @version $Id: component.php 11953 2009-06-01 03:36:36Z robs $ * @package Joomla.Site * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined( "_JEXEC") or exit; ?> <!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?> [[#variable44e3e260]]<?php echo $this-> [[#variable44e3e2c0]]; ?> [[#variable522d9c80]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#44e3e260]] | " dir=" |
1 | 2 | [[#44e3e260]] | " dir=" |
1 | 3 | [[#44e3e260]] | " > <head> <jdoc:include type="head"/> <link rel="stylesheet" href=" |
1 | 4 | [[#44e3e260]] | " dir=" |
1 | 5 | [[#44e3e260]] | " dir=" |
1 | 6 | [[#44e3e260]] | " dir=" |
1 | 7 | [[#44e3e260]] | " dir=" |
1 | 8 | [[#44e3e260]] | " dir=" |
1 | 9 | [[#44e3e260]] | " dir=" |
1 | 10 | [[#44e3e260]] | " dir=" |
1 | 11 | [[#44e3e260]] | " dir=" |
1 | 12 | [[#44e3e260]] | " dir=" |
2 | 1 | [[#44e3e2c0]] | direction |
2 | 2 | [[#44e3e2c0]] | direction |
2 | 3 | [[#44e3e2c0]] | baseurl |
2 | 4 | [[#44e3e2c0]] | direction |
2 | 5 | [[#44e3e2c0]] | direction |
2 | 6 | [[#44e3e2c0]] | direction |
2 | 7 | [[#44e3e2c0]] | direction |
2 | 8 | [[#44e3e2c0]] | direction |
2 | 9 | [[#44e3e2c0]] | direction |
2 | 10 | [[#44e3e2c0]] | direction |
2 | 11 | [[#44e3e2c0]] | direction |
2 | 12 | [[#44e3e2c0]] | direction |
3 | 1 | [[#522d9c80]] | "> <head> <jdoc:include type="head"/> <link rel="stylesheet" href=" |
3 | 2 | [[#522d9c80]] | "> <head> <title> |
3 | 3 | [[#522d9c80]] | /templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href=" |
3 | 4 | [[#522d9c80]] | " > <head> <jdoc:include type="head"/> <link href="template/css/template.css" rel="stylesheet" type="text/css"/> |
3 | 5 | [[#522d9c80]] | " > <head> <link rel="stylesheet" href="templates/system/css/error.css" type="text/css"/> </head> <body> <table width="550" align="center" class="outline"> <tr> <td align="center"> <h1> |
3 | 6 | [[#522d9c80]] | "> <head> <jdoc:include type="head"/> </head> <body class="contentpane"> <jdoc:include type="message"/> <jdoc:include type="component"/> </body> </html> |
3 | 7 | [[#522d9c80]] | " id="minwidth" > <head> <jdoc:include type="head"/> <link rel="stylesheet" href="templates/system/css/system.css" type="text/css"/> <link href="templates/ |
3 | 8 | [[#522d9c80]] | " > <head> <jdoc:include type="head"/> <link href="templates/ |
3 | 9 | [[#522d9c80]] | "> <head> <jdoc:include type="head"/> <link rel="stylesheet" href=" |
3 | 10 | [[#522d9c80]] | "> <head> <jdoc:include type="head"/> <link rel="stylesheet" href=" |
3 | 11 | [[#522d9c80]] | " id="minwidth" > <head> <jdoc:include type="head"/> <link rel="stylesheet" href="templates/system/css/system.css" type="text/css"/> <link href="templates/ |
3 | 12 | [[#522d9c80]] | "> <head> <jdoc:include type="head"/> <link rel="stylesheet" href=" |