Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 361 for notbar (0.19 sec)

  1. src/test/resources/org/codelibs/core/message/strings_en_US.properties

    text=foobar...
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Sun Dec 28 09:01:06 UTC 2014
    - 12 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/mavenMigration/profiles/kotlin/profile-default.gradle.kts

    val message by extra("foobar")  // <4>...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 39 bytes
    - Viewed (0)
  3. subprojects/diagnostics/src/test/groovy/org/gradle/api/reporting/dependencies/internal/StrictDependencyResultSpecTest.groovy

            expect:
            !new StrictDependencyResultSpec(moduleIdentifier).isSatisfiedBy(newDependency("org.foo", "foo-core", "1.0"))
    
            where:
            moduleIdentifier << [id('org.foobar', 'foo-core'),
                                 id('org.foo', 'foo-coreImpl')]
        }
    
        def "matches unresolved dependencies"() {
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 19 10:00:00 UTC 2018
    - 2.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/mavenMigration/profiles/groovy/profile-default.gradle

    ext.message = 'foobar'  // <4>...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 31 bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/some-dir/nested-dir/bad-annotation-service.yaml

    apiVersion: v1
    kind: Service
    metadata:
      name: some-service
      annotations:
        # This annotation doesn't exist!
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 29 03:04:35 UTC 2020
    - 157 bytes
    - Viewed (0)
  6. src/go/ast/print_test.go

    )
    
    var tests = []struct {
    	x any // x is printed as s
    	s string
    }{
    	// basic types
    	{nil, "0  nil"},
    	{true, "0  true"},
    	{42, "0  42"},
    	{3.14, "0  3.14"},
    	{1 + 2.718i, "0  (1+2.718i)"},
    	{"foobar", "0  \"foobar\""},
    
    	// maps
    	{map[Expr]string{}, `0  map[ast.Expr]string (len = 0) {}`},
    	{map[string]int{"a": 1},
    		`0  map[string]int (len = 1) {
    		1  .  "a": 1
    		2  }`},
    
    	// pointers
    	{new(int), "0  *0"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 09 15:35:30 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  7. platforms/jvm/java-platform/src/integTest/groovy/org/gradle/integtests/resolve/platforms/JavaPlatformResolveIntegrationTest.groovy

                api 'org:foo:1.0'
            }
    """)
            def foobaz = mavenHttpRepo.module('org', 'foobaz', '1.0').publish()
            def foobar = mavenHttpRepo.module('org', 'foobar', '1.0').publish()
            def foo = mavenHttpRepo.module('org', 'foo', '1.0').dependsOn(foobar).dependsOn(foobaz).publish()
            def platformGMM = mavenHttpRepo.module("org", "other-platform", "1.0")
                .asGradlePlatform()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  8. docs/sts/assume-role.md

    ```
    [foobar]
    region = us-east-1
    aws_access_key_id = foobar
    aws_secret_access_key = foo12345
    ```
    
    > NOTE: In the following commands `--role-arn` and `--role-session-name` are not meaningful for MinIO and can be set to any value satisfying the command line requirements.
    
    ```
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 7.1K bytes
    - Viewed (0)
  9. pkg/volume/csi/csi_metrics_test.go

    		name          string
    		volumeID      string
    		targetPath    string
    		expectSuccess bool
    	}{
    		{
    			name:          "with valid name and volume id",
    			expectSuccess: true,
    			volumeID:      "foobar",
    			targetPath:    "/mnt/foo",
    		},
    	}
    
    	for _, tc := range tests {
    		metricsGetter := &metricsCsi{volumeID: tc.volumeID, targetPath: tc.targetPath}
    		metricsGetter.csiClient = &csiDriverClient{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 11 06:07:40 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  10. tests/integration/pilot/testdata/some-dir/missing-gateway.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: missing-gateway
    spec:
      hosts:
      - "foobar"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 29 03:04:35 UTC 2020
    - 204 bytes
    - Viewed (0)
Back to top