/plugin/commonmark/vendor/league/commonmark/src/Node/ |
H A D | Node.php | 40 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...] |
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/ |
H A D | ListItemRenderer.php |
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/ |
H A D | ListItemRenderer.php | 54 $firstChild = $node->firstChild(); 56 return $firstChild instanceof Paragraph && $firstChild->firstChild() instanceof TaskListItemMarker;
|
/plugin/indexmenu2/cms/extensions/dom/ |
H A D | autosuggest.js | 13 …firstChild.id);}if(O){if(Q.rebuildList){O.addOptionsList(Q.list);Q.rebuildList=false}O.showOnlyMat…
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckdomtools.js | 40 while ( (eChild = source.firstChild) ) 64 while ( (eChildNode = node.firstChild) ) 79 node.removeChild( node.firstChild ) ; 137 while ( (eChild = node.firstChild) ) 150 var eChild = node.firstChild ; 275 node = currentNode.firstChild ; 392 && doc.body.firstChild.nodeType == 1 411 || ( paddingNode.firstChild && paddingNode.firstChild.nodeValue != '\xa0' 783 while ( currentListItem.firstChild ) 806 var currentNode = retval.firstChild ; [all …]
|
/plugin/combo/ComboStrap/Xml/ |
H A D | XmlElement.php | 58 $firstChild = $this->domElement->firstChild; 59 while (!($firstChild instanceof DOMElement)) { 60 if ($firstChild === null) { 63 $firstChild = $firstChild->nextSibling; 65 return new XmlElement($firstChild, $this->document); 354 $firstChild = $this->domElement->firstChild; 355 if ($firstChild [all...] |
/plugin/code3/src/ |
H A D | psyhi.js | 178 var el = tc.firstChild, 198 h = Math.min(h,el_1.firstChild.firstChild.offsetHeight); 199 …el_1.firstChild.style.height = h+(el_1.firstChild.offsetHeight-el_1.firstChild. clientHeight)+"px"; 200 … el_1.firstChild.style.height = h+(el_1.firstChild.offsetHeight-el_1.firstChild.clientHeight)+"px"; 205 …el.firstChild.lastChild.innerHTML = el.firstChild.lastChild.innerHTML.replace('{PROCESSING}', ((ne…
|
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fckblockquotecommand.js | 74 while ( block.firstChild ) 76 docFrag.appendChild( block.removeChild( block.firstChild ) ) ; 124 if ( node == node.parentNode.firstChild ) 127 if ( ! bqBlock.firstChild ) 133 if ( ! bqBlock.firstChild ) 157 while ( node.firstChild ) 158 docFrag.appendChild( node.removeChild( node.firstChild ) ) ;
|
H A D | fcklistcommands.js | 69 if ( ! doc.body.firstChild ) 206 while ( currentNode.firstChild ) 207 listNode.appendChild( currentNode.removeChild( currentNode.firstChild ) ) ; 224 listNode.firstChild ) ; 282 while ( contents[0].firstChild ) 283 divBlock.appendChild( contents[0].removeChild( contents[0].firstChild ) ) ; 320 while ( contentBlock.firstChild ) 321 docFrag.appendChild( contentBlock.removeChild( contentBlock.firstChild ) ) ;
|
/plugin/virtualkeyboard/vk/extensions/dom/ |
H A D | autosuggest.js | 189 controller = new Selectbox(node.firstChild.id); 202 else node.firstChild.size = options.size; 334 target.value = node.firstChild.value; 413 …33 == e.keyCode) controller.selectOption(controller.getSelectedIndex()-node.firstChild.size, true); 414 …== e.keyCode) controller.selectOption(controller.getSelectedIndex()-(-node.firstChild.size), true); 434 node.firstChild.attachEvent('onmousedown', function () {interval = 2;}); 435 node.firstChild.attachEvent('onkeydown', function () {interval = 1;}); 436 node.firstChild.attachEvent('onblur', function(){interval==2?self.hide():interval=1}); 443 node.firstChild.attachEvent('onclick', pasteSuggestion); 444 node.firstChild.attachEvent('onkeydown', pasteSuggestion);
|
/plugin/diagramsnet/lib/math/jax/input/AsciiMath/ |
H A D | jax.js | 19 …firstChild:null,lastChild:null,Init:function(){this.childNodes=[]},appendChild:function(ab){if(ab.…
|
/plugin/diagramsnet/lib/plugins/ |
H A D | replay.js | 19 var changeNode = (direct) ? delta.firstChild : delta.firstChild.firstChild; 88 ui.fileLoaded(new LocalFile(ui, mxUtils.getXml(xmlDoc.documentElement.firstChild.firstChild))); 91 var delta = xmlDoc.documentElement.firstChild.nextSibling; 221 var edit = edits.documentElement.firstChild;
|
H A D | p1.js | 21 c.firstChild.click(); 22 c.insertBefore(c.lastChild, c.firstChild); 23 c.insertBefore(c.lastChild, c.firstChild);
|
/plugin/diagramsnet/lib/math/extensions/TeX/ |
H A D | mathchoice.js | 19 …e().toHTML(e).bbox;if(e.firstChild&&e.firstChild.style.marginLeft){e.style.marginLeft=e.firstChild…
|
/plugin/fullindex/ |
H A D | script.js | 55 a.parentNode.insertBefore(el, a.parentNode.firstChild); 61 this.firstChild.src="lib/plugins/fullindex/images/closed.gif"; 64 this.firstChild.src="lib/plugins/fullindex/images/open.gif"; 125 item.firstChild.firstChild.src="lib/plugins/fullindex/images/closed.gif";
|
/plugin/eventline/timeline_js/scripts/ |
H A D | sources.js | 32 var node = xml.documentElement.firstChild; 37 if (node.firstChild != null && node.firstChild.nodeType == 3) { 173 var node = xml.documentElement.firstChild; 184 node = node.firstChild; 191 var binding = node.firstChild; 194 binding.firstChild != null && 195 binding.firstChild.nodeType == 1 && 196 binding.firstChild.firstChild != null && 197 binding.firstChild.firstChild.nodeType == 3) { 198 … bindings[binding.getAttribute('name')] = binding.firstChild.firstChild.nodeValue;
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/ |
H A D | maction.js | 19 …firstChild);j.style.marginRight=e.Em(-i.bbox.w);if(e.msieInlineBlockAlignBug){k.style.verticalAlig…
|
/plugin/commonmark/vendor/league/commonmark/src/Inline/ |
H A D | AdjacentTextMerger.php |
|
/plugin/rssticker/ |
H A D | rssticker.js | 88 this.title[i]=this.feeditems[i].getElementsByTagName("title")[0].firstChild.nodeValue 89 this.link[i]=this.feeditems[i].getElementsByTagName("link")[0].firstChild.nodeValue 90 this.description[i]=this.feeditems[i].getElementsByTagName("description")[0].firstChild.nodeValue 91 this.pubdate[i]=this.feeditems[i].getElementsByTagName("pubDate")[0].firstChild.nodeValue
|
/plugin/indexmenu2/cms/modifiers/ |
H A D | ajaxum.js | 14 …on(i,I,l,o){if((!i.firstChild||i.firstChild.nodeType!=8)&&!i.title)i[I.ajaxumTarget]=null;else{i[I…
|
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/ |
H A D | fckxml.js | 71 var test = oXmlHttp.responseXML.firstChild ; 83 if ( !oXml || !oXml.firstChild || oXml.firstChild.nodeName == 'parsererror' )
|
/plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
H A D | GeoRSS.php | 126 $pointArray = $this->getPointsFromCoordinates(trim($pt->firstChild->nodeValue)); 137 $components = $this->getPointsFromCoordinates(trim($line->firstChild->nodeValue)); 150 $points = $this->getPointsFromCoordinates(trim($polygon->firstChild->nodeValue)); 167 $parts = explode(' ', trim($box->firstChild->nodeValue)); 188 $parts = explode(' ', trim($circle->firstChild->nodeValue));
|
/plugin/diagramsnet/lib/math/extensions/ |
H A D | MatchWebFonts.js | 19 …firstChild.offsetHeight/60;var j=r.lastChild.lastChild.offsetHeight/60;if(q===0||q==="NaN"){q=this…
|
/plugin/osm/ |
H A D | script.js | 5 while (div.firstChild) { 6 div.removeChild(div.firstChild); 73 var comment = div.firstChild;
|
/plugin/preservefilenames/ |
H A D | script.js | 127 if (!link || !link.firstChild || !link.firstChild.nodeValue) return id; 130 var filename_orig = link.firstChild.nodeValue;
|