Home
last modified time | relevance | path

Searched refs:nodeValue (Results 26 – 50 of 212) sorted by relevance

123456789

/plugin/diagramsnet/lib/math/extensions/
H A Dmml2jax.js19nodeValue===this.MMLnamespace){this.PushMathElements(h,e,a.nodeName.substr(6)+":math")}}}}this.Pro…
/plugin/preservefilenames/
H A Dscript.js127 if (!link || !link.firstChild || !link.firstChild.nodeValue) return id;
130 var filename_orig = link.firstChild.nodeValue;
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php159 $lat = $node->attributes->getNamedItem("lat")->nodeValue;
160 $lon = $node->attributes->getNamedItem("lon")->nodeValue;
164 $elevation = $ele->item(0)->nodeValue;
268 return $node->nodeValue;
284 $result = $childNode->nodeValue;
H A DKML.php96 $data[$child->nodeName] = $child->nodeValue;
221 $coordinateSets = explode(' ', preg_replace('/[\r\n\s\t]+/', ' ', $coordinateElements[0]->nodeValue));
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml.js261 return this._AppendTextNode( xmlNode, htmlNode.nodeValue ) ;
262 return this._AppendTextNode( xmlNode, htmlNode.nodeValue.ReplaceNewLineChars(' ') ) ;
271 try { xmlNode.appendChild( this.XML.createComment( htmlNode.nodeValue ) ) ; }
383 var val = item.nodeValue ;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DPreconditionFailed.php65 $prop->nodeValue = $this->header;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DPreconditionFailed.php65 $prop->nodeValue = $this->header;
/plugin/wysiwyg/fckeditor/editor/plugins/placeholder/
H A Dfckplugin.js141 var aPieces = aNodes[n].nodeValue.split( /(\[\[[^\[\]]+\]\])/g ) ;
169 if ( /\[\[[^\[\]]+\]\]/.test( node.nodeValue ) )
/plugin/diagramsnet/lib/math/jax/input/AsciiMath/
H A Djax.js19nodeValue:null,nextSibling:null,Init:function(){var ac=ab.apply(this,arguments)||this;ac.childNode…
/plugin/highlight2wiki/
H A Daction.php215 foreach($dom->getElementsByTagName('script') as $node){$node->nodeValue="";}
221 foreach($dom->getElementsByTagName('style') as $node){$node->nodeValue="";}
/plugin/diagramsnet/lib/plugins/
H A Dprops.js122 attrs[i].nodeValue.length > 0)
129 mxUtils.write(p, attrs[i].nodeValue);
/plugin/asciimath/
H A Dasciimathml148r.js444 st = node.firstChild.firstChild.nodeValue;
448 st = node.lastChild.firstChild.nodeValue;
548 st = (result[0].nodeName=="mi"?result[0].firstChild.nodeValue:
603 st = result[0].lastChild.firstChild.nodeValue;
695 newFrag.childNodes[len-2].firstChild.nodeValue == ",") { //matrix
696 var right = newFrag.childNodes[len-1].lastChild.firstChild.nodeValue;
709 node.nextSibling.firstChild.nodeValue==",")&&
710 node.firstChild.firstChild.nodeValue==left &&
711 node.lastChild.firstChild.nodeValue==right;
714 if (node.childNodes[j].firstChild.nodeValue==",")
[all …]
/plugin/fckg/scripts/
H A Dvki_kb.js1123 if (VKI_kt == li[x].firstChild.nodeValue) {
1143 … self.VKI_kts = self.VKI_kt = kbSelect.firstChild.nodeValue = this.firstChild.nodeValue;
1284 if ((character = this.firstChild.nodeValue) == "\xa0") return false;
1466 var character = tds[y].firstChild.nodeValue || tds[y].firstChild.className;
1507 chg = kbSelect.firstChild.nodeValue = this.VKI_kt = ktype;
1515 chg = kbSelect.firstChild.nodeValue = this.VKI_kt = sub[0][1];
1590 kbSelect.firstChild.nodeValue = this.VKI_kt = this.VKI_kts;
/plugin/glossary/
H A Dscript.js86 valA = a.attributes [i].nodeValue;
92 valB = b.attributes [i].nodeValue;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DXML.php74 $value = new BigInteger(Base64::decode($temp->item(0)->nodeValue), 256);
/plugin/vshare/
H A Dscript.js72 iframe.setAttribute(attr.nodeName, attr.nodeValue);
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js95 oValue = oAtt.nodeValue ;
304 sAttValue = oAttribute.nodeValue ;
/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js206 return !(/[^\t\n\r ]/.test(node.nodeValue));
259 if(c.nodeType == 3) t += c.nodeValue;
/plugin/s5/ui/default/
H A Dslides.js61 function nodeValue(node) { function
66 result += nodeValue(children[i]);
70 result = node.nodeValue;
96 otext += nodeValue(menunodes[o]);
/plugin/s5/ui/dokuwiki/
H A Dslides.js61 function nodeValue(node) { function
66 result += nodeValue(children[i]);
70 result = node.nodeValue;
96 otext += nodeValue(menunodes[o]);
/plugin/highlightjs/highlight/
H A Dhighlight.js270 result += block.childNodes[i].nodeValue;
297 offset += node.childNodes[i].nodeValue.length;
338 …' + node.attributes[i].nodeName.toLowerCase() + '="' + escape(node.attributes[i].nodeValue) + '"';
479 if (!(node.nodeType == 3 && node.nodeValue.match(/\s+/)))
/plugin/indexmenu2/cms/modifiers/
H A Dajaxum.js14 …tle)i[I.ajaxumTarget]=null;else{i[I.ajaxumTarget]=i.title||i.firstChild.nodeValue.replace(/(^\s*)|…
/plugin/vkeyboard/
H A Dvkeyboard.js1nodeValue){K[y].className="selected";M=K[y].offsetTop-K[y].offsetHeight*2}else{K[y].className=""}}…
/plugin/approve/
H A Dscript.js
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DXML.php83 $value = new BigInteger(Base64::decode($temp->item(0)->nodeValue), 256);

123456789