Home
last modified time | relevance | path

Searched refs:nodeType (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckdomtools.js66 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 …]
Dfckselection_gecko.js40 && 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/
Dfckdomrange.js47 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 …]
Dfckw3crange.js145 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 )
Dfckstyle.js348 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 …]
Dfckdomrangeiterator.js103 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/
Dfckdomtools.js49 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…
Dfckselection_gecko.js40 …& (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/
Dfunctions.php75 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/
DNodeGroupNode.php42 public $nodeType; variable in Google\\Service\\Compute\\NodeGroupNode
131 public function setNodeType($nodeType) argument
133 $this->nodeType = $nodeType;
140 return $this->nodeType;
DNodeTemplate.php58 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/
Dplugin.js99 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/
Dplugin.js99 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/
Dfunctions.php74 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/
DNodeTypes.php100 * @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 DReader.php66 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/
DReader.php68 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/
DReader.php68 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/
Dfckdomrange.js126 …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)$/).…
Dfckw3crange.js145 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/
DisBuffer.js5 var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;
8 var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;
D_nodeUtil.js4 var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;
7 var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;
D_cloneBuffer.js4 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/
DKeyValue.php53 if (SabreXml\Reader::ELEMENT === $reader->nodeType) {
59 } while (SabreXml\Reader::END_ELEMENT !== $reader->nodeType);
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/XML/Element/
DKeyValue.php53 if ($reader->nodeType === SabreXml\Reader::ELEMENT) {
62 } while ($reader->nodeType !== SabreXml\Reader::END_ELEMENT);

12345678910>>...13