Lines Matching refs:data
2 * Extends DataSource with schema-parsing on array data.
67 * Parses raw data into a normalized response.
77 * @param data {Object} Raw data.
81 var data = (Y.DataSource.IO && (this.get("host") instanceof Y.DataSource.IO) && Y.Lang.isString(e.data.responseText)) ? e.data.responseText : e.data,
82 response = Y.DataSchema.Array.apply.call(this, this.get("schema"), data),
89 results: data