Searched full:scheme (Results 1 – 25 of 134) sorted by relevance
123456
38 def get_fetcher_cls(scheme): argument39 '''Get a fetcher's class object, given a scheme.'''41 if scheme in cls.schemes():43 raise ValueError('unknown fetcher for scheme "{}"'.format(scheme))
6 # SoCs that has transitioned to SoC scheme v2 are promptless, and thus9 # SoC that are still using scheme v1 are still having a prompt but is loaded as10 # they offer board maintainers the possibility to use board scheme v2.
34 prompt "AEAD ITS transform module scheme"37 The AEAD scheme used to encrypt and authenticate the data.40 bool "AES-GCM AEAD scheme"45 bool "ChaCha20-Poly1305 AEAD scheme"51 bool "Custom AEAD scheme"
2 …Item(s)}catch(e){}const a=/\(\s*prefers-color-scheme\s*:\s*light\s*\)/gi;const r=/\(\s*prefers-col…
30 <meta name="color-scheme" content="dark light">36 …="{{ pathto('_static/css/light.css', 1) }}" type="text/css" media="(prefers-color-scheme: light)"/>37 …ef="{{ pathto('_static/css/dark.css', 1) }}" type="text/css" media="(prefers-color-scheme: dark)"/>
28 @media (prefers-color-scheme: dark) {30 color-scheme: dark;46 color-scheme: dark;
43 // Update the color scheme when the browsers preference changes45 window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', event => {48 // Update the color scheme when the tab is made visible again.65 … window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', event => {93 return window.matchMedia('(prefers-color-scheme: dark)').matches
1 # Kconfig top-level ci for compliance testing Kconfig tree for boards / SoC v2 scheme.
123 scheme: PowerSupplyScheme133 scheme = PowerSupplyScheme.VDD_VDDH_1V8138 scheme = PowerSupplyScheme.VDDH_2V1_5V5140 scheme = PowerSupplyScheme.UNCONFIGURED142 return cls(scheme=scheme)148 return cls(scheme=PowerSupplyScheme[power["scheme"]])153 if self.scheme == PowerSupplyScheme.VDD_VDDH_1V8:161 elif self.scheme == PowerSupplyScheme.VDDH_2V1_5V5:179 buf["power"] = {"scheme": self.scheme.name}
6 The device supports the triggering scheme between peripherals.
7 # The test instance seqence must stay as it is due to addressing scheme
7 # The test instance sequence must stay as it is due to addressing scheme
10 # The test instance sequence must stay as it is due to addressing scheme
111 scheme = urlparse(url).scheme112 self.dbg(f'Fetching {path} with {scheme}')114 fetcher = fetchers.get_fetcher_cls(scheme)
9 with explicit scheme having all required Twister JSON report objects associated11 Besides, it allows to track changes in Twister JSON report scheme12 and the corresponding data scheme in the same source code repository.22 Tune resulting data scheme and size depending on your particular needs.
3 "scheme": "VDDH_2V1_5V5" string
48 /* The asm2 scheme keeps the kernel pointer in a scratch SR in z_prep_c()51 * compared to the legacy scheme. But in SMP this record is a in z_prep_c()