Home
last modified time | relevance | path

Searched refs:coords (Results 51 – 53 of 53) sorted by path

123

/plugin/weiqi/
H A Dweiqi_parser.php180 if ($coords) {
195 …if ($coords) $wout .= '<td>'.$this->img('images/blank',' ',$w1,$w2).'</td>';// blank for left coor…
199 …if ($coords) $wout .= '<td>'.$this->img('images/blank',' ',$w1,$w2).'</td>';// blank for right coo…
210 …if ($coords) $wout .= '<td>'.$this->img($w1.'/c'.$line_number, $line_number).'</td>';// left coord…
218 …if ($coords) $wout .= '<td>'.$this->img($w1.'/c'.$line_number, $line_number).'</td>';// left coord…
223 …if ($coords) $wout .= '<td>'.$this->img('images/blank',' ',$w1,$w2).'</td>';// blank for left coor…
227 …if ($coords) $wout .= '<td>'.$this->img('images/blank',' ',$w1,$w2).'</td>';// blank for right coo…
230 if ($coords) {
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js.map1coords","shiftX","_startPoint","shiftY","_scrollState","_setScrollPosition","scroll","_stopDrag","…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js163 this._countNewScrollPosition = function (coords) { argument
165 var shiftX = _this._startPoint.x - coords.x;
166 var shiftY = _this._startPoint.y - coords.y;
181 this._setScrollPosition = function (timeline, coords) { argument
183 gantt.$ui.getView(timeline.$config.scrollX).scroll(coords.x);
184 gantt.$ui.getView(timeline.$config.scrollY).scroll(coords.y);

123