Home
last modified time | relevance | path

Searched refs:node (Results 476 – 500 of 709) sorted by relevance

1...<<11121314151617181920>>...29

/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js2069 var node = null;
2087 node.style.position = 'relative';
2088 node.style.overflow = 'hidden';
2089 node.style.left = this.thumbBorder + 'px';
2090 node.style.top = this.thumbBorder + 'px';
2091 node.style.width = width + 'px';
2092 node.style.height = height + 'px';
2093 node.style.visibility = '';
2094 node.style.minWidth = '';
2095 node.style.minHeight = '';
[all …]
H A DFormat.js3521 while (node != null)
3523 if (node === container)
3528 node = node.parentNode;
3626 node: tmp[i],
3829 var node = selectedElement;
3831 while (node != null && node.nodeType != mxConstants.NODETYPE_ELEMENT)
3833 node = node.parentNode;
3846 if (node != null && graph.cellEditor.textarea != null && node != graph.cellEditor.textarea &&
4282 if (node != null)
4356 var child = node;
[all …]
/plugin/tindexmenu/
H A Dindexmenu.js26 …+"folderh."+b,folderOpen:d+"folderopen."+b,folderHOpen:d+"folderhopen."+b,node:d+"page."+b,empty:d… property in dTree.icon
31 …!0),!b._hc&&b.isdir&&!b.ajax&&!b.hns?b._ls&&(c+=this.noderr(b,d)):c+=this.node(b,d),b._ls));d++);r…
33node=function(a,c){var b=1,d,e;d='onmouseover="'+this.obj+".show_feat('"+c+"');\" onmousedown=\"re… method in dTree
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.Scope.txt
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php76 foreach ($nodes as $node) {
77 $this->add($node);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DLexerTest.php173 $node = $stream->next();
174 $this->assertEquals('922337203685477580700', $node->getValue());
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php102 * Set the provided node as the current element, start a
105 * @param $node
108 private function start($node): bool { argument
109 $this->_current = $node;
/plugin/diagramsnet/lib/js/diagramly/
H A DGraphViewer.js542 var node = container.parentNode;
544 while (node != document.body && node.parentNode != null &&
545 mxUtils.getCurrentStyle(node).display !== 'none')
547 node = node.parentNode;
550 return node;
575 GraphViewer.prototype.getImageForGraphModel = function(node) argument
581 var codec = new mxCodec(node.ownerDocument);
582 var root = codec.decode(node).root;
/plugin/latexport/implementation/
H A Ddecorator.php492 * @param bool $node true when a node; false when a leaf
494 function listitem_open($level,$node=false) { argument
496 $this->decorator->listitem_open($level, $node);
/plugin/tindexmenu/syntax/
H A Dindexmenu.php360 $node=0;
388 if ($item['open']) ($item['level'] < $data[$node]['level']) ? $node=$i : $extra .= "$i ";
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js313 var node = Editor.extractGraphModel(doc.documentElement);
315 if (node != null)
317 success(node.ownerDocument);
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js27 ….Match.defaultReduceCallback=function(node,container){if(typeof(node)==='string'){node=document.cr… argument
28 container.appendChild(node);};Syntax.Match.prototype.reduce=function(append,process){var start=this…
/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php1243 public $node; variable in Google_ShoppingModelProductJsonV1Internal4
1250 public function setNode( $node) { argument
1251 $this->node = $node;
1254 return $this->node;
/plugin/diagramsnet/lib/
H A Dyarn.lock52 "@types/node@^14.6.2":
54 …resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.33.tgz#011ee28e38dc7aee1be032ceadf…
269 detect-node@^2.0.4:
271 …resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d…
326 "@types/node" "^14.6.2"
821 detect-node "^2.0.4"
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DCHANGELOG.md53 * Throw an exception when a node is not supported. (Ivan Enderlin, 2014-11-14T10:43:56+01:00)
/plugin/datatables/assets/datatables.net-plugins/features/scrollResize/
H A DdataTables.scrollResize.min.js
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc80 $params['batched_reduce_size'] = (number) The number of shard results that should be reduced at once on the coordinating node. This value should be used as the granularity at which progress results will be made available. (Default = 5)
95 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
/plugin/siteexport/renderer/
H A Dpdf.php105 $this->node[$level-1]++;
108 $this->node[$this->lastlevel-$i-1] = 0;
/plugin/clipboardutils/lib/
H A Dclipboard.min.js7node=function(t){return void 0!==t&&t instanceof HTMLElement&&1===t.nodeType},n.nodeList=function(… function
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php278 $node = $connection->getHost(); variable in Elasticsearch\\Connections\\Connection
279 $this->log->warning("Marking node $node dead.");
306 $this->log->warning("Out of retries, throwing exception from $node");
/plugin/revealjs/js/
H A Dreveal.js806 function getStatusText( node ) { argument
811 if( node.nodeType === 3 ) {
812 text += node.textContent;
815 else if( node.nodeType === 1 ) {
1049 var node = document.createElement( tagname );
1050 node.className = classname;
1052 node.innerHTML = innerHTML;
1054 container.appendChild( node );
1056 return node;
3533 node.classList.remove( 'enabled' );
[all …]
/plugin/amcharts/assets/amcharts/
H A Damcharts.js135 …);0===k?(this.animations.splice(a,1),h.node.style[f]=Number(b.to)+b.suffix):h.node.style[f]=c+b.su…
315node,e);return h},ellipse:function(a,b,c,e,h){var f=new d.AmDObject("ellipse",this);f.attr({rx:c,r…
316node.style.marginTop=-f);1>c&&(c=1);1>e&&(e=1);k.attr({x:a,y:b,width:c,height:e,rx:h,ry:h,"stroke-…
319node;b.appendChild(a.node);var c=a.clipPath;c&&b.appendChild(c);(a=a.grad)&&b.appendChild(a)}},tex…
320node;if(a){this.prevNextNode=a.nextSibling;var b=a.parentNode;b&&b.appendChild(a)}},toPrevious:fun…
322node.addEventListener?this.node.addEventListener("contextmenu",a,!0):this.R.addListener(this,"cont…
329 … c=a.node;c&&(c.innerHTML=b);this.setAttr(a,"text-anchor",a.anchor)},addListener:function(a,b,c){a…
331node,g=this.chart;a.animationFinished=!1;if("translate"==b){b=c.split(",");c=b[1];var k=f.offsetTo…
334node)},disableSelection:function(a){a.onselectstart=function(){return!1};a.style.cursor="default"}…
338node.appendChild(g)}e.node.setAttribute("y",Math.round(h/2));this.attr(e,b);this.D.addToContainer(…
[all …]
/plugin/tagfilter/script/select2/
H A Dselect2.js887 var i, l, result, selectable, disabled, compound, node, label, innerContainer, formatted;
900 node=$("<li></li>");
901 node.addClass("select2-results-dept-"+depth);
902 node.addClass("select2-result");
903 node.addClass(selectable ? "select2-result-selectable" : "select2-result-unselectable");
904 if (disabled) { node.addClass("select2-disabled"); }
905 if (compound) { node.addClass("select2-result-with-children"); }
906 node.addClass(self.opts.formatResultCssClass(result));
907 node.attr("role", "presentation");
917 node
[all...]
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js1node=d,this.line=e}return a}();c.Vert=h;var i=function(){function a(b,c){this.s=b,this.t=c;var d=a…
3node]}).sort(function(a,b){return a[c]-b[c]}),f=null;e.forEach(function(a){if(f){var b=f[c]+f[d];b…

1...<<11121314151617181920>>...29