Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 160 for uoml (0.05 sec)

  1. src/html/entity.go

    		"uacute":                           '\U000000FA',
    		"ucirc":                            '\U000000FB',
    		"ugrave":                           '\U000000F9',
    		"uml":                              '\U000000A8',
    		"uuml":                             '\U000000FC',
    		"yacute":                           '\U000000FD',
    		"yen":                              '\U000000A5',
    		"yuml":                             '\U000000FF',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/troubleshooting/version_catalog_problems.adoc

    This error indicates that your module notation in a TOML version catalog is incorrect.
    When you use the `module` notation in a TOML, it must consist of 2 elements, the `group` and the `name` of the module, separated by a colon (`:`).
    
    For example:
    
    ```toml
    [libraries]
    groovy = { module="org.codehaus.groovy:groovy", version="3.0.5" }
    ```
    
    [[toml_syntax_error]]
    == Invalid TOML definition
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jan 13 21:49:09 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/testing/test-suite-version-catalogs/kotlin/gradle/libs.versions.toml

    Tom Tresansky <******@****.***> 1713209293 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 19:28:13 UTC 2024
    - 542 bytes
    - Viewed (0)
  4. platforms/software/plugins-version-catalog/src/integTest/resources/org/gradle/api/plugins/catalog/internal/plugin-notations.toml

    Tom Tresansky <******@****.***> 1697215576 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 16 12:28:14 UTC 2023
    - 627 bytes
    - Viewed (0)
  5. subprojects/core/src/test/resources/org/gradle/api/internal/catalog/parser/one-version.toml

    Louis Jacomet <******@****.***> 1615370565 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 16 14:58:26 UTC 2021
    - 24 bytes
    - Viewed (0)
  6. subprojects/core/src/test/resources/org/gradle/api/internal/catalog/parser/plugin-notations.toml

    Valentin Kulesh <******@****.***> 1701265257 +0300
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 05:41:21 UTC 2024
    - 668 bytes
    - Viewed (0)
  7. src/mdo/reader-stax.vm

            entities.put("Otilde", "\u00d5");
            entities.put("Ouml", "\u00d6");
            entities.put("times", "\u00d7");
            entities.put("Oslash", "\u00d8");
            entities.put("Ugrave", "\u00d9");
            entities.put("Uacute", "\u00da");
            entities.put("Ucirc", "\u00db");
            entities.put("Uuml", "\u00dc");
            entities.put("Yacute", "\u00dd");
            entities.put("THORN", "\u00de");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/dependencyManagement/catalogs-javaPlatformCatalog/kotlin/catalog/repo/com/mycompany/catalog/1.0/catalog-1.0.toml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 255 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/dependencyManagement/catalogs-toml/kotlin/gradle/libs.versions.toml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 583 bytes
    - Viewed (0)
  10. platforms/software/plugins-version-catalog/src/integTest/resources/org/gradle/catalog/composed-platform.toml

    Tom Tresansky <******@****.***> 1697219015 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 16 12:28:14 UTC 2023
    - 254 bytes
    - Viewed (0)
Back to top