Changes between Version 74 and Version 75 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2014-12-03T13:33:25+01:00 (11 years ago)
Author:
naoliv
Comment:

Points Java docs to version 7

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v74 v75  
    344344}}}
    345345{{{#!td align=left  valign=top   
    346 [http://download.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html#sum Regular expression] match
     346[http://download.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html#sum Regular expression] match
    347347
    348348}}}
     
    353353                                            /* Note, that reqular expressions have to be enclosed in /.../                     */                 
    354354}}}
    355 Case-insensitive matching can be enabled via the embedded flag expression `(?i)` (see [http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html#CASE_INSENSITIVE Pattern.CASE_INSENSITIVE]).
     355Case-insensitive matching can be enabled via the embedded flag expression `(?i)` (see [http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html#CASE_INSENSITIVE Pattern.CASE_INSENSITIVE]).
    356356}}}
    357357|-------------------------------------------------------------------------------
     
    360360}}}
    361361{{{#!td align=left  valign=top   
    362 negated [http://download.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html#sum Regular expression] match
     362negated [http://download.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html#sum Regular expression] match
    363363
    364364}}}
     
    438438|-------------------------------------------------------------------------------
    439439{{{#!td align=left  valign=top
    440 Presence of tag by [http://download.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html#sum Regular expression] match (since r6547)
     440Presence of tag by [http://download.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html#sum Regular expression] match (since r6547)
    441441}}}
    442442{{{#!td align=left  valign=top   
     
    953953  comparison operators
    954954 asin, atan, atan2, ceil, cos, cosh, exp, floor, log, max, min, random, round, signum, sin, sinh, sqrt, tan, tanh::
    955   the usual meaning, [http://download.oracle.com/javase/6/docs/api/java/lang/Math.html details]
     955  the usual meaning, [http://download.oracle.com/javase/7/docs/api/java/lang/Math.html details]
    956956 cond(b, fst, snd)::
    957957 b ? fst : snd::