Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 642 for realms (0.07 sec)

  1. ci/official/containers/ml_build/README.md

    Quoc Truong <******@****.***> 1727209746 -0700
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Sep 24 20:45:58 UTC 2024
    - 416 bytes
    - Viewed (0)
  2. tensorflow/c/README.md

    Asim Shankar <******@****.***> 1540258076 -0700
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 23 01:38:30 UTC 2018
    - 539 bytes
    - Viewed (0)
  3. README.md

    - **[DPE University Free Courses](https://dpeuniversity.gradle.com/app/catalog)**: A collection of hands-on courses for learning Gradle, complete with project-based tasks to improve real-world skills.
    - **[Gradle Community Resources](https://community.gradle.org/resources/)**: Discover a range of resources, tutorials, and guides to support your Gradle journey, from foundational concepts to advanced practices.
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Fri Nov 01 05:30:25 UTC 2024
    - 8K bytes
    - Viewed (0)
  4. architecture/standards/README.md

    Adam Murdoch <******@****.***> 1708497044 +1100
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Feb 21 06:30:44 UTC 2024
    - 546 bytes
    - Viewed (0)
  5. manifests/addons/dashboards/README.md

    John Howard <******@****.***> 1717524306 -0700
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 815 bytes
    - Viewed (0)
  6. test-site/README.md

    yfujita <******@****.***> 1429521235 +0900
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 09:13:55 UTC 2015
    - 217 bytes
    - Viewed (0)
  7. src/main/java/jcifs/http/NetworkExplorer.java

                this.insecureBasic = Config.getBoolean(p, "jcifs.http.insecureBasic", false);
                this.realm = p.getProperty("jcifs.http.basicRealm");
                if ( this.realm == null )
                    this.realm = "jCIFS";
                this.defaultDomain = p.getProperty("jcifs.smb.client.domain");
                this.transportContext = new BaseContext(new PropertyConfiguration(p));
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 21.3K bytes
    - Viewed (0)
  8. fastapi/security/http.py

            self.realm = realm
            self.auto_error = auto_error
    
        async def __call__(  # type: ignore
            self, request: Request
        ) -> Optional[HTTPBasicCredentials]:
            authorization = request.headers.get("Authorization")
            scheme, param = get_authorization_scheme_param(authorization)
            if self.realm:
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Sep 19 09:47:28 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  9. impl/maven-core/src/main/java/org/apache/maven/extension/internal/CoreExports.java

        }
    
        public CoreExports(ClassRealm realm, Set<String> exportedArtifacts, Set<String> exportedPackages) {
            this.artifacts = Collections.unmodifiableSet(new HashSet<>(exportedArtifacts));
            this.packages = exportedPackages.stream()
                    .collect(collectingAndThen(toMap(identity(), v -> realm), Collections::unmodifiableMap));
        }
    
        /**
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  10. architecture/ambient/ztunnel-cni-lifecycle.md

    When this occurs, the plugin will call out to the CNI Agent to program the network.
    This includes setting up networking rules within both the pod network namespace and the host network.
    For more information on the rules, see the [CNI README](../../cni/README.md).
    This is done by an HTTP server running on `/var/run/istio-cni/pluginevent.sock`.
    
    An alternative flow is when a pod is enrolled into ambient mode after it starts up.
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Jul 17 23:10:17 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top