CloneSet1104


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5301.000toplevel_statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1510
administrator/index.php
2310
index.php
359
installation/index.php
Clone Instance
1
Line Count
5
Source Line
10
Source File
administrator/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);


Clone Instance
2
Line Count
3
Source Line
10
Source File
index.php

/**
 * @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);


Clone Instance
3
Line Count
5
Source Line
9
Source File
installation/index.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
 */

define( "_JEXEC" ,1);

define( "JPATH_BASE" ,dirname( __FILE__));

define( "DS" ,DIRECTORY_SEPARATOR);


Clone AbstractionParameter Count: 0Parameter Bindings

/**
 * @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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None