Searched refs:_records (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/service/
H A DLogRecWrite.java84 Vector _records = new Vector(); field in class:LogRecWrite
105 Level.parse(((com.sun.identity.log.service.LogRecord)_records.
107 String msg = ((com.sun.identity.log.service.LogRecord)_records.
109 Map logInfoMap = ((com.sun.identity.log.service.LogRecord)_records.
112 ((com.sun.identity.log.service.LogRecord)_records.
279 _records.addElement(lr);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/service/
H A DLogRecWrite.java84 Vector _records = new Vector(); field in class:LogRecWrite
105 Level.parse(((com.sun.identity.log.service.LogRecord)_records.
107 String msg = ((com.sun.identity.log.service.LogRecord)_records.
109 Map logInfoMap = ((com.sun.identity.log.service.LogRecord)_records.
112 ((com.sun.identity.log.service.LogRecord)_records.
279 _records.addElement(lr);
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/datatable/
H A Ddatatable-beta-debug.js8517 this._records = [];
8670 this._records.splice(index,0,oRecord);
8674 this._records.push(oRecord);
8693 this._records.splice(index, range);
8732 return this._records[index];
8735 for(var i=0; i<this._records.length; i++) {
8736 if(this._records[i].yuiRecordId == identifier) {
8737 return this._records[i];
8757 return this._records;
8760 return this._records
[all...]
H A Ddatatable-beta-min.js456 else{elCell.style.width=newWidth+"px";}};YAHOO.widget.RecordSet=function(data){this._sName="RecordSet instance"+YAHOO.widget.RecordSet._nCount;YAHOO.widget.RecordSet._nCount++;this._records=[];this._length=0;if(data){if(YAHOO.lang.isArray(data)){this.addRecords(data);}
460 YAHOO.widget.RecordSet._nCount=0;YAHOO.widget.RecordSet.prototype._sName=null;YAHOO.widget.RecordSet.prototype._nRecordCount=0;YAHOO.widget.RecordSet.prototype._length=null;YAHOO.widget.RecordSet.prototype._addRecord=function(oData,index){var oRecord=new YAHOO.widget.Record(oData);oRecord._nId=this._nRecordCount;this._nRecordCount++;if(YAHOO.lang.isNumber(index)&&(index>-1)){this._records.splice(index,0,oRecord);}
461 else{index=this.getLength();this._records.push(oRecord);}
463 this._records.splice(index,range);this._length=this._length-range;};YAHOO.widget.RecordSet.prototype.toString=function(){return this._sName;};YAHOO.widget.RecordSet.prototype.getLength=function(){return this._length;};YAHOO.widget.RecordSet.prototype.getRecord=function(index){if(YAHOO.lang.isNumber(index)){return this._records[index];}
464 return null;};YAHOO.widget.RecordSet.prototype.getRecords=function(index,range){if(!YAHOO.lang.isNumber(index)){return this._records;}
465 if(!YAHOO.lang.isNumber(range)){return this._records.slice(index);}
466 return this._records.slice(index,index+range);};YAHOO.widget.RecordSet.prototype.getRecordIndex=function(oRecord){for(var i=this._records.length-1;i>-1;i--){if(oRecord.getId()===this._records[
[all...]
H A Ddatatable-beta.js8369 this._records = [];
8520 this._records.splice(index,0,oRecord);
8524 this._records.push(oRecord);
8543 this._records.splice(index, range);
8582 return this._records[index];
8585 for(var i=0; i<this._records.length; i++) {
8586 if(this._records[i].yuiRecordId == identifier) {
8587 return this._records[i];
8607 return this._records;
8610 return this._records
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/datatable/
H A Ddatatable-beta-debug.js8517 this._records = [];
8670 this._records.splice(index,0,oRecord);
8674 this._records.push(oRecord);
8693 this._records.splice(index, range);
8732 return this._records[index];
8735 for(var i=0; i<this._records.length; i++) {
8736 if(this._records[i].yuiRecordId == identifier) {
8737 return this._records[i];
8757 return this._records;
8760 return this._records
[all...]
H A Ddatatable-beta-min.js456 else{elCell.style.width=newWidth+"px";}};YAHOO.widget.RecordSet=function(data){this._sName="RecordSet instance"+YAHOO.widget.RecordSet._nCount;YAHOO.widget.RecordSet._nCount++;this._records=[];this._length=0;if(data){if(YAHOO.lang.isArray(data)){this.addRecords(data);}
460 YAHOO.widget.RecordSet._nCount=0;YAHOO.widget.RecordSet.prototype._sName=null;YAHOO.widget.RecordSet.prototype._nRecordCount=0;YAHOO.widget.RecordSet.prototype._length=null;YAHOO.widget.RecordSet.prototype._addRecord=function(oData,index){var oRecord=new YAHOO.widget.Record(oData);oRecord._nId=this._nRecordCount;this._nRecordCount++;if(YAHOO.lang.isNumber(index)&&(index>-1)){this._records.splice(index,0,oRecord);}
461 else{index=this.getLength();this._records.push(oRecord);}
463 this._records.splice(index,range);this._length=this._length-range;};YAHOO.widget.RecordSet.prototype.toString=function(){return this._sName;};YAHOO.widget.RecordSet.prototype.getLength=function(){return this._length;};YAHOO.widget.RecordSet.prototype.getRecord=function(index){if(YAHOO.lang.isNumber(index)){return this._records[index];}
464 return null;};YAHOO.widget.RecordSet.prototype.getRecords=function(index,range){if(!YAHOO.lang.isNumber(index)){return this._records;}
465 if(!YAHOO.lang.isNumber(range)){return this._records.slice(index);}
466 return this._records.slice(index,index+range);};YAHOO.widget.RecordSet.prototype.getRecordIndex=function(oRecord){for(var i=this._records.length-1;i>-1;i--){if(oRecord.getId()===this._records[
[all...]
H A Ddatatable-beta.js8369 this._records = [];
8520 this._records.splice(index,0,oRecord);
8524 this._records.push(oRecord);
8543 this._records.splice(index, range);
8582 return this._records[index];
8585 for(var i=0; i<this._records.length; i++) {
8586 if(this._records[i].yuiRecordId == identifier) {
8587 return this._records[i];
8607 return this._records;
8610 return this._records
[all...]

Completed in 90 milliseconds