Lines Matching refs:data
4 * Extends DataSource with schema-parsing on JSON data.
69 * Parses raw data into a normalized response. To accommodate XHR responses,
70 * will first look for data in data.responseText. Otherwise will just work
71 * with data.
81 * @param data {Object} Raw data.
85 var data = e.data && (e.data.responseText || e.data),
89 payload.response = Y.DataSchema.JSON.apply.call(this, schema, data) || {
91 results: data