Home
last modified time | relevance | path

Searched refs:prototype (Results 751 – 775 of 1094) sorted by path

1...<<31323334353637383940>>...44

/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.core.js59 var args = Array.prototype.slice.call(arguments, 0);
83 was: Object.prototype[has].call(g.win, "Raphael"),
137 lowerCase = Str.prototype.toLowerCase,
149 objectToString = Object.prototype.toString,
160 upperCase = Str.prototype.toUpperCase,
371 R.fn = paperproto = Paper.prototype = R.prototype;
814 var arg = Array.prototype.slice.call(arguments, 0),
2697 })(Matrix.prototype);
4360 Animation.prototype.delay = function (delay) {
4378 Animation.prototype.repeat = function (times) {
[all …]
H A Draphael.svg.js717 Element.prototype = elproto;
1361 R.prototype.renderfix = function () {
1389 R.prototype.clear = function () {
1406 R.prototype.remove = function () {
H A Draphael.vml.js452 Element.prototype = elproto;
971 R.prototype.clear = function () {
979 R.prototype.remove = function () {
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.js96 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProper…
H A Draphael.min.js1prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=1)}([function(t,e,r){var i,n;i=[r(2)],void 0===(n…
H A Draphael.no-deps.js96 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProper…
H A Draphael.no-deps.min.js1prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=1)}([function(t,e,r){var i,n;i=[r(2)],void 0===(n…
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js19prototype.slice.call(arguments,2),h=m.listeners(a),j=0,n=[],o={},p=[],q=b;p.firstDefined=k,p.lastD…
20prototype.select=m.select,h.prototype.selectAll=m.selectAll}),d.plugin(function(a){function b(a,b,…
21prototype.slice.call(arguments,0)),a}}),d.plugin(function(a,c){function d(a){var b=a[0];switch(b.t…
H A Dsnap.svg.js2157 for (var method in Paper.prototype) if (Paper.prototype[has](method)) {
2290 proto = Paper.prototype;
2661 var elproto = Element.prototype,
3907 })(Matrix.prototype);
4367 elproto = Element.prototype;
4600 var proto = Paper.prototype,
5321 var elproto = Element.prototype,
6794 setproto = Set.prototype;
7286 var elproto = Element.prototype,
7763 var elproto = Element.prototype,
[all …]
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5prototype.toString.call(e).match(/\[object (\w+)\]/)[1]},clone:function(e){var n=t.util.type(e);sw…
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5prototype||a,i="constructor";for(m.has(n,i)&&!m.contains(t,i)&&t.push(i);r--;)i=I[r],i in n&&n[i]!…
H A Dunderscore-min.map1 …","nonEnumIdx","nonEnumerableProps","constructor","proto","isFunction","prototype","ObjProto","pro…
H A Dunderscore.js18 var ArrayProto = Array.prototype, ObjProto = Object.prototype, FuncProto = Function.prototype;
116 var baseCreate = function(prototype) { argument
117 if (!_.isObject(prototype)) return {};
119 Ctor.prototype = prototype;
121 Ctor.prototype = null;
1493 _.prototype[name] = function() {
1507 _.prototype[name] = function() {
1518 _.prototype[name] = function() {
1524 _.prototype.value = function() {
1530 _.prototype.valueOf = _.prototype.toJSON = _.prototype.value;
[all …]
/plugin/siteexport/
H A Dscript.js60 … var edid = String.prototype.match.call(document.location, new RegExp("&edid=([^&]+)"));
464 }(SiteexportAdmin.prototype));
/plugin/sketchcanvas/script/
H A DSketchCanvas.js997 Shape.prototype.serialize = function(){
1025 Shape.prototype.isSizeable = function(){
1029 Shape.prototype.deserialize = function(obj){
1054 Shape.prototype.getBoundingRect = function(){
1079 PointShape.prototype.isSizeable = function(){
1083 PointShape.prototype.getBoundingRect = function(){
1099 TextShape.prototype.serialize = function(){
1100 var alldat = Shape.prototype.serialize.call(this);
1106 TextShape.prototype.deserialize = function(obj){
1107 Shape.prototype
[all...]
H A Di18next-1.7.2.min.js
H A Djs-yaml.min.js
/plugin/snow/
H A Dsnowstorm.js189 var old = (!window.addEventListener && window.attachEvent), slice = Array.prototype.slice,
/plugin/sqlraw/
H A Dsorttable.min.js44 Function.prototype.forEach=function(object,block,context){for(var key in object){if(typeof this.pro…
/plugin/stackedit/
H A Dstackedit.min.js1prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){"use strict";function i(e,t)…
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js18 THREE.SpriteCanvasMaterial.prototype = Object.create( THREE.Material.prototype );
19 THREE.SpriteCanvasMaterial.prototype.constructor = THREE.SpriteCanvasMaterial;
20 THREE.SpriteCanvasMaterial.prototype.isSpriteCanvasMaterial = true;
22 THREE.SpriteCanvasMaterial.prototype.clone = function () {
H A DOrbitControls.js625 THREE.OrbitControls.prototype = Object.create( THREE.EventDispatcher.prototype );
H A DProjector.js53 THREE.RenderableVertex.prototype.copy = function ( vertex ) {
H A DTrackballControls.js618 THREE.TrackballControls.prototype = Object.create( THREE.EventDispatcher.prototype );
619 THREE.TrackballControls.prototype.constructor = THREE.TrackballControls;

1...<<31323334353637383940>>...44