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