Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for caseInsensitive (0.22 sec)

  1. src/os/exec/exec.go

    }
    
    // dedupEnvCase is dedupEnv with a case option for testing.
    // If caseInsensitive is true, the case of keys is ignored.
    // If nulOK is false, items containing NUL characters are allowed.
    func dedupEnvCase(caseInsensitive, nulOK bool, env []string) ([]string, error) {
    	// Construct the output in reverse order, to preserve the
    	// last occurrence of each key.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  2. platforms/core-runtime/launcher/src/main/java/org/gradle/tooling/internal/provider/LauncherServices.java

    import org.gradle.tooling.internal.provider.continuous.ContinuousBuildActionExecutor;
    
    import java.util.List;
    
    import static org.gradle.internal.snapshot.CaseSensitivity.CASE_INSENSITIVE;
    import static org.gradle.internal.snapshot.CaseSensitivity.CASE_SENSITIVE;
    
    public class LauncherServices extends AbstractGradleModuleServices {
        @Override
        public void registerGlobalServices(ServiceRegistration registration) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 13:01:53 UTC 2024
    - 12.9K bytes
    - Viewed (0)
Back to top