CloneSet234


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11201.000toplevel_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1121
administrator/components/com_installer/views/components/view.php
2126
administrator/components/com_installer/views/discover/view.php
3121
administrator/components/com_installer/views/install/view.php
4122
administrator/components/com_installer/views/languages/view.php
5123
administrator/components/com_installer/views/libraries/view.php
6121
administrator/components/com_installer/views/manage/view.php
7123
administrator/components/com_installer/views/modules/view.php
8123
administrator/components/com_installer/views/packages/view.php
9122
administrator/components/com_installer/views/plugins/view.php
10121
administrator/components/com_installer/views/templates/view.php
11121
administrator/components/com_installer/views/update/view.php
12126
administrator/components/com_installer/views/warnings/view.php
Clone Instance
1
Line Count
1
Source Line
21
Source File
administrator/components/com_installer/views/components/view.php

/**
 * Extension Manager Components View
 *
 * @package             Joomla.Administrator
 * @subpackage  Installer
 * @since               1.5
 */

include_once (dirname( __FILE__)
              .                 DS
              .                    '..'
              .                         DS
              .                            'default'
              .                                      DS
              .                                         'view.php');


Clone Instance
2
Line Count
1
Source Line
26
Source File
administrator/components/com_installer/views/discover/view.php

/**
 * Extension Manager Manage View
 *
 * @package             Joomla
 * @subpackage  Installer
 * @since               1.6
 */

include_once (dirname( __FILE__)
              .                 DS
              .                    '..'
              .                         DS
              .                            'default'
              .                                      DS
              .                                         'view.php');


Clone Instance
3
Line Count
1
Source Line
21
Source File
administrator/components/com_installer/views/install/view.php

/**
 * Extension Manager Install View
 *
 * @package             Joomla.Administrator
 * @subpackage  Installer
 * @since               1.5
 */

include_once (dirname( __FILE__)
              .                 DS
              .                    '..'
              .                         DS
              .                            'default'
              .                                      DS
              .                                         'view.php');


Clone Instance
4
Line Count
1
Source Line
22
Source File
administrator/components/com_installer/views/languages/view.php

/**
 * Extension Manager Languages View
 *
 * @package             Joomla.Administrator
 * @subpackage  Installer
 * @since               1.5
 */
include_once (dirname( __FILE__)
              .                 DS
              .                    '..'
              .                         DS
              .                            'default'
              .                                      DS
              .                                         'view.php');


Clone Instance
5
Line Count
1
Source Line
23
Source File
administrator/components/com_installer/views/libraries/view.php

/** ensure the installerviewdefault is available */
include_once (dirname( __FILE__)
              .                 DS
              .                    '..'
              .                         DS
              .                            'default'
              .                                      DS
              .                                         'view.php');


Clone Instance
6
Line Count
1
Source Line
21
Source File
administrator/components/com_installer/views/manage/view.php

/**
 * Extension Manager Manage View
 *
 * @package             Joomla.Administrator
 * @subpackage  Installer
 * @since               1.5
 */

include_once (dirname( __FILE__)
              .                 DS
              .                    '..'
              .                         DS
              .                            'default'
              .                                      DS
              .                                         'view.php');


Clone Instance
7
Line Count
1
Source Line
23
Source File
administrator/components/com_installer/views/modules/view.php

/**
 * Extension Manager Modules View
 *
 * @package             Joomla.Administrator
 * @subpackage  Installer
 * @since               1.5
 */

include_once (dirname( __FILE__)
              .                 DS
              .                    '..'
              .                         DS
              .                            'default'
              .                                      DS
              .                                         'view.php');


Clone Instance
8
Line Count
1
Source Line
23
Source File
administrator/components/com_installer/views/packages/view.php

/** ensure the installerviewdefault is available */
include_once (dirname( __FILE__)
              .                 DS
              .                    '..'
              .                         DS
              .                            'default'
              .                                      DS
              .                                         'view.php');


Clone Instance
9
Line Count
1
Source Line
22
Source File
administrator/components/com_installer/views/plugins/view.php

/**
 * Extension Manager Plugins View
 *
 * @package             Joomla.Administrator
 * @subpackage  Installer
 * @since               1.5
 */
include_once (dirname( __FILE__)
              .                 DS
              .                    '..'
              .                         DS
              .                            'default'
              .                                      DS
              .                                         'view.php');


Clone Instance
10
Line Count
1
Source Line
21
Source File
administrator/components/com_installer/views/templates/view.php

/**
 * Extension Manager Templates View
 *
 * @package             Joomla.Administrator
 * @subpackage  Installer
 * @since               1.5
 */

include_once (dirname( __FILE__)
              .                 DS
              .                    '..'
              .                         DS
              .                            'default'
              .                                      DS
              .                                         'view.php');


Clone Instance
11
Line Count
1
Source Line
21
Source File
administrator/components/com_installer/views/update/view.php

/**
 * Extension Manager Update View
 *
 * @package             Joomla.Administrator
 * @subpackage  Installer
 * @since               1.6
 */

include_once (dirname( __FILE__)
              .                 DS
              .                    '..'
              .                         DS
              .                            'default'
              .                                      DS
              .                                         'view.php');


Clone Instance
12
Line Count
1
Source Line
26
Source File
administrator/components/com_installer/views/warnings/view.php

/**
 * Extension Manager Templates View
 *
 * @package             Joomla
 * @subpackage  Installer
 * @since               1.5
 */

include_once (dirname( __FILE__)
              .                 DS
              .                    '..'
              .                         DS
              .                            'default'
              .                                      DS
              .                                         'view.php');


Clone AbstractionParameter Count: 0Parameter Bindings

/**
 * Extension Manager Components View
 *
 * @package             Joomla.Administrator
 * @subpackage  Installer
 * @since               1.5
 */
/**
 * Extension Manager Manage View
 *
 * @package             Joomla
 * @subpackage  Installer
 * @since               1.6
 */
/**
 * Extension Manager Install View
 *
 * @package             Joomla.Administrator
 * @subpackage  Installer
 * @since               1.5
 */
/**
 * Extension Manager Languages View
 *
 * @package             Joomla.Administrator
 * @subpackage  Installer
 * @since               1.5
 */
/** ensure the installerviewdefault is available */
/**
 * Extension Manager Manage View
 *
 * @package             Joomla.Administrator
 * @subpackage  Installer
 * @since               1.5
 */
/**
 * Extension Manager Modules View
 *
 * @package             Joomla.Administrator
 * @subpackage  Installer
 * @since               1.5
 */
/**
 * Extension Manager Plugins View
 *
 * @package             Joomla.Administrator
 * @subpackage  Installer
 * @since               1.5
 */
/**
 * Extension Manager Templates View
 *
 * @package             Joomla.Administrator
 * @subpackage  Installer
 * @since               1.5
 */
/**
 * Extension Manager Update View
 *
 * @package             Joomla.Administrator
 * @subpackage  Installer
 * @since               1.6
 */
/**
 * Extension Manager Templates View
 *
 * @package             Joomla
 * @subpackage  Installer
 * @since               1.5
 */
include_once (dirname( __FILE__)
              . DS
              . '..'
              . DS
              . 'default'
              . DS
              . 'view.php');
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None