| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckdomtools.js | 66 if ( eChildNode.nodeType == 3 ) 92 if ( eChildNode.nodeType == 3 ) 123 if ( eChildNode && eChildNode.nodeType == 1 && eChildNode.nodeName.toLowerCase() == 'br' ) 153 if ( eChild.nodeType == 1 && eChild.tagName.Equals.apply( eChild.tagName, childNames ) ) 171 if ( eChild.nodeType == 1 && ( !childNames || eChild.tagName.Equals( childNames ) ) ) 200 …if ( stopSearchElements && currentNode.nodeType == 1 && currentNode.nodeName.IEquals( stopSearchEl… 210 if ( currentNode.nodeType == 1 ) 218 …else if ( ignoreSpaceTextOnly && currentNode.nodeType == 3 && currentNode.nodeValue.RTrim().length… 249 if ( currentNode.nodeType == 1 ) 257 …else if ( ignoreSpaceTextOnly && currentNode.nodeType == 3 && currentNode.nodeValue.RTrim().length… [all …]
|
| D | fckselection_gecko.js | 40 && range.startContainer.nodeType == 1 58 if ( selection && selection.anchorNode && selection.anchorNode.nodeType == 1 ) 70 else if ( selectedElement.nodeType != 1 ) 135 return ( element.nodeType == 1 ? element : element.parentNode ) ; 173 if ( oContainer.nodeType == 1 && oContainer.tagName == nodeTagName ) return true ;
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fckdomrange.js | 47 this.StartNode = eStart.nodeType == 3 ? eStart : eStart.childNodes[ innerRange.startOffset ] ; 67 else if ( eEndNode.nodeType == 1 ) 150 …while ( ( child = targetElement.firstChild ) && child.nodeType == 1 && FCKListsLib.EmptyElements[ … 248 …if ( eLastChild.previousSibling || eLastChild.nodeType != 1 || FCKListsLib.InlineChildReqElements[… 387 while ( curStart && curStart.nodeType == 3 ) 392 while ( curEnd && curEnd.nodeType == 3 ) 415 while ( curStart.nodeType == 3 && startOffset > curStart.length ) 417 if ( ! curStart.nextSibling || curStart.nextSibling.nodeType != 3 ) 422 while ( curEnd.nodeType == 3 && endOffset > curEnd.length ) 424 if ( ! curEnd.nextSibling || curEnd.nextSibling.nodeType != 3 ) [all …]
|
| D | fckw3crange.js | 145 this.setEnd( refNode, refNode.nodeType == 3 ? refNode.data.length : refNode.childNodes.length ) ; 154 if ( startContainer.nodeType == 3 ) 228 if ( endNode.nodeType == 3 ) 250 if ( startNode.nodeType == 3 ) 400 if ( startTextNode.nodeType == 3 ) 407 if ( endTextNode.nodeType == 3 && endTextNode.nextSibling )
|
| D | fckstyle.js | 348 if ( currentNode.nodeType == 1 ) 860 var nodeType = currentNode.nodeType ; 861 var nodeName = nodeType == 1 ? currentNode.nodeName.toLowerCase() : null ; 877 if ( nodeType != 1 || currentNode.childNodes.length == 0 ) 980 if ( startSibling.nodeType == 1 992 if ( startSibling.nodeType == 3 && startSibling.length == 0 ) 1008 …if ( !element || element.nodeType != 1 || !FCKListsLib.InlineNonEmptyElements[ element.nodeName.to… 1025 …var hasBookmark = ( sibling && sibling.nodeType == 1 && sibling.getAttribute( '_fck_bookmark' ) ) ; 1029 if ( sibling && sibling.nodeType == 1 && sibling.nodeName == element.nodeName ) 1063 …var hasBookmark = ( sibling && sibling.nodeType == 1 && sibling.getAttribute( '_fck_bookmark' ) ) ; [all …]
|
| D | fckdomrangeiterator.js | 103 var includeNode = ( currentNode.nodeType != 1 ) ; 148 else if ( currentNode.nodeType == 3 ) 288 …if ( previousSibling && previousSibling.nodeType == 1 && previousSibling.nodeName.toLowerCase() ==… 295 if ( lastChild && lastChild.nodeType == 1 && lastChild.nodeName.toLowerCase() == 'br' )
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fckdomtools.js | 49 if ( eChildNode.nodeType == 3 ) 75 switch ( eChildNode.nodeType ) 134 if ( eChild.nodeType == 1 && eChild.tagName.Equals.apply( eChild.tagName, childNames ) ) 152 if ( eChild.nodeType == 1 && ( !childNames || eChild.tagName.Equals( childNames ) ) ) 181 …if ( stopSearchElements && currentNode.nodeType == 1 && currentNode.nodeName.IEquals( stopSearchEl… 191 if ( currentNode.nodeType == 1 ) 199 …else if ( ignoreSpaceTextOnly && currentNode.nodeType == 3 && currentNode.nodeValue.RTrim().length… 238 if ( currentNode.nodeType == 1 ) 246 …else if ( ignoreSpaceTextOnly && currentNode.nodeType == 3 && currentNode.nodeValue.RTrim().length…
|
| D | fckselection_gecko.js | 40 …& (oRange.endOffset - oRange.startOffset) == 1 && oRange.startContainer.nodeType != Node.TEXT_NODE… 70 while ( oNode && oNode.nodeType != 1 ) 113 if ( oContainer.nodeType == 1 && oContainer.tagName == nodeTagName ) return true ;
|
| /plugin/webdav/vendor/sabre/xml/lib/Deserializer/ |
| D | functions.php | 75 if (Reader::END_ELEMENT === $reader->nodeType) { 85 if ($reader->nodeType === Reader::ELEMENT) { 97 } while ($reader->nodeType !== Reader::END_ELEMENT); 166 if (Reader::END_ELEMENT === $reader->nodeType) { 176 if ($reader->nodeType !== Reader::ELEMENT) { 217 if ($reader->nodeType === Reader::ELEMENT && $reader->namespaceURI == $namespace) { 234 } while ($reader->nodeType !== Reader::END_ELEMENT);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
| D | NodeGroupNode.php | 42 public $nodeType; variable in Google\\Service\\Compute\\NodeGroupNode 131 public function setNodeType($nodeType) argument 133 $this->nodeType = $nodeType; 140 return $this->nodeType;
|
| D | NodeTemplate.php | 58 public $nodeType; variable in Google\\Service\\Compute\\NodeTemplate 209 public function setNodeType($nodeType) argument 211 $this->nodeType = $nodeType; 218 return $this->nodeType;
|
| /plugin/ckgdoku/ckeditor/plugins/headerbuttons/ |
| D | plugin.js | 99 var nodeType; 101 nodeType = prevNode.$.parentNode.localName; 103 nodeType = prevNode.getName(); 104 if (headers.indexOf(nodeType) != -1) { 105 return nodeType;
|
| /plugin/ckgedit/ckeditor/plugins/headerbuttons/ |
| D | plugin.js | 99 var nodeType; 101 nodeType = prevNode.$.parentNode.localName; 103 nodeType = prevNode.getName(); 104 if (headers.indexOf(nodeType) != -1) { 105 return nodeType;
|
| /plugin/icalevents/vendor/sabre/xml/lib/Deserializer/ |
| D | functions.php | 74 if ($reader->nodeType === Reader::ELEMENT) { 84 } while ($reader->nodeType !== Reader::END_ELEMENT); 153 if ($reader->nodeType !== Reader::ELEMENT) { 194 if ($reader->nodeType === Reader::ELEMENT && $reader->namespaceURI == $namespace) { 209 } while ($reader->nodeType !== Reader::END_ELEMENT);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/ |
| D | NodeTypes.php | 100 * @param string $nodeType Name of the node type to return. 104 public function get($project, $zone, $nodeType, $optParams = []) argument 106 $params = ['project' => $project, 'zone' => $zone, 'nodeType' => $nodeType];
|
| /plugin/davcal/vendor/sabre/xml/lib/ |
| H A D | Reader.php | 66 while ($this->nodeType !== self::ELEMENT && @$this->read()) { 133 if ($this->nodeType === self::ELEMENT && $this->isEmptyElement) { 162 switch ($this->nodeType) { 203 … if (in_array($this->nodeType, [XMLReader::TEXT, XMLReader::CDATA, XMLReader::WHITESPACE])) {
|
| /plugin/webdav/vendor/sabre/xml/lib/ |
| D | Reader.php | 68 while ($this->nodeType !== self::ELEMENT && @$this->read()) { 134 if ($this->nodeType === self::ELEMENT && $this->isEmptyElement) { 172 switch ($this->nodeType) { 217 … if (in_array($this->nodeType, [XMLReader::TEXT, XMLReader::CDATA, XMLReader::WHITESPACE])) {
|
| /plugin/icalevents/vendor/sabre/xml/lib/ |
| D | Reader.php | 68 while ($this->nodeType !== self::ELEMENT && @$this->read()) { 134 if ($this->nodeType === self::ELEMENT && $this->isEmptyElement) { 172 switch ($this->nodeType) { 217 … if (in_array($this->nodeType, [XMLReader::TEXT, XMLReader::CDATA, XMLReader::WHITESPACE])) {
|
| /plugin/grensladawritezor/fckeditor/editor/_source/classes/ |
| D | fckdomrange.js | 126 …while ( ( child = targetElement.firstChild ) && child.nodeType == 1 && FCKListsLib.EmptyElements[ … 199 …if ( eLastChild.previousSibling || eLastChild.nodeType != 1 || FCKListsLib.InlineChildReqElements[… 362 if ( oNode.nodeType == 1 ) 386 …else if ( oSibling.nodeType != 1 || !(/^(?:P|DIV|H1|H2|H3|H4|H5|H6|ADDRESS|PRE|OL|UL|LI|DT|DE)$/).… 403 if ( oNode.nodeType == 1 ) 423 …else if ( oSibling.nodeType != 1 || !(/^(?:P|DIV|H1|H2|H3|H4|H5|H6|ADDRESS|PRE|OL|UL|LI|DT|DE)$/).…
|
| D | fckw3crange.js | 145 this.setEnd( refNode, refNode.nodeType == 3 ? refNode.data.length : refNode.childNodes.length ) ; 154 if ( startContainer.nodeType == 3 ) 228 if ( endNode.nodeType == 3 ) 250 if ( startNode.nodeType == 3 ) 400 if ( startTextNode.nodeType == 3 ) 407 if ( endTextNode.nodeType == 3 && endTextNode.nextSibling )
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | isBuffer.js | 5 var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; 8 var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;
|
| D | _nodeUtil.js | 4 var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; 7 var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;
|
| D | _cloneBuffer.js | 4 var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; 7 var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;
|
| /plugin/webdav/vendor/sabre/vobject/lib/Parser/XML/Element/ |
| D | KeyValue.php | 53 if (SabreXml\Reader::ELEMENT === $reader->nodeType) { 59 } while (SabreXml\Reader::END_ELEMENT !== $reader->nodeType);
|
| /plugin/icalevents/vendor/sabre/vobject/lib/Parser/XML/Element/ |
| D | KeyValue.php | 53 if ($reader->nodeType === SabreXml\Reader::ELEMENT) { 62 } while ($reader->nodeType !== SabreXml\Reader::END_ELEMENT);
|