Lines Matching +full:i +full:- +full:plus
1 /*----------------------------------------------------|
3 |---------------------------------------------------|
4 | Copyright (c) 2002-2003 Geir Landro |
10 |---------------------------------------------------|
16 |---------------------------------------------------|
22 |---------------------------------------------------|
24 |--------------------------------------------------*/
71 plus : objImg + 'plus.' + objExt, property
81 this.root = new Node(false, -1);
209 str += '<img id="i' + this.obj + nodeId + '" src="'
264 : this.icon.plus));
385 eIcon = jQuery('#i' + this.obj + id)[0];
388 : ((bottom) ? this.icon.plusBottom : this.icon.plus));
396 yday = new Date(now.getTime() - 1000 * 60 * 60 * 24);
413 if (pN != -1) {
416 if (endPos != -1) {
451 var r, cn, match, t, i, n, cnsa, cna, cns = this.pageid;
453 match = cns.match(r) || -1;
461 for (i = 0; i < this.aNodes.length; i++) {
462 cn = this.aNodes[i];
482 if (id == -1 || this.aNodes[id]._ok) {
504 for (ln = rd.length - 1; ln >= 0; ln--) {
541 dTree.prototype.scroll = function(where, s, n, i) { argument
553 w = parseInt(dtree.parentNode.offsetWidth - nodeId.offsetWidth
554 - nodeId.offsetLeft, 0);
556 w = w - 11;
563 this.scrollLeft(dtreel, s, w - 3, i);
567 dTree.prototype.scrollLeft = function(lft, s, w, i) { argument
568 if (lft < w - i - 10) {
576 self.scrollLeft(lft - s, s + i, w, i);
589 if (lft > -15) {
635 w = parseInt(dtree.parentNode.offsetWidth - node.offsetWidth
636 - node.offsetLeft + 1, 0);
641 - 12, 0)
680 var i, ajxnodes, ajxnode, plus;
681 plus = selft.aNodes.length - 1;
687 for (i = 0; i < ajxnodes.length; i++) {
688 ajxnode = ajxnodes[i];
689 ajxnode[2] = (ajxnode[2] == 0) ? node.id : ajxnode[2] + plus;
690 ajxnode[1] += plus;
721 var li, id, html, type, node, self, cmenu, cdtree, rmenu, X = 0, Y = 0, i;
733 for (i = 0; i < cmenu.length; i++, i++, i++, i++) {
734 if (((!node._hc || node.hns) && !cmenu[i + 2])
735 || (node._hc && !node.hns && !cmenu[i + 3])) {
738 html = cmenu[i];
739 if (cmenu[i + 1]) {
742 html = '<a title="' + cmenu[i] + '" href="' + eval(cmenu[i + 1])
793 for ( var i = 0; i < arguments.length; i++) {
794 this[this.length] = arguments[i];
801 var lstEl = this[this.length - 1];
802 this.length = Math.max(this.length - 1, 0);