Home
last modified time | relevance | path

Searched refs:unit (Results 1 – 25 of 53) sorted by relevance

123

/template/breeze/bower_components/gumby/sass/extensions/sassy-math/stylesheets/
D_math.scss107 //@function sin($number, $unit: 'deg') {
108 // @if $unit == 'deg' {
114 //@function cos($number, $unit: 'deg') {
115 // @if $unit == 'deg' {
122 //@function tan($number, $unit: 'deg') {
123 // @if $unit == 'deg' {
132 @function csc($number, $unit: 'deg') {
133 @if $unit == 'deg' {
139 @function scs($number, $unit: 'deg') {
140 @if $unit == 'deg' {
[all …]
/template/strap/ComboStrap/
H A DUnit.php31 $unit = $m[3] ?? null;
45 if (isset($conversions[$unit])) {
46 $digit = $digit * (float)$conversions[$unit];
H A DDimension.php308 $unit = $conditionalWidthLength->getLengthUnit();
309 switch ($unit) {
/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/
D_pow.scss5 // Find and remove unit.
6 // Avoids messyness with unit calculations
38 // Add the unit back onto the number.
D_function.scss14 $Unit: nth($Bases, 1) * 0 + 1; // Extracts the unit from the base
/template/strap/action/
H A Dtoolbar.php36 $unit = array(
101 'list' => array($frontmatter, $blockquote, $webcode, $twitter, $unit)
/template/templar/less/
Dhero-unit.less2 // Hero unit
6 .hero-unit {
Dbootstrap.less60 @import "hero-unit.less";
Dvariables.less224 // Hero unit
/template/a_new_day/js/
Deffects.js972 var property = pair[0].underscore().dasherize(), value = pair[1], unit = null;
976 unit = 'color';
983 value = parseFloat(components[1]), unit = (components.length == 3) ? components[2] : null;
988 originalValue: unit=='color' ? parseColor(originalValue) : parseFloat(originalValue || 0),
989 targetValue: unit=='color' ? parseColor(value) : value,
990 unit: unit property
996 transform.unit != 'color' &&
1005 value = transform.unit=='color' ?
1010 … ((transform.targetValue - transform.originalValue) * position) * 1000)/1000 + transform.unit;
/template/battlehorse/js/
Deffects.js972 var property = pair[0].underscore().dasherize(), value = pair[1], unit = null;
976 unit = 'color';
983 value = parseFloat(components[1]), unit = (components.length == 3) ? components[2] : null;
988 originalValue: unit=='color' ? parseColor(originalValue) : parseFloat(originalValue || 0),
989 targetValue: unit=='color' ? parseColor(value) : value,
990 unit: unit property
996 transform.unit != 'color' &&
1005 value = transform.unit=='color' ?
1010 … ((transform.targetValue - transform.originalValue) * position) * 1000)/1000 + transform.unit;
/template/strap/vendor/dragonmantank/cron-expression/
H A DREADME.md70 - PHPUnit is required to run the unit tests
71 - Composer is required to run the unit tests
/template/tripillar/css/
Dtripillar-responsive.css37 https://www.digitalocean.com/community/tutorials/css-css-grid-layout-fr-unit
72 https://www.digitalocean.com/community/tutorials/css-css-grid-layout-fr-unit
/template/basical/css/
Dbasical-responsive.css21 https://www.digitalocean.com/community/tutorials/css-css-grid-layout-fr-unit
65 https://www.digitalocean.com/community/tutorials/css-css-grid-layout-fr-unit
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/
D_modular-scale.scss27 …@if unit(ms-multibase-multiratio($multiple, $base-size, $ratio)) == "px" and $round-pixels == true…
36 @if unit(ms-multibase($multiple, $base-size, $ratio)) == "px" and $round-pixels == true {
45 @if unit(ms-multiratio($multiple, $base-size, $ratio)) == "px" and $round-pixels == true {
52 @if unit(power($ratio, $multiple) * $base-size) == "px" and $round-pixels == true {
/template/kajukkd/fonts/demo-files/
Ddemo.css112 .unit {
/template/darkwood/css/
Ddarkwood-responsive.css26 https://www.digitalocean.com/community/tutorials/css-css-grid-layout-fr-unit
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php855 [, $num, $unit] = $value;
861 return $num . $unit;
1931 $unit = empty($left[2]) ? $right[2] : $left[2];
1963 return array("number", $value, $unit);
2985 $this->unit($inner) ||
2996 if ($this->unit($value)) return true;
3245 protected function unit(&$unit) { argument
3253 $unit = array("number", $m[1], empty($m[2]) ? "" : $m[2]);
3514 if ($this->unit($unit)) { // for keyframes
3515 $parts[] = $unit[1];
[all …]
/template/templar/css/
Dscreen.less59 //@import "../less/hero-unit.less";
/template/newspaper/css/
Dresponsive.css40 https://www.digitalocean.com/community/tutorials/css-css-grid-layout-fr-unit
/template/default/
Dresponsive.css19 https://www.digitalocean.com/community/tutorials/css-css-grid-layout-fr-unit
/template/scanlines/htc/PIE-1.0beta5/
DPIE_uncompressed.js528 var unit = this.unit,
530 if( !unit ) {
532 unit = this.unit = ( m && m[0] ) || 'px';
534 return unit;
553 unit = this.getUnit();
554 switch( unit ) {
564 return num * conversions[ unit ];
/template/ospyramid/js/libs/
Djquery-1.6.1.js8087 parts, start, end, unit;
8164 unit = parts[3] || ( jQuery.cssNumber[ p ] ? "" : "px" );
8167 if ( unit !== "px" ) {
8168 jQuery.style( this, p, (end || 1) + unit);
8170 jQuery.style( this, p, start + unit);
8178 e.custom( start, end, unit );
8335 custom: function( from, to, unit ) { argument
8343 this.unit = unit || this.unit || ( jQuery.cssNumber[ this.prop ] ? "" : "px" );
8498 …fx.prop ] = (fx.prop === "width" || fx.prop === "height" ? Math.max(0, fx.now) : fx.now) + fx.unit;
/template/strap/resources/library/bootstrap/5.0.1/
H A Dbootstrap.min.css.map1unit: rem !default;\n\n@if $rfs-unit != rem and $rfs-unit != px {\n @error \"`#{$rfs-unit}` is no…
/template/lcars/
Dcufon-yui.js7unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.con…

123