Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for Minifying (0.94 sec)

  1. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_groovy_to_kotlin_dsl.adoc

    As a first migration step, it is recommended to prepare your Groovy build scripts by
    
    * unifying quotes using double quotes,
    * disambiguating function invocations and property assignments (using respectively parentheses and assignment operator).
    
    The former can easily be done by searching for `'` and replacing by `"`.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  2. doc/go_spec.html

    field types unify.
    The type argument for <code>P</code> is not known yet (there is no map entry),
    so unifying <code>P</code> with <code>string</code> adds
    the mapping <code>P ➞ string</code> to the map.
    Unifying the types of the <code>list</code> field requires
    unifying <code>[]P</code> and <code>[]string</code> and
    thus <code>P</code> and <code>string</code>.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
Back to top