Lines Matching refs:_Api
194 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] ) :
7162 return new _Api( this.context, a );
7169 return new _Api( this.context, a.concat.apply( a, this.toArray() ) );
7203 var apiInst = new _Api( context[i] );
7247 var api = new _Api( context, flatten ? a.concat.apply( [], a ) : a );
7282 return new _Api( this.context, a );
7325 return new _Api( this.context, this );
7355 return new _Api( this.context, _unique(this) );
7363 _Api.extend = function ( scope, obj, ext )
7366 if ( ! ext.length || ! obj || ( ! (obj instanceof _Api) && ! obj.__dt_wrapper ) ) {
7378 _Api.extend( ret, ret, struc.methodExt );
7396 _Api.extend( scope, obj[ struct.name ], struct.propExt );
7434 _Api.register = _api_register = function ( name, val )
7438 _Api.register( name[j], val );
7492 _Api.registerPlural = _api_registerPlural = function ( pluralName, singularName, val ) {
7493 _Api.register( pluralName, val );
7495 _Api.register( singularName, function () {
7502 else if ( ret instanceof _Api ) {
7507 new _Api( ret.context, ret[0] ) : // Array results are 'enhanced'
7571 new _Api( __table_selector( selector, this.context ) ) :
7582 new _Api( ctx[0] ) :
7751 var api = new _Api( settings );
8228 return new _Api( context, a );
8384 var api = new _Api( context );
8524 var api = new _Api( settings );
9540 new _Api( a ) :
9604 return new _Api( this.context, this.context );
9645 new _Api( settings ).columns().visible( true );