Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 425 for Windows (0.09 sec)

  1. ci/official/utilities/windows.sh

    # See the License for the specific language governing permissions and
    # limitations under the License.
    # ==============================================================================
    #
    # Windows-specific utilities.
    #
    
    # Docker on Windows has difficulty using volumes other than C:\, when it comes
    # to setting up up volume mappings.
    # Thus, the drive letter is replaced with C:\, in case it's
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Aug 07 23:01:25 UTC 2024
    - 1K bytes
    - Viewed (0)
  2. .teamcity/jdks.yaml

      - params:
          - "windows.java8.openjdk.64bit"
          - "windows.java8.oracle.64bit"
        os: "windows"
        arch: "amd64"
        vendor: "temurin"
        version: "jdk8u432-b06"
        sha256: "7780436b818b3bf8be7b56832f9e3f1ab74233736c4c0e34b3ae7c32c95e966e"
      - params:
          - "windows.java11.openjdk.64bit"
        os: "windows"
        arch: "amd64"
        vendor: "temurin"
        version: "jdk-11.0.25+9"
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Oct 29 15:51:20 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  3. .teamcity/src/test/kotlin/ApplyDefaultConfigurationTest.kt

            val windowsPaths =
                "-Porg.gradle.java.installations.paths=%windows.java8.openjdk.64bit%,%windows.java11.openjdk.64bit%,%windows.java17.openjdk.64bit%,%windows.java21.openjdk.64bit%,%windows.java23.openjdk.64bit%"
            val expectedInstallationPaths = if (os == Os.WINDOWS) windowsPaths else linuxPaths
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Sep 24 06:22:49 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  4. docs/nl/docs/environment-variables.md

    * `/bin`
    * `/usr/sbin`
    * `/sbin`
    
    ////
    
    //// tab | Windows
    
    ```plaintext
    C:\Program Files\Python312\Scripts;C:\Program Files\Python312;C:\Windows\System32
    ```
    
    Dit betekent dat het systeem naar programma's zoekt in de mappen:
    
    * `C:\Program Files\Python312\Scripts`
    * `C:\Program Files\Python312`
    * `C:\Windows\System32`
    
    ////
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Sep 20 11:13:32 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  5. docs/en/docs/environment-variables.md

    * `/bin`
    * `/usr/sbin`
    * `/sbin`
    
    ////
    
    //// tab | Windows
    
    ```plaintext
    C:\Program Files\Python312\Scripts;C:\Program Files\Python312;C:\Windows\System32
    ```
    
    This means that the system should look for programs in the directories:
    
    * `C:\Program Files\Python312\Scripts`
    * `C:\Program Files\Python312`
    * `C:\Windows\System32`
    
    ////
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Sep 08 20:36:53 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  6. api/go1.18.txt

    pkg syscall (windows-386), func Syscall //deprecated
    pkg syscall (windows-386), func Syscall12 //deprecated
    pkg syscall (windows-386), func Syscall15 //deprecated
    pkg syscall (windows-386), func Syscall18 //deprecated
    pkg syscall (windows-386), func Syscall6 //deprecated
    pkg syscall (windows-386), func Syscall9 //deprecated
    pkg syscall (windows-386), func SyscallN(uintptr, ...uintptr) (uintptr, uintptr, Errno)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 13K bytes
    - Viewed (0)
  7. api/go1.17.txt

    pkg math (openbsd-amd64-cgo), const MinInt = -9223372036854775808
    pkg math (windows-386), const MaxInt = 2147483647
    pkg math (windows-386), const MaxUint = 4294967295
    pkg math (windows-386), const MinInt = -2147483648
    pkg math (windows-amd64), const MaxInt = 9223372036854775807
    pkg math (windows-amd64), const MaxUint = 18446744073709551615
    pkg math (windows-amd64), const MinInt = -9223372036854775808
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 18K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.18.md

    - Bind metadata-agent containers to linux nodes to avoid Windows scheduling on kubernetes cluster includes linux nodes and windows nodes ([#83363](https://github.com/kubernetes/kubernetes/pull/83363), [@wawa0210](https://github.com/wawa0210)) [SIG Cluster Lifecycle, Instrumentation and Windows]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  9. api/go1.4.txt

    pkg syscall (windows-386), const DnsSectionAuthority ideal-int
    pkg syscall (windows-386), const DnsSectionQuestion = 0
    pkg syscall (windows-386), const DnsSectionQuestion ideal-int
    pkg syscall (windows-386), func DnsNameCompare(*uint16, *uint16) bool
    pkg syscall (windows-amd64), const DNS_INFO_NO_RECORDS = 9501
    pkg syscall (windows-amd64), const DNS_INFO_NO_RECORDS ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 12 03:01:01 UTC 2014
    - 34K bytes
    - Viewed (0)
  10. compat/maven-model-builder/src/test/java/org/apache/maven/model/profile/activation/OperatingSystemProfileActivatorTest.java

            assertActivation(true, profile, newContext(null, newProperties("linux", "6.5.0-1014-aws", "amd64")));
            assertActivation(false, profile, newContext(null, newProperties("windows", "6.5.0-1014-aws", "aarch64")));
        }
    
        @Test
        void testAllOsConditions() {
            Profile profile = newProfile(ActivationOS.newBuilder()
                    .family("windows")
                    .name("windows")
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top