Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for matchMedia (0.17 sec)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleJavadocsPlugin.java

                    "<script type=\"text/javascript\">" +
                    "const btn = document.querySelector('.theme-toggle');" +
                    "const prefersDarkScheme = window.matchMedia('(prefers-color-scheme: dark)');" +
                    "const currentTheme = localStorage.getItem('theme');" +
                    "if (currentTheme == 'dark') {" +
                    "    document.body.classList.toggle('dark-theme');" +
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Aug 20 14:11:17 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  2. istioctl/pkg/describe/describe.go

    		cfgs = append(cfgs, &cfg)
    	}
    
    	matchedPA := findMatchedConfigs(podsLabels, cfgs)
    	effectivePA := authn.ComposePeerAuthentication(meshCfg.RootNamespace, matchedPA)
    	printPeerAuthentication(writer, effectivePA)
    	if len(matchedPA) != 0 {
    		printConfigs(writer, matchedPA)
    	}
    
    	return nil
    }
    
    // Workloader is used for matching all configs
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 24 17:36:49 UTC 2024
    - 50.6K bytes
    - Viewed (0)
Back to top