CloneSet529


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2710.989toplevel_statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1216
administrator/components/com_installer/models/discover.php
2211
administrator/components/com_installer/models/languages.php
3216
administrator/components/com_installer/models/libraries.php
4220
administrator/components/com_installer/models/packages.php
5211
administrator/components/com_installer/models/templates.php
6211
administrator/components/com_installer/models/update.php
7211
administrator/components/com_installer/models/warnings.php
Clone Instance
1
Line Count
2
Source Line
16
Source File
administrator/components/com_installer/models/discover.php

/**
 * @version             $Id: discover.php 12277 2009-06-22 02:06:50Z pasamio $
 * @package             Joomla
 * @subpackage  Menus
 * @copyright   Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license             GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

// Import library dependencies
require_once (dirname( __FILE__)
              .                 DS
              .                    'extension.php');
jimport('joomla.installer.installer');


Clone Instance
2
Line Count
2
Source Line
11
Source File
administrator/components/com_installer/models/languages.php

/**
 * @version             $Id: languages.php 12233 2009-06-21 11:58:41Z pasamio $
 * @package             Joomla.Administrator
 * @subpackage  Menus
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

// Import library dependencies
require_once (dirname( __FILE__)
              .                 DS
              .                    'extension.php');
jimport('joomla.filesystem.folder');


Clone Instance
3
Line Count
2
Source Line
16
Source File
administrator/components/com_installer/models/libraries.php

/**
 * @version             $Id: libraries.php 12276 2009-06-22 01:54:01Z pasamio $
 * @package             Joomla
 * @subpackage  Menus
 * @copyright   Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license             GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

// Import library dependencies
require_once (dirname( __FILE__)
              .                 DS
              .                    'extension.php');
jimport( 'joomla.filesystem.folder');


Clone Instance
4
Line Count
2
Source Line
20
Source File
administrator/components/com_installer/models/packages.php

require_once (dirname( __FILE__)
              .                 DS
              .                    'extension.php');
jimport( 'joomla.application.component.model');


Clone Instance
5
Line Count
2
Source Line
11
Source File
administrator/components/com_installer/models/templates.php

/**
 * @version             $Id: templates.php 12062 2009-06-14 09:52:55Z hackwar $
 * @package             Joomla.Administrator
 * @subpackage  Menus
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

// Import library dependencies
require_once (dirname( __FILE__)
              .                 DS
              .                    'extension.php');
jimport('joomla.filesystem.folder');


Clone Instance
6
Line Count
2
Source Line
11
Source File
administrator/components/com_installer/models/update.php

/**
 * @version             $Id: update.php 12277 2009-06-22 02:06:50Z pasamio $
 * @package             Joomla.Administrator
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License, see LICENSE.php
 * details.
 */

// Import library dependencies
require_once (dirname( __FILE__)
              .                 DS
              .                    'extension.php');
jimport('joomla.installer.installer');


Clone Instance
7
Line Count
2
Source Line
11
Source File
administrator/components/com_installer/models/warnings.php

/**
 * @version             $Id: warnings.php 12276 2009-06-22 01:54:01Z pasamio $
 * @package             Joomla.Administrator
 * @subpackage  Menus
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License, see LICENSE.php
 */

// Import library dependencies
require_once (dirname( __FILE__)
              .                 DS
              .                    'extension.php');
jimport( 'joomla.filesystem.folder');


Clone AbstractionParameter Count: 1Parameter Bindings

/**
 * @version             $Id: warnings.php 12276 2009-06-22 01:54:01Z pasamio $
 * @package             Joomla.Administrator
 * @subpackage  Menus
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License, see LICENSE.php
 */
/**
 * @version             $Id: update.php 12277 2009-06-22 02:06:50Z pasamio $
 * @package             Joomla.Administrator
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License, see LICENSE.php
 * details.
 */
/**
 * @version             $Id: discover.php 12277 2009-06-22 02:06:50Z pasamio $
 * @package             Joomla
 * @subpackage  Menus
 * @copyright   Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license             GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
/**
 * @version             $Id: templates.php 12062 2009-06-14 09:52:55Z hackwar $
 * @package             Joomla.Administrator
 * @subpackage  Menus
 * @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: libraries.php 12276 2009-06-22 01:54:01Z pasamio $
 * @package             Joomla
 * @subpackage  Menus
 * @copyright   Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license             GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
/**
 * @version             $Id: languages.php 12233 2009-06-21 11:58:41Z pasamio $
 * @package             Joomla.Administrator
 * @subpackage  Menus
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */
// Import library dependencies
require_once (dirname( __FILE__)
              . DS
              . 'extension.php');
jimport( [[#variable4daca9a0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4daca9a0]]
'joomla.filesystem.folder' 
12[[#4daca9a0]]
'joomla.installer.installer' 
13[[#4daca9a0]]
'joomla.application.component.model' 
14[[#4daca9a0]]
'joomla.installer.installer' 
15[[#4daca9a0]]
'joomla.filesystem.folder' 
16[[#4daca9a0]]
'joomla.filesystem.folder' 
17[[#4daca9a0]]
'joomla.filesystem.folder'