Home | History | Annotate | Download | only in motemplate

Lines Matching refs:bind_to

541   def __init__(self, bind_to, id_, content):
543 self._bind_to = bind_to
571 def __init__(self, bind_to, id_, content):
573 self._bind_to = bind_to
602 def __init__(self, bind_to, id_, content):
604 if bind_to is not None:
606 % (bind_to, id_))
690 def __init__(self, bind_to, id_, content):
692 self._bind_to = bind_to
1008 bind_to, id_ = None, self._NextIdentifier(tokens)
1014 bind_to, id_ = id_, self._NextIdentifier(tokens)
1020 if bind_to is not None:
1022 'Cannot bind %s to a self-closing partial' % bind_to)
1043 if bind_to is not None:
1044 inline_node.PassThroughArgument(bind_to)
1047 return [next_token.clazz(bind_to, id_, inline_node)]
1060 node = next_token.clazz(bind_to, id_, section)
1065 nodes.append(else_node_class(bind_to, id_, else_section))