Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 99 for includedIf (0.14 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // If an admission webhook uses the same resource name as this ValidatingAdmissionPolicy
      // and the same audit annotation key, the annotation key will be identical.
      // In this case, the first annotation written with the key will be included
      // in the audit event and all subsequent annotations with the same key
      // will be discarded.
      //
      // Required.
      optional string key = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

                        edge("org:leaf:[3,5]", "org:leaf:5")
                    }
                }
            }
        }
    
        def "chooses highest version that is included in all ranges, when dependencies are included at different transitivity levels"() {
            given:
            (1..10).each {
                mavenRepo.module("org", "leaf", "$it").publish()
            }
            // top level
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    * If there are no explicit inclusions or exclusions, everything is included
    * If at least one inclusion is specified, only files and directories matching the patterns are included
    * Any exclusion pattern overrides any inclusions, so if a file or directory matches at least one exclusion pattern, it won't be included, regardless of the inclusion patterns
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  4. src/go/build/build.go

    type fileEmbed struct {
    	pattern string
    	pos     token.Position
    }
    
    // matchFile determines whether the file with the given name in the given directory
    // should be included in the package being constructed.
    // If the file should be included, matchFile returns a non-nil *fileInfo (and a nil error).
    // Non-nil errors are reserved for unexpected problems.
    //
    // If name denotes a Go program, matchFile reads until the end of the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    In particular, the same file is used for both the (sub)projects and `buildSrc`.
    
    If an included build is used:
    
    - the configuration file of the _current_ build is used for verification
    - so if the included build itself uses verification, its configuration is ignored in favor of the current one
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// message.
    	Continue string `json:"continue,omitempty" protobuf:"bytes,3,opt,name=continue"`
    
    	// remainingItemCount is the number of subsequent items in the list which are not included in this
    	// list response. If the list request contained label or field selectors, then the number of
    	// remaining items is unknown and the field will be left unset and omitted during serialization.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
  7. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishJavaIntegTest.groovy

                    hasExclude('runtimeOnly-group', 'runtimeOnly-module')
                    noMoreExcludes()
                }
            }
        }
    
        void "defaultDependencies are included in published ivy descriptor"() {
            given:
            settingsFile << "rootProject.name = 'publishTest' "
    
            buildFile << """
                apply plugin: 'ivy-publish'
                apply plugin: 'java-library'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 49.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    	"remainingItemCount": "remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // Until version 4.3.2, gcc has a bug that causes <tr1/functional>,
    // which is #included by <tr1/tuple>, to not compile when RTTI is
    // disabled.  _TR1_FUNCTIONAL is the header guard for
    // <tr1/functional>.  Hence the following #define is a hack to prevent
    // <tr1/functional> from being included.
    #   define _TR1_FUNCTIONAL 1
    #   include <tr1/tuple>
    #   undef _TR1_FUNCTIONAL  // Allows the user to #include
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    				"self.withUnknownList[0] != self.withUnknownList[1]": 7,
    				"self.withUnknownList[1] == self.withUnknownList[2]": 7,
    				"self.withUnknownList[3] == self.withUnknownList[4]": 6,
    
    				// fields specified on the object schema that are unknown because the field's schema is unknown are also included equality checks
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
Back to top