Home
last modified time | relevance | path

Searched refs:_Api (Results 1 – 1 of 1) sorted by relevance

/plugin/datatables/assets/datatables.net/js/
Djquery.dataTables.js194 new _Api(
197 new _Api( this );
1333 var _Api; // DataTable.Api
7062 _Api = function ( context, data ) function
7064 if ( ! (this instanceof _Api) ) {
7065 return new _Api( context, data );
7100 _Api.extend( this, this, __apiStruct );
7103 DataTable.Api = _Api;
7107 $.extend( _Api.prototype, {
7141 new _Api( ctx[idx], this[idx] ) :
[all …]