Lines Matching refs:n

148 	var str = '', cn, n = pNode._ai, l = pNode._lv + 1;
149 for (n; n < this.aNodes.length; n++) {
150 if (this.aNodes[n].pid == pNode.id) {
151 cn = this.aNodes[n];
153 cn._ai = n;
163 this.selectedNode = n;
168 str += this.noderr(cn, n);
171 str += this.node(cn, n);
247 var n, str = '';
249 for (n = 0; n < this.aIndent.length; n++) {
251 + ((this.aIndent[n] == 1) ? this.icon.line
277 var lastId, 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;
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;
344 var n, cn;
346 for (n = 0; n < this.aNodes.length; n++) {
347 if (this.aNodes[n].id == nId) {
348 nId = n;
372 for ( var n = 0; n < nodes.length; n++) {
373 this.openTo(nodes[n], false, true);
427 var str = '', n;
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;
441 var n, aOpen = this.getCookie('co' + this.obj).split('.');
442 for (n = 0; n < aOpen.length; n++) {
443 if (aOpen[n] == id) {
451 var r, cn, match, t, i, n, cnsa, cna, cns = this.pageid;
456 n = (this.aNodes[0].dokuid == '') ? 0 : this.aNodes[0].dokuid
458 t.splice(max + n, t.length);
485 var n = id, eLoad, node, a, rd, ln, eDiv;
486 if (this.aNodes[n].ajax) {
488 node = $('s' + this.obj + n);
493 $('s' + this.obj + n).parentNode.appendChild(eLoad);
496 this.getAjax(n);
500 while (!this.aNodes[n]._ok) {
501 rd[rd.length] = n;
502 n = this.aNodes[n].pid;
512 n = a;
513 while (n.pid >= 0) {
514 if (n._ls) {
519 n = n._p;
528 var n, cn, aOpen = this.getCookie('co' + this.obj).split('.');
529 for (n = 0; n < aOpen.length; n++) {
530 if (aOpen[n] === "") {
533 cn = this.aNodes[aOpen[n]];
535 this.nodeStatus(true, aOpen[n], cn._ls);
541 dTree.prototype.scroll = function(where, s, n, i) { argument
552 nodeId = jQuery('#s' + this.obj + n)[0];
603 dTree.prototype.show_feat = function(n) { argument
604 var w, div, id, dtree, dtreel, self, node = jQuery('#s' + this.obj + n)[0];
608 id = (this.aNodes[n].hns) ? this.aNodes[n].hns : this.aNodes[n].dokuid;
622 self.scroll("l", 1, n, 0);
626 self.scroll("l", 4, n, 1);
669 dTree.prototype.getAjax = function(n) { argument
671 node = selft.aNodes[n];
720 dTree.prototype.contextmenu = function(n, e) { argument
729 node = this.aNodes[n];
764 dTree.prototype.init = function(s, c, n, nav, max) { argument
771 if (n) {
772 this.getOpenTo(n.split(" "));