Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
19 | 3 | 1 | 0.992 | root |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 19 | 1 | administrator/components/com_config/toolbar.config.php |
2 | 19 | 1 | administrator/components/com_languages/toolbar.languages.php |
3 | 19 | 1 | administrator/components/com_massmail/toolbar.massmail.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; } ?> |
| ||||
<?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; } ?> |
| ||||
<?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; } ?> |
| |||
<?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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#22866da0]] | TOOLBAR_config |
1 | 2 | [[#22866da0]] | TOOLBAR_languages |
1 | 3 | [[#22866da0]] | TOOLBAR_massmail |