Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 386 for capsule (0.2 sec)

  1. platforms/software/publish/src/main/java/org/gradle/api/publish/internal/metadata/GradleModuleMetadataWriter.java

    import java.io.IOException;
    import java.io.Writer;
    
    /**
     * <p>The Gradle module metadata file generator is responsible for generating a JSON file
     * describing module metadata. In particular, this file format is capable of handling different
     * variants with different dependency sets.</p>
     *
     * <p>Whenever you change this class, make sure you also:</p>
     *
     * <ul>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 22:10:58 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  2. platforms/core-execution/build-cache/src/main/java/org/gradle/caching/local/internal/LocalBuildCacheService.java

    package org.gradle.caching.local.internal;
    
    import org.gradle.caching.BuildCacheKey;
    
    import java.io.Closeable;
    import java.io.File;
    import java.util.function.Consumer;
    
    /**
     * A build cache service that is capable of handling local files directly. The direct access
     * allows more optimized implementations than the more general {@link org.gradle.caching.BuildCacheService}
     * interface.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 16:15:24 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/name_table.go

    )
    
    // BuildNameTable produces a table of hostnames and their associated IPs that can then
    // be used by the agent to resolve DNS. This logic is always active. However, local DNS resolution
    // will only be effective if DNS capture is enabled in the proxy
    func (configgen *ConfigGeneratorImpl) BuildNameTable(node *model.Proxy, push *model.PushContext) *dnsProto.NameTable {
    	if node.Type != model.SidecarProxy {
    		// DNS resolution is only for sidecars
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  4. src/cmd/cover/doc.go

    When generated instrumented code, the cover tool computes approximate
    basic block information by studying the source. It is thus more
    portable than binary-rewriting coverage tools, but also a little less
    capable. For instance, it does not probe inside && and || expressions,
    and can be mildly confused by single statements with multiple function
    literals.
    
    When computing coverage of a package that uses cgo, the cover tool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 12:57:25 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  5. testing/internal-performance-testing/src/templates/root-project/pom.xml

                    <groupId>org.codehaus.groovy.maven</groupId>
                    <artifactId>gmaven-plugin</artifactId>
                    <executions>
                        <execution>
                            <id>heap-capture</id>
                            <phase>test</phase>
                            <goals>
                                <goal>execute</goal>
                            </goals>
                            <configuration>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  6. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/fingerprint/CurrentFileCollectionFingerprint.java

        /**
         * An identifier for the strategy.
         *
         * Used to select a compare strategy.
         */
        String getStrategyIdentifier();
    
        /**
         * Returns the snapshot used to capture these fingerprints.
         */
        FileSystemSnapshot getSnapshot();
    
        boolean isEmpty();
    
        /**
         * Archive the file collection fingerprint.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/logging/NativeComponentReportOutputNormalizer.groovy

    /**
     * This normalizer converts native component paths and environment
     * information to look like macOS because samples output currently shows
     * the output for macOS and is not yet capable of adapting dynamically
     * to different toolchains.
     */
    class NativeComponentReportOutputNormalizer implements OutputNormalizer {
        @Override
        String normalize(String commandOutput, ExecutionMetadata executionMetadata) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/tf_saved_model_freeze_variables.cc

        const llvm::SmallVector<TF::VarHandleOp, 4>& var_handle_ops,
        func::FuncOp session_init_func) {
      // We identify the variables using (device, container, shared_name) of the
      // resource. Capture them here and use them to identify the useless
      // initializations.
      llvm::SetVector<std::tuple<llvm::StringRef, llvm::StringRef, llvm::StringRef>>
          variables;
      for (auto var_handle_op : var_handle_ops)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 09:56:53 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  9. platforms/jvm/language-jvm/src/main/java/org/gradle/api/internal/tasks/compile/MinimalCompilerDaemonForkOptions.java

     * Gradle model or other non-isolatable objects.
     *
     * Subclasses should be sure to collapse any {@link org.gradle.process.CommandLineArgumentProvider}
     * arguments into {@link #jvmArgs} in order to capture the user-provided
     * command line arguments.
     */
    public class MinimalCompilerDaemonForkOptions extends BaseForkOptions {
        public MinimalCompilerDaemonForkOptions(BaseForkOptions forkOptions) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  10. .github/ISSUE_TEMPLATE/03-gopls.yml

        id: logs
        attributes:
          label: "Logs"
          description: "If possible please include gopls logs. Instructions for capturing them can be found here: https://github.com/golang/tools/blob/master/gopls/doc/troubleshooting.md#capture-logs"
        validations:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 17:09:04 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top