Home
last modified time | relevance | path

Searched refs:i (Results 101 – 125 of 492) sorted by path

12345678910>>...20

/template/breeze/bower_components/gumby/js/libs/
H A Djquery-2.0.2.min.js4i=e.location,o=e.document,s=o.documentElement,a=e.jQuery,u=e.$,l={},c=[],p="2.0.2",f=c.concat,h=c.… variable
5i=x.Deferred(),o=this,s=this.length,a=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t… variable
6i.href}catch(an){Ut=o.createElement("a"),Ut.href="",Ut=Ut.href}Xt=tn.exec(Ut.toLowerCase())||[];fu… argument
H A Djquery-2.0.2.min.map1 …"callback","args","promise","done","apply","arguments","first","eq","last","i","len","j","map","en…
H A Djquery.mobile.custom.min.js3i=t.type,s,o,a,l,c,h,p,d,v;t=e.Event(t),t.type=n,s=t.originalEvent,o=e.event.props,i.search(/^(mou… variable
H A Dmodernizr-2.6.2.min.js4i=b.createElement(h),j=i.style,k,l={}.toString,m=" -webkit- -moz- -o- -ms- ".split(" "),n={},o={},… function
/template/breeze/bower_components/gumby/js/libs/ui/
H A Dgumby.toggleswitch.js97 var i = 0;
99 for(i; i < targets.length; i++) {
100 if(targets[i] && !$(targets[i]).length) {
101 Gumby.error('Cannot find '+this.constructor.name+' target: '+targets[i]);
H A Djquery.validation.js91 i;
94 for(i = 0; i < reqLength; i++) {
96 $this.find('[name="'+settings.required[i].name+'"]'),
97 settings.required[i].validate || false
112 var reqLength = validations.length, i;
113 for(i = 0; i < reqLength; i++) {
114 if(!validations[i].validate()) {
/template/breeze/bower_components/gumby/js/
H A Dplugins.js2 …eateElement('textarea'),i=$.fn,c=$.valHooks,k,j;if(a&&d){j=i.placeholder=function(){return this};j… variable
/template/breeze/bower_components/gumby/sass/
H A D_grid.scss59 @for $i from 1 through $cols{ variable
60 @if $i == 1 {
62 width: columns($i);
66 width: columns($i);
76 .push_#{number-as-word($i)} {
77 margin-left: push_x($i);
85 @if $i + $j == $cols {
117 margin-left: centered($i);
127 @if $i == 1 {
129 width: columns($i, true);
[all …]
H A D_shame.scss33 .radio.checked i, .checkbox.checked i {
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/
H A D_modular-scale.scss95 $i: -1;
100 $i: $i - 1;
106 $i: 0;
108 @while $i >= $multiple {
111 $i: $i - 1;
149 @for $i from 1 through $multiple {
156 $i: -1;
161 $i: $i - 1;
167 $i: 0;
169 @while $i >= $multiple {
[all …]
/template/breeze/bower_components/gumby/sass/extensions/sassy-math/lib/
H A Dsassy-math.rb45 (1..number).each do |i|
46 result = result * i
/template/breeze/bower_components/gumby/sass/extensions/sassy-math/stylesheets/
H A D_math.scss39 @for $i from 2 through $exponent { variable
43 @for $i from 0 through -$exponent {
61 @for $i from 1 through $number {
62 $value: $value * $i;
81 @for $i from 1 through $iter {
197 @for $i from 1 through $iter {
198 $value: $value + ( pow(-1, $i) * pow(-1 * (1 - $number), $i)) / $i;
235 @for $i from 1 through $number {
237 @return $i;
243 @return $i / 1000;
[all …]
/template/breeze/bower_components/gumby/sass/functions/
H A D_icons.scss12 @mixin i($icon) { mixin
15 i.#{$icon}:before {
23 @each $i in $icon { variable
24 @include i($i);
29 @include i(nth($icon, 1));
33 @include i($icon);
/template/breeze/bower_components/gumby/sass/ui/
H A D_forms.scss302 i { color: nth($error, 2); }
313 &.checked i {
H A D_icons.scss7 i[class^="icon-"],
8 i[class*=" icon-"] {
15 i[class^="icon-"],
16 i[class*=" icon-"] {
H A D_navbar.scss136 i.icon-popup {
235 i {
/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/
H A D_function-list.scss21 @for $i from ($Start + 1) through $End + 1 { variable
22 $Trim-list: join($Trim-list, nth($Positive-return, $i));
27 @for $i from 1 through $End + 1 {
28 $Trim-list: join($Trim-list, nth($Positive-return, $i));
44 @each $i in $Negitive-return {
45 $MS-new-return: join($i, $MS-new-return);
52 @for $i from abs($End) through (abs($Start) + 2) {
53 $Trim-list: join(nth($Negitive-return, $i), $Trim-list);
57 @for $i from 2 through (abs($Start) + 1) {
58 $Trim-list: join(nth($Negitive-return, $i), $Trim-list);
H A D_function.scss34 @each $i in $Return { variable
35 $MS-new-return: join($i, $MS-new-return);
H A D_generate-list.scss80 @for $i from 2 through length($Bases) { variable
83 @for $i from 2 through length($MS-base-list) {
84 $MS-new-list: join($MS-new-list, nth($MS-base-list, $i));
H A D_pow.scss23 @for $i from 1 to $Exponent { variable
32 @for $i from (-1 + 1) to (abs($Exponent) + 1) {
/template/breeze/css/
H A Dgumby.css318 .icon-up.icon-left a:before, .icon-up.icon-right a:after, i.icon-up:before { content: "\2b06"; heig…
1265 .navbar ul li > a i.icon-popup { position: absolute; }
1286 .pretty.navbar a.toggle i { text-shadow: 0 1px 1px #d1c08c; }
1429 …"] a:before, [class^="icon-"] a:after, [class*=" icon-"] a:after, i[class^="icon-"], i[class*=" ic…
1431 i[class^="icon-"], i[class*=" icon-"] { display: inline-block; position: static; min-width: 20px; m…
1545 .js .field .radio.success i, .js .field .checkbox.success i { color: #859900; }
1547 .js .field .radio.checked i, .js .field .checkbox.checked i { position: absolute; top: -1px; left: …
1684 .ie9 .radio.checked i, .ie9 .checkbox.checked i { top: 0; }
1717 .js .field .radio.success i, .js .field .checkbox.success i { color: #859900; }
1719 .js .field .radio.checked i, .js .field .checkbox.checked i { position: absolute; top: -1px; left: …
[all …]
/template/breeze/js/
H A Dgumby.min.js1i(){this.$dom=t(document),this.$html=this.$dom.find("html"),this.isOldie=!!this.$html.hasClass("ol… argument
/template/breeze/sass/
H A D_forms.scss108 i { color: nth($error, 2); }
119 &.checked i {
H A D_navbar.scss138 i.icon-popup {
/template/breeze/
H A Dstyle.ini8 ; (i.e. [stylesheets] or [replacements]) into that file as well.

12345678910>>...20