Home
last modified time | relevance | path

Searched refs:firstChild (Results 26 – 50 of 309) sorted by relevance

12345678910>>...13

/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js75 var test = oXmlHttp.responseXML.firstChild ;
87 if ( !oXml || !oXml.firstChild || oXml.firstChild.nodeName == 'parsererror' )
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js75 var test = oXmlHttp.responseXML.firstChild ;
87 if ( !oXml || !oXml.firstChild || oXml.firstChild.nodeName == 'parsererror' )
/plugin/galleryv1.5/
H A Dscript.js153 …else if (anchor.firstChild && anchor.firstChild.getAttribute && anchor.firstChild.getAttribute("ti…
154 self._imgs[num].title = anchor.firstChild.getAttribute("title");
304 var imag = self._box.firstChild;
325 var spin = self._wrap.firstChild;
360 var imag = self._box.firstChild;
378 var imag = self._box.firstChild;
422 self._box.firstChild.src = imag.src;
423 self._box.firstChild.setAttribute('title',self._imgs[self._open].title);
/plugin/indexmenu2/cms/modifiers/
H A Dfollowlinkcontent.js9 …bble=true}};var O=document.createElement('span');while(i.firstChild){O.appendChild(i.firstChild);}…
/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNodeWalker.php53 if ($current->firstChild()) {
54 $this->current = $current->firstChild();
/plugin/combo/syntax/
H A Dcell.php172 $firstChild = $callStack->moveToFirstChildTag();
180 if ($firstChild !== false) {
181 if (in_array($firstChild->getTagName(), TagAttributes::CONTAINER_LOGICAL_ELEMENTS)) {
/plugin/superacl/
H A Dscript.js208 var isNs = (rows[i].firstChild.firstChild.className == "aclns");
209 var id = rows[i].firstChild.firstChild.innerHTML;
/plugin/lastfm/
H A Dscript.js20 ajax.setVar(opts[i].firstChild.className, opts[i].firstChild.innerHTML);
/plugin/asciimath/
H A Dasciimathml148r.js444 st = node.firstChild.firstChild.nodeValue;
448 st = node.lastChild.firstChild.nodeValue;
603 st = result[0].lastChild.firstChild.nodeValue;
698 var left = newFrag.childNodes[len-1].firstChild.firstChild.nodeValue;
709 node.nextSibling.firstChild.nodeValue==",")&&
710 node.firstChild.firstChild.nodeValue==left &&
711 node.lastChild.firstChild.nodeValue==right;
726 node.removeChild(node.firstChild); //remove (
729 node.removeChild(node.firstChild); //remove ,
732 } else frag.appendChild(node.firstChild);
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js96 …ldNodes.length;k++){if(child.childNodes[k].nodeName=='k'){key=child.childNodes[k].firstChild.data;}
97 else if(child.childNodes[k].nodeName=='v'){if(child.childNodes[k].firstChild==null)
99 value=this._nodeToObject(child.childNodes[k].firstChild);}
155 if(xml.childNodes[i].childNodes.length > 1&&xml.childNodes[i].firstChild.nodeName=="#cdata-section"…
157 …f(xml.childNodes[i].firstChild&&xml.childNodes[i].firstChild.nodeName=='xjxobj'){data=this._nodeTo…
158 …].childNodes[j].childNodes.length > 1&&xml.childNodes[i].childNodes[j].firstChild.nodeName=="#cdat…
159 }else{var internalData=xml.childNodes[i].childNodes[j].firstChild.nodeValue;}
164 else if(xml.childNodes[i].firstChild)
165 data=xml.childNodes[i].firstChild.nodeValue;else
/plugin/diagramsnet/lib/math/jax/input/MathML/
H A Djax.js19firstChild.nodeName.toLowerCase()==="html"){var f=j.getElementsByTagName("h1")[0];if(f&&f.textCont…
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js961 elt2.firstChild.innerHTML = '';
1001 elt2.firstChild.appendChild(titleOption);
1002 elt2.firstChild.appendChild(titleLbl);
1003 mxUtils.br(elt2.firstChild);
1004 elt2.firstChild.appendChild(containerOption);
1005 elt2.firstChild.appendChild(containerLbl);
1006 mxUtils.br(elt2.firstChild);
1007 mxUtils.br(elt2.firstChild);
1011 elt2.firstChild.appendChild(picker);
1016 elt2.firstChild.appendChild(label);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Ddom.php5.inc.php16 if ($this->domelement->firstChild) {
17 $child =& new DOMTree($this->domelement->firstChild);
/plugin/combo/ComboStrap/
H A DTabsTag.php267 $firstChild = $callStack->moveToFirstChildTag();
269 if ($firstChild !== false) {
273 $context = $firstChild->getTagName();
305 $tabPaneCalls = [$openingTag, $firstChild];
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML.js45 …c(a);if(c.firstChild&&!a.match(/(^| )MathJax/)&&(f||!this.skipTags.exec(e))){d=(g||this.ignoreClas…
46firstChild.style.width=y.width;s.firstChild.style.left="";s.firstChild.style.right=this.Px(o.butto…
47 …line-block","white-space":"nowrap"}}]]]]);var z=n.lastChild,w=z.firstChild,r=n.firstChild;u.parent…
48firstChild;u.menuItem.Activate(v,u)},Space:function(u,v){this.Remove(u,v)}},{config:s,Remove:funct…
51firstChild:null,lastChild:null,Init:function(){this.childNodes=[]},appendChild:function(ab){if(ab.…
52firstChild){p.removeChild(p.firstChild)}}throw q}t.className=t.className.split(/ /)[0];if(this.hid…
54 …){}o.style.position="relative";o.setAttribute("role","presentation");o.firstChild.setAttribute("ar…
/plugin/multiselect/
H A Dscript.js40 if (myselect.firstChild.alt) {
41 token=myselect.firstChild.alt;
/plugin/eventline/
H A Dscript.js71 var text = cleanString(tr.cells[0].firstChild.value);
84 var input = tr.cells[x].firstChild;
115 tr.cells[x].firstChild.value = "";
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmenclose.js19firstChild,"rect",{x:1,y:1,width:this.HTMLpx(o-N)-1,height:this.HTMLpx(K+P-N)-1,rx:this.HTMLpx(Mat…
/plugin/ebnf/
H A Debnf.php80 render_node($dom->firstChild, true);
89 render_node($dom->firstChild, true);
151 $inner = render_node($node->firstChild, $lefttoright);
205 $node = $node->firstChild;
210 $im = render_node($node->firstChild, $lefttoright);
249 $node = $node->firstChild;
332 } return $mul ? $choise : $choise->removeChild($choise->firstChild);
344 } return $mul ? $sequence: $sequence->removeChild($sequence->firstChild);
/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;
1283 if (this.firstChild.nodeName.toLowerCase() != "small") {
1284 if ((character = this.firstChild.nodeValue) == "\xa0") return false;
1285 } else character = this.firstChild.getAttribute('char');
1454 tds[y].removeChild(tds[y].firstChild);
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/code3/
H A Dscript.js8firstChild,s=W.childNodes[1];s.childNodes[1].value=Z.replace(/&lt;/g,"<").replace(/&gt;/g,">").rep…
11firstChild;O;O=O.nextSibling){PR_normalizedHtml(O,o);}return o.join('');}function PR_normalizedHtm…
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js245 code = span.firstChild.nodeValue.toUpperCase();
247 name = span.firstChild.nodeValue;
403 var btn = document.getElementById(idPrefix+bi).firstChild;
503 chr = (el.firstChild.childNodes[Math.min(mode&(VK_ALT|VK_SHIFT),2)].firstChild||
504 el.firstChild.firstChild.firstChild).nodeValue;
517 … document.getElementById(idPrefix+'shift_left').firstChild.fireEvent('onmousedown');
H A Dvk_popup.js74 … parseInt(hWnd.dialogHeight)-hWnd.getClientHeight()+hWnd.document.body.firstChild.offsetHeight+'px…
75 … = parseInt(hWnd.dialogWidth)-hWnd.getClientWidth()+hWnd.document.body.firstChild.offsetWidth+'px';
/plugin/sequencediagram/bower_components/lodash/test/asset/
H A Dtest-ui.js95 span1.firstChild.style.cssText =
96 span2.firstChild.style.cssText = 'display:inline-block;margin-right:.5em;';
/plugin/combo/resources/snippet/js/
H A Dcombo-search-box.js125 while (this.searchResultContainer.firstChild) {
126 this.searchResultContainer.firstChild.remove()

12345678910>>...13