Home
last modified time | relevance | path

Searched refs:hasChildNodes (Results 26 – 48 of 48) sorted by last modified time

12

/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML.js51hasChildNodes:function(ab){return(this.childNodes.length>0)},toString:function(){return"{"+this.ch…
H A DTeX-MML-AM_HTMLorMML-full.js74hasChildNodes:function(ab){return(this.childNodes.length>0)},toString:function(){return"{"+this.ch…
H A DTeX-MML-AM_HTMLorMML.js71hasChildNodes:function(ab){return(this.childNodes.length>0)},toString:function(){return"{"+this.ch…
H A DTeX-MML-AM_SVG-full.js67hasChildNodes:function(ab){return(this.childNodes.length>0)},toString:function(){return"{"+this.ch…
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js517 …tangleShape.prototype.redrawHtmlShape.apply(this,arguments);this.node.hasChildNodes();)this.node.r…
/plugin/diagramsnet/lib/js/
H A Dapp.min.js755 …tangleShape.prototype.redrawHtmlShape.apply(this,arguments);this.node.hasChildNodes();)this.node.r…
/plugin/revealjs/plugin/search/
H A Dsearch.js49 if(node.hasChildNodes()) {
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js440 while (node.hasChildNodes()) {
H A Dviewer.js5357 if (_this3.attachmentsView.hasChildNodes()) {
8926 if (this.switchInProgress || this.active || !this.viewer.hasChildNodes()) {
H A Dviewer.js.map1hasChildNodes()) {\n // FileAttachment annotations were appended to the attachment view.\…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js17255 if (!rdf || nodeName !== 'rdf:rdf' || !rdf.hasChildNodes()) {
17681 value: function hasChildNodes() {
21826 …l.TextRenderingMode.ADD_TO_PATH_FLAG && current.txtElement && current.txtElement.hasChildNodes()) {
H A Dpdf.js.map1hasChildNodes()) {\n return;\n }\n\n let children = rdf.childNodes;\n for (let i = 0…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php350 return !$element->hasChildNodes() && !$element->hasAttributes();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php144 if ($node->hasChildNodes()) {
214 if ($element->hasChildNodes()) {
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js424 …tion(b,c){b=b.duplicate();b.collapse(c);var d=b.parentElement();if(!d.hasChildNodes())return{conta…
/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js214 }else if(n.hasChildNodes()){
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js60 …'&&A.tagName!=='BODY') return;A.removeAttribute('_fckxhtmljob');if (A.hasChildNodes()){var B=A.chi…
/plugin/rater/scripts/
H A Djquery.tablesorter.js306 if (node.childNodes[0] && node.childNodes[0].hasChildNodes()) {
/plugin/amcharts/assets/amcharts/
H A Damcharts.js319 …n(){this.stop();this.R.remove(this)},clear:function(){var a=this.node;if(a.hasChildNodes())for(;1<=
328 … b=a.offsetLeft,c=a.offsetTop,d=a.offsetWidth,h=a.offsetHeight,f;if(a.hasChildNodes()){var g,k,l;f…
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/sqlraw/
H A Dsimple_html_dom.php957 function hasChildNodes() {return $this->has_child();} function in simple_html_dom_node
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js955 if(!element.hasChildNodes()) return null;
H A Deffects.js33 (node.hasChildNodes() ? Element.collectTextNodes(node) : ''));
40 ((node.hasChildNodes() && !Element.hasClassName(node,className)) ?

12