Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for MAC (0.07 sec)

  1. gradle/verification-metadata.xml

                <sha256 value="46a9b4a311820b2c1841110affa286d65665ac9f8970fd9e9eb903c3d7aa436e" origin="Verified" reason="Artifact is not signed"/>
             </artifact>
             <artifact name="android-studio-2023.3.1.18.mac.zip">
                <sha256 value="b0b5a2cec33e331c30727a06356c2724e7d9a8f5e78dc76cdb62eb6f2442c569" origin="Verified" reason="Artifact is not signed"/>
             </artifact>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    If the above doesn't work and you suspect an issue with the Kotlin DSL script editor, you can:
    
    * Run `./gradle tasks` to get more details
    * Check the logs in one of these locations:
    ** `$HOME/Library/Logs/gradle-kotlin-dsl` on Mac OS X
    ** `$HOME/.gradle-kotlin-dsl/log` on Linux
    ** `$HOME/AppData/Local/gradle-kotlin-dsl/log` on Windows
    * Open an issue on the link:{gradle-issues}[Gradle issue tracker], including as much detail as you can.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    One way of generating a Base64-encoded AES-compatible key is by using a command like this:
    
    ```
    ❯ openssl rand -base64 16
    ```
    
    This command should work on Linux, Mac OS, or on Windows, if using a tool like Cygwin.
    
    You can then use the Base64-encoded key produced by that command and set it as the value of the
    `GRADLE_ENCRYPTION_KEY` environment variable.
    
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  4. src/os/os_test.go

    	}
    }
    
    func TestChdirAndGetwd(t *testing.T) {
    	fd, err := Open(".")
    	if err != nil {
    		t.Fatalf("Open .: %s", err)
    	}
    	// These are chosen carefully not to be symlinks on a Mac
    	// (unlike, say, /var, /etc), except /tmp, which we handle below.
    	dirs := []string{"/", "/usr/bin", "/tmp"}
    	// /usr/bin does not usually exist on Plan 9 or Android.
    	switch runtime.GOOS {
    	case "android":
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
Back to top