Searched defs:parseTextData (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/datasource/
H A Ddatasource-beta-debug.js974 oParsedResponse = this.parseTextData(oRequest, oRawResponse);
1086 * @method parseTextData
1091 YAHOO.util.DataSource.prototype.parseTextData = function(oRequest, oRawResponse) {
H A Ddatasource-beta-min.js47 oParsedResponse=this.parseTextData(oRequest,oRawResponse);break;default:break;}
56 else{return null;}};YAHOO.util.DataSource.prototype.parseTextData=function(oRequest,oRawResponse){var oParsedResponse={};if(YAHOO.lang.isString(oRawResponse)&&YAHOO.lang.isArray(this.responseSchema.fields)&&YAHOO.lang.isString(this.responseSchema.recordDelim)&&YAHOO.lang.isString(this.responseSchema.fieldDelim)){oParsedResponse.results=[];var recDelim=this.responseSchema.recordDelim;var fieldDelim=this.responseSchema.fieldDelim;var fields=this.responseSchema.fields;if(oRawResponse.length>0){var newLength=oRawResponse.length-recDelim.length;if(oRawResponse.substr(newLength)==recDelim){oRawResponse=oRawResponse.substr(0,newLength);}
H A Ddatasource-beta.js945 oParsedResponse = this.parseTextData(oRequest, oRawResponse);
1048 * @method parseTextData
1053 YAHOO.util.DataSource.prototype.parseTextData = function(oRequest, oRawResponse) {
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/datasource/
H A Ddatasource-beta-debug.js974 oParsedResponse = this.parseTextData(oRequest, oRawResponse);
1086 * @method parseTextData
1091 YAHOO.util.DataSource.prototype.parseTextData = function(oRequest, oRawResponse) {
H A Ddatasource-beta-min.js47 oParsedResponse=this.parseTextData(oRequest,oRawResponse);break;default:break;}
56 else{return null;}};YAHOO.util.DataSource.prototype.parseTextData=function(oRequest,oRawResponse){var oParsedResponse={};if(YAHOO.lang.isString(oRawResponse)&&YAHOO.lang.isArray(this.responseSchema.fields)&&YAHOO.lang.isString(this.responseSchema.recordDelim)&&YAHOO.lang.isString(this.responseSchema.fieldDelim)){oParsedResponse.results=[];var recDelim=this.responseSchema.recordDelim;var fieldDelim=this.responseSchema.fieldDelim;var fields=this.responseSchema.fields;if(oRawResponse.length>0){var newLength=oRawResponse.length-recDelim.length;if(oRawResponse.substr(newLength)==recDelim){oRawResponse=oRawResponse.substr(0,newLength);}
H A Ddatasource-beta.js945 oParsedResponse = this.parseTextData(oRequest, oRawResponse);
1048 * @method parseTextData
1053 YAHOO.util.DataSource.prototype.parseTextData = function(oRequest, oRawResponse) {

Completed in 41 milliseconds