Home
last modified time | relevance | path

Searched refs:prototype (Results 476 – 500 of 1094) sorted by relevance

1...<<11121314151617181920>>...44

/plugin/abc2/abc-libraries/abc2svg/
H A Dcombine-1.js27 Array.prototype.push.apply(s.notes,s2.notes);s.nhd=nhd=s.notes.length-1;s.notes.sort(abc2svg.pitcmp)
43 Array.prototype.push.apply(s.sls,s2.sls)
53 Array.prototype.push.apply(s.a_dd,s2.a_dd)}
/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]];
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushAS3.js52 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushPhp.js81 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushPowerShell.js68 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushCss.js84 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushGroovy.js60 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushPerl.js89 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushCSharp.js58 Brush.prototype = new SyntaxHighlighter.Highlighter();
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushAS3.js36 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushPhp.js65 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushPowerShell.js52 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushCSharp.js42 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushCss.js68 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushGroovy.js44 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushPerl.js73 Brush.prototype = new SyntaxHighlighter.Highlighter();
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DnoUndefined.js19 …"].config;var a=MathJax.ElementJax.mml;var c=MathJax.InputJax.TeX.Parse.prototype.csUndefined;Math…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js1197 if (!Array.prototype.map) {
1215 if (!Array.prototype.every) {
1232 if (!Array.prototype.some) {
1521 Dummy.prototype = this.prototype;
1613 Subclass.prototype = parent.prototype;
7233 fabric.StaticCanvas.prototype.toJSON = fabric.StaticCanvas.prototype.toObject;
11314 var prototype = fabric.util.getKlass(object.type).prototype,
11991 fabric.Object.prototype.rotate = fabric.Object.prototype.setAngle;
17404 fabric.Image.prototype.getSvgSrc = fabric.Image.prototype.getSrc;
23439 fabric.Canvas.prototype.setWidth = fabric.StaticCanvas.prototype.setWidth;
[all …]
H A Dfabric.min.js1prototype.toString.call(properties)==="[object Array]"){for(var i=0,len=properties.length;i<len;i+…
2prototype.toString.call(value)==="[object Array]",parsed;if((attr==="fill"||attr==="stroke")&&valu…
4prototype;if(this.color!==proto.color){obj.color=this.color}if(this.blur!==proto.blur){obj.blur=th…
5prototype._setCursorFromEvent=function(){}}fabric.Element=fabric.Canvas})();(function(){var cursor…
6prototype,{_shouldGroup:function(e,target){var activeObject=this.getActiveObject();return e.shiftK…
8prototype,{sendToBack:function(){if(this.group){fabric.StaticCanvas.prototype.sendToBack.call(this…
9prototype.toObject;if(fabric.PathGroup){fabric.warn("fabric.PathGroup is already defined");return}…
11 …bric.Text is already defined");return}var stateProperties=fabric.Object.prototype.stateProperties.…
13prototype,{initBehavior:function(){this.initAddedHandler();this.initRemovedHandler();this.initCurs…
15prototype,{_setSVGTextLineText:function(lineIndex,textSpans,height,textLeftOffset,textTopOffset,te…
/plugin/imapmarkers/
H A Djquery.imagemapster.js243 me.base = BaseClass.prototype;
249 Subclass.prototype = new BaseClass();
324 if (Array.prototype.indexOf) {
549 ap = Array.prototype;
597 m.Method.prototype = {
1293 p = m.Graphics.prototype = {
1782 m.MapImages.prototype = {
2459 m.MapData.prototype = {
3318 m.AreaData.prototype = {
3482 m.MapArea.prototype = {
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dsequence-diagram.js26 Diagram.prototype.drawSVG = function(container, options) {
/plugin/issuelinks/script/
H A DajaxUtil.js12 if (!Object.prototype.hasOwnProperty.call(response, 'msg')) {
/plugin/issuetracker/
H A Dprototype.js109 subclass.prototype = parent.prototype;
110 klass.prototype = new subclass;
117 if (!klass.prototype.initialize)
366 var slice = Array.prototype.slice;
476 })(Date.prototype);
479 RegExp.prototype.match = RegExp.prototype.test;
1085 var arrayProto = Array.prototype,
1902 if (element) global.Element.prototype = element.prototype;
3038 Element.prototype;
5545 Event.prototype = window.Event.prototype || document.createEvent('HTMLEvents').__proto__;
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js.map1prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\…
/plugin/diagramsnet/lib/js/spin/
H A Dspin.min.js2prototype.lines=function(a,d){function f(){return e(c("group",{coordsize:k+" "+k,coordorigin:-j+" …

1...<<11121314151617181920>>...44