Home | History | Annotate | Download | only in js

Lines Matching refs:maxResults

3574       maxResults: parseInt($widget.data('maxresults') || '100', 10),
3803 var maxResults = opts.maxResults || 100;
3882 results = results.slice(0, maxResults);