Custom Query (429 matches)
Results (7 - 9 of 429)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#509 | fixed | a2js support of 'Rounding attribute | ||
Description |
It is quite trick to introduce support of 'Rounding attribute due to difference in semantic between Ada and JavaScript. For JavaScript equivalent code is function _rounding(n) { return Math.sign(n) * Math.round(Math.abs(n)); } |
|||
#508 | fixed | a2js support of model_epsilon attribute | ||
Description |
To add support of T'Model_Epsilon attribute. Correct value is available as Number.EPSILON constant in modern browsers. |
|||
#507 | fixed | http_servlet_request.change_session_id | ||
Description |
Starting from Servlet specification 3.1 there is Change_Session_Id method of HTTP_Servlet_Request. It is useful to manage sessions and change session identifiers on change of user's permissions. |
Note:
See TracQuery
for help on using queries.