39,824 results for 'Backbone.Collection.extend' (26 ms)
collection.js git://github.com/documentcloud/backbone.git | JavaScript | 2,112 lines
48 assert.expect(3); 49 var Collection = Backbone.Collection.extend({ 50 parse: function(data) { 204 assert.expect(1); 205 var Col = Backbone.Collection.extend({ 206 comparator: function(m1, m2) { 287 288 var Col = Backbone.Collection.extend({model: Model}); 289 var collection = new Col; 587 }); 588 var ValidatingCollection = Backbone.Collection.extend({ 589 model: ValidatingModel 607 608 var Collection = Backbone.Collection.extend({ 609 model: Model,backbone.js https://bitbucket.org/dwaiter/proposalmatic/ | JavaScript | 1,156 lines
1004 // Set up inheritance for the model, collection, and view. 1005 Backbone.Model.extend = Backbone.Collection.extend = 1006 Backbone.Router.extend = Backbone.View.extend = extend;backbone.js git://github.com/jslatts/nodechat.git | JavaScript | 1,085 lines
938 // Set up inheritance for the model, collection, and view. 939 Backbone.Model.extend = Backbone.Collection.extend = 940 Backbone.Controller.extend = Backbone.View.extend = extend;backbone-0.5.0.js https://hg01.codeplex.com/razorpad | text | 0 lines
1005 // Set up inheritance for the model, collection, and view. 1006 Backbone.Model.extend = Backbone.Collection.extend = 1007 Backbone.Router.extend = Backbone.View.extend = extend;index.html git://github.com/documentcloud/backbone.git | HTML | 5,260 lines
757<pre> 758var Books = Backbone.Collection.extend({ 759 url: '/books' 814<pre> 815var Books = Backbone.Collection.extend({ 816 url: '/books', 1788 <p id="Collection-extend"> 1789 <b class="header">extend</b><code>Backbone.Collection.extend(properties, [classProperties])</code> 1790 <br /> 1806<pre> 1807var Library = Backbone.Collection.extend({ 1808 model: Book 1817<pre> 1818var Library = Backbone.Collection.extend({ 1819model.js git://github.com/documentcloud/backbone.git | JavaScript | 1,470 lines
3 var ProxyModel = Backbone.Model.extend(); 4 var Klass = Backbone.Collection.extend({ 5 url: function() { return '/collection'; } 401 402 var Collection = Backbone.Collection.extend({ 403 model: Modeljson2_backbone.js git://github.com/github/linguist.git | JavaScript | 1,152 lines
1005 // Set up inheritance for the model, collection, and view. 1006 Backbone.Model.extend = Backbone.Collection.extend = 1007 Backbone.Router.extend = Backbone.View.extend = extend;ckanjs.js https://bitbucket.org/okfn/ckan/ | text | 0 lines
521 // then be accessed via the `total` property. 522 Model.SearchCollection = Backbone.Collection.extend({ 523 constructor: function SearchCollection(models, options) {backbone-0.3.3.js https://bitbucket.org/okfn/openhdi/ | text | 0 lines
876 // Set up inheritance for the model, collection, and view. 877 Backbone.Model.extend = Backbone.Collection.extend = 878 Backbone.Controller.extend = Backbone.View.extend = extend;backbone.js git://github.com/saaperezru/Zentity.git | JavaScript | 1,158 lines
1008 // Set up inheritance for the model, collection, and view. 1009 Backbone.Model.extend = Backbone.Collection.extend = 1010 Backbone.Router.extend = Backbone.View.extend = extend;backbone.js https://code.google.com/p/lsd-website/ | JavaScript | 1,182 lines
1031 // Set up inheritance for the model, collection, and view. 1032 Backbone.Model.extend = Backbone.Collection.extend = 1033 Backbone.Router.extend = Backbone.View.extend = extend;backbone.js http://docdoku.googlecode.com/svn/trunk/ | JavaScript | 1,291 lines
1147 // Set up inheritance for the model, collection, and view. 1148 Backbone.Model.extend = Backbone.Collection.extend = 1149 Backbone.Router.extend = Backbone.View.extend = extend;backbone.js git://github.com/funkatron/WildGarlic-jqmobile.git | JavaScript | 1,011 lines
876 // Set up inheritance for the model, collection, and view. 877 Backbone.Model.extend = Backbone.Collection.extend = 878 Backbone.Controller.extend = Backbone.View.extend = extend;backbone.js git://github.com/splunk/splunk-sdk-javascript.git | JavaScript | 1,158 lines
1008 // Set up inheritance for the model, collection, and view. 1009 Backbone.Model.extend = Backbone.Collection.extend = 1010 Backbone.Router.extend = Backbone.View.extend = extend;backbone.js git://github.com/gobhi/gbone.js.git | JavaScript | 1,143 lines
1000 // Set up inheritance for the model, collection, and view. 1001 Backbone.Model.extend = Backbone.Collection.extend = 1002 Backbone.Router.extend = Backbone.View.extend = extend;index.html git://github.com/projexsys/Jolt.git | HTML | 3,437 lines
1203 <p id="Collection-extend"> 1204 <b class="header">extend</b><code>Backbone.Collection.extend(properties, [classProperties])</code> 1205 <br /> 1221<pre> 1222var Library = Backbone.Collection.extend({ 1223 model: Book 1482<pre> 1483var Notes = Backbone.Collection.extend({ 1484 url: '/notes' 1488 1489var Notes = Backbone.Collection.extend({ 1490 url: function() { 1510<pre> 1511var Tweets = Backbone.Collection.extend({ 1512 // The Twitter Search API returns tweets under "results".collection.js git://github.com/projexsys/Jolt.git | JavaScript | 544 lines
81 82 var CustomSetCollection = Backbone.Collection.extend({ 83 model: CustomSetModel 204 205 var Col = Backbone.Collection.extend({model: Model}); 206 var col = new Col; 371 }); 372 var ValidatingCollection = Backbone.Collection.extend({ 373 model: ValidatingModel 384 }); 385 var ValidatingCollection = Backbone.Collection.extend({ 386 model: ValidatingModel 395 test("collection: initialize", function() { 396 var Collection = Backbone.Collection.extend({ 397 initialize: function() {backbone.js git://github.com/radekstepan/fundamental.js.git | JavaScript | 1,165 lines
1022 // Set up inheritance for the model, collection, and view. 1023 Backbone.Model.extend = Backbone.Collection.extend = 1024 Backbone.Router.extend = Backbone.View.extend = extend;backbone.js git://github.com/ging/horizon-js.git | JavaScript | 1,290 lines
1147 // Set up inheritance for the model, collection, and view. 1148 Backbone.Model.extend = Backbone.Collection.extend = 1149 Backbone.Router.extend = Backbone.View.extend = extend;index.html git://github.com/maccman/book-assets.git | HTML | 2,277 lines
995 <p id="Collection-extend"> 996 <b class="header">extend</b><code>Backbone.Collection.extend(properties, [classProperties])</code> 997 <br /> 1013<pre> 1014var Library = Backbone.Collection.extend({ 1015 model: Book 1253<pre> 1254var Notes = Backbone.Collection.extend({ 1255 url: '/notes' 1259 1260var Notes = Backbone.Collection.extend({ 1261 url: function() { 1279<pre> 1280var Tweets = Backbone.Collection.extend({ 1281 // The Twitter Search API returns tweets under "results".