Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 1,367 for prefixof (0.19 sec)

  1. platforms/core-runtime/build-operations/src/main/java/org/gradle/internal/operations/notify/BuildOperationFinishedNotification.java

    import org.gradle.internal.scan.UsedByScanPlugin;
    
    import javax.annotation.Nullable;
    
    /**
     * A notification that a build operation has finished.
     *
     * The methods of this interface are awkwardly prefixed to allow
     * internal types to implement this interface along with other internal interfaces
     * without risking method collision.
     *
     * @since 4.0
     */
    @UsedByScanPlugin
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 14:19:43 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  2. internal/bucket/versioning/versioning_test.go

    	for i, prefix := range testPrefixes {
    		if v.PrefixEnabled(prefix) || !v.PrefixSuspended(prefix) {
    			t.Fatalf("Test %d: Expected versioning to be excluded for %s", i+1, prefix)
    		}
    	}
    
    	// Test applicability for regular objects
    	if prefix := "prefix-1/obj-1"; !v.PrefixEnabled(prefix) || v.PrefixSuspended(prefix) {
    		t.Fatalf("Expected versioning to be enabled for %s", prefix)
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun May 08 05:06:44 UTC 2022
    - 8.8K bytes
    - Viewed (0)
  3. cmd/erasure-server-pool.go

    					}
    					prefixes = append(prefixes, prefix)
    				}
    				if len(prefixes) > 0 {
    					objInfo, _ := z.GetObjectInfo(ctx, bucket, pathJoin(opts.Prefix, "_SUCCESS"), ObjectOptions{NoLock: true})
    					if objInfo.IsLatest && objInfo.DeleteMarker {
    						return loi, nil
    					}
    				}
    				li.Prefixes = prefixes
    			}
    			return li, nil
    		}
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 82.5K bytes
    - Viewed (0)
  4. platforms/software/resources-gcs/src/integTest/groovy/org/gradle/integtests/resource/gcs/fixtures/GcsServer.groovy

            expect(httpStub)
        }
    
        def stubListFile(File file, String bucketName, prefix = 'maven/release/') {
            HttpStub httpStub = HttpStub.stubInteraction {
                request {
                    method = 'GET'
                    path = "/b/${bucketName}/o"
                    params = [
                        'prefix' : [prefix] as String[]
                    ]
                    headers = [
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 16.7K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/networkfilter.go

    	// if certs are found use, TLS or mTLS clusters for talking to MongoDB.
    	// User is responsible for mounting those certs in the pod.
    	mongoProxy := &mongo.MongoProxy{
    		StatPrefix: statPrefix, // mongo stats are prefixed with mongo.<statPrefix> by Envoy
    		// TODO enable faults in mongo
    	}
    
    	out := &listener.Filter{
    		Name:       wellknown.MongoProxy,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/arg-retval-attrs.pbtxt

            }
          }
        }
      }
      attr {
        key: "index"
        value {
          i: 2
        }
      }
    }
    versions {
      producer: 121
    }
    
    # Check that _Arg/_Retval attributes prefixed with `_` are imported as FuncOp
    # arg/result attributes, at the right index.
    
    # CHECK:      func @main
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 24 00:18:34 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  7. cmd/metacache-entries.go

    // filterRecursiveEntries will keep entries only with the prefix that doesn't contain separator.
    // This can be used to remove recursive listings.
    // To return root elements only set prefix to an empty string.
    // Order is preserved, but the underlying slice is modified.
    func (m *metaCacheEntriesSorted) filterRecursiveEntries(prefix, separator string) {
    	dst := m.o[:0]
    	if prefix != "" {
    		m.forwardTo(prefix)
    		for _, o := range m.o {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 04:34:26 UTC 2024
    - 24K bytes
    - Viewed (0)
  8. platforms/software/resources-s3/src/test/groovy/org/gradle/internal/resource/transport/aws/s3/S3ResourceResolverTest.groovy

        }
    
        def "should clean common prefixes"() {
            setup:
            ObjectListing objectListing = Mock()
            S3ObjectSummary objectSummary = Mock()
            objectSummary.getKey() >> '/SNAPSHOT/some.jar'
            objectListing.getPrefix() >> 'root/'
            objectListing.getObjectSummaries() >> [objectSummary]
            objectListing.getCommonPrefixes() >> [prefix]
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  9. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/undeclared/UndeclaredBuildInputsIntegrationTest.groovy

            outputContains("Configuration: CI2 = 2")
            problems.assertResultHasProblems(result) {
                withInput("Build file 'build.gradle': environment variables prefixed by 'CI'")
            }
        }
    
        def "build logic can read system properties with prefix"() {
            def configurationCache = newConfigurationCacheFixture()
            buildFile("""
                def ciVars = providers.systemPropertiesPrefixedBy("some.property.")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 36K bytes
    - Viewed (0)
  10. src/cmd/pack/doc.go

    pack's r operation is more like Unix ar's rq operation.
    
    Adding the letter v to an operation, as in pv or rv, enables verbose operation:
    For the c and r commands, names are printed as files are added.
    For the p command, each file is prefixed by the name on a line by itself.
    For the t command, the listing includes additional file metadata.
    For the x command, names are printed as files are extracted.
    */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 1.5K bytes
    - Viewed (0)
Back to top