Lines Matching refs:current
110 """Return an attribute node for the current extension. This is useful
229 while parser.stream.current.type != 'block_end':
244 if parser.stream.current.type == 'assign':
278 if parser.stream.current.test('name:pluralize'):
281 if parser.stream.current.type != 'block_end':
330 if parser.stream.current.type == 'data':
331 buf.append(parser.stream.current.value.replace('%', '%%'))
333 elif parser.stream.current.type == 'variable_begin':
339 elif parser.stream.current.type == 'block_begin':
341 if parser.stream.current.test('name:endtrans'):
343 elif parser.stream.current.test('name:pluralize'):