Home
last modified time | relevance | path

Searched refs:clone (Results 226 – 250 of 361) sorted by last modified time

12345678910>>...15

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js8 templateSettings = _.clone(_.templateSettings);
H A Dobjects.js275 var clone = _.clone(moe);
276 assert.equal(clone.name, 'moe', 'the clone as the attributes of the original');
278 clone.name = 'curly';
279 …assert.ok(clone.name === 'curly' && moe.name === 'moe', 'clones can change shallow attributes with…
281 clone.lucky.push(101);
284 assert.equal(_.clone(void 0), void 0, 'non objects should not be changed by clone');
285 assert.equal(_.clone(1), 1, 'non objects should not be changed by clone');
286 assert.equal(_.clone(null), null, 'non objects should not be changed by clone');
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js372 var sample = isArrayLike(obj) ? _.clone(obj) : _.values(obj);
1130 _.clone = function(obj) { function
H A Dunderscore-min.js5 …eys,!0),m.create=function(n,t){var r=j(n);return t&&m.extendOwn(r,t),r},m.clone=function(n){return… function
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js465 var matrix = this.matrix.clone(),
H A Draphael.core.js398 function clone(obj) { function
404 res[key] = clone(obj[key]);
1589 return clone(pth.bbox);
1631 pth.bbox = clone(bb);
1635 var res = clone(pathArray);
2527 matrixproto.clone = function () {
3148 return clone(eldata[this.id] || {});
3763 elproto.clone = function () {
5027 setproto.clone = function (s) {
5030 s.push(this.items[i].clone());
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_baseConvert.js169 'clone': util.clone,
185 clone = helpers.clone,
354 result = clone(Object(object)),
363 nested[key] = clone(index == lastIndex ? value : Object(value));
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js1828 result = this.clone();
6807 return wrapper.clone();
8983 clone.__index__ = 0;
8984 clone.__values__ = undefined;
8986 previous.__wrapped__ = clone;
8988 result = clone;
8990 var previous = clone;
11029 function clone(value) {
16693 lodash.clone = clone;
16875 : this.clone();
[all …]
H A D.travis.yml91 …- git clone --depth=10 --branch=master git://github.com/lodash/lodash-cli ./node_modules/lodash-cli
H A Dyarn.lock954 clone@^1.0.2:
956 …resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.2.tgz#260b7a99ebb1edfe247538175f783243cb1…
3222 clone "^1.0.2"
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js147 var model2 = model.clone();
163 var b = a.clone();
176 bar.set(foo.clone().attributes, {unset: true});
1421 return _.clone(this.attributes);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js183 FBL.FirebugChrome.clone(FBL.Env.FirebugChrome);
9089 var clone = el.cloneNode(false);
9091 clone.appendChild(text);
9093 box.appendChild(clone);
9097 var marginTop = clone.offsetTop - box.offsetTop - 1;
9098 var marginBottom = box.offsetHeight - clone.offsetHeight - 2 - marginTop;
9100 var marginLeft = clone.offsetLeft - box.offsetLeft - 1;
9101 var marginRight = box.offsetWidth - clone.offsetWidth - 2 - marginLeft;
9374 clone: function(FBChrome) method in FBL.FirebugChrome
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.no-deps.min.js1clone=function(){return new Pt(this.a,this.b,this.c,this.d,this.e,this.f)},t.translate=function(t,… function
H A Draphael.min.js1clone=function(){return new Pt(this.a,this.b,this.c,this.d,this.e,this.f)},t.translate=function(t,… function
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js19clone=f,c._.cacher=i,c.rad=k,c.deg=l,c.sin=function(a){return D.sin(c.rad(a))},c.tan=function(a){r…
20clone=function(){return new b(this.a,this.b,this.c,this.d,this.e,this.f)},c.translate=function(a,b… function
21 …cx:a+(c-a)/2,cy:b+(f-b)/2}},g.clone=function(a){a=new f;for(var b=0,c=this.items.length;c>b;b++)a.…
H A Dsnap.svg.js1019 function clone(obj) {
1029 Snap._.clone = clone;
3188 elproto.clone = function () {
3191 $(clone.node, {id: clone.id});
3193 fixids(clone);
3194 clone.insertAfter(this);
3195 return clone;
5323 clone = Snap._.clone,
5453 }, null, Snap._.clone);
5754 pth.bbox = clone(bb);
[all …]
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5clone:function(e){var n=t.util.type(e);switch(n){case"Object":var r={};for(var i in e)e.hasOwnProp…
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5 …eys,!0),m.create=function(n,t){var r=j(n);return t&&m.extendOwn(r,t),r},m.clone=function(n){return… function
H A Dunderscore-min.map1 …xtendOwn","assign","pick","oiteratee","omit","String","defaults","props","clone","tap","intercepto…
H A Dunderscore.js1068 _.clone = function(obj) { function
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.min.js25 …ion(n){return M(n)?n.length?A(n):[]:W(n)},o.values=W,o.extend=Bn,Y(o,o),o.clone=function(n){return… function
H A Dlodash.core.js2412 function clone(value) { function
3746 lodash.clone = clone;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnonexistent_class.phpt32 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dscalar_type_declarations.phpt39 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst31 git clone git://github.com/twigphp/Twig.git

12345678910>>...15