Lines Matching refs:aNodes
79 this.aNodes = []; property
92 this.aNodes[this.aNodes.length] = new Node(dokuid, id, pid, name, hns,
149 for (n; n < this.aNodes.length; n++) {
150 if (this.aNodes[n].pid == pNode.id) {
151 cn = this.aNodes[n];
278 for (n = 0; n < this.aNodes.length; n++) {
279 if (this.aNodes[n].pid == node.id) {
282 if (this.aNodes[n].pid == node.pid) {
283 lastId = this.aNodes[n].id;
299 var eOld, eNew, cn = this.aNodes[id];
319 var cn = this.aNodes[id];
331 for ( var n = 0; n < this.aNodes.length; n++) {
332 if (this.aNodes[n]._hc && this.aNodes[n].pid != this.root.id) {
333 this.nodeStatus(status, n, this.aNodes[n]._ls);
334 this.aNodes[n]._io = status;
346 for (n = 0; n < this.aNodes.length; n++) {
347 if (this.aNodes[n].id == nId) {
353 this.fill(this.aNodes[nId].pid);
354 cn = this.aNodes[nId];
386 eIcon.src = (status) ? this.aNodes[id].iconOpen : this.aNodes[id].icon;
428 for (n = 0; n < this.aNodes.length; n++) {
429 if (this.aNodes[n]._io && this.aNodes[n].pid != this.root.id) {
433 str += this.aNodes[n].id;
456 n = (this.aNodes[0].dokuid == '') ? 0 : this.aNodes[0].dokuid
461 for (i = 0; i < this.aNodes.length; i++) {
462 cn = this.aNodes[i];
482 if (id == -1 || this.aNodes[id]._ok) {
486 if (this.aNodes[n].ajax) {
500 while (!this.aNodes[n]._ok) {
502 n = this.aNodes[n].pid;
506 a = this.aNodes[id];
533 cn = this.aNodes[aOpen[n]];
608 id = (this.aNodes[n].hns) ? this.aNodes[n].hns : this.aNodes[n].dokuid;
671 node = selft.aNodes[n];
681 plus = selft.aNodes.length - 1;
729 node = this.aNodes[n];