Searched refs:handle_match (Results 1 – 2 of 2) sorted by relevance
131 def handle_match(m): function143 return _entity_re.sub(handle_match, text_type(self))
528 var handle_match = expression.match(/^#([0-9]*)#$/);529 if (handle_match) {531 lookup_handle = parseInt(handle_match[1]);554 var handle_match = handle.match(/^#([0-9]*)#$/);555 if (handle_match) {559 request.arguments.handle = parseInt(handle_match[1]);