Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for Eintrag (0.25 sec)

  1. docs/de/docs/deployment/https.md

    In dem oder den DNS-Server(n) würden Sie einen Eintrag (einen „`A record`“) konfigurieren, um mit **Ihrer Domain** auf die öffentliche **IP-Adresse Ihres Servers** zu verweisen.
    
    Sie würden dies wahrscheinlich nur einmal tun, beim ersten Mal, wenn Sie alles einrichten.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:16:46 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  2. docs/de/docs/alternatives.md

    Doch dann verlagerte sich der Schwerpunkt des Projekts.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:26:28 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/platform/internal/ReadelfBinaryInfoTest.groovy

     0x000000000000000e (SONAME)             Library soname: [heythere]
     0x000000000000000c (INIT)               0x668
    """],
                ["German", """
    Dynamische Sektion an Offset 0x1a6da8 enthält 26 Einträge:
      Tag       Typ                          Name/Wert
     0x00000001 (NEEDED)                     Gemeinsame Bibliothek [ld-linux.so.2]
     0x0000000e (SONAME)                     soname der Bibliothek: [heythere]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:09:11 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/artifacts/dsl/RepositoryHandler.java

        /**
         * Adds a repository which looks in Bintray's JCenter repository for dependencies.
         * <p>
         * The URL used to access this repository is {@literal "https://jcenter.bintray.com/"}.
         * The behavior of this repository is otherwise the same as those added by {@link #maven(org.gradle.api.Action)}.
         * <p>
         * Examples:
         * <pre class='autoTestedWithDeprecations'>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 03:42:11 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/dsl/DefaultRepositoryHandler.java

        public static final String DEFAULT_BINTRAY_JCENTER_REPO_NAME = "BintrayJCenter";
        public static final String BINTRAY_JCENTER_URL = "https://jcenter.bintray.com/";
        public static final String GOOGLE_REPO_NAME = "Google";
    
        public static final String FLAT_DIR_DEFAULT_NAME = "flatDir";
        private static final String MAVEN_REPO_DEFAULT_NAME = "maven";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 15:16:47 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/build.gradle

                    "snippet-build-cache-configure-task_kotlin_configureTask.sample",
                    // TODO(mlopatkin) These snippets use bintray plugin which is not fully CC-compatible. Remove bintray plugin from samples.
                    "snippet-plugins-buildscript_groovy_sanityCheck.sample",
                    "snippet-plugins-buildscript_kotlin_sanityCheck.sample",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 15:37:11 UTC 2024
    - 42K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolveConfigurationRepositoriesBuildOperationIntegrationTest.groovy

                    ARTIFACT_URLS: [],
                    METADATA_SOURCES: ['mavenPom'],
                    AUTHENTICATED: false,
                    AUTHENTICATION_SCHEMES: [],
                    URL: 'https://jcenter.bintray.com/',
                ]
            ]
        }
    
        private static String googleRepoBlock() {
            "repositories { google() }"
        }
    
        private static Map expectedGoogleRepo() {
            [
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 22.2K bytes
    - Viewed (0)
  8. README.md

    **Android**                   | [![Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/android.svg)](https://storage.googleapis.com/tensorflow-kokoro-build-badges/android.html)               | [Download](https://bintray.com/google/tensorflow/tensorflow/_latestVersion)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 05 15:00:10 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  9. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r25/TaskProgressCrossVersionSpec.groovy

            when:
            def events = ProgressEvents.create()
            withConnection {
                ProjectConnection connection ->
                    connection.newBuild().withArguments("-Dorg.gradle.parallel.intra=true", '--parallel', '--max-workers=2').forTasks('parallelTasks').addProgressListener(events).run()
            }
    
            then:
            events.tasks.size() == 3
    
            def runTasks = events.operation("Run tasks")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/xla_platform_info.cc

      }
      *compilation_device_type = DeviceType(registration->compilation_device_name);
    
      TF_ASSIGN_OR_RETURN(auto allowed_gpus, GetAllowedGpus(flr));
      // TODO(b/255826209): Set platform, intra op parallelism threads if required
      // and when supported by GetOrCreatePjRtClient().
      // The `allowed_gpus` argument is used only if the `device_type` is GPU.
      TF_ASSIGN_OR_RETURN(*pjrt_client,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 17:23:27 UTC 2024
    - 17.4K bytes
    - Viewed (0)
Back to top