Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 53 for checkboxes (0.22 sec)

  1. src/main/webapp/css/bootstrap.min.css.map

    \"\";\n    background: no-repeat 50% / #{$custom-control-indicator-bg-size};\n  }\n}\n\n\n// Checkboxes\n//\n// Tweak just a few things for checkboxes.\n\n.custom-checkbox {\n  .custom-control-label::before {\n    @include border-radius($custom-checkbox-indicator-border-radius);\n  }\n\n  .custom-control-input:checked ~ .custom-control-label {\n    &::after {\n      background-image: escape-svg($custom-checkbox-indicator-icon-checked);\n    }\n  }\n\n  .custom-control-input:indeterminate ~ .custom-control-label...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  2. test/slicecap.go

    		y := x[4:]
    		checkString("y[1:]", y[1:])
    	}
    	{
    		x := bytes
    		checkBytes("x", x)
    		checkBytes("x[5:]", x[5:])
    		checkBytes("x[five:]", x[five:])
    		checkBytes("x[5:five]", x[5:five])
    		checkBytes("x[five:5]", x[five:5])
    		checkBytes("x[five:five]", x[five:five])
    		checkBytes("x[1:][2:][2:]", x[1:][2:][2:])
    		y := x[4:]
    		checkBytes("y[1:]", y[1:])
    	}
    	{
    		x := ints
    		checkInts("x", x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 1.9K bytes
    - Viewed (0)
  3. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/performanceReport.js

            $("#filter-popover .form-check-input[value*='" + currentSelectedTag + "']").toArray().forEach(checkbox => checked ? checkbox.setAttribute('checked', 'true') : checkbox.removeAttribute('checked'));
    
            var selectedTags = $('.popover-body .form-check-input').toArray().filter(checkbox => checkbox.checked).map(checkbox => checkbox.value);
    
            refreshCards(selectedTags)
        })
    }
    
    function failedScenarioButtonClicked() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  4. test/fixedbugs/issue5704.go

    	mybytes  []byte
    	myrunes  []rune
    )
    
    func checkBytes(s []byte, arg string) {
    	if len(s) != 0 {
    		panic("len(" + arg + ") != 0")
    	}
    	if s == nil {
    		panic(arg + " == nil")
    	}
    }
    
    func checkRunes(s []rune, arg string) {
    	if len(s) != 0 {
    		panic("len(" + arg + ") != 0")
    	}
    	if s == nil {
    		panic(arg + " == nil")
    	}
    }
    
    func main() {
    	checkBytes([]byte(""), `[]byte("")`)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 1K bytes
    - Viewed (0)
  5. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/report.js

                        div.append($("<label>", {for: id}).text(title));
                        var checkbox = $("<input>", {type: "checkbox", id: id, checked: true});
                        div.append(checkbox);
                        checkbox.change(function () {
                            if (checkbox.is(':checked')) {
                                $("." + id).show();
                            } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  6. src/test/java/jcifs/tests/PACTest.java

            byte[] mac = PacMac.calculateMacArcfourHMACMD5(usage, makeKey(keyb, 23), datab);
            checkBytes(javaMac, mac);
            checkBytes(Hex.decode(expect), javaMac);
            checkBytes(Hex.decode(expect), mac);
        }
    
    
        @Test
        public void testPACAESChecksum () throws GeneralSecurityException {
            String expect = "04EDBD6302A523C038391974";
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Oct 01 12:01:17 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  7. subprojects/diagnostics/src/testFixtures/groovy/org/gradle/api/reporting/model/ModelReportOutput.groovy

            def parsedNodes = parsedModelReport.reportNode
            def actualNode = parsedNodes.findFirstByName(expectedNode.name())
            assert actualNode: "Could not find the first node to begin comparison"
            checkNodes(actualNode, expectedNode)
        }
    
        /**
         * A fuzzy assertion which recursively asserts that:
         * - {@code excepted} has, at a minimum, has the same number of and node names as {@actual}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jul 02 20:49:19 UTC 2015
    - 3.5K bytes
    - Viewed (0)
  8. subprojects/core/src/main/resources/org/gradle/reporting/report.js

            }
        }
    
        function toggleLineWrapping() {
            var checkBox = getCheckBox();
    
            if (checkBox.checked) {
                forAllCodeBlocks(addClass);
            } else {
                forAllCodeBlocks(removeClass);
            }
        }
    
        function initControls() {
            if (findCodeBlocks().length > 0) {
                var checkBox = getCheckBox();
                var label = getLabelForCheckBox();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 24 16:08:08 UTC 2014
    - 5.1K bytes
    - Viewed (0)
  9. src/runtime/memmove_ppc64x.s

    	// necessary.
    
    	SUB	SRC, TGT, TMP	// dest - src
    	CMPU	TMP, LEN, CR2	// < len?
    	BC	12, 8, backward // BLT CR2 backward
    
    	// Copying forward if no overlap.
    
    	BC	12, 6, checkbytes	// BEQ CR1, checkbytes
    	SRDCC	$3, DWORDS, OCTWORDS	// 64 byte chunks?
    	MOVD	$16, IDX16
    	BEQ	lt64gt8			// < 64 bytes
    
    	// Prepare for moves of 64 bytes at a time.
    
    forward64setup:
    	DCBTST	(TGT)			// prepare data cache
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 16:47:45 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  10. pkg/ctrlz/topics/assets/templates/scopes.html

                }
            }
    
            function onerror(e) {
                console.error(e);
            }
        }
    
        function toggleLogCallers(checkbox) {
            let scope = checkbox.parentElement.parentElement.id;
            let logCallers = checkbox.checked;
    
            let url = window.location.protocol + "//" + window.location.host + "/scopej/" + scope;
            let ajax = new XMLHttpRequest();
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 7.2K bytes
    - Viewed (0)
Back to top