Searched refs:xmlhttp_key (Results 1 – 2 of 2) sorted by relevance
172 xmlhttp_key=None): argument175 if xmlhttp_key is None:177 xmlhttp_key = '_'179 xmlhttp_key = global_conf.get('xmlhttp_key', '_')180 self.xmlhttp_key = xmlhttp_key346 if self.xmlhttp_key:348 if dict(get_vars).get(self.xmlhttp_key):360 if self.xmlhttp_key:362 if dict(get_vars).get(self.xmlhttp_key):603 def make_eval_exception(app, global_conf, xmlhttp_key=None): argument[all …]
91 xmlhttp_key=None): argument124 if xmlhttp_key is None:125 xmlhttp_key = global_conf.get('xmlhttp_key', '_')126 self.xmlhttp_key = xmlhttp_key170 if self.xmlhttp_key:172 if dict(get_vars).get(self.xmlhttp_key):