Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 272 for facility (0.14 sec)

  1. src/net/file_wasip1_test.go

    // license that can be found in the LICENSE file.
    
    //go:build wasip1
    
    package net
    
    import (
    	"syscall"
    	"testing"
    )
    
    // The tests in this file intend to validate the ability for net.FileConn and
    // net.FileListener to handle both TCP and UDP sockets. Ideally we would test
    // the public interface by constructing an *os.File from a file descriptor
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 13 21:06:56 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  2. platforms/software/testing-base/src/main/java/org/gradle/api/internal/tasks/testing/logging/AbstractTestLogger.java

    import org.gradle.internal.logging.text.StyledTextOutputFactory;
    import org.gradle.util.internal.TextUtil;
    
    import javax.annotation.Nullable;
    import java.util.ArrayList;
    import java.util.List;
    
    /**
     * Provides ability to log test events. Not thread safe.
     */
    public abstract class AbstractTestLogger {
        private final StyledTextOutputFactory textOutputFactory;
        private final LogLevel logLevel;
        private final int displayGranularity;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  3. src/net/fd_fake.go

    	sotype      int
    	isConnected bool // handshake completed or use of association with peer
    	net         string
    	laddr       Addr
    	raddr       Addr
    
    	// The only networking available in WASI preview 1 is the ability to
    	// sock_accept on a pre-opened socket, and then fd_read, fd_write,
    	// fd_close, and sock_shutdown on the resulting connection. We
    	// intercept applicable netFD calls on this instance, and then pass
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 15:56:08 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  4. platforms/software/publish/src/main/java/org/gradle/api/publish/PublishingExtension.java

         * Maven Project (i.e. {@code pom.xml} and artifacts).
         * <p>
         * Actual publication implementations and the ability to create them are provided by different plugins. The “publishing” plugin itself does not provide any publication types.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  5. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/session/AbstractSessionInvalidationTest.kt

                actualText,
                extension = ".${modificationEventKind.name.lowercase()}.txt",
    
                // Support differing result data. Using `testPrefix` takes away the ability for different kinds of tests (such as IDE vs.
                // Standalone modes) to have different test results (since `testPrefix` normally supports this functionality), but (1) we are
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  6. docs/site-replication/README.md

    credentials of peer sites to be identical. This is no longer necessary because STS tokens are now signed with the site replicator service account credentials, thus allowing flexibility in the independent management of root accounts across sites and the ability to disable root accounts eventually.
    
    However, this means that STS tokens signed previously by root credentials will no longer be valid upon upgrading to the latest version with this change. Please re-generate them as you usually do. Additionally,...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Feb 26 21:30:28 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/structuring/multi_project_configuration_and_execution.adoc

    [[sec:decoupled_projects]]
    == Decoupled projects
    
    Gradle allows projects to access each other's configurations and tasks during the configuration and execution phases.
    While this flexibility empowers build authors, it limits Gradle's ability to perform optimizations such as <<#sec:parallel_execution,parallel project builds>> and <<#configuration_and_execution,configuration on demand>>.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 21:08:57 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  8. src/plugin/plugin.go

    // already part of the program are called. The main function is not run.
    // A plugin is only initialized once, and cannot be closed.
    //
    // # Warnings
    //
    // The ability to dynamically load parts of an application during
    // execution, perhaps based on user-defined configuration, may be a
    // useful building block in some designs. In particular, because
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 19:46:10 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/objectmeta/algorithm.go

    	"sort"
    
    	structuralschema "k8s.io/apiextensions-apiserver/pkg/apiserver/schema"
    	"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
    	"k8s.io/apimachinery/pkg/util/validation/field"
    )
    
    // CoerceOptions gives the ability to ReturnUnknownFieldPaths for fields
    // unrecognized by the schema or DropInvalidFields for fields that are a part
    // of the schema, but are malformed.
    type CoerceOptions struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 18 14:55:12 UTC 2022
    - 5.1K bytes
    - Viewed (0)
  10. docs/contribute/code_of_conduct.md

    gender identity or expression, language, national origin, political beliefs, profession, race,
    religion, sexual orientation, socioeconomic status, and technical ability. We will not tolerate
    discrimination based on any of the protected characteristics above, including participants with
    disabilities.
    
    Reporting Issues
    ----------------
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 5.1K bytes
    - Viewed (0)
Back to top