Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.958 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 34 | administrator/components/com_contact/helpers/vcard.php |
2 | 5 | 82 | libraries/bitfolge/vcard.php |
| ||||
$key= 'ADR'; if ($type != '') { $key.= $separator . $type; } $key.= ';ENCODING=QUOTED-PRINTABLE'; |
| ||||
// type may be PREF | WORK | HOME | VOICE | FAX | MSG | CELL | PAGER | BBS | CAR | MODEM | ISDN | VIDEO or any senseful combination, e.g. "PREF;WORK;VOICE" $key= 'TEL'; if ($type != '') { $key.= ';' . $type; } $key.= ';ENCODING=QUOTED-PRINTABLE'; |
| |||
// type may be PREF | WORK | HOME | VOICE | FAX | MSG | CELL | PAGER | BBS | CAR | MODEM | ISDN | VIDEO or any senseful combination, e.g. "PREF;WORK;VOICE" $key= [[#variable526c79e0]]; if ($type != '') { $key.= [[#variable526ccbc0]] . $type; } $key.=';ENCODING=QUOTED-PRINTABLE'; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#526c79e0]] | 'ADR' |
1 | 2 | [[#526c79e0]] | 'TEL' |
2 | 1 | [[#526ccbc0]] | $separator |
2 | 2 | [[#526ccbc0]] | ';' |