| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 5 | 2 | 0.965 | statement_block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 55 | components/com_contact/views/category/view.html.php |
| 2 | 8 | 93 | components/com_content/views/categories/view.html.php |
| 3 | 6 | 94 | components/com_content/views/category/view.html.php |
| 4 | 8 | 162 | components/com_content/views/frontpage/view.html.php |
| 5 | 6 | 127 | components/com_weblinks/views/category/view.html.php |
| ||||
{
$link= '&format=feed&limitstart=';
$attribs= array( 'type' => 'application/rss+xml', 'title' => 'RSS 2.0'
);
$document->addHeadLink(JRoute::_($link
. '&type=rss'), 'alternate', 'rel', $attribs);
$attribs= array( 'type' => 'application/atom+xml', 'title' => 'Atom 1.0'
);
$document->addHeadLink(JRoute::_($link
. '&type=atom'), 'alternate', 'rel', $attribs);
}
|
| ||||
{
$link= '&format=feed&limitstart=';
$attribs= array( 'type' => 'application/rss+xml', 'title' => 'RSS 2.0'
);
$this->document->addHeadLink(JRoute::_($link
. '&type=rss'), 'alternate', 'rel', $attribs);
$attribs= array( 'type' => 'application/atom+xml', 'title' => 'Atom 1.0'
);
$this->document->addHeadLink(JRoute::_($link
. '&type=atom'), 'alternate', 'rel', $attribs);
}
|
| ||||
{
$link= '&format=feed&limitstart=';
$attribs= array( 'type' => 'application/rss+xml', 'title' => 'RSS 2.0'
);
$document->addHeadLink(JRoute::_($link
. '&type=rss'), 'alternate', 'rel', $attribs);
$attribs= array( 'type' => 'application/atom+xml', 'title' => 'Atom 1.0'
);
$document->addHeadLink(JRoute::_($link
. '&type=atom'), 'alternate', 'rel', $attribs);
}
|
| ||||
{
$link= '&format=feed&limitstart=';
$attribs= array( 'type' => 'application/rss+xml', 'title' => 'RSS 2.0'
);
$this->document->addHeadLink(JRoute::_($link
. '&type=rss'), 'alternate', 'rel', $attribs);
$attribs= array( 'type' => 'application/atom+xml', 'title' => 'Atom 1.0'
);
$this->document->addHeadLink(JRoute::_($link
. '&type=atom'), 'alternate', 'rel', $attribs);
}
|
| ||||
{
$link= '&view=category&id='
. $this->category->slug
. '&format=feed&limitstart=';
$attribs= array( 'type' => 'application/rss+xml', 'title' => 'RSS 2.0'
);
$this->document->addHeadLink(JRoute::_($link
. '&type=rss'), 'alternate', 'rel', $attribs);
$attribs= array( 'type' => 'application/atom+xml', 'title' => 'Atom 1.0'
);
$this->document->addHeadLink(JRoute::_($link
. '&type=atom'), 'alternate', 'rel', $attribs);
}
|
| |||
{
$link= [[#variable46632a00]];
$attribs=array( 'type' => 'application/rss+xml',
'title' => 'RSS 2.0'
);
[[#variable58674d80]]->addHeadLink(JRoute::_($link
. '&type=rss'),'alternate','rel',$attribs);
$attribs=array( 'type' => 'application/atom+xml',
'title' => 'Atom 1.0'
);
[[#variable58674d80]]->addHeadLink(JRoute::_($link
. '&type=atom'),'alternate','rel',$attribs);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#46632a00]] | '&format=feed&limitstart=' |
| 1 | 2 | [[#46632a00]] | '&format=feed&limitstart=' |
| 1 | 3 | [[#46632a00]] | '&view=category&id=' . $this->category->slug . '&format=feed&limitstart=' |
| 1 | 4 | [[#46632a00]] | '&format=feed&limitstart=' |
| 1 | 5 | [[#46632a00]] | '&format=feed&limitstart=' |
| 2 | 1 | [[#58674d80]] | $document |
| 2 | 2 | [[#58674d80]] | $this->document |
| 2 | 3 | [[#58674d80]] | $this->document |
| 2 | 4 | [[#58674d80]] | $this->document |
| 2 | 5 | [[#58674d80]] | $document |