Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 1 | 0.979 | toplevel_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 60 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/config_tinybrowser.php |
2 | 1 | 61 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/config_tinybrowser.php |
3 | 1 | 62 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/config_tinybrowser.php |
| ||||
// File link paths - these are the paths that get passed back to TinyMCE or your application (set to equal the upload path by default) $tinybrowser['link']['image']= $tinybrowser['path']['image']; // Image links |
| ||||
$tinybrowser['link']['media']= $tinybrowser['path']['media']; // Media links |
| ||||
$tinybrowser['link']['file']= $tinybrowser['path']['file']; // Other file links |
| |||
// File link paths - these are the paths that get passed back to TinyMCE or your application (set to equal the upload path by default) $tinybrowser['link'][ [[#variable20f21ea0]]]=$tinybrowser['path'][ [[#variable20f21ea0]]]; // Media links // Other file links // Image links |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#20f21ea0]] | 'media' |
1 | 2 | [[#20f21ea0]] | 'file' |
1 | 3 | [[#20f21ea0]] | 'image' |