文件操作 - Back.as
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/gigisantamaria--com/--old19965547/oldfile/com/robertpenner/easing/Back.as
编辑文件内容
class com.robertpenner.easing.Back { function Back() { } // End of the function static function easeIn(t, b, c, d, s) { if (s == undefined) { s = 1.701580E+000; } // end if t = t / d; return (c * (t) * t * ((s + 1) * t - s) + b); } // End of the function static function easeOut(t, b, c, d, s) { if (s == undefined) { s = 1.701580E+000; } // end if t = t / d - 1; return (c * ((t) * t * ((s + 1) * t + s) + 1) + b); } // End of the function static function easeInOut(t, b, c, d, s) { if (s == undefined) { s = 1.701580E+000; } // end if t = t / (d / 2); if (t < 1) { s = s * 1.525000E+000; return (c / 2 * (t * t * ((s + 1) * t - s)) + b); } // end if t = t - 2; s = s * 1.525000E+000; return (c / 2 * ((t) * t * ((s + 1) * t + s) + 2) + b); } // End of the function static function easeOutIn(t, b, c, d, s) { if (s == undefined) { s = 1.701580E+000; } // end if t = t / (d / 2); if (t < 1) { s = s * 1.525000E+000; return (c / 2 * (--t * t * ((s + 1) * t + s) + 1) + b); } // end if s = s * 1.525000E+000; return (c / 2 * (--t * t * ((s + 1) * t - s) + 1) + b); } // End of the function } // End of Class
修改文件时间
将文件时间修改为当前时间的前一年
删除文件