Home
last modified time | relevance | path

Searched refs:prototype (Results 726 – 750 of 1094) sorted by last modified time

1...<<21222324252627282930>>...44

/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap-min.js.map1 …,"xfactor","yfactor","p1","p2","toFixed","handRect","w","h","handLine","prototype","getActor","ali…
H A Dsequence-diagram-snap.js26 Diagram.prototype.getActor = function(alias, name) {
59 Diagram.prototype.setTitle = function(title) {
63 Diagram.prototype.addSignal = function(signal) {
82 Diagram.Signal.prototype.isSelf = function() {
135 return object.constructor.prototype;
783 ParseError.prototype = new Error();
858 if (!String.prototype.trim) {
859 String.prototype.trim = function() {
952 _.extend(BaseTheme.prototype, {
1311 _.extend(SnapTheme.prototype, BaseTheme.prototype, {
[all …]
H A Dsequence-diagram-raphael-min.js6prototype.getActor=function(alias,name){alias=alias.trim();var i,actors=this.actors;for(i in actor…
8 ….simple=Diagram.themes.snapSimple||Diagram.themes.raphaelSimple,Diagram.prototype.drawSVG=function…
H A Dsequence-diagram-snap-min.js6prototype.getActor=function(alias,name){alias=alias.trim();var i,actors=this.actors;for(i in actor…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dsequence-diagram.js26 Diagram.prototype.drawSVG = function(container, options) {
H A Dtheme-snap.js40 _.extend(SnapTheme.prototype, BaseTheme.prototype, {
43 BaseTheme.prototype.init.call(this, diagram);
131 BaseTheme.prototype.layout.call(this);
222 BaseTheme.prototype.drawTitle.call(this);
228 BaseTheme.prototype.drawActor.call(this, actor, offsetY, height);
234 BaseTheme.prototype.drawSignal.call(this, signal, offsetY);
240 BaseTheme.prototype.drawSelfSignal.call(this, signal, offsetY);
246 BaseTheme.prototype.drawNote.call(this, note, offsetY);
266 _.extend(SnapHandTheme.prototype, SnapTheme.prototype, {
H A Dtheme.js45 AssertException.prototype.toString = function() {
55 if (!String.prototype.trim) {
56 String.prototype.trim = function() {
149 _.extend(BaseTheme.prototype, {
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.js85 var push = Array.prototype.push;
311 pairs.push([key, func.prototype[key]]);
320 func.prototype[pair[0]] = value;
322 delete func.prototype[pair[0]];
921 var hasOwnProperty = Object.prototype.hasOwnProperty,
H A Dlodash.fp.min.js8 …(t){T(e[t])&&n.push([t,r.prototype[t]])}),t(r,Object(e)),z(n,function(t){var e=t[1];T(e)?r.prototy…
10 …ealToAlias[t]||[],function(e){J[e]=J[t]})}),J}var p=r(2),f=r(3),d=Array.prototype.push;t.exports=u…
18 …nset:!0,update:!0,updateWith:!0}},e.realToAlias=function(){var t=Object.prototype.hasOwnProperty,r…
H A Dlodash.js1677 object.prototype = proto;
1770 lodash.prototype = baseLodash.prototype;
1773 LodashWrapper.prototype = baseCreate(baseLodash.prototype);
1892 LazyWrapper.prototype = baseCreate(baseLodash.prototype);
1995 Hash.prototype.get = hashGet;
1996 Hash.prototype.has = hashHas;
1997 Hash.prototype.set = hashSet;
2268 SetCache.prototype.add = SetCache.prototype.push = setCacheAdd;
2369 Stack.prototype.get = stackGet;
17071 lodash.prototype.toJSON = lodash.prototype.valueOf = lodash.prototype.value = wrapperValue;
[all …]
H A Dlodash.min.js79prototype=t,t=new n,n.prototype=T,t):{}}}();An.templateSettings={escape:J,evaluate:Y,interpolate:Q… argument
80prototype.get=function(n){var t=this.__data__;return Vi?(n=t[n],"__lodash_hash_undefined__"===n?T:…
81prototype.get=function(n){var t=this.__data__;return n=ft(t,n),0>n?T:t[n][1]},Tn.prototype.has=fun…
82prototype.has=function(n){return be(this,n).has(n)},Fn.prototype.set=function(n,t){var r=be(this,n…
129prototype[n]=function(n){var t=this.clone();return t.__iteratees__.push({iteratee:ye(n,3),type:r})…
130prototype.findLast=function(n){return this.reverse().find(n)},Un.prototype.invokeMap=fr(function(n…
131prototype.toArray=function(){return this.take(4294967295)},mt(Un.prototype,function(n,t){var r=/^(…
133prototype,function(n,t){var r=An[t];if(r){var e=r.name+"";oi.call(Gi,e)||(Gi[e]=[]),Gi[e].push({na…
135prototype.at=To,An.prototype.chain=function(){return Ye(this)},An.prototype.commit=function(){retu…
136prototype.reverse=function(){var n=this.__wrapped__;return n instanceof Un?(this.__actions__.lengt…
[all …]
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md6284 Foo.prototype.c = 3;
6979 Foo.prototype.b = 2;
6980 Bar.prototype.d = 4;
7023 Foo.prototype.b = 2;
7024 Bar.prototype.d = 4;
7172 Circle.prototype = _.create(Shape.prototype, {
7366 Foo.prototype.c = 3;
7402 Foo.prototype.c = 3;
7440 Foo.prototype.c = 3;
7476 Foo.prototype.c = 3;
[all …]
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js410 CustomError.prototype = lodashStable.create(Error.prototype, {
846 Foo.prototype.b = 2;
985 Foo.prototype.a = 1;
1441 Foo.prototype.a = 1;
1584 Foo.prototype.b = 2;
2685 Foo.prototype.b = 1;
3728 Circle.prototype = _.create(Shape.prototype);
3735 assert.notStrictEqual(Circle.prototype, Shape.prototype);
3742 Circle.prototype = _.create(Shape.prototype, expected);
12063 Foo.prototype = root[methodName.slice(2)].prototype;
[all …]
H A Dtest-fp.js14 var arrayProto = Array.prototype;
948 Foo.prototype = { 'b': 2 };
1510 assert.notOk('a' in fp.prototype);
1513 delete fp.prototype.a;
1520 Foo.prototype.a = _.noop;
1524 assert.notOk('a' in fp.prototype);
1527 delete fp.prototype.a;
1534 each2 = fp.prototype.each;
1539 assert.strictEqual(fp.prototype.each, each2);
1542 fp.prototype.each = each2;
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js44 var slice = Array.prototype.slice;
101 if (_[method]) Class.prototype[method] = addMethod(length, method, attribute);
410 _.extend(Model.prototype, Events, {
788 _.extend(Collection.prototype, Events, {
1106 return attrs[this.model.prototype.idAttribute || 'id'];
1248 _.extend(View.prototype, Events, {
1502 _.extend(Router.prototype, Events, {
1619 _.extend(History.prototype, Events, {
1918 child.prototype = _.create(parent.prototype, protoProps);
1919 child.prototype.constructor = child;
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js604 return Backbone.Model.prototype.sync.call(this, method, model, options);
1428 return Backbone.Collection.prototype.sync.call(this, method, collection, options);
1613 Backbone.Collection.prototype._addReference.apply(this, arguments);
1621 Backbone.Collection.prototype._removeReference.apply(this, arguments);
1673 assert.equal(StoogeCollection.prototype.modelId({id: 1}), 1);
1674 Stooge.prototype.idAttribute = '_id';
1675 assert.equal(StoogeCollection.prototype.modelId({_id: 1}), 1);
H A Devents.js437 TestClass.prototype.assertTrue = function() {
H A Drouter.js17 _.extend(Location.prototype, {
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js19 Array.prototype[0] = 'boo';
21 delete Array.prototype[0];
H A Dfunctions.js72 MyWidget.prototype.get = function() {
611 var wrapped = _.wrap(noop, function(){ return Array.prototype.slice.call(arguments, 0); });
H A Dutility.js87 MoreStooges.prototype = {curly: 2, moe: 1, larry: 3};
347 Foo.prototype.bar = 1;
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.js96 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProper…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js22 var ArrayProto = Array.prototype, ObjProto = Object.prototype;
132 var baseCreate = function(prototype) { argument
133 if (!_.isObject(prototype)) return {};
135 Ctor.prototype = prototype;
137 Ctor.prototype = null;
1570 _.prototype[name] = function() {
1585 _.prototype[name] = function() {
1596 _.prototype[name] = function() {
1602 _.prototype.value = function() {
1608 _.prototype.valueOf = _.prototype.toJSON = _.prototype.value;
[all …]
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js452 Element.prototype = elproto;
971 R.prototype.clear = function () {
979 R.prototype.remove = function () {
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_baseConvert.js5 var push = Array.prototype.push;
231 pairs.push([key, func.prototype[key]]);
240 func.prototype[pair[0]] = value;
242 delete func.prototype[pair[0]];

1...<<21222324252627282930>>...44