Searched defs:splitAndTrim (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,
300 currentValues = splitAndTrim(currentValue, delimiter),
301 storedValues = splitAndTrim(storedValue, delimiter),
545 splitAndTrim = function(text, delimiter) {
536 }; function
/forgerock/openam/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js99 var all, any, calculateDistance, calculateIntersection, calculatePercentage, nullOrUndefined, splitAndTrim,
300 currentValues = splitAndTrim(currentValue, delimiter),
301 storedValues = splitAndTrim(storedValue, delimiter),
545 splitAndTrim = function(text, delimiter) {
536 }; function

Completed in 35 milliseconds