Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 149 for ORACLE (0.14 sec)

  1. src/crypto/cipher/example_test.go

    	// https://tools.ietf.org/html/rfc5246#section-6.2.3.2. However, it's
    	// critical to note that ciphertexts must be authenticated (i.e. by
    	// using crypto/hmac) before being decrypted in order to avoid creating
    	// a padding oracle.
    
    	fmt.Printf("%s\n", ciphertext)
    	// Output: exampleplaintext
    }
    
    func ExampleNewCBCEncrypter() {
    	// Load your secret key from a safe place and reuse it across multiple
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 30 16:23:44 UTC 2018
    - 11.8K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/base/Strings.java

       * {@link java.io.PrintWriter#format PrintWriter.format}, and related methods. These support the
       * full range of <a
       * href="https://docs.oracle.com/javase/9/docs/api/java/util/Formatter.html#syntax">format
       * specifiers</a>, and alert you to usage errors by throwing {@link
       * java.util.IllegalFormatException}.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 09 00:49:18 UTC 2021
    - 12.3K bytes
    - Viewed (0)
  3. .teamcity/src/main/kotlin/model/CIBuildModel.kt

    data class TestCoverage(
        val uuid: Int,
        val testType: TestType,
        val os: Os,
        val testJvmVersion: JvmVersion,
        val vendor: JvmVendor = JvmVendor.oracle,
        val buildJvm: Jvm = BuildToolBuildJvm,
        val expectedBucketNumber: Int = DEFAULT_FUNCTIONAL_TEST_BUCKET_SIZE,
        val withoutDependencies: Boolean = false,
        val arch: Arch = os.defaultArch
    ) {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  4. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java

                attributes.put("jdkDownloadUrl", "https://jdk.java.net/");
                // TODO: This is coupled to extension.getJavadocs().getJavaApi()
                attributes.put("javadocReferenceUrl", "https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html");
                // TODO: This is coupled to extension.getJavadocs().getJavaApi()
                attributes.put("minJdkVersion", "8");
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 01 05:46:51 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  5. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/javadoc/JavadocIntegrationTest.groovy

        def "can pass offline links"() {
            buildFile << """
                apply plugin: 'java'
    
                javadoc {
                    options {
                        linksOffline 'https://docs.oracle.com/javase/8/docs/api/', 'gradle/javadocs/jdk'
                        linksOffline 'http://javadox.com/org.jetbrains/annotations/15.0/', 'gradle/javadocs/jetbrains-annotations'
                    }
                }
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 06:04:19 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  6. maven-model-builder/src/test/resources/dag.txt

    	quarkus/core/junit4-mock/pom.xml
    quarkus/extensions/reactive-oracle-client/deployment/pom.xml
    	quarkus/extensions/jdbc/jdbc-oracle/deployment/pom.xml
    	quarkus/extensions/reactive-datasource/deployment/pom.xml
    	quarkus/extensions/devservices/oracle/pom.xml
    	quarkus/extensions/vertx/deployment/pom.xml
    	quarkus/extensions/credentials/deployment/pom.xml
    	quarkus/extensions/reactive-oracle-client/runtime/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/base/PreconditionsTest.java

      // but essentially each line will be a call to a Preconditions method that, but for a documented
      // change would be a compiler error.
      // See http://docs.oracle.com/javase/specs/jls/se7/html/jls-15.html#jls-15.12.2 for the spec on
      // how javac selects overloads
      @SuppressWarnings("null")
      public void overloadSelection() {
        Boolean boxedBoolean = null;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/base/Verify.java

    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * Static convenience methods that serve the same purpose as Java language <a
     * href="https://docs.oracle.com/javase/8/docs/technotes/guides/language/assert.html">assertions</a>,
     * except that they are always enabled. These methods should be used instead of Java assertions
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon May 17 14:07:47 UTC 2021
    - 18.5K bytes
    - Viewed (0)
  9. platforms/jvm/plugins-java/src/integTest/groovy/org/gradle/java/compile/AbstractJavaCompilerIntegrationSpec.groovy

            !noDebug.debugIncludesSourceFile
            !noDebug.debugIncludesLineNumbers
            !noDebug.debugIncludesLocalVariables
        }
    
        // JavaFx was removed in JDK 10
        // JavaFx comes packaged with Oracle JDKs
        @Requires([
            UnitTestPreconditions.Jdk9OrEarlier,
            UnitTestPreconditions.JdkOracle
        ])
        def "can compile JavaFx 8 code"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 01 01:34:12 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  10. platforms/jvm/language-groovy/src/testFixtures/groovy/org/gradle/groovy/compile/AbstractBasicGroovyCompilerIntegrationSpec.groovy

            failure.assertHasCause("Could not execute Groovy compiler configuration script: ${file('groovycompilerconfig.groovy')}")
        }
    
        // JavaFx was removed in JDK 10
        // We don't have Oracle Java 8 on Windows any more
        @Requires([
            UnitTestPreconditions.Jdk9OrEarlier,
            UnitTestPreconditions.NotWindows
        ])
        def "compileJavaFx8Code"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 09:08:49 UTC 2023
    - 27K bytes
    - Viewed (0)
Back to top