Lines Matching refs:aNodes

144     this.aNodes = [];   // array of nodes  property
185 this.aNodes[this.aNodes.length] = new dTreeNode(dokuid, id, pid, name, hns, isdir, ajax);
245 for (n; n < this.aNodes.length; n++) {
246 if (this.aNodes[n].pid === pNode.id) {
247 cn = this.aNodes[n];
375 for (n = 0; n < this.aNodes.length; n++) {
376 if (this.aNodes[n].pid === node.id) {
379 if (this.aNodes[n].pid === node.pid) {
380 lastId = this.aNodes[n].id;
404 let eOld, eNew, cn = this.aNodes[id];
428 let cn = this.aNodes[id];
445 for (let n = 0; n < this.aNodes.length; n++) {
446 if (this.aNodes[n]._hc && this.aNodes[n].pid !== this.root.id) {
447 this.nodeStatus(status, n, this.aNodes[n]._ls);
448 this.aNodes[n]._io = status;
466 for (n = 0; n < this.aNodes.length; n++) {
467 if (this.aNodes[n].id === nId) {
473 this.fill(this.aNodes[nId].pid);
474 cn = this.aNodes[nId];
517 eIcon.src = (status) ? this.aNodes[id].iconOpen : this.aNodes[id].icon;
575 for (n = 0; n < this.aNodes.length; n++) {
576 if (this.aNodes[n]._io && this.aNodes[n].pid !== this.root.id) {
580 str += this.aNodes[n].id;
614 … n = (this.aNodes[0].dokuid === '') ? 0 : this.aNodes[0].dokuid.split(this.config.sepchar).length;
618 for (i = 0; i < this.aNodes.length; i++) {
619 cn = this.aNodes[i];
645 if (id === -1 || this.aNodes[id]._ok) {
649 if (this.aNodes[n].ajax) {
666 while (!this.aNodes[n]._ok) {
668 n = this.aNodes[n].pid;
672 a = this.aNodes[id];
702 cn = this.aNodes[aOpen[n]];
808 id = (this.aNodes[n].hns) ? this.aNodes[n].hns : this.aNodes[n].dokuid;
877 node = selft.aNodes[n];
888 plus = selft.aNodes.length - 1;
946 node = this.aNodes[n];