Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for win32 (0.17 sec)

  1. .teamcity/src/main/kotlin/common/extensions.kt

            scriptContent = "\"${javaHome(BuildToolBuildJvm, os, arch)}/bin/java\" build-logic/cleanup/src/main/java/gradlebuild/cleanup/services/KillLeakingJavaProcesses.java $mode" +
                if (os == Os.WINDOWS) "\nwmic Path win32_process Where \"name='java.exe'\"" else ""
            skipConditionally(buildType)
            if (mode == KILL_ALL_GRADLE_PROCESSES && buildType is FunctionalTest) {
                onlyRunOnGitHubMergeQueueBranch()
            }
        }
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Fri Apr 12 10:49:15 GMT 2024
    - 13K bytes
    - Viewed (0)
  2. .cm/plugins/filters/byCodeowner/ignore/index.js

    /* istanbul ignore if */
    if (
        // Detect `process` so that it can run in browsers.
        typeof process !== 'undefined'
        && (
            process.env && process.env.IGNORE_TEST_WIN32
            || process.platform === 'win32'
        )
    ) {
        /* eslint no-control-regex: "off" */
        const makePosix = str => /^\\\\\?\\/.test(str)
        || /["<>|\u0000-\u001F]+/u.test(str)
            ? str
    JavaScript
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Fri Apr 12 13:42:16 GMT 2024
    - 17.5K bytes
    - Viewed (0)
Back to top