| /plugin/diagramsnet/lib/plugins/ |
| D | import.js | 32 var hasChilds = function(node) argument 46 var generatePreprocessingNodeInfo = function(node) argument 69 var processFreeMindNode = function(node, nodeParent, x, y) argument
|
| /plugin/asciidocjs/node_modules/async/internal/ |
| D | Heap.js | 55 push(node) { argument 61 unshift(node) { argument 113 function smaller(x, y) { argument
|
| /plugin/ebnf/ |
| H A D | ebnf.php | 121 function arrow($image, $x, $y, $lefttoright) { 136 function render_node($node, $lefttoright) { 255 function render_childs($node, $lefttoright) {
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.dnd.js | 301 node: sourceNode, property 525 node, argument 653 x: event.pageX - nodeOfs.left, property 657 x: relPos.x / $nodeTag.width(), property
|
| D | jquery.fancytree.js | 236 function _isNode(x) { argument 470 return function (node) { argument 477 return function (node) { argument 739 addNode: function (node, mode) { argument 768 addPagingNode: function (node, mode) { argument 801 appendSibling: function (node) { argument 882 copyTo: function (node, mode, map) { argument 1044 this.visit(function (node) { argument 1067 function _walk(node) { argument 1137 this.visitParents(function (node) { argument [all …]
|
| /plugin/sequencediagram/bower_components/raphael/dev/ |
| D | raphael.svg.js | 386 x: rect[0], property 495 … $(el, {x: 0, y: 0, patternUnits: "userSpaceOnUse", height: 1, width: 1}); property 496 $(ig, {x: 0, y: 0, "xlink:href": isURL[1]}); property 597 i && $(tspan, {dy: fontSize * leading, x: a.x}); property 610 $(node, {x: a.x, y: a.y}); property 616 getRealNode = function (node) { argument 623 Element = function (node, svg) { argument 955 x: this.node.clientLeft, property 1208 R._engine.circle = function (svg, x, y, r) { argument 1217 R._engine.rect = function (svg, x, y, w, h, r) { argument [all …]
|
| D | raphael.vml.js | 424 Element = function (node, vml) { argument 758 R._engine.rect = function (vml, x, y, w, h, r) { argument 771 R._engine.ellipse = function (vml, x, y, rx, ry) { argument 787 R._engine.circle = function (vml, x, y, r) { argument 801 R._engine.image = function (vml, src, x, y, w, h) { argument 824 R._engine.text = function (vml, x, y, text) { argument 879 R._engine.setViewBox = function (x, y, w, h, fit) { argument 889 x -= (width - w * H) / 2 / H; field
|
| /plugin/diagramsnet/lib/js/orgchart/ |
| D | OrgChart.Layout.min.js | 1 …tions.ContractAnnotationAttribute",{inherits:[System.Attribute],config:{properties:{Contract:null,… property
|
| /plugin/metaeditor/ |
| D | jstree.js | 1202 …this.trigger('changed', { 'action' : 'load_node', 'node' : obj, 'selected' : this._data.core.selec… property 1225 this.trigger('load_node', { "node" : obj, "status" : status }); property 1299 this.trigger('load_all', { "node" : obj }); property 1345 .done($.proxy(function (d,t,x) { argument 2238 draw_children : function (node) { argument 2270 redraw_node : function (node, deep, is_callback, force_render) { argument 2500 this.trigger('before_open', { "node" : obj }); property 2505 this.trigger('before_open', { "node" : obj }); property 2512 t.trigger("after_open", { "node" : obj }); property 2527 this.trigger('before_open', { "node" : obj }); property [all …]
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | compress.js | 122 compress: function(node) { argument 155 before: function(node, descend, in_list) { argument 186 function OPT(node, optimizer) { argument 201 AST_Node.DEFMETHOD("equivalent_to", function(node){ argument 207 var tt = new TreeTransformer(function(node) { argument 256 var suppressor = new TreeWalker(function(node) { argument 263 var tw = new TreeWalker(function(node, descend){ argument 463 function is_modified(node, level, func) { argument 576 function loop_body(x) { argument 584 function is_iife_call(node) { argument [all …]
|
| D | ast.js | 97 return self.transform(new TreeTransformer(function(node) { argument 158 function walk_body(node, visitor) { argument 219 node.walk(new TreeWalker(function(node) { argument 343 wrapped_tl = wrapped_tl.transform(new TreeTransformer(function before(node){ argument 355 self.walk(new TreeWalker(function(node){ argument 364 wrapped_tl = wrapped_tl.transform(new TreeTransformer(function before(node){ argument 623 $cons: function(x, y) { argument 658 add: function(node) { argument 971 _visit: function(node, descend) { argument 985 push: function (node) { argument [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Pages.js | 16 function DiagramPage(node, id) argument 33 DiagramPage.prototype.node = null; method in DiagramPage 572 Graph.prototype.createViewState = function(node) argument 628 Graph.prototype.saveViewState = function(vs, node, ignoreTransient, resolveReferences) argument 1793 …params.push('viewbox=' + encodeURIComponent(JSON.stringify({x: Math.round(bounds.x), y: Math.round… property 1847 codec.beforeDecode = function(dec, node, obj) argument 1854 codec.afterDecode = function(dec, node, obj) argument 1899 codec.afterEncode = function(enc, obj, node) argument
|
| /plugin/sequencediagram/bower_components/snap.svg/dist/ |
| D | snap.svg.js | 3233 elproto.pattern = elproto.toPattern = function (x, y, width, height) { argument 3245 x: x, property 3275 elproto.marker = function (x, y, width, height, refX, refY) { argument 3603 x: +bb.x.toFixed(3), property 3744 matrixproto.translate = function (x, y) { argument 3758 matrixproto.scale = function (x, y, cx, cy) { argument 3774 matrixproto.rotate = function (a, x, y) { argument 3792 matrixproto.x = function (x, y) { function 3804 matrixproto.y = function (x, y) { argument 4286 function textExtract(node) { argument [all …]
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | compress.js | 139 this.pure_funcs = function(node) { argument 149 this.pure_funcs = function(node) { argument 188 Compressor.prototype = new TreeTransformer(function(node, descend, in_list) { argument 233 Compressor.prototype.compress = function(node) { argument 308 var tt = new TreeTransformer(function(node) { argument 379 function read_property(obj, node) { argument 415 function is_modified(compressor, tw, node, value, level, immutable, recursive) { argument 465 function is_lambda(node) { argument 469 function safe_for_extends(node) { argument 496 function has_escaped(d, scope, node, parent) { argument [all …]
|
| /plugin/diagramsnet/lib/plugins/webcola/ |
| D | mxWebColaAdaptor.js | 92 nodeSpacing: function nodeSpacing(node) { argument 292 var topLeft = {x: 0, y: 0, fixed: true, index: size}; property 293 var bottomRight = {x: width, y: height, fixed: true, index: size + 1}; property
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | collections.js | 265 …assert.strictEqual(_.find(array, function(x) { return x === 55; }), void 0, 'iterates array-likes … argument 278 a: {x: 1, z: 3}, property 279 b: {x: 2, z: 2}, property 280 c: {x: 3, z: 4}, property 281 d: {x: 4, z: 1} property 284 assert.deepEqual(_.find(obj, {x: 2}), {x: 2, z: 2}, 'works on objects'); property 285 assert.deepEqual(_.find(obj, {x: 2, z: 1}), void 0); property 286 assert.deepEqual(_.find(obj, function(x) { argument 288 }), {x: 4, z: 1}); property 543 var expect = {c: 1, x: 'foo', y: 5}; property [all …]
|
| /plugin/callflow/ |
| D | raphael.js | 595 x: 0, property 617 x: nu, property 636 pipe = function (x) { argument 639 rectPath = R._rectPath = function (x, y, w, h, r) { argument 645 ellipsePath = function (x, y, rx, ry) { argument 1421 {x: +crp[i - 2], y: +crp[i - 1]}, property 1422 {x: +crp[i], y: +crp[i + 1]}, property 1423 {x: +crp[i + 2], y: +crp[i + 3]}, property 1424 {x: +crp[i + 4], y: +crp[i + 5]} property 1428 p[0] = {x: +crp[iLen - 2], y: +crp[iLen - 1]}; property [all …]
|
| /plugin/advrack/ |
| D | raphael.js | 595 x: 0, property 617 x: nu, property 636 pipe = function (x) { argument 639 rectPath = R._rectPath = function (x, y, w, h, r) { argument 645 ellipsePath = function (x, y, rx, ry) { argument 1421 {x: +crp[i - 2], y: +crp[i - 1]}, property 1422 {x: +crp[i], y: +crp[i + 1]}, property 1423 {x: +crp[i + 2], y: +crp[i + 3]}, property 1424 {x: +crp[i + 4], y: +crp[i + 5]} property 1428 p[0] = {x: +crp[iLen - 2], y: +crp[iLen - 1]}; property [all …]
|
| /plugin/prosemirror/ |
| D | renderer.php | 46 public function addToNodestackTop(Node $node) 51 public function addToNodestack(Node $node) 172 public function listitem_open($level, $node = false) 594 public function multiplyentity($x, $y)
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 2138 paddingRight: function(i, node) { return (i < node.table.widths.length - 1) ? 4 : 0; }, argument 2141 hLineWidth: function(i, node) { argument 2149 paddingRight: function(i, node) { argument 2154 hLineWidth: function(i, node) { argument 2163 paddingRight: function(i, node) { argument 2171 …hLineWidth: function(i, node) { return 1; }, //return node.table.headerRows && i === node.table.he… argument 2172 vLineWidth: function(i, node) { return 1; }, argument 2173 hLineColor: function(i, node) { return 'black'; }, argument 2174 vLineColor: function(i, node) { return 'black'; }, argument 2175 paddingLeft: function(i, node) { return 4; }, //i && 4 || 0; }, argument [all …]
|
| /plugin/asciidocjs/node_modules/nunjucks/browser/ |
| D | nunjucks.js | 1122 node.contentArgs.forEach(function (n) { field 2963 node = new nodes.For(forTok.lineno, forTok.colno); property 2966 node = new nodes.AsyncEach(forTok.lineno, forTok.colno); property 2969 node = new nodes.AsyncAll(forTok.lineno, forTok.colno); property 3155 node.ignoreMissing = true; field 3164 node = new nodes.If(tag.lineno, tag.colno); property 3166 node = new nodes.IfAsync(tag.lineno, tag.colno); property 3201 node.targets.push(target); field 3215 node.value = this.parseExpression(); field 3422 node.else_ = this.parseOr(); field [all …]
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Graph.js | 875 this.graphHandler.start = function(cell, x, y, cells) argument 1464 Graph.compressNode = function(node, checked) argument 2372 Graph.prototype.getCellAt = function(x, y, parent, vertices, edges, ignoreFn) argument 2388 Graph.prototype.getScaledCellAt = function(x, y, parent, vertices, edges, ignoreFn) argument 4594 Graph.prototype.getSwimlaneAt = function (x, y, parent) argument 4863 Graph.prototype.compressNode = function(node) argument 5326 HoverIcons.prototype.drag = function(evt, x, y) argument 5362 HoverIcons.prototype.getStateAt = function(state, x, y) argument 5481 var positionArrow = mxUtils.bind(this, function(arrow, x, y) argument 5683 HoverIcons.prototype.update = function(state, x, y) argument [all …]
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | effects.js | 31 return $A($(element).childNodes).collect( function(node) { argument 38 return $A($(element).childNodes).collect( function(node) { argument 372 x: 0, property 398 Object.extend({ x: toLeft, y: toTop }, arguments[3] || { })); property 648 [ new Effect.Move(element, {x: 0, y: 100, sync: true }), property 675 { x: distance, y: 0, duration: split, afterFinishInternal: function(effect) { property 677 { x: -distance*2, y: 0, duration: split*2, afterFinishInternal: function(effect) { property 679 { x: distance*2, y: 0, duration: split*2, afterFinishInternal: function(effect) { property 681 { x: -distance*2, y: 0, duration: split*2, afterFinishInternal: function(effect) { property 683 { x: distance*2, y: 0, duration: split*2, afterFinishInternal: function(effect) { property [all …]
|
| /plugin/indexmenu/scripts/fancytree/ |
| D | jquery.fancytree-all.js | 236 function _isNode(x) { argument 470 return function (node) { argument 477 return function (node) { argument 739 addNode: function (node, mode) { argument 768 addPagingNode: function (node, mode) { argument 801 appendSibling: function (node) { argument 882 copyTo: function (node, mode, map) { argument 1044 this.visit(function (node) { argument 1067 function _walk(node) { argument 1137 this.visitParents(function (node) { argument [all …]
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
| D | dhtmlxgantt.js | 3213 x = tryCatch(handler).call(receiver, value); property 9081 DataProcessor.prototype._getXmlNodeValue = function (node) { argument 9465 gantt._delete_task = function (rowId, node) { }; // tslint:disable-line argument 10954 _replace_branch_child: function(node, old_id, new_id){ argument 11585 dateFromPos: function(x) { argument 11758 x: false, property 12035 gantt.init = function(node, from, to){ argument 12046 this.init = function(node){ argument 12104 gantt._reinit = function(node){ argument 12562 CheckboxControl.prototype.set_value = function(node, value, ev, sns) { argument [all …]
|