Home
last modified time | relevance | path

Searched refs:firstChild (Results 51 – 75 of 309) sorted by last modified time

12345678910>>...13

/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DListItem.php
H A DAbstractBlock.php
/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNode.php40 protected ?Node $firstChild = null;
111 $sibling->parent->firstChild = $sibling;
127 $this->parent->firstChild = $this->next;
144 return $this->firstChild !== null;
147 public function firstChild(): ?Node
149 return $this->firstChild;
163 for ($current = $this->firstChild; $current !== null; $current = $current->next) {
177 $this->lastChild = $this->firstChild = $child;
186 if ($this->firstChild) {
187 $this->firstChild
42 protected $firstChild; global() variable in League\\CommonMark\\Node\\Node
162 public function firstChild(): ?Node global() function in League\\CommonMark\\Node\\Node
[all...]
H A DNodeWalker.php53 if ($current->firstChild()) {
54 $this->current = $current->firstChild();
/plugin/commonmark/vendor/league/commonmark/src/Inline/
H A DAdjacentTextMerger.php
/plugin/quickstats/scripts/
H A Dsorttable-cmpr.js3 …createElement("thead");the.appendChild(b.rows[0]);b.insertBefore(the,b.firstChild)}if(b.tHead==nul…
H A Dsorttable.js48 table.insertBefore(the,table.firstChild);
/plugin/diagramsnet/lib/plugins/
H A Danonymize.js20 var tmp = elt.firstChild;
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js2620 for (var child = parent.firstChild; child != null; child = child.nextSibling) {
2630 for (var child = parent.firstChild; child != null; child = child.nextSibling) {
2646 for (var child = parent.firstChild; child != null; child = child.nextSibling) {
2660 for (var child = parent.firstChild; child != null; child = child.nextSibling) {
/plugin/diagramsnet/lib/math/jax/input/AsciiMath/
H A Djax.js19firstChild:null,lastChild:null,Init:function(){this.childNodes=[]},appendChild:function(ab){if(ab.…
/plugin/diagramsnet/lib/math/jax/input/MathML/
H A Djax.js19firstChild.nodeName.toLowerCase()==="html"){var f=j.getElementsByTagName("h1")[0];if(f&&f.textCont…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmaction.js19firstChild);j.style.marginRight=e.Em(-i.bbox.w);if(e.msieInlineBlockAlignBug){k.style.verticalAlig…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js186 var rootChild = rootDoc.firstChild;
3013 var child = this.master.firstChild;
3074 var shapeChild = shapeElem.firstChild;
3230 var childNode = doc.firstChild;
3376 var child = pageDoc.firstChild;
3591 var pageChild = pageElem.firstChild;
3675 var child = pageDoc.firstChild;
4082 var child = this.theme.firstChild;
4331 var child = element.firstChild;
7833 var child = parent.firstChild;
[all …]
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js145 var child = container.firstChild;
788 if (buttons.firstChild != null)
H A Dviewer-static.min.js442 ….top=b+"px";null!=this.tbody.firstChild;)mxEvent.release(this.tbody.firstChild),this.tbody.removeC…
539 …g,k,l,m,n){null!=n&&null!=n.firstChild&&null!=n.firstChild.firstChild&&this.updateTextNodes(a,b,c,…
543firstChild,l=k.firstChild,q=l.firstChild,r=(this.rotateHtml?this.state.rotation:0)+(null!=m?m:0),t…
673 …(a=null==a.ownerSVGElement?this.node.firstChild.firstChild:a.firstChild.firstChild.firstChild.firs…
675 …ll!=a.firstChild&&null!=a.firstChild.firstChild&&"foreignObject"==a.firstChild.firstChild.nodeName…
687firstChild&&(this.node.innerHTML="<div><div>"+d+"</div></div>",mxClient.IS_IE11&&this.fixFlexboxFo…
693firstChild&&"DIV"==k.firstChild.nodeName&&(k=k.firstChild,this.wrap&&"break-word"==g.style.wordWra…
1148 …parentNode.firstChild&&d[e].node.parentNode.firstChild!=d[e].node&&d[e].node.parentNode.insertBefo…
2283 …veChild(b[0]);null!=c.firstChild&&c.firstChild.nodeType==mxConstants.NODETYPE_ELEMENT&&null!=c.fir…
2284firstChild.nodeName&&"A"==c.firstChild.nextSibling.nodeName&&null==c.firstChild.nextSibling.nextSi…
[all …]
H A Dviewer.min.js442 ….top=b+"px";null!=this.tbody.firstChild;)mxEvent.release(this.tbody.firstChild),this.tbody.removeC…
539 …g,k,l,m,n){null!=n&&null!=n.firstChild&&null!=n.firstChild.firstChild&&this.updateTextNodes(a,b,c,…
543firstChild,l=k.firstChild,q=l.firstChild,r=(this.rotateHtml?this.state.rotation:0)+(null!=m?m:0),t…
673 …(a=null==a.ownerSVGElement?this.node.firstChild.firstChild:a.firstChild.firstChild.firstChild.firs…
675 …ll!=a.firstChild&&null!=a.firstChild.firstChild&&"foreignObject"==a.firstChild.firstChild.nodeName…
687firstChild&&(this.node.innerHTML="<div><div>"+d+"</div></div>",mxClient.IS_IE11&&this.fixFlexboxFo…
693firstChild&&"DIV"==k.firstChild.nodeName&&(k=k.firstChild,this.wrap&&"break-word"==g.style.wordWra…
1148 …parentNode.firstChild&&d[e].node.parentNode.firstChild!=d[e].node&&d[e].node.parentNode.insertBefo…
2283 …veChild(b[0]);null!=c.firstChild&&c.firstChild.nodeType==mxConstants.NODETYPE_ELEMENT&&null!=c.fir…
2284firstChild.nodeName&&"A"==c.firstChild.nextSibling.nodeName&&null==c.firstChild.nextSibling.nextSi…
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js1623 if (elt.firstChild != null)
7166 var shapes = root.firstChild;
7181 var shape = root.firstChild;
8477 var node = stencil.fgNode.firstChild;
9491 while (tmp[0].firstChild != null)
10692 while ((node = el.firstChild))
11152 node = node.firstChild;
11153 var child = clone.firstChild;
11176 node = node.firstChild;
11177 clone = clone.firstChild;
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js1779 this.menubar.container.insertBefore(this.icon, this.menubar.container.firstChild);
6041 this.buttonContainer.insertBefore(this.notificationBtn, this.buttonContainer.firstChild);
/plugin/diagramsnet/lib/js/spin/
H A Dspin.min.js2firstChild;d=d.shadow&&d.lines||0,e&&b+d<e.childNodes.length&&(e=e.childNodes[b+d],e=e&&e.firstChi…
/plugin/diagramsnet/lib/math/
H A DMathJax.js19firstChild){a.removeChild(a.firstChild)}this.addText(a,b)}},getScript:function(a){var b=(a.text===…
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js48 …c(a);if(c.firstChild&&!a.match(/(^| )MathJax/)&&(f||!this.skipTags.exec(e))){d=(g||this.ignoreClas…
49firstChild.style.width=y.width;s.firstChild.style.left="";s.firstChild.style.right=this.Px(o.butto…
50 …line-block","white-space":"nowrap"}}]]]]);var z=n.lastChild,w=z.firstChild,r=n.firstChild;u.parent…
51firstChild;u.menuItem.Activate(v,u)},Space:function(u,v){this.Remove(u,v)}},{config:s,Remove:funct…
54firstChild:null,lastChild:null,Init:function(){this.childNodes=[]},appendChild:function(ab){if(ab.…
55firstChild.offsetWidth/60;this.defaultMEx=this.EmExSpan.lastChild.offsetWidth/60;document.body.rem…
56firstChild;this.text=this.div.firstChild},findFont:function(r,o){var q=null;if(o&&this.testCollect…
57firstChild);al.style.left=0;al.style.right=b.Em(l);a0-=l}else{h.width=t+"%";aS+=t}}else{if(aP[ad]=…
58firstChild){p.removeChild(p.firstChild)}}throw q}t.className=t.className.split(/ /)[0];if(this.hid…
60 …){}o.style.position="relative";o.setAttribute("role","presentation");o.firstChild.setAttribute("ar…
H A DAM_HTMLorMML.js45 …c(a);if(c.firstChild&&!a.match(/(^| )MathJax/)&&(f||!this.skipTags.exec(e))){d=(g||this.ignoreClas…
46firstChild.style.width=y.width;s.firstChild.style.left="";s.firstChild.style.right=this.Px(o.butto…
47 …line-block","white-space":"nowrap"}}]]]]);var z=n.lastChild,w=z.firstChild,r=n.firstChild;u.parent…
48firstChild;u.menuItem.Activate(v,u)},Space:function(u,v){this.Remove(u,v)}},{config:s,Remove:funct…
51firstChild:null,lastChild:null,Init:function(){this.childNodes=[]},appendChild:function(ab){if(ab.…
52firstChild){p.removeChild(p.firstChild)}}throw q}t.className=t.className.split(/ /)[0];if(this.hid…
54 …){}o.style.position="relative";o.setAttribute("role","presentation");o.firstChild.setAttribute("ar…
H A DAccessible-full.js64 …c(a);if(c.firstChild&&!a.match(/(^| )MathJax/)&&(f||!this.skipTags.exec(e))){d=(g||this.ignoreClas…
66firstChild.style.width=y.width;s.firstChild.style.left="";s.firstChild.style.right=this.Px(o.butto…
67 …line-block","white-space":"nowrap"}}]]]]);var z=n.lastChild,w=z.firstChild,r=n.firstChild;u.parent…
68firstChild;u.menuItem.Activate(v,u)},Space:function(u,v){this.Remove(u,v)}},{config:s,Remove:funct…
76firstChild.nodeName.toLowerCase()==="html"){var f=j.getElementsByTagName("h1")[0];if(f&&f.textCont…
77firstChild.offsetWidth/60;this.defaultMEx=this.EmExSpan.lastChild.offsetWidth/60;document.body.rem…
78firstChild;this.text=this.div.firstChild},findFont:function(r,o){var q=null;if(o&&this.testCollect…
79firstChild);al.style.left=0;al.style.right=b.Em(l);a0-=l}else{h.width=t+"%";aS+=t}}else{if(aP[ad]=…
80firstChild){p.removeChild(p.firstChild)}}throw q}t.className=t.className.split(/ /)[0];if(this.hid…
82 …){}o.style.position="relative";o.setAttribute("role","presentation");o.firstChild.setAttribute("ar…
H A DAccessible.js61 …c(a);if(c.firstChild&&!a.match(/(^| )MathJax/)&&(f||!this.skipTags.exec(e))){d=(g||this.ignoreClas…
63firstChild.style.width=y.width;s.firstChild.style.left="";s.firstChild.style.right=this.Px(o.butto…
64 …line-block","white-space":"nowrap"}}]]]]);var z=n.lastChild,w=z.firstChild,r=n.firstChild;u.parent…
65firstChild;u.menuItem.Activate(v,u)},Space:function(u,v){this.Remove(u,v)}},{config:s,Remove:funct…
73firstChild.nodeName.toLowerCase()==="html"){var f=j.getElementsByTagName("h1")[0];if(f&&f.textCont…
74firstChild){p.removeChild(p.firstChild)}}throw q}t.className=t.className.split(/ /)[0];if(this.hid…
76 …){}o.style.position="relative";o.setAttribute("role","presentation");o.firstChild.setAttribute("ar…
H A DMML_HTMLorMML-full.js49firstChild.style.width=y.width;s.firstChild.style.left="";s.firstChild.style.right=this.Px(o.butto…
50 …line-block","white-space":"nowrap"}}]]]]);var z=n.lastChild,w=z.firstChild,r=n.firstChild;u.parent…
51firstChild;u.menuItem.Activate(v,u)},Space:function(u,v){this.Remove(u,v)}},{config:s,Remove:funct…
54firstChild.nodeName.toLowerCase()==="html"){var f=j.getElementsByTagName("h1")[0];if(f&&f.textCont…
55firstChild.offsetWidth/60;this.defaultMEx=this.EmExSpan.lastChild.offsetWidth/60;document.body.rem…
56firstChild;this.text=this.div.firstChild},findFont:function(r,o){var q=null;if(o&&this.testCollect…
57firstChild);al.style.left=0;al.style.right=b.Em(l);a0-=l}else{h.width=t+"%";aS+=t}}else{if(aP[ad]=…
58firstChild){p.removeChild(p.firstChild)}}throw q}t.className=t.className.split(/ /)[0];if(this.hid…
60 …){}o.style.position="relative";o.setAttribute("role","presentation");o.firstChild.setAttribute("ar…

12345678910>>...13