Lines Matching refs:parsing
556 parsing=False
558 parsing=True
593 if not parsing:
656 def getVar(self, var, expand=True, noweakdefault=False, parsing=False): argument
657 return self.getVarFlag(var, "_content", expand, noweakdefault, parsing)
667 val = self.getVar(key, 0, parsing=True)
674 self.setVar(newkey, val, ignore=True, parsing=True)
704 self.setVar(var + ":append", value, ignore=True, parsing=True)
709 self.setVar(var + ":prepend", value, ignore=True, parsing=True)
769 … def getVarFlag(self, var, flag, expand=True, noweakdefault=False, parsing=False, retparser=False): argument
784 if flag == "_content" and overridedata is not None and not parsing:
823 if flag == "_content" and local_var is not None and ":append" in local_var and not parsing:
836 if flag == "_content" and local_var is not None and ":prepend" in local_var and not parsing:
856 … value and flag == "_content" and local_var is not None and ":remove" in local_var and not parsing:
867 if value and flag == "_content" and not parsing: