100+ results results for 'Backbone.Collection.extend' (25 ms)
126 127 window.ServerList = Backbone.Collection.extend({ 128 model: Server,course-lesson.js https://gitlab.com/gregtyka/lfmawordpress | JavaScript | 202 lines
123 }); 124 $.LP_Course_Item.Collection = Backbone.Collection.extend({ 125 model : $.LP_Course_Item.Model,app.js https://bitbucket.org/jkodumal/rmanalan.bitbucket.org.git | JavaScript | 396 lines
20 var Service = Backbone.Model.extend({}); 21 var Services = Backbone.Collection.extend({ 22 model: Service, 30 var Resource = Backbone.Model.extend({}); 31 var Resources = Backbone.Collection.extend({ 32 model: Resourcewhitelist.js https://gitlab.com/jslee1/OpenID-Connect-Java-Spring-Server | JavaScript | 421 lines
26 27var WhiteListCollection = Backbone.Collection.extend({ 28 initialize: function() {grant.js https://gitlab.com/jslee1/OpenID-Connect-Java-Spring-Server | JavaScript | 275 lines
25 26var ApprovedSiteCollection = Backbone.Collection.extend({ 27 initialize: function() { },script.js https://github.com/mathphreak/Zrczr.git | JavaScript | 342 lines
44 function makeCollection(model) { 45 var a = Backbone.Collection.extend({ 46 model: modelmodels.js https://github.com/jedp/pondr.git | JavaScript | 515 lines
78 79var ResponseCollection = Backbone.Collection.extend({ 80 model: Response 173 174var CommentCollection = Backbone.Collection.extend({ 175 model: Comment 300 301var WishCollection = Backbone.Collection.extend({ model: Wish }); 302todos.js https://gitlab.com/Rockyspade/backbone | JavaScript | 234 lines
35 // server. 36 var TodoList = Backbone.Collection.extend({ 37EntityModel.js https://gitlab.com/andecode/theme-spark | JavaScript | 319 lines
315 }); 316 Drupal.quickedit.EntityCollection = Backbone.Collection.extend({ 317 model: Drupal.quickedit.EntityModelTunes.js https://bitbucket.org/edwardstlouis/backbonepeep1.git | JavaScript | 347 lines
20 21 window.Albums = Backbone.Collection.extend({ 22 model: Album,Action.js https://github.com/bingomanatee/flowgraph.git | JavaScript | 309 lines
301 302 var Action_model = Backbone.Collection.extend({ 303 model:Actionmodels.js https://bitbucket.org/aktivecortex/aktivecortex.git | JavaScript | 196 lines
13 14window.CustomerCollection = Backbone.Collection.extend({ 15 model: Customer, 89 90window.AccountCollection = Backbone.Collection.extend({ 91 model: Account 168 169window.MovementCollection = Backbone.Collection.extend({ 170 model: Movement 191 192window.TaskCollection = Backbone.Collection.extend({ 193 model: Task,theme.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 738 lines
95// @has 'id' 'name' 'screenshot' 'author' 'authorURI' 'version' 'active' ... 96themes.Collection = Backbone.Collection.extend({ 97revisions.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 1107 lines
181 182 revisions.model.Revisions = Backbone.Collection.extend({ 183 model: revisions.model.Revision, 207 208 revisions.model.Fields = Backbone.Collection.extend({ 209 model: revisions.model.Field 220 221 revisions.model.Diffs = Backbone.Collection.extend({ 222 initialize: function( models, options ) {media-models.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 862 lines
273 */ 274 Attachments = media.model.Attachments = Backbone.Collection.extend({ 275 model: Attachment,flickrbomb.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 419 lines
178 179 FlickrImages = Backbone.Collection.extend({ 180 sync: localSync,backbone.paginator.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 1050 lines
24 // 25 Paginator.clientPager = Backbone.Collection.extend({ 26LookupEditView.js https://gitlab.com/Blueprint-Marketing/lookup-editor | JavaScript | 1434 lines
65 66 var Backups = Backbone.Collection.extend({ 67 url: Splunk.util.make_full_url("/custom/lookup_editor/lookup_edit/get_lookup_backups_list"),backbone-pageable.js https://gitlab.com/Blueprint-Marketing/cdnjs | JavaScript | 1334 lines
127 */ 128 var PageableCollection = Backbone.PageableCollection = Backbone.Collection.extend({ 129 365 366 var fullCollection = new (Backbone.Collection.extend(proto))(models, options); 367backbone-pageable.js https://gitlab.com/Blueprint-Marketing/cdnjs | JavaScript | 1347 lines
104 */ 105 var PageableCollection = Backbone.Collection.extend({ 106 340 341 var fullCollection = new (Backbone.Collection.extend(proto))(models, options); 342editor.js https://gitlab.com/webkod3r/tripolis | JavaScript | 477 lines
26 // Selected Element collection, it act as array for all selected elements 27 Editor.SelectedElements = Backbone.Collection.extend( 28 {revisions.js https://gitlab.com/webkod3r/tripolis | JavaScript | 1166 lines
187 */ 188 revisions.model.Revisions = Backbone.Collection.extend({ 189 model: revisions.model.Revision, 213 214 revisions.model.Fields = Backbone.Collection.extend({ 215 model: revisions.model.Field 226 227 revisions.model.Diffs = Backbone.Collection.extend({ 228 initialize: function( models, options ) {customize-widgets.js https://gitlab.com/webkod3r/tripolis | JavaScript | 1694 lines
51 */ 52 api.Widgets.WidgetCollection = Backbone.Collection.extend({ 53 model: api.Widgets.WidgetModel, 130 */ 131 api.Widgets.SidebarCollection = Backbone.Collection.extend({ 132 model: api.Widgets.SidebarModelcustomize-nav-menus.js https://gitlab.com/webkod3r/tripolis | JavaScript | 1625 lines
66 */ 67 api.Menus.AvailableItemCollection = Backbone.Collection.extend({ 68 model: api.Menus.AvailableItemModel,model.js https://gitlab.com/pidlisnyi/lisbon | JavaScript | 1413 lines
3 var ProxyModel = Backbone.Model.extend(); 4 var Klass = Backbone.Collection.extend({ 5 url: function() { return '/collection'; } 378 379 var Collection = Backbone.Collection.extend({ 380 model: Modelcollection.js https://gitlab.com/pidlisnyi/lisbon | JavaScript | 1477 lines
48 assert.expect(3); 49 var Collection = Backbone.Collection.extend({ 50 parse: function(data) { 209 assert.expect(1); 210 var Col = Backbone.Collection.extend({ 211 comparator: function(m1, m2) { 292 293 var Col = Backbone.Collection.extend({model: Model}); 294 var collection = new Col;covers.js https://gitlab.com/wilane/Booktype | JavaScript | 410 lines
50 51 var CoverCollection = Backbone.Collection.extend({ 52 model: CoverItemtodos.js https://github.com/hawkii/DevTools-Lab.git | JavaScript | 305 lines
71 // server. 72 window.TodoList = Backbone.Collection.extend({ 73composer-automapper.js https://gitlab.com/juanito.abelo/nlmobile | JavaScript | 598 lines
128 }); 129 var ShortcodesCollection = Backbone.Collection.extend({ 130 model: ShortcodeModel,shortcode-ui.js https://gitlab.com/level-level/gravityforms | JavaScript | 762 lines
31 */ 32 sui.models.ShortcodeAttributes = Backbone.Collection.extend({ 33 model: sui.models.ShortcodeAttribute, 154 // Shortcode Collection 155 sui.collections.Shortcodes = Backbone.Collection.extend({ 156 model: sui.models.Shortcodemodel.js https://gitlab.com/pump.io/pump.io | JavaScript | 982 lines
282 283 Pump.Items = Backbone.Collection.extend({ 284 constructor: function(models, options) {search_view.js https://gitlab.com/thanhchatvn/cloud-odoo | JavaScript | 960 lines
18 19var FacetValues = Backbone.Collection.extend({ 20 model: FacetValue 60 61var SearchQuery = Backbone.Collection.extend({ 62 model: Facet,app.js https://bitbucket.org/nickolas/mark.git | JavaScript | 450 lines
94 // A collection of notes that belong to the user. 95 app.collections.Notes = Backbone.Collection.extend({ 96 model: app.models.Note,model.js https://gitlab.com/Rockyspade/grunt-bower-concat | JavaScript | 1073 lines
3 var proxy = Backbone.Model.extend(); 4 var klass = Backbone.Collection.extend({ 5 url : function() { return '/collection'; }collection.js https://gitlab.com/Rockyspade/grunt-bower-concat | JavaScript | 1016 lines
50 test("new and parse", 3, function() { 51 var Collection = Backbone.Collection.extend({ 52 parse : function(data) { 83 84 var Col2 = Backbone.Collection.extend({ model: MongoModel }); 85 var col2 = new Col2(); 151 test("add; at should have preference over comparator", 1, function() { 152 var Col = Backbone.Collection.extend({ 153 comparator: function(a,b) { 222 223 var Col = Backbone.Collection.extend({model: Model}); 224 var col = new Col; 427 }); 428 var ValidatingCollection = Backbone.Collection.extend({ 429 model: ValidatingModelmodel.js https://gitlab.com/Rockyspade/backbone | JavaScript | 1312 lines
3 var proxy = Backbone.Model.extend(); 4 var klass = Backbone.Collection.extend({ 5 url : function() { return '/collection'; } 356 357 var Collection = Backbone.Collection.extend({ 358 model: Modelcollection.js https://gitlab.com/Rockyspade/backbone | JavaScript | 1601 lines
45 test("new and parse", 3, function() { 46 var Collection = Backbone.Collection.extend({ 47 parse : function(data) { 177 test("add; at should have preference over comparator", 1, function() { 178 var Col = Backbone.Collection.extend({ 179 comparator: function(a,b) { 248 249 var Col = Backbone.Collection.extend({model: Model}); 250 var col = new Col;todos.html https://gitlab.com/Rockyspade/backbone | HTML | 791 lines
193 194 <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> TodoList = Backbone.Collection.extend({</pre></div></div> 195configs.js https://gitlab.com/dannywillems/laverna | JavaScript | 153 lines
10 11 var Configs = Backbone.Collection.extend({ 12customize-widgets.js https://gitlab.com/campus-academy/krowkaramel | JavaScript | 1688 lines
57 */ 58 api.Widgets.WidgetCollection = Backbone.Collection.extend(/** @lends wp.customize.Widgets.WidgetCollection.prototype */{ 59 model: api.Widgets.WidgetModel, 135 */ 136 api.Widgets.SidebarCollection = Backbone.Collection.extend(/** @lends wp.customize.Widgets.SidebarCollection.prototype */{ 137 model: api.Widgets.SidebarModelcustomize-nav-menus.js https://gitlab.com/campus-academy/krowkaramel | JavaScript | 1663 lines
75 */ 76 api.Menus.AvailableItemCollection = Backbone.Collection.extend(/** @lends wp.customize.Menus.AvailableItemCollection.prototype */{ 77 model: api.Menus.AvailableItemModel,ArchivosIntranet.js https://gitlab.com/Alberto.SS/crm_verquet | JavaScript | 321 lines
44//Colecciones 45var ArchivosIntranetCollection = Backbone.Collection.extend({ 46 model: ArchivoIntranet, 58 59var TiposArchivoIntranetCollection = Backbone.Collection.extend({ 60 model: TipoArchivoIntranet,policy.js https://gitlab.com/jslee1/OpenID-Connect-Java-Spring-Server | JavaScript | 649 lines
21 22var ResourceSetCollection = Backbone.Collection.extend({ 23 model: ResourceSetModel, 35 36var PolicyCollection = Backbone.Collection.extend({ 37 model: PolicyModel,token.js https://gitlab.com/jslee1/OpenID-Connect-Java-Spring-Server | JavaScript | 508 lines
34 35var AccessTokenCollection = Backbone.Collection.extend({ 36 idAttribute: 'id', 185 186var RefreshTokenCollection = Backbone.Collection.extend({ 187 idAttribute: 'id',client.js https://gitlab.com/jslee1/OpenID-Connect-Java-Spring-Server | JavaScript | 1229 lines
183 184var ClientCollection = Backbone.Collection.extend({ 185crm.backbone.js https://gitlab.com/virtualrealms/d7civicrm | JavaScript | 572 lines
283 * CRM.Backbone.extendModel(ContactModel, "Contact"); 284 * var ContactCollection = Backbone.Collection.extend({ 285 * model: ContactModelbadges.js https://gitlab.com/gregtyka/server | JavaScript | 671 lines
97 */ 98Badges.BadgeList = Backbone.Collection.extend({ 99 model: Badges.Badge, 162 */ 163Badges.UserBadgeList = Backbone.Collection.extend({ 164 model: Badges.UserBadgesingle-quiz.js https://gitlab.com/gregtyka/lfmawordpress | JavaScript | 731 lines
198 199 var LearnPress_Collection_Questions = window.LearnPress_Collection_Questions = Backbone.Collection.extend({ 200 url : 'admin-ajax.php',builder.js https://gitlab.com/gregtyka/lfmawordpress | JavaScript | 1499 lines
285 286 ET_PageBuilder.Modules = Backbone.Collection.extend( { 287 291 292 ET_PageBuilder.SavedTemplates = Backbone.Collection.extend( { 293 297 298 ET_PageBuilder.Histories = Backbone.Collection.extend( { 299socrates.js https://gitlab.com/gregtyka/KhanLatest | JavaScript | 1009 lines
212 213Socrates.QuestionCollection = Backbone.Collection.extend({ 214 model: Socrates.Questionstacks.js https://gitlab.com/gregtyka/KhanLatest | JavaScript | 1046 lines
56 */ 57Exercises.StackCollection = Backbone.Collection.extend({ 58models.js https://gitlab.com/gregtyka/ka-lite | JavaScript | 656 lines
230 231var AttemptLogCollection = Backbone.Collection.extend({ 232 414 415var TestLogCollection = Backbone.Collection.extend({ 416edit.js https://github.com/tmacdonald/menutron-original.git | JavaScript | 343 lines
32 33var RecipeDirections = Backbone.Collection.extend({ 34 model: RecipeDirection, 54 55var RecipeIngredients = Backbone.Collection.extend({ 56 model: RecipeIngredient,models.js https://github.com/praekelt/vumi-go.git | JavaScript | 186 lines
30 31 var RoutingStateCollection = Backbone.Collection.extend({ 32 type: null,collection.js https://bitbucket.org/mpuckett/iostudio-whiteboard.git | JavaScript | 568 lines
176 177 var Col = Backbone.Collection.extend({model: Model}); 178 var col = new Col; 350 }); 351 var ValidatingCollection = Backbone.Collection.extend({ 352 model: ValidatingModel 363 }); 364 var ValidatingCollection = Backbone.Collection.extend({ 365 model: ValidatingModel 374 test("collection: initialize", function() { 375 var Collection = Backbone.Collection.extend({ 376 initialize: function() { 448 }); 449 var col = new (Backbone.Collection.extend({ model: Model }))(); 450 col.reset([{ astring: "green", anumber: 1 }, { astring: "blue", anumber: 2 }], { model_parameter: 'model parameter' });app.js https://bitbucket.org/bskrypnyk/nodejs-express-project-template.git | JavaScript | 1121 lines
47 48 var BaseCollection = Backbone.Collection.extend( { 49tools.js https://bitbucket.org/nicste/ballaxy.git | JavaScript | 665 lines
210 */ 211var ToolCollection = Backbone.Collection.extend({ 212 model: Tool 317 */ 318var ToolPanel = Backbone.Collection.extend({ 319 // TODO: need to generate this using url_forbuilder.js https://gitlab.com/lamovible/grand-regis | JavaScript | 519 lines
142// Collection to hold our fields. 143var nfFields = Backbone.Collection.extend({ 144 model: nfField,messaging.js https://gitlab.com/aprimediet/django-backbone-realtime | JavaScript | 537 lines
183 184var MessageCollection = Backbone.Collection.extend({ 185 initialize: function() { 190 191var NotificationCollection = Backbone.Collection.extend({ 192 model: NotificationModelRestClient.js https://gitlab.com/essere.lab.public/qualitas.class-corpus | JavaScript | 378 lines
83 // Collection class for Manufacturer entities 84 models.ManufacturerCollection = Backbone.Collection.extend({ 85 model: models.Manufacturer,filterList.js https://gitlab.com/Alberto.SS/crm_verquet | JavaScript | 456 lines
13 14var DescuentosCollection = Backbone.Collection.extend({ 15 model: Descuento 65 66var ProductosCollection = Backbone.Collection.extend({ 67 model: ProductoPrecio, 84 85var CarritoCollection = Backbone.Collection.extend({ 86 model: ProductoCompra,composite-view.spec.js https://gitlab.com/CodeYellowBV/backbone.marionette | JavaScript | 839 lines
24 25 this.Collection = Backbone.Collection.extend({ 26 model: this.Model 28 29 this.UserCollection = Backbone.Collection.extend({ 30 model: this.User 32 33 this.NodeCollection = Backbone.Collection.extend({ 34 model: this.Nodeconfig.jsp https://gitlab.com/apachipa/uportal | JavaServer Pages | 382 lines
131 132 up.analytics.config.model.SettingsList = Backbone.Collection.extend({ 133 model : up.analytics.config.model.Setting, 148 149 up.analytics.config.model.PropertyConfigurationList = Backbone.Collection.extend({ 150 model : up.analytics.config.model.PropertyConfiguration,posts-selector.js https://gitlab.com/mostafame/team_website | JavaScript | 720 lines
19 // A collection of posts 20 PostCollection = self.PostCollection = Backbone.Collection.extend( { 21 model: Post,siteorigin-panels-24.js https://gitlab.com/mostafame/team_website | JavaScript | 1845 lines
3 4module.exports = Backbone.Collection.extend( { 5 model: panels.model.cell, 41 42module.exports = Backbone.Collection.extend( { 43 model: panels.model.historyEntry, 112 113module.exports = Backbone.Collection.extend( { 114 model: panels.model.row, 149 150module.exports = Backbone.Collection.extend( { 151 model: panels.model.widget,composer-models.js https://gitlab.com/mattswann/launch-housing | JavaScript | 252 lines
102 */ 103 var Shortcodes = vc.shortcodes_collection = Backbone.Collection.extend( { 104 model: vc.shortcode,notes.js https://gitlab.com/dannywillems/laverna | JavaScript | 143 lines
10 11 var Notes = Backbone.Collection.extend({ 12 model: Note,progressive-data-set.js https://bitbucket.org/atlassian/aui.git | JavaScript | 235 lines
9 */ 10var ProgressiveDataSet = Backbone.Collection.extend({ 11 /**collection.js https://gitlab.com/yawenzou/backbone | JavaScript | 1536 lines
48 assert.expect(3); 49 var Collection = Backbone.Collection.extend({ 50 parse : function(data) { 189 assert.expect(1); 190 var Col = Backbone.Collection.extend({ 191 comparator: function(a,b) { 272 273 var Col = Backbone.Collection.extend({model: Model}); 274 var col = new Col;palette.js https://gitlab.com/webkod3r/tripolis | JavaScript | 116 lines
48 // Palette Elements collection, it will have all categories elements, it act as an array for all cateogies elements 49 Palette.Elements = Backbone.Collection.extend({ 50 model: Palette.Element,App.js https://github.com/easysoa/EasySOA.git | JavaScript | 302 lines
3window.ValidatorName = Backbone.Model.extend({}); 4window.Validators = Backbone.Collection.extend({ 5 model: ValidatorNameFieldModel.js https://gitlab.com/Drulenium-bot/quickedit | JavaScript | 260 lines
255 256 Drupal.quickedit.FieldCollection = Backbone.Collection.extend({ 257 model: Drupal.quickedit.FieldModelscripts.js https://gitlab.com/adiclepcea/testbb | JavaScript | 154 lines
11 12app.Blogs = Backbone.Collection.extend({ 13 url:"http://localhost:3000/api/blogs"composer-automapper.js https://gitlab.com/mattswann/launch-housing | JavaScript | 723 lines
153 } ); 154 var ShortcodesCollection = Backbone.Collection.extend( { 155 model: ShortcodeModel,attachments.js https://gitlab.com/morganestes/wordpress-develop | JavaScript | 552 lines
24 */ 25var Attachments = Backbone.Collection.extend(/** @lends wp.media.model.Attachments.prototype */{ 26 /**oc-backbone-webdav.js https://gitlab.com/wuhang2003/core | JavaScript | 328 lines
40 * 41 * var PersonCollection = OC.Backbone.Collection.extend({ 42 * // make it use the DAV transportsiteorigin-panels.js https://gitlab.com/haque.mdmanzurul/wp-harpar-carolyn | JavaScript | 1524 lines
340 */ 341 panels.collection.widgets = Backbone.Collection.extend( { 342 model : panels.model.widget, 406 */ 407 panels.collection.cells = Backbone.Collection.extend( { 408 model: panels.cell,comment-widget-live.backbone.js https://gitlab.com/rockschtar/ultra-recent-comments-and-posts | JavaScript | 169 lines
7 8 var CommentCollection = Backbone.Collection.extend({ 9 model: CommentModel, 62 63 var CommentCollection = Backbone.Collection.extend({ 64 model: CommentModel,composer-models.js https://gitlab.com/furrutia1991/imosa_web | JavaScript | 375 lines
103 104 Shortcodes = vc.shortcodes_collection = Backbone.Collection.extend( { 105 model: vc.shortcode,customize-models.js https://gitlab.com/webkod3r/tripolis | JavaScript | 247 lines
130 */ 131 api.HeaderTool.ChoiceList = Backbone.Collection.extend({ 132 model: api.HeaderTool.ImageModel,app.js https://github.com/mikewallace1979/backbone-couchdb.git | JavaScript | 333 lines
38 // Now let's define a new Collection of Messages 39 var MessagesList = Backbone.Collection.extend({ 40 db : { 65 // Private messages get an own collection because they need a filter 66 var PrivateMessageList = Backbone.Collection.extend({ 67 db : { 216 217 var UserListCollection = Backbone.Collection.extend({ 218 db : {models.js https://bitbucket.org/alistril/kamcatka.git | JavaScript | 370 lines
62 63 models.CoordinateDescriptionCollection = Backbone.Collection.extend({ 64 model: models.CoordinateDescription, 176 177 models.CoordinateCollection = Backbone.Collection.extend({ 178 model: models.Coordinate, 243 244 models.DisplacementCollection = Backbone.Collection.extend({ 245 model: models.Displacement, 358 359 models.HitchGraphCollection = Backbone.Collection.extend({ 360 url : "/expeditions/res/hitchgraphs/",collection.js https://gitlab.com/132nd-etcher/dcs-witchcraft | JavaScript | 1277 lines
48 test("new and parse", 3, function() { 49 var Collection = Backbone.Collection.extend({ 50 parse : function(data) { 149 test("add; at should have preference over comparator", 1, function() { 150 var Col = Backbone.Collection.extend({ 151 comparator: function(a,b) { 220 221 var Col = Backbone.Collection.extend({model: Model}); 222 var col = new Col; 478 }); 479 var ValidatingCollection = Backbone.Collection.extend({ 480 model: ValidatingModel 495 }); 496 var ValidatingCollection = Backbone.Collection.extend({ 497 model: ValidatingModelsync.js https://gitlab.com/pravi/lodash | JavaScript | 239 lines
2 3 var Library = Backbone.Collection.extend({ 4 url: function() { return '/library'; }README.md https://github.com/latentflip/faux.git | Markdown | 337 lines
86 87 globals.ValueCollection = Backbone.Collection.extend({ 88Core_loadDataSpec.js https://gitlab.com/e0/handsontable | JavaScript | 629 lines
430 431 var CarCollection = Backbone.Collection.extend({ 432 model: CarModel, 480 481 var CarCollection = Backbone.Collection.extend({ 482 model: CarModel,ribs.js https://github.com/tehmou/Ribs.js.git | JavaScript | 906 lines
270 271Ribs.NonSyncingCollection = Backbone.Collection.extend({ 272 add: function (item) {composer-models.js https://gitlab.com/juanito.abelo/nlmobile | JavaScript | 197 lines
94 */ 95 var Shortcodes = vc.shortcodes_collection = Backbone.Collection.extend({ 96 model:vc.shortcode,backbone-super.js https://gitlab.com/Blueprint-Marketing/cdnjs | JavaScript | 107 lines
25}(this, function factory(_, Backbone) { 26 Backbone.Model.extend = Backbone.Collection.extend = Backbone.Router.extend = Backbone.View.extend = function(protoProps, classProps) { 27 var child = inherits(this, protoProps, classProps);publish.js https://gitlab.com/wilane/Booktype | JavaScript | 628 lines
260 // A List of People 261 var ExportCollection = Backbone.Collection.extend({ 262 model: ExportModelindex.html https://github.com/rockymountainhigh1943/WDIM387.git | HTML | 235 lines
32 // Collection: Task List 33 window.TaskList = Backbone.Collection.extend({ 34 model: Task,curse.js https://gitlab.com/adiclepcea/fisaautoturism | JavaScript | 545 lines
59 60var Curse = Backbone.Collection.extend({ 61 model: Cursalist_spec.js https://gitlab.com/unofficial-mirrors/edx-platform | JavaScript | 90 lines
18 }), 19 Collection = Backbone.Collection.extend({ 20 model: Modelclient.js https://github.com/MaxSchultz/Locker.git | JavaScript | 520 lines
38 // Contact Collection 39 var AddressBook = Backbone.Collection.extend({ 40 model: Contactapp.js https://gitlab.com/ad-si-2016-2/p3-g3 | JavaScript | 586 lines
59 60 var Stream = Backbone.Collection.extend({ 61 model: Message 69 70 var Participants = Backbone.Collection.extend({ 71 model: Person, 97 98 var FrameList = Backbone.Collection.extend({ 99 model: Frame,sync.js https://gitlab.com/yawenzou/backbone | JavaScript | 239 lines
2 3 var Library = Backbone.Collection.extend({ 4 url : function() { return '/library'; }collection.js https://github.com/hunterloftis/backbone.git | JavaScript | 345 lines
261 }); 262 var ValidatingCollection = Backbone.Collection.extend({ 263 model: ValidatingModel 274 }); 275 var ValidatingCollection = Backbone.Collection.extend({ 276 model: ValidatingModel 285 test("collection: initialize", function() { 286 var Collection = Backbone.Collection.extend({ 287 initialize: function() {blacklist.js https://gitlab.com/jslee1/OpenID-Connect-Java-Spring-Server | JavaScript | 211 lines
22 23var BlackListCollection = Backbone.Collection.extend({ 24 initialize: function() { },models.js https://gitlab.com/astian/build-tools | JavaScript | 258 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',scratchpads.js https://gitlab.com/gregtyka/KhanLatest | JavaScript | 125 lines
83 84window.ScratchpadList = Backbone.Collection.extend({ 85 model: Scratchpad,model.js https://github.com/hunterloftis/backbone.git | JavaScript | 426 lines
24 25 var klass = Backbone.Collection.extend({ 26 url : function() { return '/collection'; }