Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for prompt (0.36 sec)

  1. build-logic/binary-compatibility/src/main/groovy/gradlebuild/EnrichedReportRenderer.groovy

                        return result;
                    }
    
                    function acceptAllErrorCorrections() {
                        var reason = prompt("Enter a reason for accepting these changes:");
                        if (!reason) {
                            alert("You must enter a reason to accept all changes.");
                            return;
                        }
    
    Groovy
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Feb 07 20:38:43 GMT 2023
    - 7.2K bytes
    - Viewed (0)
  2. build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/ClassDocPropertiesBuilderTest.groovy

            def prop2 = doc.classProperties[1]
            prop2.name == 'b'
            prop2.additionalValues.size() == 2
            format(prop2.additionalValues[0].title) == 'inherited'
            format(prop2.additionalValues[0].value) == 'inherited'
            format(prop2.additionalValues[1].title) == 'overridden'
            format(prop2.additionalValues[1].value) == 'general'
    
    Groovy
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 7.6K bytes
    - Viewed (0)
Back to top