Thread: [Jspro-cvs] jsPro README,1.21,1.22 CHANGES,1.15,1.16
Brought to you by:
wigleys
|
From: <wi...@us...> - 2003-09-19 19:57:57
|
Update of /cvsroot/jspro/jsPro
In directory sc8-pr-cvs1:/tmp/cvs-serv10038
Modified Files:
README CHANGES
Log Message:
updated to reflect latest changes
Index: README
===================================================================
RCS file: /cvsroot/jspro/jsPro/README,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** README 12 Sep 2003 14:30:41 -0000 1.21
--- README 19 Sep 2003 15:44:43 -0000 1.22
***************
*** 26,51 ****
array.js
-------------------------------------------------------------------------------
! Array.prototype.changeKeyCase(): change key case
! Array.prototype.chunk(): split into chunks
! Array.prototype.count(): count occurrence of values
! Array.prototype.covar(): coefficient of variation
! Array.prototype.fill(): fill
! Array.prototype.max(): maximum value
! Array.prototype.mean(): mean
! Array.prototype.median(): median
! Array.prototype.min(): minimum value
! Array.prototype.product(): product
! Array.prototype.range(): range
! Array.prototype.stdev(): standard deviation
! Array.prototype.sum(): sum
! Array.prototype.swap(): swap two members
! Array.prototype.variance(): unbiased variance
chemica.js
-------------------------------------------------------------------------------
! Chemica.prototype.getAtomicNo(): get Atomic Number
! Chemica.prototype.getAtomicWt(): get Atomic Weight
! Chemica.prototype.getName(): get Name
! Chemica.prototype.getSymbol(): get Symbol
constants.js
--- 26,57 ----
array.js
-------------------------------------------------------------------------------
! 1. Array.prototype.averageDev(): average deviation
! 2. Array.prototype.changeKeyCase(): change key case
! 3. Array.prototype.chunk(): split into chunks
! 4. Array.prototype.count(): count occurrence of values
! 5. Array.prototype.covar(): coefficient of variation
! 6. Array.prototype.fill(): fill
! 7. Array.prototype.max(): maximum value
! 8. Array.prototype.mean(): mean
! 9. Array.prototype.median(): median
! 10. Array.prototype.min(): minimum value
! 11. Array.prototype.product(): product
! 12. Array.prototype.range(): range
! 13. Array.prototype.standardDev(): standard deviation
! 14. Array.prototype.sum(): sum
! 15. Array.prototype.swap(): swap two members
! 16. Array.prototype.variance(): unbiased variance
!
! browser.js
! -------------------------------------------------------------------------------
! 17. Browser.prototype.getCookie(): retrieve value of cookie(s)
! 18. Browser.prototype.setCookie(): create cookie
chemica.js
-------------------------------------------------------------------------------
! 19. Chemica.prototype.getAtomicNo(): get Atomic Number
! 20. Chemica.prototype.getAtomicWt(): get Atomic Weight
! 21. Chemica.prototype.getName(): get Chemical Name
! 22. Chemica.prototype.getSymbol(): get Chemical Symbol
constants.js
***************
*** 54,85 ****
date.js
-------------------------------------------------------------------------------
! Date.prototype.formatDate(): format a date
! Date.prototype.getDayOfYear(): day of year
! Date.prototype.getDaysInMonth(): days in month
! Date.prototype.getGMTOffset(): GMT Offset
! Date.prototype.getLong12Hours(): two digit hour (01-12)
! Date.prototype.getLong24Hours(): two digit hour (00-23)
! Date.prototype.getLongDate(): two digit day of month (01-31)
! Date.prototype.getLongDayName(): Day name
! Date.prototype.getLongMinutes(): two digit minute (00-59)
! Date.prototype.getLongMonth(): two digit month (01-12)
! Date.prototype.getLongMonthName(): month name
! Date.prototype.getLongSeconds(): two digit seconds (00-59)
! Date.prototype.getMeridiem(): meridiem
! Date.prototype.getOrdinalSuffix(): english ordinal suffix
! Date.prototype.getRFC822Date(): RFC 822 date
! Date.prototype.getShort12Hours(): one/two digit hour (1-12)
! Date.prototype.getShort24Hours(): one/two digit hour (0-23)
! Date.prototype.getShortDayName(): short day name
! Date.prototype.getShortMonth(): one/two digit month (1-12)
! Date.prototype.getShortMonthName(): short month name
! Date.prototype.getShortYear(): two digit year (00-99)
! Date.prototype.getSwatchTime(): Swatch internet time
! Date.prototype.getTimeSeconds(): seconds since UNIX epoch
! Date.prototype.getTimezone(): not implemented
! Date.prototype.getTimezoneOffsetSeconds(): timezone offset in seconds
! Date.prototype.getWeekOfYear(): week of year
! Date.prototype.isDaylightSavingsTime(): not implemented
! Date.prototype.isLeapYear(): is leap year?
elements.js
--- 60,91 ----
date.js
-------------------------------------------------------------------------------
! 23. Date.prototype.formatDate(): format date
! 24. Date.prototype.getDayOfYear(): day of year
! 25. Date.prototype.getDaysInMonth(): days in month
! 26. Date.prototype.getGMTOffset(): GMT offset
! 27. Date.prototype.getLong12Hours(): 12-hour two-digit hour (01-12)
! 28. Date.prototype.getLong24Hours(): 24-hour two-digit hour (00-23)
! 29. Date.prototype.getLongDate(): two-digit day of month (01-31)
! 30. Date.prototype.getLongDayName(): day name
! 31. Date.prototype.getLongMinutes(): two-digit minutes (00-59)
! 32. Date.prototype.getLongMonth(): two-digit month (01-12)
! 33. Date.prototype.getLongMonthName(): month name
! 34. Date.prototype.getLongSeconds(): two-digit seconds (00-59)
! 35. Date.prototype.getMeridiem(): meridiem
! 36. Date.prototype.getOrdinalSuffix(): English ordinal suffix
! 37. Date.prototype.getRFC822Date(): RFC 822 date
! 38. Date.prototype.getShort12Hours(): 12-hour one-/two-digit hour (1-12)
! 39. Date.prototype.getShort24Hours(): 24-hour one-/two-digit hour (0-23)
! 40. Date.prototype.getShortDayName(): short day name
! 41. Date.prototype.getShortMonth(): one-/two-digit month (1-12)
! 42. Date.prototype.getShortMonthName(): short month name
! 43. Date.prototype.getShortYear(): two-digit year (00-99)
! 44. Date.prototype.getSwatchTime(): Swatch Internet Time
! 45. Date.prototype.getTimeSeconds(): seconds since UNIX epoch
! 46. Date.prototype.getTimezone(): not implemented
! 47. Date.prototype.getTimezoneOffsetSeconds(): timezone offset in seconds
! 48. Date.prototype.getWeekOfYear(): week of year
! 49. Date.prototype.isDaylightSavingsTime(): not implemented
! 50. Date.prototype.isLeapYear(): is leap year?
elements.js
***************
*** 88,183 ****
error.js
-------------------------------------------------------------------------------
! Error.prototype.handleError():
math.js
-------------------------------------------------------------------------------
! Math.acosh(): inverse hyperbolic cosine
! Math.acot(): inverse cotangent
! Math.acoth(): inverse hyperbolic cotangent
! Math.acsc(): inverse cosecant
! Math.acsch(): inverse hyperbolic cosecant
! Math.asec(): inverse secant
! Math.asech(): inverse hyperbolic secant
! Math.asinh(): inverse hyperbolic sine
! Math.atanh(): inverse hyperbolic tangent
! Math.baseConvert(): convert base
! Math.bin2dec(): binary to decimal conversion
! Math.bin2hex(): binary to hexadecimal conversion
! Math.bin2oct(): binary to octal conversion
! Math.cosh(): hyperbolic cosine
! Math.cot(): cotangent
! Math.coth(): hyperbolic cotangent
! Math.cov(): coversine
! Math.csc(): cosecant
! Math.csch(): hyperbolic cosecant
! Math.dec2bin(): decimal to binary conversion
! Math.dec2hex(): decimal to hexadecimal conversion
! Math.dec2oct(): decimal to octal conversion
! Math.deg2grad(): degree to gradian conversion
! Math.deg2rad(): degree to radian conversion
! Math.expm1(): exp(x) - 1
! Math.exsec(): exsecant
! Math.fibonacci(): fibonacci sequence
! Math.fmod(): floating point modulus
! Math.gd(): gudermannian function
! Math.grad2deg(): gradian to degree conversion
! Math.grad2rad(): gradian to radian conversion
! Math.hav(): haversine
! Math.hex2bin(): hexadecimal to binary conversion
! Math.hex2dec(): hexadecimal to decimal converison
! Math.hex2oct(): hexadecimal to octal conversion
! Math.hypot(): hypotenuse
! Math.isEven(): is even?
! Math.isOdd(): is odd?
! Math.isPrime(): is prime?
! Math.log10(): base-10 logarithm
! Math.log2(): base-2 logarithm
! Math.log1p(): log(1 + x)
! Math.luhn(): luhn formula
! Math.oct2bin(): octal to binary conversion
! Math.oct2dec(): octal to decimal conversion
! Math.oct2hex(): octal to hexadecimal conversion
! Math.pi(): calculate pi
! Math.rad2deg(): radian to degree conversion
! Math.rad2grad(): radian to gradian conversion
! Math.sec(): secant
! Math.sech(): hyperbolic secant
! Math.sigmoid(): sigmoid function
! Math.sign(): sign
! Math.sinc(): sinc function
! Math.sinh(): hyperbolic sine
! Math.sq(): square
! Math.tanc(): tanc function
! Math.tanh(): hyperbolic tangent
! Math.vers(): versine
point.js
-------------------------------------------------------------------------------
! Point.prototype.distance(): distance between two points
string.js
-------------------------------------------------------------------------------
! String.prototype.addSlashes(): escape vertain characters with backslashes
! String.prototype.count(): count occurence of characters
! String.prototype.htmlEntities(): encode xhtml entities
! String.prototype.htmlSpecialChars(): encode subset of html special characters
! String.prototype.isEmailAddress(): is email address?
! String.prototype.levenshtein(): levenshtein distance
! String.prototype.lpad(): pad left side
! String.prototype.ltrim(): trim left side
! String.prototype.nl2br(): newline to <br> conversion
! String.prototype.pad(): pad
! String.prototype.repeat(): repeat
! String.prototype.reverse(): reverse
! String.prototype.rot13(): rotate 13 encoding
! String.prototype.rpad(): pad right side
! String.prototype.rtrim(): trim right side
! String.prototype.trim(): trim
! String.prototype.ucFirst(): uppercase first character
! String.prototype.ucWords(): uppercase words
! String.prototype.wordWrap(): word wrap
! This file was generated automatically: Fri Sep 12 15:32:03 2003
--- 94,203 ----
error.js
-------------------------------------------------------------------------------
! 51. Error.prototype.handleError(): handles thrown exceptions
math.js
-------------------------------------------------------------------------------
! 52. Math.acosh(): inverse hyperbolic cosine
! 53. Math.acot(): inverse cotangent
! 54. Math.acoth(): inverse hyperbolic cotangent
! 55. Math.acsc(): inverse cosecant
! 56. Math.acsch(): inverse hyperbolic cosecant
! 57. Math.asec(): inverse secant
! 58. Math.asech(): inverse hyperbolic secant
! 59. Math.asinh(): inverse hyperbolic sine
! 60. Math.atanh(): inverse hyperbolic tangent
! 61. Math.baseConvert(): convert base
! 62. Math.bin2dec(): binary to decimal conversion
! 63. Math.bin2hex(): binary to hexadecimal conversion
! 64. Math.bin2oct(): binary to octal conversion
! 65. Math.cosh(): hyperbolic cosine
! 66. Math.cot(): cotangent
! 67. Math.coth(): hyperbolic cotangent
! 68. Math.cov(): coversine
! 69. Math.csc(): cosecant
! 70. Math.csch(): hyperbolic cosecant
! 71. Math.dec2bin(): decimal to binary conversion
! 72. Math.dec2hex(): decimal to hexadecimal conversion
! 73. Math.dec2oct(): decimal to octal conversion
! 74. Math.deg2grad(): degree to gradian conversion
! 75. Math.deg2rad(): degree to radian conversion
! 76. Math.expm1(): exp(x) - 1
! 77. Math.exsec(): exsecant
! 78. Math.fibonacci(): Fibonacci sequence
! 79. Math.fmod(): floating-point remainder
! 80. Math.gd(): Gudermannian function
! 81. Math.grad2deg(): gradian to degree conversion
! 82. Math.grad2rad(): gradian to radian conversion
! 83. Math.hav(): haversine
! 84. Math.hex2bin(): hexadecimal to binary conversion
! 85. Math.hex2dec(): hexadecimal to decimal conversion
! 86. Math.hex2oct(): hexadecimal to octal conversion
! 87. Math.hypot(): hypotenuse
! 88. Math.isEven(): is even?
! 89. Math.isOdd(): is odd?
! 90. Math.isPrime(): is prime?
! 91. Math.log10(): base-10 logarithm
! 92. Math.log2(): base-2 logarithm
! 93. Math.log1p(): log(1 + x)
! 94. Math.luhn(): LUHN formula
! 95. Math.oct2bin(): octal to binary conversion
! 96. Math.oct2dec(): octal to decimal conversion
! 97. Math.oct2hex(): octal to hexadecimal conversion
! 98. Math.pi(): calculate pi
! 99. Math.rad2deg(): radian to degree conversion
! 100. Math.rad2grad(): radian to gradian conversion
! 101. Math.sec(): secant
! 102. Math.sech(): hyperbolic secant
! 103. Math.sigmoid(): sigmoid function
! 104. Math.sign(): sign
! 105. Math.sinc(): sinc function
! 106. Math.sinh(): hyperbolic sine
! 107. Math.sq(): square
! 108. Math.tanc(): tanc function
! 109. Math.tanh(): hyperbolic tangent
! 110. Math.vers(): versine
point.js
-------------------------------------------------------------------------------
! 111. Point.prototype.distance(): distance between two points
string.js
-------------------------------------------------------------------------------
! 112. String.prototype.addSlashes(): escape certain characters with backslashes
! 113. String.prototype.cat(): count occurrence of characters
! 114. String.prototype.compress(): compress to spaces
! 115. String.prototype.count(): count occurrence of characters
! 116. String.prototype.htmlEntities(): encode XHTML 1.0 entities
! 117. String.prototype.htmlSpecialChars(): encode subset of HTML special characters
! 118. String.prototype.insert(): insert a string
! 119. String.prototype.isEmailAddress(): is email address?
! 120. String.prototype.levenshtein(): Levenshtein distance
! 121. String.prototype.lpad(): pad left side
! 122. String.prototype.ltrim(): trim left side
! 123. String.prototype.nl2br(): newline to <br> conversion
! 124. String.prototype.overlay(): overlay a string
! 125. String.prototype.pad(): pad
! 126. String.prototype.remove(): delete characters
! 127. String.prototype.repeat(): repeat
! 128. String.prototype.repeatChars(): repeat
! 129. String.prototype.reverse(): reverse
! 130. String.prototype.rot13(): rotate 13 encoding
! 131. String.prototype.rpad(): pad right side
! 132. String.prototype.rtrim(): trim right side
! 133. String.prototype.swap(): swap characters
! 134. String.prototype.trim(): trim
! 135. String.prototype.truncate(): truncate
! 136. String.prototype.ucFirst(): uppercase first character
! 137. String.prototype.ucWords(): uppercase words
! 138. String.prototype.wordWrap(): word wrap
+ validator.js
+ -------------------------------------------------------------------------------
+ 139. Validator.prototype.isBlankString(): is a blank string
+ 140. Validator.prototype.isDigit(): is a single digit
+ 141. Validator.prototype.isInteger(): is an integer
!
! This file was generated automatically: Fri Sep 19 16:45:36 2003
Index: CHANGES
===================================================================
RCS file: /cvsroot/jspro/jsPro/CHANGES,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** CHANGES 17 Sep 2003 08:50:57 -0000 1.15
--- CHANGES 19 Sep 2003 15:44:43 -0000 1.16
***************
*** 6,10 ****
--- 6,12 ----
array.js:
+ - Array.averageDev()
- Array.changeKeyCase()
+ - renamed Array.stdev() to Array.standardDev()
browser.js:
***************
*** 36,39 ****
--- 38,57 ----
- Math.fmod()
- Math.pi()
+
+ string.js:
+
+ - String.cat()
+ - String.compress()
+ - String.insert()
+ - String.overlay()
+ - String.remove()
+ - String.swap()
+ - String.repeatChars()
+ - String.truncate()
+
+ validator.js:
+
+ - new Validator() class that provides methods for boolean testing of
+ values
-------------------------------------------------------------------------------
|