Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 10 | 3 | 0.964 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 89 | components/com_contact/controller.php |
2 | 1 | 90 | components/com_contact/controller.php |
3 | 1 | 92 | components/com_contact/controller.php |
4 | 1 | 181 | components/com_content/models/archive.php |
5 | 1 | 107 | components/com_mailto/controller.php |
6 | 1 | 108 | components/com_mailto/controller.php |
7 | 1 | 109 | components/com_mailto/controller.php |
8 | 1 | 44 | components/com_mailto/views/mailto/view.html.php |
9 | 1 | 45 | components/com_mailto/views/mailto/view.html.php |
10 | 1 | 46 | components/com_mailto/views/mailto/view.html.php |
| ||||
$name= JRequest::getVar('name', '', 'post'); |
| ||||
$email= JRequest::getVar('email', '', 'post'); |
| ||||
$body= JRequest::getVar('text', '', 'post'); |
| ||||
/* * If we have a filter... lets tack the AND clause * for the filter onto the WHERE clause of the archive query. */ $filter= JRequest::getString('filter', '', 'post'); |
| ||||
$email= JRequest::getString('mailto', '', 'post'); |
| ||||
$sender= JRequest::getString('sender', '', 'post'); |
| ||||
$from= JRequest::getString('from', '', 'post'); |
| ||||
$sender= JRequest::getString('sender', '', 'post'); |
| ||||
$from= JRequest::getString('from', '', 'post'); |
| ||||
$subject= JRequest::getString('subject', '', 'post'); |
| |||
[[#variable541115a0]]=JRequest:: [[#variable541114c0]]( [[#variable541114e0]],'','post'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#541115a0]] | $from |
1 | 2 | [[#541115a0]] | $sender |
1 | 3 | [[#541115a0]] | $body |
1 | 4 | [[#541115a0]] | |
1 | 5 | [[#541115a0]] | $name |
1 | 6 | [[#541115a0]] | /* * If we have a filter... lets tack the AND clause * for the filter onto the WHERE clause of the archive query. */ $filter |
1 | 7 | [[#541115a0]] | |
1 | 8 | [[#541115a0]] | $subject |
1 | 9 | [[#541115a0]] | $from |
1 | 10 | [[#541115a0]] | $sender |
2 | 1 | [[#541114c0]] | getString |
2 | 2 | [[#541114c0]] | getString |
2 | 3 | [[#541114c0]] | getVar |
2 | 4 | [[#541114c0]] | getVar |
2 | 5 | [[#541114c0]] | getVar |
2 | 6 | [[#541114c0]] | getString |
2 | 7 | [[#541114c0]] | getString |
2 | 8 | [[#541114c0]] | getString |
2 | 9 | [[#541114c0]] | getString |
2 | 10 | [[#541114c0]] | getString |
3 | 1 | [[#541114e0]] | 'from' |
3 | 2 | [[#541114e0]] | 'sender' |
3 | 3 | [[#541114e0]] | 'text' |
3 | 4 | [[#541114e0]] | 'email' |
3 | 5 | [[#541114e0]] | 'name' |
3 | 6 | [[#541114e0]] | 'filter' |
3 | 7 | [[#541114e0]] | 'mailto' |
3 | 8 | [[#541114e0]] | 'subject' |
3 | 9 | [[#541114e0]] | 'from' |
3 | 10 | [[#541114e0]] | 'sender' |