Searched defs:calculateIntersection (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js99 var all, any, calculateDistance, calculateIntersection, calculatePercentage, nullOrUndefined, splitAndTrim,
303 numberOfTheSameElements = calculateIntersection(currentValues, storedValues).length,
587 calculateIntersection = function(first, second) {
578 }; function
/forgerock/openam/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js99 var all, any, calculateDistance, calculateIntersection, calculatePercentage, nullOrUndefined, splitAndTrim,
303 numberOfTheSameElements = calculateIntersection(currentValues, storedValues).length,
587 calculateIntersection = function(first, second) {
578 }; function

Completed in 107 milliseconds