Searched refs:excess (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/
H A Djquery.js1634 var excess,
1645 // Strip excess characters from unquoted arguments
1647 // Get excess from tokenize (recursively)
1648 (excess = tokenize( unquoted, true )) &&
1650 (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) {
1652 // excess is a negative index
1653 match[0] = match[0].slice( 0, excess );
1654 match[2] = unquoted.slice( 0, excess );
2107 // Return the length of the invalid excess
[all...]

Completed in 31 milliseconds