CSS |
- Do not show duplicates containing less than <number> CSS properties : Set the size of duplicated language constructs that are shown
in the results window.
|
CoffeeScript |
-
Anonymize Variables: when this check box is selected, two identical functions that use different variable names
are considered duplicates, for example:
var test01 = function(a,b){
return (a*b)
}
var test01 = function(a,b){
return (a*b)
}
- Anonymize Functions
- Anonymize Literals
|
ECMA Script level 4 |
-
Anonymize Variables: when this check box is selected, two identical functions that use different variable names
are considered duplicates, for example:
var test01 = function(a,b){
return (a*b)
}
var test01 = function(a,b){
return (a*b)
}
- Anonymize Functions
- Anonymize Literals
|
HTML |
- Do not show duplicates simpler than: Set the size of duplicated language constructs that are shown
in the result window. By default, the constructs less than 10 units are not included (and this
limitation cannot be changed).
|
JavaScript |
-
Anonymize Variables: when this check box is selected, two identical functions that use different variable names
are considered duplicates, for example:
var test01 = function(a,b){
return (a*b)
}
var test01 = function(a,b){
return (a*b)
}
- Anonymize Functions
- Anonymize Literals
|
JSON |
-
Anonymize Variables: when this check box is selected, two identical functions that use different variable names
are considered duplicates, for example:
var test01 = function(a,b){
return (a*b)
}
var test01 = function(a,b){
return (a*b)
}
- Anonymize Functions
- Anonymize Literals
|
Python |
On this page, configure your preferences of search in Python constructs.
- Selecting each of the check
boxes defines which tokens should be anonymized.
- Do not show duplicates containing less than <number> tokens : Set the size of duplicated language constructs that are shown
in the results window.
|
TypeScript |
-
Anonymize Variables: when this check box is selected, two identical functions that use different variable names
are considered duplicates, for example:
var test01 = function(a,b){
return (a*b)
}
var test01 = function(a,b){
return (a*b)
}
- Anonymize Functions
- Anonymize Literals
|
XHTML
|
- Do not show duplicates containing less than <number> tags : Set the size of duplicated language constructs that are shown
in the results window.
- Anonymize values of tags and attributes
|
XML |
- Do not show duplicates containing less than <number> tags : Set the size of duplicated language constructs that are shown
in the results window.
- Anonymize values of tags and attributes
|