Home
last modified time | relevance | path

Searched refs:model (Results 201 – 225 of 272) sorted by last modified time

1234567891011

/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …nit' and 'step' properties in this case, since it's likely a part of data model of a task\n\t\t\t\…
/plugin/yuriigantt/
H A DLICENSE261 model, to give anyone who possesses the object code either (1) a
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …r::before{content:"\F2A9"}.mdi-glasses::before{content:"\F2AA"}.mdi-globe-model::before{content:"\…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js603 model.trigger('sync', model, resp, options);
674 model.trigger('destroy', model, model.collection, options);
680 if (!model.isNew()) model.trigger('sync', model, resp, options);
765 if (options.model) this.model = options.model;
879 var attrs = this._isModel(model) ? model.attributes : model;
1077 model = this._prepareModel(model, options);
1099 model: this.model,
1126 var model = new this.model(attrs, options);
1127 if (!model.validationError) return model;
1168 this._byId[model.cid] = model;
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js30 col.comparator = function(model) { return model.id; };
66 var comparator = function(model){ return model.id; }; argument
94 assert.equal(collection.get(model.cid), model);
95 assert.equal(collection.get(model), model);
298 if (model.model) return model.model;
576 assert.equal(this.syncArgs.model, model);
754 model
937 collection.add([model, model]);
1230 assert.ok(model === m2 || model === m3);
1615 assert.equal(model, this._byId[model.id]);
[all …]
H A Dsync.js146 model.fetch();
155 model.url = '/test';
165 model.url = '/test';
172 model.url = '/test';
182 model.url = '/test';
185 model.sync('create', model);
189 model.sync('create', model);
199 model.sync('create', model);
203 model.sync('create', model);
218 model.sync('delete', model, {
[all …]
H A Dmodel.js219 model.set({
403 model: Model
431 model.set({
434 model.set({
448 model.clear();
544 assert.ok(_.isEqual(env.syncArgs.model, model));
584 model.fetch();
998 assert.ok(this.syncArgs.model === model);
1258 model.save();
1291 model.save();
[all …]
H A Dview.js429 this.listenTo(this.model, 'all x', function() { assert.ok(false); });
435 model: new Backbone.Model,
440 myView.model.trigger('x');
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/setup/
H A Denvironment.js25 Backbone.sync = function(method, model, options) { argument
28 model: model, property in env.syncArgs
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2490 event.button == 1 : // IE "click" and "dblclick" button model
2498 event.button == 4 : // IE "click" and "dblclick" button model
2506 event.button == 2 : // IE "click" and "dblclick" button model
2519 event.button == 1 : // IE "click" and "dblclick" button model
2527 event.button == 1 : // IE "click" and "dblclick" button model
2545 event.button == 1 : // IE "click" and "dblclick" button model
/plugin/doodle4/
H A DLICENSE261 model, to give anyone who possesses the object code either (1) a
/plugin/orgapp/
H A DCOPYING261 model, to give anyone who possesses the object code either (1) a
/plugin/gplusone/
H A DCOPYING261 model, to give anyone who possesses the object code either (1) a
/plugin/barcode/
H A DCOPYING261 model, to give anyone who possesses the object code either (1) a
/plugin/pgpinlinesupport/
H A DLICENSE261 model, to give anyone who possesses the object code either (1) a
/plugin/sha3sum/
H A DLICENSE261 model, to give anyone who possesses the object code either (1) a
/plugin/timetrack/
H A DLICENSE261 model, to give anyone who possesses the object code either (1) a
/plugin/inlineedit/
H A DLICENSE261 model, to give anyone who possesses the object code either (1) a
/plugin/autogroup/
H A DLICENSE261 model, to give anyone who possesses the object code either (1) a
/plugin/wavedrom/
H A DLICENSE261 model, to give anyone who possesses the object code either (1) a
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dnon-tables.md4 …DetailView]] widget displays the details of a single data [[yii\widgets\DetailView::$model|model]].
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dnon-tables.md4 …DetailView]] widget displays the details of a single data [[yii\widgets\DetailView::$model|model]].
/plugin/nssearch/
H A DLICENSE261 model, to give anyone who possesses the object code either (1) a
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DLICENSE261 model, to give anyone who possesses the object code either (1) a
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php1016 public $model; variable in Google_ChromeOsDevice
1086 public function setModel($model) { argument
1087 $this->model = $model;
1090 return $this->model;
1338 public $model; variable in Google_MobileDevice
1389 public function setModel($model) { argument
1390 $this->model = $model;
1393 return $this->model;

1234567891011