39,824 results for 'Backbone.Collection.extend' (4491 ms)
recline.js https://bitbucket.org/kindly/ckan2.git | JavaScript | 2,045 lines
204// ## A Backbone collection of Documents 205my.DocumentList = Backbone.Collection.extend({ 206 __type__: 'DocumentList', 235 236my.FieldList = Backbone.Collection.extend({ 237 model: my.Fieldindex.coffee https://bitbucket.org/laurenceputra/codegether.git | CoffeeScript | 115 lines
19 20 App.User.collection = Backbone.Collection.extend 21 model: App.User.model 46 $el.html(@template data) 47 App.Message.collection = Backbone.Collection.extend 48 model: App.Message.modelcourse_res.js https://bitbucket.org/NickyHuang5293/ulip.git | JavaScript | 470 lines
16 17 window.BookCollection = Backbone.Collection.extend({ 18 model: ResBook, 179 180 window.LinkCollection = Backbone.Collection.extend({ 181 model: ResLink,visualization.js https://bitbucket.org/nicste/ballaxy.git | JavaScript | 877 lines
522 523var GenomeRegionCollection = Backbone.Collection.extend({ 524 model: GenomeRegion 547 */ 548var BrowserBookmarkCollection = Backbone.Collection.extend({ 549 model: BrowserBookmarkcollection.js https://bitbucket.org/dlisboa/backbone.git | JavaScript | 1,001 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: ValidatingModelindex.html https://github.com/chandlerkent/backbone.git | HTML | 2,133 lines
950 <p id="Collection-extend"> 951 <b class="header">extend</b><code>Backbone.Collection.extend(properties, [classProperties])</code> 952 <br /> 968<pre> 969var Library = Backbone.Collection.extend({ 970 model: Book 1208<pre> 1209var Notes = Backbone.Collection.extend({ 1210 url: '/notes' 1214 1215var Notes = Backbone.Collection.extend({ 1216 url: function() { 1234<pre> 1235var Tweets = Backbone.Collection.extend({ 1236 // The Twitter Search API returns tweets under "results".index.html https://github.com/dshaw/backbone.git | HTML | 2,415 lines
1016 <p id="Collection-extend"> 1017 <b class="header">extend</b><code>Backbone.Collection.extend(properties, [classProperties])</code> 1018 <br /> 1034<pre> 1035var Library = Backbone.Collection.extend({ 1036 model: Book 1274<pre> 1275var Notes = Backbone.Collection.extend({ 1276 url: '/notes' 1280 1281var Notes = Backbone.Collection.extend({ 1282 url: function() { 1300<pre> 1301var Tweets = Backbone.Collection.extend({ 1302 // The Twitter Search API returns tweets under "results".index.html https://github.com/pausantesmasses/backbone.git | HTML | 2,977 lines
1055 <p id="Collection-extend"> 1056 <b class="header">extend</b><code>Backbone.Collection.extend(properties, [classProperties])</code> 1057 <br /> 1073<pre> 1074var Library = Backbone.Collection.extend({ 1075 model: Book 1316<pre> 1317var Notes = Backbone.Collection.extend({ 1318 url: '/notes' 1322 1323var Notes = Backbone.Collection.extend({ 1324 url: function() { 1342<pre> 1343var Tweets = Backbone.Collection.extend({ 1344 // The Twitter Search API returns tweets under "results".index.html https://github.com/adamjmoon/backbone.git | HTML | 2,980 lines
1055 <p id="Collection-extend"> 1056 <b class="header">extend</b><code>Backbone.Collection.extend(properties, [classProperties])</code> 1057 <br /> 1073<pre> 1074var Library = Backbone.Collection.extend({ 1075 model: Book 1316<pre> 1317var Notes = Backbone.Collection.extend({ 1318 url: '/notes' 1322 1323var Notes = Backbone.Collection.extend({ 1324 url: function() { 1342<pre> 1343var Tweets = Backbone.Collection.extend({ 1344 // The Twitter Search API returns tweets under "results".tests.js https://github.com/civascu/Backbone-relational.git | JavaScript | 1,482 lines
66 67 window.AnimalCollection = Backbone.Collection.extend({ 68 model: Animal 120 121 window.PersonCollection = Backbone.Collection.extend({ 122 model: Person 165 166 window.NodeList = Backbone.Collection.extend({ 167 model: Nodeindex.html https://github.com/jetleigh/backbone.git | HTML | 3,037 lines
1064 <p id="Collection-extend"> 1065 <b class="header">extend</b><code>Backbone.Collection.extend(properties, [classProperties])</code> 1066 <br /> 1082<pre> 1083var Library = Backbone.Collection.extend({ 1084 model: Book 1331<pre> 1332var Notes = Backbone.Collection.extend({ 1333 url: '/notes' 1337 1338var Notes = Backbone.Collection.extend({ 1339 url: function() { 1357<pre> 1358var Tweets = Backbone.Collection.extend({ 1359 // The Twitter Search API returns tweets under "results".index.html https://github.com/ustas-v/backbone.git | HTML | 3,084 lines
1076 <p id="Collection-extend"> 1077 <b class="header">extend</b><code>Backbone.Collection.extend(properties, [classProperties])</code> 1078 <br /> 1094<pre> 1095var Library = Backbone.Collection.extend({ 1096 model: Book 1343<pre> 1344var Notes = Backbone.Collection.extend({ 1345 url: '/notes' 1349 1350var Notes = Backbone.Collection.extend({ 1351 url: function() { 1369<pre> 1370var Tweets = Backbone.Collection.extend({ 1371 // The Twitter Search API returns tweets under "results".collection.js https://github.com/huangbaihua001/backbone.git | JavaScript | 1,155 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; 445 }); 446 var ValidatingCollection = Backbone.Collection.extend({ 447 model: ValidatingModel 461 }); 462 var ValidatingCollection = Backbone.Collection.extend({ 463 model: ValidatingModel03-internals.md https://github.com/bicccio/backbone-fundamentals.git | Unknown | 2,022 lines
664 665var TodosCollection = Backbone.Collection.extend({ 666 model: Todo 687 688var TodosCollection = Backbone.Collection.extend({ 689 model: Todo, 1050```javascript 1051var Todos = Backbone.Collection.extend({ 1052 model: Todo, 1242 1243var TodosCollection = Backbone.Collection.extend({ 1244 model: Todo, 1263 1264var TodosCollection = Backbone.Collection.extend({ 1265 model: Todo,collection.js https://github.com/philipp-spiess/backbone.git | JavaScript | 1,144 lines
50 test("new and parse", 3, function() { 51 var Collection = Backbone.Collection.extend({ 52 parse : function(data) { 150 test("add; at should have preference over comparator", 1, function() { 151 var Col = Backbone.Collection.extend({ 152 comparator: function(a,b) { 221 222 var Col = Backbone.Collection.extend({model: Model}); 223 var col = new Col; 446 }); 447 var ValidatingCollection = Backbone.Collection.extend({ 448 model: ValidatingModel 462 }); 463 var ValidatingCollection = Backbone.Collection.extend({ 464 model: ValidatingModelcollection.js https://github.com/xavierbriand/backbone.git | JavaScript | 1,117 lines
50 test("new and parse", 3, function() { 51 var Collection = Backbone.Collection.extend({ 52 parse : function(data) { 150 test("add; at should have preference over comparator", 1, function() { 151 var Col = Backbone.Collection.extend({ 152 comparator: function(a,b) { 221 222 var Col = Backbone.Collection.extend({model: Model}); 223 var col = new Col; 446 }); 447 var ValidatingCollection = Backbone.Collection.extend({ 448 model: ValidatingModel 462 }); 463 var ValidatingCollection = Backbone.Collection.extend({ 464 model: ValidatingModelcollection.js https://github.com/fantactuka/backbone.git | JavaScript | 1,339 lines
48 test("new and parse", 3, function() { 49 var Collection = Backbone.Collection.extend({ 50 parse : function(data) { 166 test("add; at should have preference over comparator", 1, function() { 167 var Col = Backbone.Collection.extend({ 168 comparator: function(a,b) { 237 238 var Col = Backbone.Collection.extend({model: Model}); 239 var col = new Col; 495 }); 496 var ValidatingCollection = Backbone.Collection.extend({ 497 model: ValidatingModel 512 }); 513 var ValidatingCollection = Backbone.Collection.extend({ 514 model: ValidatingModelcollection.js https://github.com/auggernaut/backbone-query-parameters.git | JavaScript | 990 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: ValidatingModelcollection.js https://github.com/jessepinuelas/backbone.git | JavaScript | 1,053 lines
50 test("new and parse", 3, function() { 51 var Collection = Backbone.Collection.extend({ 52 parse : function(data) { 150 test("add; at should have preference over comparator", 1, function() { 151 var Col = Backbone.Collection.extend({ 152 comparator: function(a,b) { 221 222 var Col = Backbone.Collection.extend({model: Model}); 223 var col = new Col; 433 }); 434 var ValidatingCollection = Backbone.Collection.extend({ 435 model: ValidatingModel 446 }); 447 var ValidatingCollection = Backbone.Collection.extend({ 448 model: ValidatingModelcollection.js https://github.com/harshniketseta/backbone.git | JavaScript | 969 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; 425 }); 426 var ValidatingCollection = Backbone.Collection.extend({ 427 model: ValidatingModel