Searched refs:iq_list (Results 1 – 1 of 1) sorted by relevance
414 remoting.FormatIq.prototype.prettyIqResult = function(action, iq_list) { argument416 var iq = iq_list[0];454 remoting.FormatIq.prototype.prettyIqGet = function(action, iq_list) { argument456 var iq = iq_list[0];484 remoting.FormatIq.prototype.prettyIqSet = function(action, iq_list) { argument486 var iq = iq_list[0];556 remoting.FormatIq.prototype.prettyIqError = function(action, iq_list) { argument558 var iq = iq_list[0];612 var iq_list = xml.getElementsByTagName('iq');614 if (iq_list && iq_list.length > 0) {[all …]