39,824 results for 'Backbone.Collection.extend' (13283 ms)
index.html https://github.com/antonyraj/backgrid.git | HTML | 1,885 lines
241 242 var Territories = Backbone.Collection.extend({ 243 model: Territory, 1307 var Book = Backbone.Model.extend({}); 1308 var Books = Backbone.Collection.extend({ 1309 model: Book 1373 1374 var Data = Backbone.Collection.extend({ 1375 model: Datumbackgrid.js https://github.com/antonyraj/backgrid.git | JavaScript | 2,531 lines
1536 */ 1537var Columns = Backgrid.Columns = Backbone.Collection.extend({ 153810-pagination.md https://github.com/bicccio/backbone-fundamentals.git | Unknown | 549 lines
486```javascript 487Paginator.clientPager = Backbone.Collection.extend({ 48811-bbb.md https://github.com/bicccio/backbone-fundamentals.git | Unknown | 595 lines
426 // Default Collection. 427 Foo.Collection = Backbone.Collection.extend({ 428 model: Foo.Model 467 // Default Collection. 468 Foo.Collection = Backbone.Collection.extend({ 469 model: Foo.Modelepoxy-test.js https://github.com/anthonybrown/backbone.epoxy.git | JavaScript | 1,012 lines
346 347 var TestCollection = Backbone.Collection.extend({ 348 model: Backbone.Model,README.md https://github.com/xxxazxxx/backbone.paginator.git | Unknown | 510 lines
452```javascript 453Paginator.clientPager = Backbone.Collection.extend({ 454tbone.js https://github.com/nvdnkpr/tbone.git | JavaScript | 1,760 lines
775 776var baseCollection = Backbone.Collection.extend({ 777 isCollection: true,thorax.js https://github.com/sagarrakshe/todomvc.git | JavaScript | 2,308 lines
982 983Thorax.Collection = Backbone.Collection.extend({ 984 model: Thorax.Model || Backbone.Model,models.js https://github.com/rail/build-tools.git | JavaScript | 259 lines
52 53var Slaves = Backbone.Collection.extend({ 54 url: window.slavealloc_base_url + 'api/slaves', 74 75var Masters = Backbone.Collection.extend({ 76 url: window.slavealloc_base_url + 'api/masters', 92 93var Distros = Backbone.Collection.extend({ 94 url: window.slavealloc_base_url + 'api/distros', 111 112var Datacenters = Backbone.Collection.extend({ 113 url: window.slavealloc_base_url + 'api/datacenters', 130 131var Bitlengths = Backbone.Collection.extend({ 132 url: window.slavealloc_base_url + 'api/bitlengths',compositeView.spec.js https://github.com/serkanserttop/backbone.marionette.git | JavaScript | 549 lines
473 474 var Collection = Backbone.Collection.extend({ 475 model: Model 477 478 var UserCollection = Backbone.Collection.extend({ 479 model: User 481 482 var NodeCollection = Backbone.Collection.extend({ 483 model: Node09-ORGANISATION-CODE.md https://github.com/fabiansky/backbone.en.douceur.git | Markdown | 663 lines
44 45Blog.Collections.Posts = Backbone.Collection.extend({ 46 //... 172 173 blog.Collections.Posts = Backbone.Collection.extend({ 174 model: blog.Models.Post, 261 262 blog.Collections.Posts = Backbone.Collection.extend({ 263 model: blog.Models.Post,10-pagination.md https://github.com/xiaoyukid/backbone-fundamentals.git | Markdown | 549 lines
486```javascript 487Paginator.clientPager = Backbone.Collection.extend({ 488index.html https://github.com/rhinoman/backgrid.git | HTML | 1,904 lines
241 242 var Territories = Backbone.Collection.extend({ 243 model: Territory, 1326 var Book = Backbone.Model.extend({}); 1327 var Books = Backbone.Collection.extend({ 1328 model: Book 1392 1393 var Data = Backbone.Collection.extend({ 1394 model: Datummodel.js https://github.com/hlissnake/backbone.git | JavaScript | 425 lines
24 25 var klass = Backbone.Collection.extend({ 26 url : function() { return '/collection'; }media-models.js https://bitbucket.org/acipriani/madeinapulia.com | JavaScript | 1,457 lines
529 */ 530 Attachments = media.model.Attachments = Backbone.Collection.extend({ 531 /**backbone.js https://github.com/Refactr/open-source.git | JavaScript | 710 lines
630 // Set up inheritance for the model, collection, and view. 631 var extend = Backbone.Model.extend = Backbone.Collection.extend = Backbone.View.extend = function (protoProps, classProps) { 632 var child = inherits(this, protoProps, classProps);backbone.js https://github.com/akshayrawat/DirectoryOfMPs.git | JavaScript | 686 lines
607 // Set up inheritance for the model, collection, and view. 608 var extend = Backbone.Model.extend = Backbone.Collection.extend = Backbone.View.extend = function (protoProps, classProps) { 609 var child = inherits(this, protoProps, classProps);media-models.js https://github.com/markjaquith/WordPress.git | JavaScript | 1,507 lines
422 */ 423var Attachments = Backbone.Collection.extend({ 424 /**media-models.js git://github.com/wordpress/wordpress.git | JavaScript | 1,677 lines
550 */ 551var Attachments = Backbone.Collection.extend(/** @lends wp.media.model.Attachments.prototype */{ 552 /**backbone.js https://bitbucket.org/sushrutbidwai/django-ajax-helper | JavaScript | 623 lines
588 // Set up inheritance for the model, collection, and view. 589 var extend = Backbone.Model.extend = Backbone.Collection.extend = Backbone.View.extend = function (protoProps, classProps) { 590 var child = inherits(this, protoProps, classProps);