Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php188 protected $_direction = null; variable in Hoa\\Ustring\\Ustring
603 $this->_direction = null;
660 $this->_direction = null;
764 if (null === $this->_direction) {
766 $this->_direction = static::LTR;
768 $this->_direction = static::getCharDirection(
774 return $this->_direction;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13_direction&&_._direction.parentNode||(_._direction=document.createElement("div"),t.$task_links.app…
H A Ddhtmlxgantt.js.map1_direction","getDirectionLine","link_direction_class","dist","pow","tan","angle","atan","coordinat…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js24983 if(!dnd._direction || !dnd._direction.parentNode){
24984 dnd._direction = document.createElement("div");
24985 timeline.$task_links.appendChild(dnd._direction);
24987 return dnd._direction;
24990 if(dnd._direction){
24991 if (dnd._direction.parentNode) //the event line can be detached because of data refresh
24992 dnd._direction.parentNode.removeChild(dnd._direction);
24994 dnd._direction = null;
24998 if(dnd._direction){