Home
last modified time | relevance | path

Searched refs:fx (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/libxo/xohtml/external/
H A Djquery.js2155 time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
8633 opt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default;
8686 ( jQuery.fx.step[ this.prop ] || jQuery.fx.step._default )( this );
8706 fx = jQuery.fx;
8727 timerId = setInterval( fx.tick, fx.interval );
8876 jQuery.style( fx.elem, "opacity", fx.now );
8880 if ( fx.elem.style && fx.elem.style[ fx.prop ] != null ) {
8881 fx.elem.style[ fx.prop ] = fx.now + fx.unit;
8883 fx.elem[ fx.prop ] = fx.now;
8892 jQuery.fx.step[ prop ] = function( fx ) { argument
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dmicrel.txt47 100base-fx (full and half duplex) modes.
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c1162 int32_t fx[OSPREY_NUM_5G_CAL_PIERS + OSPREY_NUM_2G_CAL_PIERS]; in ar9300_noise_floor_cal_or_power_get() local
1192 fx[nnf] = FBIN2FREQ(p_cal_pier[ipier], is_2ghz); in ar9300_noise_floor_cal_or_power_get()
1205 nf_use = interpolate(frequency, fx, nf, nnf); in ar9300_noise_floor_cal_or_power_get()