CloneSet923


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
19310.992root
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1191
administrator/components/com_config/toolbar.config.php
2191
administrator/components/com_languages/toolbar.languages.php
3191
administrator/components/com_massmail/toolbar.massmail.php
Clone Instance
1
Line Count
19
Source Line
1
Source File
administrator/components/com_config/toolbar.config.php

<?php
/**
 * @version             $Id: toolbar.config.php 11952 2009-06-01 03:21:19Z robs $
 * @package             Joomla.Administrator
 * @subpackage  Config
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

// no direct access
defined( "_JEXEC") or exit;

require_once (JApplicationHelper::getPath('toolbar_html'));

switch ($task) {

        default :
                TOOLBAR_config::_DEFAULT();
                break;
      }
?>


Clone Instance
2
Line Count
19
Source Line
1
Source File
administrator/components/com_languages/toolbar.languages.php

<?php
/**
 * @version             $Id: toolbar.languages.php 11952 2009-06-01 03:21:19Z robs $
 * @package             Joomla.Administrator
 * @subpackage  Languages
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

// no direct access
defined( "_JEXEC") or exit;

require_once (JApplicationHelper::getPath('toolbar_html'));

switch ($task) {

        default :
                TOOLBAR_languages::_DEFAULT();
                break;
      }
?>


Clone Instance
3
Line Count
19
Source Line
1
Source File
administrator/components/com_massmail/toolbar.massmail.php

<?php
/**
 * @version             $Id: toolbar.massmail.php 11952 2009-06-01 03:21:19Z robs $
 * @package             Joomla.Administrator
 * @subpackage  Massmail
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

// no direct access
defined( "_JEXEC") or exit;

require_once (JApplicationHelper::getPath('toolbar_html'));

switch ($task) {

        default :
                TOOLBAR_massmail::_DEFAULT();
                break;
      }
?>


Clone AbstractionParameter Count: 1Parameter Bindings

<?php
/**
 * @version             $Id: toolbar.config.php 11952 2009-06-01 03:21:19Z robs $
 * @package             Joomla.Administrator
 * @subpackage  Config
 * @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: toolbar.languages.php 11952 2009-06-01 03:21:19Z robs $
 * @package             Joomla.Administrator
 * @subpackage  Languages
 * @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: toolbar.massmail.php 11952 2009-06-01 03:21:19Z robs $
 * @package             Joomla.Administrator
 * @subpackage  Massmail
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */
// no direct access
defined( "_JEXEC") or exit;
require_once (JApplicationHelper::getPath('toolbar_html'));
switch ($task) {
  default :
     [[#variable22866da0]]::_DEFAULT();
    break;
}
?>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#22866da0]]
TOOLBAR_config 
12[[#22866da0]]
TOOLBAR_languages 
13[[#22866da0]]
TOOLBAR_massmail