Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 32 for acute (0.28 sec)

  1. okhttp/build.gradle.kts

      testImplementation(libs.junit.jupiter.api)
      testImplementation(libs.junit.jupiter.params)
      testImplementation(libs.kotlin.test.junit)
      testImplementation(libs.openjsse)
      testImplementation(libs.aqute.resolve)
      testCompileOnly(libs.findbugs.jsr305)
    
      osgiTestDeploy(libs.eclipseOsgi)
      osgiTestDeploy(libs.kotlin.stdlib.osgi)
    }
    
    mavenPublishing {
      configure(KotlinJvm(javadocJar = JavadocJar.Empty()))
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Jan 04 05:32:07 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  2. src/html/escape.go

    func EscapeString(s string) string {
    	return htmlEscaper.Replace(s)
    }
    
    // UnescapeString unescapes entities like "&lt;" to become "<". It unescapes a
    // larger range of entities than EscapeString escapes. For example, "&aacute;"
    // unescapes to "á", as does "&#225;" and "&#xE1;".
    // UnescapeString(EscapeString(s)) == s always holds, but the converse isn't
    // always true.
    func UnescapeString(s string) string {
    	populateMapsOnce.Do(populateMaps)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 13 07:00:18 UTC 2020
    - 5K bytes
    - Viewed (0)
  3. build.gradle.kts

      if (project.name == "android-test-app") return@subprojects
      if (project.name == "container-tests") return@subprojects
    
      apply(plugin = "checkstyle")
      apply(plugin = "ru.vyarus.animalsniffer")
      apply(plugin = "biz.aQute.bnd.builder")
    
      tasks.withType<JavaCompile> {
        options.encoding = Charsets.UTF_8.toString()
      }
    
      configure<JavaPluginExtension> {
        toolchain {
          languageVersion.set(JavaLanguageVersion.of(17))
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Apr 18 01:32:42 UTC 2024
    - 8.9K bytes
    - Viewed (1)
  4. docs/pt/docs/tutorial/path-params-numeric-validations.md

        Estas funções são assim (ao invés de apenas usar as classes diretamente) para que seu editor não acuse erros sobre seus tipos.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Oct 17 05:59:11 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  5. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AbstractSmokeTest.groovy

        static class TestedVersions {
            /**
             * May also need to update
             * @see BuildScanPluginSmokeTest
             */
    
            // https://plugins.gradle.org/plugin/biz.aQute.bnd
            static bnd = "7.0.0"
    
            // https://plugins.gradle.org/plugin/com.netflix.nebula.dependency-recommender
            static nebulaDependencyRecommender = "12.4.0"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 08:14:32 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  6. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    with six parallelogram Sides and eight solid Angles. The obtuse Angles of the Parallelograms are each of them 101 Degrees and 52 Minutes; the acute ones 78 Degrees and 8 Minutes. Two of the solid Angles opposite to one another, as C and E, are compassed each of them with three of these obtuse Angles, and each of the other six with one obtuse and two acute ones. It cleaves easily in planes parallel to any of its Sides, and not in any other Planes. It cleaves with a glossy polite Surface not perfectly...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  7. src/testdata/Isaac.Newton-Opticks.txt

    Angles. The obtuse Angles of the Parallelograms are each of them 101
    Degrees and 52 Minutes; the acute ones 78 Degrees and 8 Minutes. Two of
    the solid Angles opposite to one another, as C and E, are compassed each
    of them with three of these obtuse Angles, and each of the other six
    with one obtuse and two acute ones. It cleaves easily in planes parallel
    to any of its Sides, and not in any other Planes. It cleaves with a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  8. test-site/activator-launch-1.3.2.jar

    "&#216;"> <!ENTITY Ugrave "&#217;"> <!ENTITY Uacute "&#218;"> <!ENTITY Ucirc "&#219;"> <!ENTITY Uuml "&#220;"> <!ENTITY Yacute "&#221;"> <!ENTITY THORN "&#222;"> <!ENTITY szlig "&#223;"> <!ENTITY agrave "&#224;"> <!ENTITY aacute "&#225;"> <!ENTITY acirc "&#226;"> <!ENTITY atilde "&#227;"> <!ENTITY auml "&#228;"> <!ENTITY aring "&#229;"> <!ENTITY aelig "&#230;"> <!ENTITY ccedil "&#231;"> <!ENTITY egrave "&#232;"> <!ENTITY eacute "&#233;"> <!ENTITY ecirc "&#234;"> <!ENTITY euml "&#235;"> <!ENTITY igrave...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
  9. src/html/template/exec_test.go

    	{"range count", `{{range $i, $x := count 5}}[{{$i}}]{{$x}}{{end}}`, "[0]a[1]b[2]c[3]d[4]e", tVal, true},
    	{"range nil count", `{{range $i, $x := count 0}}{{else}}empty{{end}}`, "empty", tVal, true},
    
    	// Cute examples.
    	{"or as if true", `{{or .SI "slice is empty"}}`, "[3 4 5]", tVal, true},
    	{"or as if false", `{{or .SIEmpty "slice is empty"}}`, "slice is empty", tVal, true},
    
    	// Error handling.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/_aws/fess.json

    "avresti", "avrebbe", "avremmo", "avreste", "avrebbero", "avevo", "avevi", "aveva", "avevamo", "avevate", "avevano", "ebbi", "avesti", "ebbe", "avemmo", "aveste", "ebbero", "avessi", "avesse", "avessimo", "avessero", "avendo", "avuto", "avuta", "avuti", "avute", "sono", "sei", "è", "siamo", "siete", "sia", "siate", "siano", "sarò", "sarai", "sarà", "saremo", "sarete", "saranno", "sarei", "saresti", "sarebbe", "saremmo", "sareste", "sarebbero", "ero", "eri", "era", "eravamo", "eravate", "erano", "fui", "fosti",...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
Back to top