Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 0 | 1.000 | toplevel_statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 10 | administrator/index.php |
2 | 3 | 10 | index.php |
3 | 5 | 9 | installation/index.php |
| ||||
/** * @version $Id: index.php 11952 2009-06-01 03:21:19Z robs $ * @package Joomla.Administrator * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // Set flag that this is a parent file define( "_JEXEC" ,1); define( "JPATH_BASE" ,dirname( __FILE__)); define( "DS" ,DIRECTORY_SEPARATOR); |
| ||||
/** * @version $Id: index.php 11952 2009-06-01 03:21:19Z 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 */ // Set flag that this is a parent file. define( "_JEXEC" ,1); define( "JPATH_BASE" ,dirname( __FILE__)); define( "DS" ,DIRECTORY_SEPARATOR); |
| ||||
/** * @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 */ define( "_JEXEC" ,1); define( "JPATH_BASE" ,dirname( __FILE__)); define( "DS" ,DIRECTORY_SEPARATOR); |
| |||
/** * @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 */ /** * @version $Id: index.php 11952 2009-06-01 03:21:19Z robs $ * @package Joomla.Administrator * @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // Set flag that this is a parent file /** * @version $Id: index.php 11952 2009-06-01 03:21:19Z 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 */ // Set flag that this is a parent file. define( "_JEXEC" ,1); define( "JPATH_BASE" ,dirname( __FILE__)); define( "DS" ,DIRECTORY_SEPARATOR); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |