Home
last modified time | relevance | path

Searched refs:lft (Results 1 – 4 of 4) sorted by relevance

/plugin/tindexmenu/
Dindexmenu-full.js567 dTree.prototype.scrollLeft = function(lft, s, w, i) { argument
568 if (lft < w - i - 10) {
574 $('dtree_' + self.obj).style.left = lft + "px";
576 self.scrollLeft(lft - s, s + i, w, i);
581 dTree.prototype.scrollRight = function(lft, s) { argument
582 if (lft >= s) {
588 $('dtree_' + self.obj).style.left = lft + "px";
589 if (lft > -15) {
593 self.scrollRight(lft + s, s + 1);
/plugin/indexmenu/scripts/
Dindexmenu.js754 dTree.prototype.scrollLeft = function (lft, s, w, i) { argument
755 if (lft < w - i - 10) {
761 jQuery('#dtree_' + self.treeName)[0].style.left = lft + "px";
763 self.scrollLeft(lft - s, s + i, w, i);
773 dTree.prototype.scrollRight = function (lft, s) { argument
774 if (lft >= s) {
780 jQuery('#dtree_' + self.treeName)[0].style.left = lft + "px";
781 if (lft > -15) {
785 self.scrollRight(lft + s, s + 1);
/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php1853 protected function op_number_color($op, $lft, $rgt) { argument
1855 return $this->op_color_number($op, $rgt, $lft);
1859 protected function op_color_number($op, $lft, $rgt) { argument
1862 return $this->op_color_color($op, $lft,
1863 array_fill(1, count($lft) - 1, $rgt[1]));
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js3113 value: function addPageBreak(lft, rght) {
3115 var left = Math.max(0, lft - 1) || 0;