100+ results results for 'Backbone.Collection.extend' (5285 ms)
123 }); 124 $.LP_Course_Item.Collection = Backbone.Collection.extend({ 125 model : $.LP_Course_Item.Model,whitelist.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() { },EntityModel.js https://gitlab.com/mohamed_hussein/prodt | JavaScript | 319 lines
315 }); 316 Drupal.quickedit.EntityCollection = Backbone.Collection.extend({ 317 model: Drupal.quickedit.EntityModelwsperf_commander.html https://gitlab.com/AirTank/stellard | HTML | 387 lines
126 127 window.ServerList = Backbone.Collection.extend({ 128 model: Server,todos.js https://gitlab.com/kevintcoughlin/backbone | JavaScript | 234 lines
35 // server. 36 var TodoList = Backbone.Collection.extend({ 37media-models.js https://gitlab.com/Gashler/dp | 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({ 26revisions.js https://gitlab.com/Blueprint-Marketing/wordpress-unit-tests | JavaScript | 974 lines
155 156 revisions.model.Revisions = Backbone.Collection.extend({ 157 model: revisions.model.Revision, 179 180 revisions.model.Fields = Backbone.Collection.extend({ 181 model: revisions.model.Field 192 193 revisions.model.Diffs = Backbone.Collection.extend({ 194 initialize: function( models, options ) {theme.js https://gitlab.com/Blueprint-Marketing/WordPress-1 | JavaScript | 787 lines
95// @has 'id' 'name' 'screenshot' 'author' 'authorURI' 'version' 'active' ... 96themes.Collection = Backbone.Collection.extend({ 97LookupEditView.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 | 1345 lines
127 */ 128 var PageableCollection = Backbone.PageableCollection = Backbone.Collection.extend({ 129 364 365 var fullCollection = new (Backbone.Collection.extend(proto))(models, options); 366backbone-pageable.js https://gitlab.com/Blueprint-Marketing/cdnjs | JavaScript | 1291 lines
130 */ 131 var PageableCollection = Backbone.Collection.extend({ 132 361 362 var fullCollection = new (Backbone.Collection.extend(proto))(models, options); 363editor.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: CoverItemcomposer-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,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({ 416builder.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,FieldModel.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"attachments.js https://gitlab.com/morganestes/wordpress-develop | JavaScript | 552 lines
24 */ 25var Attachments = Backbone.Collection.extend(/** @lends wp.media.model.Attachments.prototype */{ 26 /**composer-automapper.js https://gitlab.com/furrutia1991/imosa_web | JavaScript | 724 lines
156 } ); 157 var ShortcodesCollection = Backbone.Collection.extend( { 158 model: ShortcodeModel,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,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'; }customize-models.js https://gitlab.com/darmawan.fatria/df-skp-2014 | JavaScript | 247 lines
130 */ 131 api.HeaderTool.ChoiceList = Backbone.Collection.extend({ 132 model: api.HeaderTool.ImageModel,Core_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,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,publish.js https://gitlab.com/wilane/Booktype | JavaScript | 628 lines
260 // A List of People 261 var ExportCollection = Backbone.Collection.extend({ 262 model: ExportModelbackbone-super.js https://gitlab.com/alidz1982/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);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: Modelapp.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'; }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,notes.js https://gitlab.com/kaouech/theme | JavaScript | 263 lines
25 26 var NoteList = Backbone.Collection.extend({ 27crm.designer.js https://gitlab.com/virtualrealms/d7civicrm | JavaScript | 119 lines
83 */ 84 CRM.Designer.PaletteFieldCollection = CRM.Backbone.Collection.extend({ 85 model: CRM.Designer.PaletteFieldModel,coaches.js https://gitlab.com/gregtyka/KhanLatest | JavaScript | 383 lines
168 169Coaches.CoachCollection = Backbone.Collection.extend({ 170 model: Coaches.Coach,admin.js https://gitlab.com/hop23typhu/list-theme | JavaScript | 1055 lines
115 // Model: Menu Items 116 media.model.mi.MenuItems = Backbone.Collection.extend({ 117 props : new Backbone.Model({ item : '' }), 127 // Model: Settings fields 128 media.model.mi.MenuItems.Settings = Backbone.Collection.extend({ 129 model : Backbone.Model.extend({ 606 // Font icon collection 607 media.controller.miFont.Library = Backbone.Collection.extend({ 608 props : new Backbone.Model({todos.html https://gitlab.com/jaf/across-mold | HTML | 729 lines
155 156 <div class="content"><div class='highlight'><pre> <span class="keyword">var</span> TodoList = Backbone.Collection.extend({</pre></div></div> 157box.js https://gitlab.com/phamngsinh/baitaplon_sinhvien | JavaScript | 449 lines
53 54 Connections = Backbone.Collection.extend({ 55 model: Connection,main.js https://gitlab.com/bandana/Astro-Veda | JavaScript | 459 lines
36 37 PolygonC = Backbone.Collection.extend({ 38 model: PolygonM,backbone.localforage.js https://gitlab.com/Mirros/cdnjs | JavaScript | 256 lines
9// 10// var MyModel = Backbone.Collection.extend({}) 11// var MyCollection = Backbone.Collection.extend({\ 16// 17// var MyModel = Backbone.Collection.extend({ 18// sync: Backbone.localforage.sync() 19// }); 20// var MyCollection = Backbone.Collection.extend({ 21// model: MyModel,ComentariosIntranet.js https://gitlab.com/Alberto.SS/crm_verquet | JavaScript | 280 lines
23//Colecciones 24var ComentariosIntranetCollection = Backbone.Collection.extend({ 25 model: ComentarioIntranet,files.js https://gitlab.com/gregtyka/prose | JavaScript | 304 lines
12 13module.exports = Backbone.Collection.extend({ 14 model: function(attributes, options) {collection.js https://gitlab.com/johanlindberg/irvato-crm | JavaScript | 147 lines
30 31 var Collection = Backbone.Collection.extend({ 32oc-backbone-webdavSpec.js https://gitlab.com/wuhang2003/core | JavaScript | 390 lines
66 }); 67 TestCollection = OC.Backbone.Collection.extend({ 68 sync: OC.Backbone.davSync,siteorigin-panels-history.js https://gitlab.com/haque.mdmanzurul/wp-harpar-carolyn | JavaScript | 315 lines
26 */ 27 panels.collection.historyEntries = Backbone.Collection.extend( { 28 model: panels.model.historyEntry,paginated_collection.js https://gitlab.com/ykazemi/canvas-lms | JavaScript | 205 lines
63 * 64 * var Collection = Backbone.Collection.extend({ 65 * // install the mixinmodels.js https://gitlab.com/gregtyka/ka-lite | JavaScript | 171 lines
125 126var ContentLogCollection = Backbone.Collection.extend({ 127simpleCall.js https://gitlab.com/essere.lab.public/qualitas.class-corpus | JavaScript | 43 lines
41 */ 42window.ManufacturerList = Backbone.Collection.extend(); 43NodeListModel.js https://gitlab.com/zouxc/elasticsearch-cn-out-of-box | JavaScript | 63 lines
27 28var NodeListModel = Backbone.Collection.extend({ 29 model:NodeSimple,tasks.js https://gitlab.com/clusterpress/clusterpress | JavaScript | 236 lines
65 */ 66 cp.Collections.Tasks = Backbone.Collection.extend( { 67 proceed: function( options ) {backbone-extensions.js https://gitlab.com/gregtyka/server | JavaScript | 87 lines
9 has been loaded from the server. */ 10window.IncrementalCollection = Backbone.Collection.extend({ 11 fetchByID: function(id, callback, args) {toolset-help-videos.js https://gitlab.com/Fraternal-Group/fraternal | JavaScript | 373 lines
117 118WP_Toolset.HelpVideosCollection = Backbone.Collection.extend({ 119 model:WP_Toolset.HelpVideo,category.js https://gitlab.com/webkod3r/tripolis | JavaScript | 89 lines
11 // Category collection, it act as array for elements 12 Category.Elements = Backbone.Collection.extend({ 13 model: Category.ElementEntryautoturisme.js https://gitlab.com/adiclepcea/fisaautoturism | JavaScript | 168 lines
36 37var Autoturisme = Backbone.Collection.extend({ 38 model: Autoturismbaton-conductor.js https://gitlab.com/diegoduncan21/geogrim | JavaScript | 433 lines
107 baton_conductor.collections = { 108 output: Backbone.Collection.extend( { 109 model: baton_conductor.models.outputfiles.js https://gitlab.com/dannywillems/laverna | JavaScript | 82 lines
14 */ 15 var Files = Backbone.Collection.extend({ 16 model: File,backbone.html https://gitlab.com/e0/handsontable | HTML | 228 lines
129 130 CarCollection = Backbone.Collection.extend({ 131 model: CarModel,app.js git://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server.git | JavaScript | 342 lines
78 79 var ClientCollection = Backbone.Collection.extend({ 80room.js https://gitlab.com/ChristopherFunk/Whiteboard | JavaScript | 128 lines
13 14 var DrawModelsList = Backbone.Collection.extend({ 15 model: DrawModel 17 18 var UsersList = Backbone.Collection.extend({ 19 model: Userfeeds.js https://github.com/samuelclay/NewsBlur.git | JavaScript | 349 lines
261 262NEWSBLUR.Collections.Feeds = Backbone.Collection.extend({ 263scope.js https://gitlab.com/jslee1/OpenID-Connect-Java-Spring-Server | JavaScript | 391 lines
34 35var SystemScopeCollection = Backbone.Collection.extend({ 36 idAttribute: 'id',EntityModel.js git://github.com/drupal/drupal.git | JavaScript | 329 lines
325 326 Drupal.quickedit.EntityCollection = Backbone.Collection.extend({ 327 model: Drupal.quickedit.EntityModelgroup.js https://gitlab.com/unofficial-mirrors/edx-platform | JavaScript | 111 lines
5 'use strict'; 6 var GroupCollection = Backbone.Collection.extend({ 7 model: GroupModel,certificates.js https://gitlab.com/unofficial-mirrors/edx-platform | JavaScript | 81 lines
9 'use strict'; 10 var CertificateCollection = Backbone.Collection.extend({ 11 model: Certificate,