Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 265 for recursion (0.2 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/etcd3/store_test.go

    		},
    		{
    			name:        "rev resolve to 0 if not recursive",
    			rv:          "200",
    			limit:       1,
    			expectedRev: 0,
    		},
    		{
    			name:        "rev resolve to 0 if limit unspecified",
    			rv:          "200",
    			recursive:   true,
    			expectedRev: 0,
    		},
    		{
    			name:        "specified rev if recursive with limit",
    			rv:          "200",
    			recursive:   true,
    			limit:       1,
    			expectedRev: 200,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  2. maven-core/src/test/java/org/apache/maven/graph/DefaultGraphBuilderTest.java

                            .activeRequiredProjects(MODULE_C)
                            .expectResult(MODULE_C, MODULE_C_1, MODULE_C_2),
                    scenario("Selected aggregator project with non-recursive")
                            .activeRequiredProjects(MODULE_C)
                            .nonRecursive()
                            .expectResult(MODULE_C),
                    scenario("Selected optional project")
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 05 09:23:26 UTC 2023
    - 27.8K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/support/delegates/ProjectDelegate.kt

            delegate.depthCompare(otherProject)
    
        override fun getGradle(): Gradle =
            delegate.gradle
    
        override fun getAllTasks(recursive: Boolean): MutableMap<Project, MutableSet<Task>> =
            delegate.getAllTasks(recursive)
    
        override fun uri(path: Any): URI =
            delegate.uri(path)
    
        override fun copySpec(closure: Closure<*>): CopySpec =
            delegate.copySpec(closure)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:16:16 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  4. cmd/metacache-walk.go

    // WalkDirOptions provides options for WalkDir operations.
    type WalkDirOptions struct {
    	// Bucket to scanner
    	Bucket string
    
    	// Directory inside the bucket.
    	BaseDir string
    
    	// Do a full recursive scan.
    	Recursive bool
    
    	// ReportNotFound will return errFileNotFound if all disks reports the BaseDir cannot be found.
    	ReportNotFound bool
    
    	// FilterPrefix will only return results with given prefix within folder.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Jun 01 05:17:37 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  5. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/ResolvableConfigurationsReportTaskIntegrationTest.groovy

        - org.gradle.plugin.api-version
        - org.gradle.usage (2)
    
    (#): Attribute disambiguation precedence""")
    
            and:
            doesNotHaveLegacyLegend()
        }
    
        def "specifying --recursive includes transitively extended configurations"() {
            given:
            buildFile << """
                def base = configurations.create("base") {
                    description = "Base configuration"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  6. cluster/addons/addon-manager/kube-addons.sh

      ${KUBECTL} ${KUBECTL_OPTS} apply -f ${ADDON_PATH} \
        -l ${CLUSTER_SERVICE_LABEL}=true,${ADDON_MANAGER_LABEL}!=EnsureExists \
        --prune=true ${prune_allowlist_flags} --recursive | grep -v configured
    
      log INFO "== Reconciling with addon-manager label =="
      # shellcheck disable=SC2086
      # Disabling because "${KUBECTL_OPTS}" needs to allow for expansion here
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 15 05:40:38 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  7. tests/integration/pilot/analyze_test.go

    			})
    
    			istioCtl := istioctl.NewOrFail(t, t, istioctl.Config{})
    
    			// Recursive is false, so we should only analyze
    			// testdata/some-dir/missing-gateway.yaml and get a
    			// SchemaValidationError (if we did recurse, we'd get a
    			// UnknownAnnotation as well).
    			output, err := istioctlSafe(t, istioCtl, ns.Name(), false, "--recursive=false", dirWithConfig)
    			expectMessages(t, g, output, msg.SchemaValidationError)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  8. maven-core/src/main/java/org/apache/maven/execution/DefaultMavenExecutionRequest.java

                addPluginGroup(pluginGroup);
            }
    
            return this;
        }
    
        @Override
        public MavenExecutionRequest setRecursive(boolean recursive) {
            this.recursive = recursive;
    
            return this;
        }
    
        // calculated from request attributes.
        private ProjectBuildingRequest projectBuildingRequest;
    
        @Override
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 31K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/storage/etcd3/store.go

    	preparedKey, err := s.prepareKey(key)
    	if err != nil {
    		return err
    	}
    	ctx, span := tracing.Start(ctx, fmt.Sprintf("List(recursive=%v) etcd3", opts.Recursive),
    		attribute.String("audit-id", audit.GetAuditIDTruncated(ctx)),
    		attribute.String("key", key),
    		attribute.String("resourceVersion", opts.ResourceVersion),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 11:56:42 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  10. docs/pt/docs/index.md

    Os recursos chave são:
    
    * **Rápido**: alta performance, equivalente a **NodeJS** e **Go** (graças ao Starlette e Pydantic). [Um dos frameworks mais rápidos disponíveis](#performance).
    * **Rápido para codar**: Aumenta a velocidade para desenvolver recursos entre 200% a 300%. *
    * **Poucos bugs**: Reduz cerca de 40% de erros induzidos por humanos (desenvolvedores). *
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 18.6K bytes
    - Viewed (0)
Back to top