Searched refs:nodeName (Results 1 – 25 of 337) sorted by relevance
12345678910>>...14
127 function createElement(nodeName, ownerDocument, data){ argument132 return ownerDocument.createElement(nodeName);139 if (data.cache[nodeName]) {140 node = data.cache[nodeName].cloneNode();141 } else if (saveClones.test(nodeName)) {142 node = (data.cache[nodeName] = data.createElem(nodeName)).cloneNode();144 node = data.createElem(nodeName);154 …return node.canHaveChildren && !reSkip.test(nodeName) && !node.tagUrn ? data.frag.appendChild(node…196 ownerDocument.createElement = function(nodeName) { argument199 return data.createElem(nodeName);[all …]
91 … $nodeName = $child->nodeName == 'multigeometry' ? 'geometrycollection' : $child->nodeName;92 if (array_key_exists($nodeName, geoPHP::getGeometryList())) {93 $function = 'parse' . geoPHP::getGeometryList()[$nodeName];96 $data[$child->nodeName] = $child->nodeValue;109 …$nodeName = $this->xmlObject->documentElement->nodeName == 'multigeometry' ? 'geometrycollection' …110 if (array_key_exists($nodeName, geoPHP::getGeometryList())) {111 $function = 'parse' . geoPHP::getGeometryList()[$nodeName];119 protected function childElements($xml, $nodeName = '') argument124 if ($child->nodeName == $nodeName) {203 $nodeName = ($child->nodeName == 'linearring')[all …]
142 protected function childElements($xml, $nodeName = '') argument146 if ($child->nodeName == $nodeName) {167 …$point->setData($this->parseNodeProperties($node, $this->gpxTypes->get($node->nodeName . 'Type')));168 if ($node->nodeName === 'rtept' && $this->parseGarminRpt) {274 if ($tagList === null || in_array($childNode->nodeName, $tagList ?: [])) {275 … if ($node->firstChild->nodeName == $node->lastChild->nodeName && $node->childNodes->length > 1) {276 $result[$childNode->nodeName][] = self::parseNodeProperties($childNode);278 $result[$childNode->nodeName] = self::parseNodeProperties($childNode);281 … } elseif ($childNode->nodeType === 1 && in_array($childNode->nodeName, $tagList ?: [])) {282 $result[$childNode->nodeName] = self::parseNodeProperties($childNode);
111 var nodeName = currentNode.nodeName.toLowerCase() ;113 if ( boundarySet[ nodeName ] )117 if ( nodeName == 'br' )119 else if ( !range && currentNode.childNodes.length == 0 && nodeName != 'hr' )176 if ( boundarySet[ parentNode.nodeName.toLowerCase() ] )227 && range.StartBlockLimit.nodeName.IEquals( 'DIV', 'TH', 'TD' )233 else if ( !block || ( this.EnforceRealBlocks && block.nodeName.toLowerCase() == 'li' ) )248 else if ( block.nodeName.toLowerCase() != 'li' )288 …if ( previousSibling && previousSibling.nodeType == 1 && previousSibling.nodeName.toLowerCase() ==…295 if ( lastChild && lastChild.nodeType == 1 && lastChild.nodeName.toLowerCase() == 'br' )
203 var pathElementName = pathElement.nodeName.toLowerCase() ;331 elementName = pathElement.nodeName.toLowerCase() ;350 var elementName = currentNode.nodeName.toLowerCase() ;414 var elementName = element.nodeName.toLowerCase() ;861 var nodeName = nodeType == 1 ? currentNode.nodeName.toLowerCase() : null ;864 if ( !nodeName || elementDTD[ nodeName ] )868 … if ( ( FCK.DTD[ currentNode.parentNode.nodeName.toLowerCase() ] || FCK.DTD.span )[ elementName ] )887 && elementDTD[ parentNode.nodeName.toLowerCase() ] )897 …ncludedNode.parentNode.lastChild && !elementDTD[ includedNode.parentNode.nodeName.toLowerCase() ] )981 && FCKListsLib.InlineNonEmptyElements[ startSibling.nodeName.toLowerCase() ] )[all …]
196 …ousSourceElement( oCurrentBlock, true, [ 'BODY', oRange.StartBlockLimit.nodeName ], ['UL','OL'] ) ;230 …previous && currentBlock && currentBlock.nodeName.IEquals( 'LI' ) && currentBlock.parentNode.paren…236 if ( previous && previous.nodeName.IEquals( 'LI' ) )250 if ( currentBlock.nodeName.IEquals( 'LI' ) && !previous.nodeName.IEquals( 'LI' ) )259 var sPreviousName = previous.nodeName.toLowerCase() ;339 …Next = FCKDomTools.GetNextSourceElement( oCurrentBlock, true, [ oRange.StartBlockLimit.nodeName ], 572 …) && source.nodeType == 1 && FCKListsLib.InlineChildReqElements[ source.nodeName.toLowerCase() ] !…
19 …nodeName.substr(0,6)==="xmlns:"&&a.nodeValue===this.MMLnamespace){this.PushMathElements(h,e,a.node…
19 …nodeName.toLowerCase()==="#text"){if(!g){c=this.scanText(c)}}else{a=(typeof(c.className)==="undefi…
29 private $nodeName; variable in Symfony\\Component\\CssSelector\\Node\\AbstractNode33 if (null === $this->nodeName) {34 $this->nodeName = preg_replace('~.*\\\\([^\\\\]+)Node$~', '$1', static::class);37 return $this->nodeName;
14 if (ul.nodeName == "UL" && ul.className == "aqtree3clickable") {25 if (item.nodeName == "LI") {32 switch (sitem.nodeName) {75 if (ul.nodeName == "UL" && ul.className == "aqtree3clickable") {91 if (item.nodeName == "LI") {100 switch (sitem.nodeName) {117 switch (sitem.nodeName) {141 if (ul.nodeName == "UL" && ul.className == "aqtree3clickable") {
36 if (node.childNodes[i].nodeName == 'node')55 if (childNode.nodeName == 'node')85 var nodeName = node.getAttribute('TEXT') || '';86 var nodeVertex = graph.insertVertex(defaultParent, null, nodeName, x, y, defaultWidth,88 graph.cellLabelChanged(nodeVertex, nodeName, true);109 if (childNode.nodeName == 'node')131 if (freeMindDOMchilds.childNodes[i].nodeName == 'node')140 if (freeMindDOMchilds.childNodes[i].nodeName == 'node')
104 $nodeName = $node->nodeName;105 if ($nodeName !== 'dir' && $nodeName !== 'file') {117 if ($nodeName === 'dir') {
123 if ( eChildNode && eChildNode.nodeType == 1 && eChildNode.nodeName.toLowerCase() == 'br' )200 …if ( stopSearchElements && currentNode.nodeType == 1 && currentNode.nodeName.IEquals( stopSearchEl…212 if ( stopSearchElements && currentNode.nodeName.IEquals( stopSearchElements ) )215 if ( !ignoreElements || !currentNode.nodeName.IEquals( ignoreElements ) )251 if ( stopSearchElements && currentNode.nodeName.IEquals( stopSearchElements ) )254 if ( !ignoreElements || !currentNode.nodeName.IEquals( ignoreElements ) )355 if ( tagMap[currentParent.nodeName.toLowerCase()] )448 if ( FCKBrowserInfo.IsIE && attributes[i].nodeName == 'class' )484 attName = att.nodeName ;681 if ( ! listNode.nodeName.IEquals( ['ul', 'ol'] ) )[all …]
60 if ( !eHasLiSibling && eSibling.nodeType == 1 && eSibling.nodeName.toUpperCase() == 'LI' )66 …if ( !eHasSuccessiveLiSibling && eSibling.nodeType == 1 && eSibling.nodeName.toUpperCase().Equals(…138 if ( !eChildNode.nodeName.IEquals( 'UL','LI' ) )
44 if ( listNode.nodeName.IEquals( [ 'ul', 'ol' ] ) )48 if ( listNode && listNode.nodeName.IEquals( this.TagName ) )102 if ( el.nodeName.IEquals( ['ol', 'ul'] ) )161 if ( range.StartNode.nodeName.IEquals( 'td' ) )163 if ( range.EndNode.nodeName.IEquals( 'td' ) )180 if ( groupObj.root.nodeName.IEquals( ['ul', 'ol'] ) )185 else if ( state == FCK_TRISTATE_ON && groupObj.root.nodeName.IEquals( ['ul', 'ol'] ) )203 if ( currentNode && currentNode.nodeName.IEquals( this.TagName ) )219 if ( currentNode && currentNode.nodeName.IEquals( this.TagName ) )264 if ( newList.listNode.childNodes[i].nodeName.IEquals( this.TagName ) )[all …]
71 if ( block.nodeName.IEquals( 'blockquote' ) )103 if ( block.parentNode.nodeName.IEquals( 'blockquote' ) )148 if ( node.nodeName.IEquals( 'div' ) )152 !FCKListsLib.BlockBoundaries[node.previousSibling.nodeName.toLowerCase()] ;156 !FCKListsLib.BlockBoundaries[node.nextSibling.nodeName.toLowerCase()] ;183 if ( !firstBlock || firstBlock.nodeName.toLowerCase() == 'body' )189 if ( path.Elements[i].nodeName.IEquals( 'blockquote' ) )
20 if(nodes[ii].nodeName.match(/body/i)) continue;21 if(nodes[ii].nodeName.toUpperCase() == 'BR') {24 buf[buf.length]=nodes[ii].nodeName+"<"+text+">";90 if(nodes[ii].nodeName.match(/body/i)) continue;91 if(nodes[ii].nodeName.toUpperCase() == 'P') {94 buf[buf.length]=nodes[ii].nodeName+"<"+text+">";169 buf[buf.length]=kids[ii].nodeName+"<"+ data +">";221 var parent_tag = n.parentNode.nodeName.toLowerCase(); 232 … var type = "parent: " + n.parentNode.nodeName + " this node: " + n.nodeName + " " + i;300 data += " " + kids[i].nodeName + ": ";[all …]
151 var sNodeName = xmlNode.nodeName ;259 …Comment( "Element not supported - Type: " + htmlNode.nodeType + " Name: " + htmlNode.nodeName ) ) ;265 function FCKXHtml_CreateNode_StrongEm( nodeName ) argument267 switch ( nodeName )270 nodeName = 'strong' ;273 nodeName = 'em' ;276 return this.XML.createElement( nodeName ) ;279 function FCKXHtml_CreateNode_Normal( nodeName ) argument281 return this.XML.createElement( nodeName ) ;424 if ( ePSibling && ePSibling.nodeName.toUpperCase() == 'LI' )
78 …if ( eChildNode.nodeName.toUpperCase() == 'BR' && ( ignoreEndBRs || eChildNode.getAttribute( 'type…181 …if ( stopSearchElements && currentNode.nodeType == 1 && currentNode.nodeName.IEquals( stopSearchEl…193 if ( stopSearchElements && currentNode.nodeName.IEquals( stopSearchElements ) )196 if ( !ignoreElements || !currentNode.nodeName.IEquals( ignoreElements ) )240 if ( stopSearchElements && currentNode.nodeName.IEquals( stopSearchElements ) )243 if ( !ignoreElements || !currentNode.nodeName.IEquals( ignoreElements ) )
19 …nodeName.indexOf(":")>=0){h=a.cloneNode(h,true)}var i=a.cloneNode(h);for(var g=0,f=h.childNodes.le…
203 function CreateNamedElement( oEditor, oOriginal, nodeName, oAttributes ) argument235 sbHTML.push( '<' + nodeName ) ;241 if ( !oEditor.FCKListsLib.EmptyElements[nodeName.toLowerCase()] )242 sbHTML.push( '</' + nodeName + '>' ) ;274 oNewNode = oEditor.FCK.InsertElement( nodeName ) ;297 var sAttName = oAttribute.nodeName ;330 if ( oNode.nodeName == newTag )
154 …ousSourceElement( oCurrentBlock, true, [ 'BODY', oRange.StartBlockLimit.nodeName ], ['UL','OL'] ) ;174 …if ( !previous && currentBlock.nodeName.IEquals( 'LI' ) && currentBlock.parentNode.parentNode.node…180 if ( previous && previous.nodeName.IEquals( 'LI' ) )194 if ( currentBlock.nodeName.IEquals( 'LI' ) && !previous.nodeName.IEquals( 'LI' ) )203 var sPreviousName = previous.nodeName.toLowerCase() ;268 …ols.GetNextSourceElement( oCurrentBlock, true, [ oRange.StartBlockLimit.nodeName ], ['UL','OL'] ) ;543 …) && source.nodeType == 1 && FCKListsLib.InlineChildReqElements[ source.nodeName.toLowerCase() ] !…
730 … $the_same = count($this->tree->stack) > 0 && $next_node === end($this->tree->stack)->nodeName;1992 end($this->stack)->nodeName,2225 if (count($this->stack) === 1 || $this->stack[1]->nodeName !== 'body') {2423 } elseif ($this->a_formatting[$n]->nodeName === 'a') {2808 if (count($this->stack) < 2 || $this->stack[1]->nodeName !== 'body') {2813 } elseif (end($this->stack)->nodeName !== 'body') {2867 if ($this->stack[$n]->nodeName === $token['name']) {2886 if (end($this->stack)->nodeName !== $token['name']) {2948 if ($this->stack[$n]->nodeName === $token['name']) {3050 $category = $this->getElementCategory($this->stack[$s]->nodeName);[all …]
158 $leftAttributes[$leftAtt->nodeName] = $leftAtt;164 $rightAttributes[$rightAtt->nodeName] = $rightAtt;251 if ($leftNode->nodeName == "#text") {268 $firstNodeName = $firstNode->nodeName;278 if ($leftChildNode->nodeName == "#text") {287 if ($rightChildNode->nodeName == "#text") {
138 if ($node->nodeName=='identifier' || $node->nodeName=='terminal') {144 if ($node->nodeName!='terminal') {156 } else if ($node->nodeName=='option' || $node->nodeName=='loop') {157 if ($node->nodeName=='loop')165 arrow($im, $w/2+EBNF_U/2, EBNF_U, $node->nodeName=='loop'?!$lefttoright:$lefttoright);173 } else if ($node->nodeName=='sequence') {190 } else if ($node->nodeName=='choise') {210 } else if ($node->nodeName=='syntax') {