Home
last modified time | relevance | path

Searched refs:root (Results 201 – 225 of 880) sorted by last modified time

12345678910>>...36

/plugin/newpagetemplate/lang/en/
H A Dhowto.txt6 ''Ini file'' and ''Templates'' are drop-down menus. The initialization files must be in the root ''newpagetemplate'' plugin directory and have the ''.ini'' extension. The templates must be in the directory specified by the ''default_tplns'' configuration option.
/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNodeWalker.php24 private Node $root;
32 public function __construct(Node $root)
34 $this->root = $root; argument
35 $this->current = $this->root;
59 } elseif ($current === $this->root) {
22 private $root; global() variable in League\\CommonMark\\Node\\NodeWalker
/plugin/passpolicy/
H A D10k-common-passwords.txt6780 root
H A Dwords.txt2999 root
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/res/
H A Dcacert.pem7 ## (CA). These were automatically extracted from Mozilla's root certificates
264 Comodo AAA Services root
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md14 To download Composer, run in the root directory of your project:
24 Run in your project root:
46 `autoload.php` is provided for you in the project root. To use the
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md17 To download Composer, run in the root directory of your project:
27 Run in your project root:
/plugin/imageflow/
H A Dscript.js3 var imageflow_plugin = function(root) { argument
7 this.root = $(root);
11 this.bottomLine = this.root.width() * 0.33; // Or false
23 this.maxheight = this.root.width() * this.widthfactor;
37 this.scrollbarwidth = this.root.width() * 0.6;
60 var newRoot = $('<div/>').addClass('imageflow_root').appendTo(this.root);
65 … .css({top: (this.root.height()/2 -8), left: (this.root.width()/2 -100)}).appendTo(newRoot);
91 …n = $('<div/>').addClass('imageflow_caption').width(this.root.width() * 0.5).css({left:this.root.w…
142 $(JSINFO['relation']['imageflow'][this.root.attr('id')]).each(function(){
312 this.root.bind({
[all …]
/plugin/strata/helper/
H A Dsyntax.php215 * @param root array the tree to transform
220 function constructQuery(&$root, &$typemap, $projection) { argument
233 $ordering = $this->extractGroups($root, 'sort');
236 $grouping = $this->extractGroups($root, 'group');
239 $considering = $this->extractGroups($root, 'consider');
242 $where = $this->extractGroups($root, 'where');
245 $tree =& $root;
248 if(count($root['cs'])) {
249 $this->_fail($this->getLang('error_query_outofwhere'), $root['cs']);
348 * @param root arra
352 transformGroup(& $root, & $typemap) global() argument
453 transformUnion(& $root, & $typemap) global() argument
878 extractGroups(& $root, $tag) global() argument
904 extractText(& $root) global() argument
[all...]
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js1root={children:[]},this.nodes.forEach(function(a){void 0===a.parent&&(a.parent=e.root,e.root.child…
2root.elem},a.prototype.push=function(){for(var a=[],b=0;b<arguments.length;b++)a[b]=arguments[b];f…
H A DmxWebColaAdaptor.js657 var root = graph.getModel().root;
658 var cellsToExplore = [{vertex: root, isActive: true, activeParent: root}]
/plugin/diagramsnet/lib/resources/
H A Ddia_fa.txt770 useRootFolder=Use root folder?
H A Ddia_ja.txt770 useRootFolder=Use root folder?
H A Ddia_kn.txt770 useRootFolder=Use root folder?
H A Ddia_si.txt770 useRootFolder=Use root folder?
H A Ddia_sl.txt770 useRootFolder=Use root folder?
H A Ddia_ta.txt770 useRootFolder=Use root folder?
H A Ddia_vi.txt770 useRootFolder=Use root folder?
/plugin/diagramsnet/lib/math/jax/input/TeX/
H A Djax.js19root:"Root",uproot:["MoveRoot","upRoot"],leftroot:["MoveRoot","leftRoot"],left:"LeftRight",right:"…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js686 graph.addCell(layerCell, graph.model.root, layerIndex);
1475 var root = graph.getModel().getRoot();
1476 this.sanitiseCell(graph, root);
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js1282 var root = xmlDoc.createElement('output');
1283 xmlDoc.appendChild(root);
1286 var xmlCanvas = new mxXmlCanvas2D(root);
2099 var index = graph.model.root.getIndex(selectionLayer);
2103 if (graph.model.getChildCount(graph.model.root) == 0)
2105 graph.model.add(graph.model.root, new mxCell());
2163 }))(graph.model.getChildAt(graph.model.root, i));
2230 newCell = graph.addCell(newCell, graph.model.root);
2314 layerCount = graph.model.getChildCount(graph.model.root)
2366 graph.addCell(child, graph.model.root, dropIndex);
[all …]
H A DGraph.js3730 })(model.getChildAt(model.root, i)));
7164 if (root.nodeName == 'stencils')
7166 var shapes = root.firstChild;
7181 var shape = root.firstChild;
7183 var name = root.getAttribute('name');
7830 flatten(this.model.root);
9742 if (root.style != null)
9773 svgDoc.appendChild(root);
9779 root.appendChild(group);
9926 return root;
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js2386 graph.model.setRoot(page.root);
2504 imgExport.drawState(graph.getView().getState(graph.model.root), asynCanvas);
2510 imgExport.drawState(graph.getView().getState(graph.model.root), htmlCanvas);
H A DDiffSync.js184 page.root = newPage.root;
188 this.editor.graph.model.setRoot(page.root);
327 model.updateEdgeParent = function(edge, root) argument
339 var root = null;
343 root = this.getCellForJson(cellDiff);
347 if (root == null)
353 root = model.getCell(id);
357 if (root != null)
359 model.setRoot(root);
360 page.root = root;
[all …]
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js473root.appendChild(a);a=this.createElement("fontsize");a.setAttribute("size",mxConstants.DEFAULT_FON…
475root.appendChild(this.createElement("restore"))};mxXmlCanvas2D.prototype.scale=function(a){var b=t…
504root.appendChild(r)}};mxXmlCanvas2D.prototype.stroke=function(){this.root.appendChild(this.createE…
511 …{if(null!=this.root.ownerDocument.createElementNS)return this.root.ownerDocument.createElementNS(b…
521 …ute("pointer-events"))&&this.root.appendChild(c);this.node=null}};mxSvgCanvas2D.prototype.addToler…
529root=this.originalRoot;else{this.originalRoot=this.root;var c=this.createElement("a");null==c.setA…
773root=a;else{var d=this.graph.findTreeRoots(a,!0,this.invert);if(0<d.length)for(var e=0;e<d.length;…
947root;this.root=a;this.nextId=0;this.cells=null;this.cellAdded(a);return b};mxGraphModel.prototype.…
1963 d){d.previous=d.root;return d};return a}());
2414 …tion(){k.setVisible(g,!k.isVisible(g));d();null!=b&&b(g)});d()})(k.getChildAt(k.root,p));return e};
[all …]

12345678910>>...36