Home
last modified time | relevance | path

Searched refs:axis (Results 1 – 8 of 8) sorted by relevance

/template/strap/ComboStrap/
H A DConditionalLength.php49 private $axis; variable in ComboStrap\\ConditionalLength
81 $axis = substr($value, 0, 2);
82 switch ($axis) {
84 $this->axis = "x";
87 $this->axis = "y";
337 return $this->axis;
342 if ($this->axis !== null) {
343 return $this->axis;
H A DGridTag.php177 foreach ($defaultAlign as $axis => $value) {
178 if (!isset($alignsByAxis[$axis])) {
/template/a_new_day/js/
Dslider.js30 this.axis = this.options.axis || 'horizontal';
179 return (this.axis == 'vertical');
/template/battlehorse/js/
Dslider.js30 this.axis = this.options.axis || 'horizontal';
179 return (this.axis == 'vertical');
/template/writr/font/Montserrat/
DREADME.txt6 Montserrat is a variable font with this axis:
/template/templar/less/
Dvariables.less142 // Used for a bird's eye view of components dependent on the z-axis
/template/codowik/js/
Dlayout.js2660 , axis: (c.dir=="horz" ? "y" : "x") // limit resizing to horz or vert axis property
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js2240 },pointsToPixels:function(name,value,returnFloat){var axis=/Top$|Bottom$/.test(name)?"y":"x";
2241 var result=value*pixelsPerInch[axis]/72;