Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 2,290 for Warningf (0.14 sec)

  1. platforms/documentation/docs/src/snippets/kotlinDsl/interoperability-closure-of/tests/sanityCheck.sample.conf

    executable: gradle
    args: tasks
    # Do not fail for deprecation warnings: docs refers to old plugins anyway
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 134 bytes
    - Viewed (0)
  2. pkg/api/node/util.go

    			warnings = append(warnings, fmt.Sprintf("%s: %s", fieldPath.Child("matchLabels").Child(label), msg))
    		}
    	}
    	return warnings
    }
    
    // GetWarningsForNodeSelectorTerm checks match expressions of node selector term
    func GetWarningsForNodeSelectorTerm(nodeSelectorTerm api.NodeSelectorTerm, fieldPath *field.Path) []string {
    	var warnings []string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 25 07:15:34 UTC 2022
    - 3.8K bytes
    - Viewed (0)
  3. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/steps/ValidateStep.java

                        mapping(identity(), toImmutableList())));
            List<Problem> warnings = problemsMap.getOrDefault(WARNING, ImmutableList.of());
            List<Problem> errors = problemsMap.getOrDefault(ERROR, ImmutableList.of());
    
            if (!warnings.isEmpty()) {
                warningReporter.recordValidationWarnings(work, warnings);
            }
    
            if (!errors.isEmpty()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/kotlinDsl/applying-plugins-declarative/tests/sanityCheck.sample.conf

    executable: gradle
    args: tasks
    # Do not fail for deprecation warnings: Project.getConvention; Spring boot 3.0.2+ no longer uses that API
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 166 bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/registry/rest/create_update.go

    	// WarningsOnUpdate returns warnings to the client performing the update.
    	// WarningsOnUpdate is invoked after default fields in the object have been filled in
    	// and after ValidateUpdate has passed, before Canonicalize is called, and before the object is persisted.
    	// This method must not mutate either object.
    	//
    	// Be brief; limit warnings to 120 characters if possible.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 18 14:42:36 UTC 2021
    - 3.4K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/signing/conditional/tests/conditionalSigning.sample.conf

    executable: gradle
    args: tasks
    # Do not fail for deprecation warnings: deprecated Maven plugin
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 124 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/kotlinDsl/multiProjectBuild/tests/build.sample.conf

    executable: gradle
    args: build
    # Do not fail for deprecation warnings: Project.getConvention emitted by the shadow plugin
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 151 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/kotlinDsl/androidSingleBuild/tests/sanityCheck.sample.conf

    executable: gradle
    args: tasks
    # Do not fail for deprecation warnings: Android plugin 7.3.0 uses a deprecated Report.setDestination
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 160 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/kotlinDsl/interoperability-delegate-closure-of/tests/delegate-closure-of.sample.conf

    executable: gradle
    args: help
    # Do not fail for deprecation warnings: docs refers to old plugins anyway
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 133 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/samples/spring-boot-web-application/tests/sanityCheck.sample.conf

    executable: gradle
    args: tasks
    # Do not fail for deprecation warnings: Project.getConvention; Spring boot 3.0.2+ no longer uses that API
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 166 bytes
    - Viewed (0)
Back to top