Home
last modified time | relevance | path

Searched +defs:node +defs:y (Results 1 – 25 of 114) sorted by relevance

12345

/plugin/diagramsnet/lib/plugins/
Dimport.js32 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/
DHeap.js55 push(node) { argument
61 unshift(node) { argument
113 function smaller(x, y) { argument
/plugin/ebnf/
H A Debnf.php121 function arrow($image, $x, $y, $lefttoright) {
136 function render_node($node, $lefttoright) {
255 function render_childs($node, $lefttoright) {
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.dnd.js301 node: sourceNode, property
525 node, argument
654 y: event.pageY - nodeOfs.top, property
658 y: relPos.y / $nodeTag.height(), property
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.svg.js387 y: rect[1], 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
610 $(node, {x: a.x, y: a.y}); property
616 getRealNode = function (node) { argument
623 Element = function (node, svg) { argument
956 y: this.node.clientTop, property
1208 R._engine.circle = function (svg, x, y, r) { argument
1217 R._engine.rect = function (svg, x, y, w, h, r) { argument
1221 …res.attrs = {x: x, y: y, width: w, height: h, rx: r || 0, ry: r || 0, fill: "none", stroke: "#000"… property
[all …]
Draphael.vml.js424 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
892 y -= (height - h * W) / 2 / W; field
/plugin/metaeditor/
Djstree.js1202 …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
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
2535 this.trigger('open_node', { "node" : obj }); property
[all …]
/plugin/diagramsnet/lib/js/orgchart/
DOrgChart.Layout.min.js1y("OrgChart.Layout",function($asm){"use strict";Bridge.define("OrgChart.Annotations.CanBeNullAttri… argument
/plugin/diagramsnet/lib/js/diagramly/
DPages.js16 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/
Dsnap.svg.js3233 elproto.pattern = elproto.toPattern = function (x, y, width, height) { argument
3246 y: y, property
3275 elproto.marker = function (x, y, width, height, refX, refY) { argument
3604 y: +bb.y.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) { argument
3804 matrixproto.y = function (x, y) { argument
4286 function textExtract(node) { argument
[all …]
/plugin/diagramsnet/lib/plugins/webcola/
DmxWebColaAdaptor.js92 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/prosemirror/
Drenderer.php46 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/callflow/
Draphael.js596 y: 0 property
618 y: nu property
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
1430 p[3] = {x: +crp[0], y: +crp[1]}; property
[all …]
/plugin/advrack/
Draphael.js596 y: 0 property
618 y: nu property
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
1430 p[3] = {x: +crp[0], y: +crp[1]}; property
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js2138 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/diagramsnet/lib/js/grapheditor/
DGraph.js875 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
3586 y = date[_ + "FullYear"](), variable
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
[all …]
/plugin/s5reloaded/ui/effects_support/
Deffects.js31 return $A($(element).childNodes).collect( function(node) { argument
38 return $A($(element).childNodes).collect( function(node) { argument
373 y: 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/
Djquery.fancytree-all.js470 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
1397 this.visit(function (node) { argument
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dast.js97 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/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js9081 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
11759 y: 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
12575 CheckboxControl.prototype.get_value = function(node) { argument
12581 CheckboxControl.prototype.focus = function(node) { argument
[all …]
/plugin/datatables/assets/datatables.net-buttons/js/
DdataTables.buttons.min.js4ypeof define&&define.amd?define(["jquery","datatables.net"],function(t){return e(t,window,document… property
/plugin/gemini/
Drenderer.php117 public function listitem_open($level, $node = false)
210 public function multiplyentity($x, $y)
/plugin/processing/
Dscript.js867 function PVector(x, y, z) { argument
896 set: function(v, y, z) { argument
911 add: function(v, y, z) { argument
922 sub: function(v, y, z) { argument
961 dot: function(v, y, z) { argument
1762 var imageModeCorner = function imageModeCorner(x, y, w, h, whAreSizes) { argument
1772 var imageModeCorners = function imageModeCorners(x, y, w, h, whAreSizes) { argument
1781 var imageModeCenter = function imageModeCenter(x, y, w, h, whAreSizes) { argument
2854 parsePathVertex: function(x, y) { argument
3098 p.shape = function(shape, x, y, width, height) { argument
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js1289 function append(target, node) { argument
1365 function getAttribute(node, name) { argument
1373 function setAttribute(node, name, value) { argument
1390 function setAttributes(node, attrs) { argument
1409 function attr(node, name, value) { argument
1823 function serialize(node, output) { argument
1918 function isFragment(node) { argument
1974 function transform$1(node, transforms) { argument
2811 y: 0, property
3328 function rectBBox(x, y, width, height) { argument
[all …]
/plugin/asciidocjs/node_modules/async/dist/
Dasync.js1376 removeLink(node) { argument
1392 insertAfter(node, newNode) { argument
1401 insertBefore(node, newNode) { argument
1410 unshift(node) { argument
1415 push(node) { argument
1453 function setInitial(dll, node) { argument
4069 push(node) { argument
4075 unshift(node) { argument
4126 function smaller(x, y) { argument

12345