Lines Matching refs:_position
1357 var _position, _length, _character, _result;
1363 for (_position = 0, _length = _result.length; _position < _length; _position += 1) {
1364 _character = _result.charCodeAt(_position);
1531 var _position = state.position,
1534 ch = state.input.charCodeAt(_position);
1539 ch === state.input.charCodeAt(_position + 1) &&
1540 ch === state.input.charCodeAt(_position + 2)) {
1542 _position += 3;
1544 ch = state.input.charCodeAt(_position);
2299 var _position,
2329 _position = state.position;
2336 tagName = state.input.slice(_position, state.position);
2346 tagHandle = state.input.slice(_position - 1, state.position + 1);
2353 _position = state.position + 1;
2362 tagName = state.input.slice(_position, state.position);
2399 var _position,
2411 _position = state.position;
2417 if (state.position === _position) {
2421 state.anchor = state.input.slice(_position, state.position);
2426 var _position, alias,
2434 _position = state.position;
2440 if (state.position === _position) {
2444 alias = state.input.slice(_position, state.position);
2636 _position,
2658 _position = state.position;
2664 directiveName = state.input.slice(_position, state.position);
2684 _position = state.position;
2690 directiveArgs.push(state.input.slice(_position, state.position));