Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 567 for Kids (0.11 sec)

  1. pilot/pkg/security/authz/builder/testdata/http/td-aliases-source-principal-out.yaml

                rules:
                - any: true
            principals:
            - andIds:
                ids:
                - orIds:
                    ids:
                    - authenticated:
                        principalName:
                          safeRegex:
                            regex: .*/ns/istio-system/.*
                - orIds:
                    ids:
                    - authenticated:
                        principalName:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  2. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/continuous/BuildSessionServiceReuseContinuousIntegrationTest.groovy

            succeeds("captureService")
    
            when:
            triggerFile << "change"
    
            then:
            buildTriggeredAndSucceeded()
    
            and:
            def ids = idFile.readLines()
            ids.size() == 2
            ids[0] == ids[1]
    
            where:
            service                          | _
            "WorkerProcessFactory"           | _
            "UnscopedCacheBuilderFactory"    | _
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  3. platforms/software/antlr/src/integTest/groovy/org/gradle/api/plugins/antlr/IncrementalAntlrTaskIntegrationTest.groovy

            then:
            succeeds("generateGrammarSource")
            !test1TokenFile.exists()
            !test1LexerFile.exists()
            !test1ParserFile.exists()
        }
    
        def grammar(String... ids) {
            ids.each { id ->
                file("grammar-builder/src/main/antlr/${id}.g") << """grammar ${id};
                list    :   item (item)*
                        ;
    
                item    :
                    ID
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 14:52:10 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/test_resource_alias_analysis.cc

        int64_t next_id = 0;
        llvm::SmallDenseMap<Value, int64_t, 8> ids;
    
        auto assign_id = [&](Value value) {
          if (ids.find(value) == ids.end()) ids.insert({value, next_id++});
        };
    
        auto get_id = [&](Value value) -> int64_t {
          auto it = ids.find(value);
          assert(it != ids.end());
          return it->second;
        };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 19 00:13:50 UTC 2022
    - 4.4K bytes
    - Viewed (0)
  5. src/cmd/covdata/metamerge.go

    	// array and then call "f" on it.
    	for pidx, p := range mm.pkgs {
    		fids := make([]int, 0, len(p.ctab))
    		for fid := range p.ctab {
    			fids = append(fids, int(fid))
    		}
    		sort.Ints(fids)
    		if *verbflag >= 4 {
    			fmt.Printf("fids for pk=%d: %+v\n", pidx, fids)
    		}
    		for _, fid := range fids {
    			fp := p.ctab[uint32(fid)]
    			if *verbflag >= 4 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 17:17:47 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/verification/exceptions/InvalidGpgKeyIdsException.java

    /**
     * Exception class used when a GPG IDs were not correct.
     *
     * <p>
     * An example is using short/long IDs instead of fingerprints when trusting keys
     */
    public class InvalidGpgKeyIdsException extends GradleException {
        private final List<String> wrongKeys;
    
        /**
         * Creates a new exception with a list of incorrect keys.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/samples/writing-tasks/tasks-with-dependency-resolution-result-inputs/common/dependency-reports/src/main/java/com/example/ListResolvedArtifacts.java

                List<ComponentArtifactIdentifier> ids = getArtifactIds().get();
                List<ResolvedVariantResult> variants = getArtifactVariants().get();
                List<RegularFile> files = getArtifactFiles().get();
                for (int index = 0; index < ids.size(); index++) {
                    ComponentArtifactIdentifier id = ids.get(index);
                    ResolvedVariantResult variant = variants.get(index);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  8. pilot/pkg/security/authz/builder/testdata/http/dry-run-mix-out.yaml

                rules:
                - orRules:
                    rules:
                    - urlPath:
                        path:
                          exact: /another
            principals:
            - andIds:
                ids:
                - any: true
      shadowRules:
        policies:
          ns[foo]-policy[httpbin-1]-rule[0]:
            permissions:
            - andRules:
                rules:
                - orRules:
                    rules:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 05 19:31:07 UTC 2021
    - 847 bytes
    - Viewed (0)
  9. pilot/pkg/security/authz/builder/testdata/http/extended-dry-run-mix-out.yaml

                rules:
                - orRules:
                    rules:
                    - urlPath:
                        path:
                          exact: /another
            principals:
            - andIds:
                ids:
                - any: true
      shadowRules:
        policies:
          ns[foo]-policy[httpbin-1]-rule[0]:
            permissions:
            - andRules:
                rules:
                - orRules:
                    rules:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 847 bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/builder/testdata/http/extended-deny-and-allow-out1.yaml

        policies:
          ns[foo]-policy[httpbin-deny]-rule[0]:
            permissions:
            - andRules:
                rules:
                - any: true
            principals:
            - andIds:
                ids:
                - orIds:
                    ids:
                    - authenticated:
                        principalName:
                          exact: spiffe://deny
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 539 bytes
    - Viewed (0)
Back to top