| /template/breeze/bower_components/gumby/sass/extensions/sassy-math/stylesheets/ |
| D | _math.scss | 107 //@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 D | Unit.php | 31 $unit = $m[3] ?? null; 45 if (isset($conversions[$unit])) { 46 $digit = $digit * (float)$conversions[$unit];
|
| H A D | Dimension.php | 308 $unit = $conditionalWidthLength->getLengthUnit(); 309 switch ($unit) {
|
| /template/breeze/bower_components/modular-scale/stylesheets/modular-scale/ |
| D | _pow.scss | 5 // Find and remove unit. 6 // Avoids messyness with unit calculations 38 // Add the unit back onto the number.
|
| D | _function.scss | 14 $Unit: nth($Bases, 1) * 0 + 1; // Extracts the unit from the base
|
| /template/strap/action/ |
| H A D | toolbar.php | 36 $unit = array( 101 'list' => array($frontmatter, $blockquote, $webcode, $twitter, $unit)
|
| /template/templar/less/ |
| D | hero-unit.less | 2 // Hero unit 6 .hero-unit {
|
| D | bootstrap.less | 60 @import "hero-unit.less";
|
| D | variables.less | 224 // Hero unit
|
| /template/a_new_day/js/ |
| D | effects.js | 972 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/ |
| D | effects.js | 972 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 D | README.md | 70 - PHPUnit is required to run the unit tests 71 - Composer is required to run the unit tests
|
| /template/tripillar/css/ |
| D | tripillar-responsive.css | 37 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/ |
| D | basical-responsive.css | 21 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.scss | 27 …@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/ |
| D | demo.css | 112 .unit {
|
| /template/darkwood/css/ |
| D | darkwood-responsive.css | 26 https://www.digitalocean.com/community/tutorials/css-css-grid-layout-fr-unit
|
| /template/mikio/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 855 [, $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/ |
| D | screen.less | 59 //@import "../less/hero-unit.less";
|
| /template/newspaper/css/ |
| D | responsive.css | 40 https://www.digitalocean.com/community/tutorials/css-css-grid-layout-fr-unit
|
| /template/default/ |
| D | responsive.css | 19 https://www.digitalocean.com/community/tutorials/css-css-grid-layout-fr-unit
|
| /template/scanlines/htc/PIE-1.0beta5/ |
| D | PIE_uncompressed.js | 528 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/ |
| D | jquery-1.6.1.js | 8087 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 D | bootstrap.min.css.map | 1 …unit: rem !default;\n\n@if $rfs-unit != rem and $rfs-unit != px {\n @error \"`#{$rfs-unit}` is no…
|
| /template/lcars/ |
| D | cufon-yui.js | 7 …unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.con…
|