Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for msi (0.03 sec)

  1. test/map.go

    			_, b = mis[i]
    			if !b {
    				panic(fmt.Sprintf("tuple existence assign: mis[%d]\n", i))
    			}
    		}
    		{
    			_, b := msi[s]
    			if !b {
    				panic(fmt.Sprintf("tuple existence decl: msi[%d]\n", i))
    			}
    			_, b = msi[s]
    			if !b {
    				panic(fmt.Sprintf("tuple existence assign: msi[%d]\n", i))
    			}
    		}
    		{
    			_, b := mss[s]
    			if !b {
    				panic(fmt.Sprintf("tuple existence decl: mss[%d]\n", i))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 06 21:02:55 UTC 2014
    - 14.9K bytes
    - Viewed (0)
  2. platforms/jvm/jvm-services/src/test/groovy/org/gradle/jvm/toolchain/internal/WindowsInstallationSupplierTest.groovy

                "9.0-abc"
            ]
            registry.getStringValue(WindowsRegistry.Key.HKEY_LOCAL_MACHINE, "SOFTWARE\\AdoptOpenJDK\\JDK\\8.0\\hotspot\\MSI", "Path") >> "c:\\jdk8"
            registry.getStringValue(WindowsRegistry.Key.HKEY_LOCAL_MACHINE, "SOFTWARE\\AdoptOpenJDK\\JDK\\9.0-abc\\hotspot\\MSI", "Path") >> "d:\\jdk9"
    
            registry.getSubkeys(WindowsRegistry.Key.HKEY_LOCAL_MACHINE, "SOFTWARE\\Eclipse Adoptium\\JDK") >> [
                "17.0.3-7",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 22:14:10 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  3. ci/devinfra/docker_windows/Dockerfile

    # Install Go 1.19.1
    RUN Invoke-WebRequest "https://go.dev/dl/go1.19.1.windows-amd64.msi" \
            -OutFile C:/TEMP/go_install.msi -UseBasicParsing; \
        Start-Process C:/TEMP/go_install.msi -ArgumentList "/quiet", "/log", "C:/TEMP/go_install_log.txt", \
            "InstallAllUsers=1", "PrependPath=1" -wait; \
        Remove-Item C:/TEMP/go_install.msi; \
        Remove-Item C:/TEMP/go_install_log.txt
    
    # Install Python 3.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 18 17:24:20 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  4. src/html/template/exec_test.go

    	{"slice[nil]", "{{index .SI nil}}", "", tVal, false},
    	{"map[one]", "{{index .MSI `one`}}", "1", tVal, true},
    	{"map[two]", "{{index .MSI `two`}}", "2", tVal, true},
    	{"map[NO]", "{{index .MSI `XXX`}}", "0", tVal, true},
    	{"map[nil]", "{{index .MSI nil}}", "", tVal, false},
    	{"map[``]", "{{index .MSI ``}}", "0", tVal, true},
    	{"map[WRONG]", "{{index .MSI 10}}", "", tVal, false},
    	{"double index", "{{index .SMSI 1 `eleven`}}", "11", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  5. src/text/template/exec_test.go

    	{"slice[nil]", "{{index .SI nil}}", "", tVal, false},
    	{"map[one]", "{{index .MSI `one`}}", "1", tVal, true},
    	{"map[two]", "{{index .MSI `two`}}", "2", tVal, true},
    	{"map[NO]", "{{index .MSI `XXX`}}", "0", tVal, true},
    	{"map[nil]", "{{index .MSI nil}}", "", tVal, false},
    	{"map[``]", "{{index .MSI ``}}", "0", tVal, true},
    	{"map[WRONG]", "{{index .MSI 10}}", "", tVal, false},
    	{"double index", "{{index .SMSI 1 `eleven`}}", "11", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  6. platforms/jvm/jvm-services/src/main/java/org/gradle/jvm/toolchain/internal/WindowsInstallationSupplier.java

            return Stream.of(
                "SOFTWARE\\AdoptOpenJDK\\JDK",
                "SOFTWARE\\Eclipse Adoptium\\JDK",
                "SOFTWARE\\Eclipse Foundation\\JDK"
            ).flatMap(key -> find(key, "\\hotspot\\MSI", "Path").stream());
        }
    
        private List<String> findJvms(String sdkSubkey) {
            return find(sdkSubkey, "", "JavaHome");
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 22:14:10 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/server/graceful_shutdown_test.go

    +g47G1LoWZ5p+xe2SXoodgz9mnCpDg3Rm1wOdpAAQjHQ7NgzGIUdlMBAmNrfgy6c
    aiahNmm/KSPV3QWd6QjaHUtN8h1833iVeOJQo8aAzovcp1y43d8N/haMKJhzBAbp
    03qYqp24KGLZ50VvbUMkECuYOvv4/ztTPKO9bP9JaAU97ykqjUq3ZTDhBq4+Msi/
    wsNTZkH9VdbBn8NUAFucZOwa+aIfIdQ/qH5Rlld2N85brmUJwPQ/rxaYy9PevaBX
    nbIK+FFPAgMBAAECggEAKmdZABR7gSWUxN6TdVrIySB6mBTmXsG0/lDHS1/zV/aV
    XbhGA+sm3BABk9UoM3iR1Y45MiXpW6QGXLH9kdFLccidC/pfHPmlWDvMlAwWyVjk
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 29 15:48:39 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  8. docs/debugging/xl-meta/main.go

    					return nil, err
    				}
    			}
    			if ndjson {
    				return buf.Bytes(), nil
    			}
    			var msi map[string]interface{}
    			dec := json.NewDecoder(buf)
    			// Use number to preserve integers.
    			dec.UseNumber()
    			err = dec.Decode(&msi)
    			if err != nil {
    				return nil, err
    			}
    			b, err = json.MarshalIndent(msi, "", "  ")
    			if err != nil {
    				return nil, err
    			}
    			return b, nil
    		}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 31 14:49:23 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  9. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <_comment>Microsoft Windows Installer</_comment>
        <sub-class-of type="application/x-tika-msoffice"/>
        <alias type="application/x-windows-installer"/>
        <alias type="application/x-msi"/>
        <glob pattern="*.msi"/>
        <glob pattern="*.msp"/>
        <glob pattern="*.mst"/>
      </mime-type>
    
      <mime-type type="application/x-msdownload;format=pe">
        <sub-class-of type="application/x-msdownload"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.15.md

    - Fixed an issue where `pull image` fails from a cross-subscription Azure Container Registry when using MSI to authenticate. ([#77245](https://github.com/kubernetes/kubernetes/pull/77245), [@norshtein](https://github.com/norshtein))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
Back to top