Lines Matching refs:next
485 * The output of functions in the pipeline will be passed to the next function
1378 * Keeps track of the next, auto increment, identifier to assign
1594 var next = new lunr.TokenSet
1595 next.final = final
1597 node.edges[char] = next
1598 node = next
1729 next = undefined
1735 next = frame.output.edges[nEdge]
1736 next.final = next.final || final
1742 next = new lunr.TokenSet
1743 next.final = final
1744 frame.output.edges[nEdge] = next
1749 output: next,
2093 * to the next field
3033 lunr.QueryLexer.prototype.next = function () {
3063 char = this.next()
3138 var char = lexer.next()