Home
last modified time | relevance | path

Searched refs:nodeType (Results 176 – 200 of 263) sorted by last modified time

1234567891011

/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js40nodeType==3){var C=B.nodeValue.LTrim();var D=B.nodeValue.length;if (C.length==0){A.removeChild(B);…
50nodeType==11){if (I.lastChild&&I.lastChild.getAttribute&&I.lastChild.getAttribute('type')=='_moz')…
59nodeType==1&&E.nodeName=='br') this._AppendEntity(A,this._NbspEntity);}};if (A.childNodes.length==…
66nodeType==1){var b=Z.nodeName.toLowerCase();var c=(b==this.Element);if (c){for (var Q in E){if (FC…
68nodeType==1&&I.nodeName.toUpperCase()=='LI') J=F=true;E.appendChild(I.parentNode.removeChild(I));i…
69nodeType==1){if (!this.LastElement) this.LastElement=e;var E=e.nodeName.toLowerCase();if (FCKBrows…
70nodeType==3?B:B.childNodes[A.startOffset];this.StartContainer=B;this.StartBlock=C.Block;this.Start…
72nodeType!=1);var L=false;if (!K){var M=H.nodeName.toLowerCase();if (F[M]&&(!FCKBrowserInfo.IsIE||H…
74nodeType==3?A.data.length:A.childNodes.length);},insertNode:function(A){var B=this.startContainer;…
81 …=D.value;};var E=A.childNodes;for (i=0;i<E.length;i++){var F=E[i];if (F.nodeType==1){var G='$'+F.n…
[all …]
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js293 if ( ! node || node.nodeType != 1 )
/plugin/issuetracker/
H A Dprototype.js308 return !!(object && object.nodeType == 1);
2138 if (element.nodeType == 1)
2164 if (child.nodeType === 1) {
3989 if ( context.nodeType !== 1 && context.nodeType !== 9 ) {
4557 if ( node.nodeType === 1 ) {
4759 if ( results[i].nodeType === 1 ) {
4836 if ( sibDir && elem.nodeType === 1 ){
4849 if ( elem.nodeType === 1 && !isXML ){
4872 if ( sibDir && elem.nodeType === 1 ) {
4885 if ( elem.nodeType === 1 ) {
[all …]
/plugin/eclipseupdateurl/
H A Dsyntax.php183 if ( $reader->nodeType !== XMLReader::ELEMENT ) { continue; }
242 if ( $reader->nodeType !== XMLReader::ELEMENT ) { continue; }
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js2630 var freeExports = objectTypes[typeof exports] && exports && !exports.nodeType && exports;
2633 var freeModule = objectTypes[typeof module] && module && !module.nodeType && module;
3291 support.dom = document.createDocumentFragment().nodeType === 11;
9973 return (value && value.nodeType === 1 && isObjectLike(value) &&
9979 … return (value && value.nodeType === 1 && isObjectLike(value) && !isPlainObject(value)) || false;
H A Dpdfmake.min.js.map1nodeType","isEmpty","isEqual","isError","isMatch","isNumber","reNative","reHostCtor","isNull","isR…
H A Dpdfmake.min.js8nodeType&&y(t)&&Xo.call(t).indexOf("Element")>-1||!1}function vi(t){if(null==t)return!0;var e=t.le…
9 …(this&&this.window)?window:this,Kt=qt[typeof e]&&e&&!e.nodeType&&e,Vt=qt[typeof t]&&t&&!t.nodeType
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js1 …f);return a},isElement:function(a){return a instanceof Object&&a&&1===a.nodeType},isHashbanged:fun…
H A Dexport.js748 return thingy instanceof Object && thingy && thingy.nodeType === 1;
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1 …tNode;if(element.nodeType===1&&fabric.util.getElementStyle(element,"position")==="fixed"){firstFix…
2 …lector,parentMatching=true;while(element.parentNode&&element.parentNode.nodeType===1&&selectors.le…
H A Dfabric.js2050 if (element.nodeType === 1 &&
2055 if (element.nodeType === 1 &&
3142 while (element.parentNode && element.parentNode.nodeType === 1 && selectors.length) {
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php53 if ($reader->nodeType === SabreXml\Reader::ELEMENT) {
62 } while ($reader->nodeType !== SabreXml\Reader::END_ELEMENT);
/plugin/icalevents/vendor/sabre/xml/lib/Deserializer/
H A 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/icalevents/vendor/sabre/xml/lib/
H A 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/Element/
H A DXmlFragment.php78 switch ($reader->nodeType) {
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DEater.php69 if ($reader->nodeType === $reader::END_ELEMENT) {
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/markdownextra/lib/meltdown/js/lib/
H A Drangyinputs-jquery.min.js17 …ion(){var c=this.jquery?this[0]:this,d=c.nodeName.toLowerCase();if(1==c.nodeType&&("textarea"==d||…
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js170 return object && object.nodeType == 1;
1679 if (element.nodeType == 1)
1694 while (element && element.nodeType != 1) element = element.nextSibling;
1700 while (element && element.nodeType != 1) element = element.nextSibling;
1853 if (node.nodeType == 3 && !/\S/.test(node.nodeValue))
2547 element.nodeType != 1 || element == window) return element;
3030 if (node.nodeType == 1 && (!ofType || node._countedByPrototype)) node.nodeIndex = j++;
3062 if (child.nodeType == 1 && child.tagName != '!') results.push(child);
3084 if (node.nodeType == 1) return node;
3090 if (node.nodeType == 1) return node;
[all …]
/plugin/osm/
H A Dscript.js74 while (comment.nodeType != 8) {
/plugin/twcheckliste/theme_twCheckliste/
H A Dpackery.pkgd.min.js12nodeType){var i=p(t);if("none"===i.display)return n();var r={};r.width=t.offsetWidth,r.height=t.of…
/plugin/syntaxhighlightjs/static/lib/highlightjs/
H A Dhighlight.min.js2 … i(e,a){for(var n=e.firstChild;n;n=n.nextSibling)3==n.nodeType?a+=n.nodeValue.length:1==n.nodeType
/plugin/html2pdf/html2pdf/html2ps/
H A Ddom.php5.inc.php67 return $this->domelement->nodeType;

1234567891011