CloneSet251


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13201.000toplevel_statement_sequence[12]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11318
administrator/includes/defines.php
21321
includes/defines.php
Clone Instance
1
Line Count
13
Source Line
18
Source File
administrator/includes/defines.php

//Defines
define( "JPATH_ROOT" ,                  implode( DS, $parts));

define( "JPATH_SITE" ,                  JPATH_ROOT);
define( "JPATH_CONFIGURATION" , JPATH_ROOT);
define( "JPATH_ADMINISTRATOR" , JPATH_ROOT
                                .          DS
                                .             'administrator');
define( "JPATH_XMLRPC" ,                JPATH_ROOT
                                        .          DS
                                        .             'xmlrpc');
define( "JPATH_LIBRARIES" ,             JPATH_ROOT
                                        .          DS
                                        .             'libraries');
define( "JPATH_PLUGINS" ,               JPATH_ROOT
                                        .          DS
                                        .             'plugins');
define( "JPATH_INSTALLATION" ,  JPATH_ROOT
                                .          DS
                                .             'installation');
define( "JPATH_THEMES" ,                JPATH_BASE
                                        .          DS
                                        .             'templates');
define( "JPATH_CACHE" ,                 JPATH_BASE
                                        .          DS
                                        .             'cache');
define( "JPATH_MANIFESTS" ,             JPATH_ADMINISTRATOR
                                        .                   DS
                                        .                      'manifests');
define( "JPATH_BACKUPS" ,                       JPATH_ADMINISTRATOR
                                                .                   DS
                                                .                      'backups');


Clone Instance
2
Line Count
13
Source Line
21
Source File
includes/defines.php

//Defines
define( "JPATH_ROOT" ,                  implode(DS, $parts));

define( "JPATH_SITE" ,                  JPATH_ROOT);
define( "JPATH_CONFIGURATION" , JPATH_ROOT);
define( "JPATH_ADMINISTRATOR" , JPATH_ROOT
                                .          DS
                                .             'administrator');
define( "JPATH_XMLRPC" ,        JPATH_ROOT
                                .          DS
                                .             'xmlrpc');
define( "JPATH_LIBRARIES" ,             JPATH_ROOT
                                        .          DS
                                        .             'libraries');
define( "JPATH_PLUGINS" ,       JPATH_ROOT
                                .          DS
                                .             'plugins');
define( "JPATH_INSTALLATION" ,  JPATH_ROOT
                                .          DS
                                .             'installation');
define( "JPATH_THEMES" ,        JPATH_BASE
                                .          DS
                                .             'templates');
define( "JPATH_CACHE" ,                 JPATH_BASE
                                        .          DS
                                        .             'cache');
define( "JPATH_MANIFESTS" ,             JPATH_ADMINISTRATOR
                                        .                   DS
                                        .                      'manifests');
define( "JPATH_BACKUPS" ,                       JPATH_ADMINISTRATOR
                                                .                   DS
                                                .                      'backups');


Clone AbstractionParameter Count: 0Parameter Bindings

//Defines
define( "JPATH_ROOT" ,implode(DS,$parts));
define( "JPATH_SITE" ,JPATH_ROOT);
define( "JPATH_CONFIGURATION" ,JPATH_ROOT);
define( "JPATH_ADMINISTRATOR" ,JPATH_ROOT
                               . DS
                               . 'administrator');
define( "JPATH_XMLRPC" ,JPATH_ROOT
                        . DS
                        . 'xmlrpc');
define( "JPATH_LIBRARIES" ,JPATH_ROOT
                           . DS
                           . 'libraries');
define( "JPATH_PLUGINS" ,JPATH_ROOT
                         . DS
                         . 'plugins');
define( "JPATH_INSTALLATION" ,JPATH_ROOT
                              . DS
                              . 'installation');
define( "JPATH_THEMES" ,JPATH_BASE
                        . DS
                        . 'templates');
define( "JPATH_CACHE" ,JPATH_BASE
                       . DS
                       . 'cache');
define( "JPATH_MANIFESTS" ,JPATH_ADMINISTRATOR
                           . DS
                           . 'manifests');
define( "JPATH_BACKUPS" ,JPATH_ADMINISTRATOR
                         . DS
                         . 'backups');
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None