Searched refs:Allow (Results 1 – 25 of 740) sorted by relevance
12345678910>>...30
9 # Allow filter and map.22 # Allow module names containing a dash (but no underscore or uppercase letter).36 # Allow more than the default 7 attributes.41 # Allow longer modules than the default recommended maximum.59 # * no-else-return: Allow the perfectly reasonable idiom73 # Allow unused variables if their name starts with an underscore.
40 * Allow changing the present mode a swapchain is using at per-present42 * Allow applications to define the behavior when presenting a swapchain46 * Allow applications to defer swapchain memory allocation for improved48 * Allow applications to release previously acquired images without
30 * Allow the application to specify which aspect of an input attachment32 * Allow implementations to express the clipping behavior of points.33 * Allow creating images with usage flags that may not be supported for the36 * Allow creating uncompressed image views of compressed images.37 * Allow the application to select between an upper-left and lower-left
28 * Allow querying number of min/max images from a surface for a particular30 * Allow querying a surface's scaled presentation capabilities.31 * Allow querying a surface for the set of presentation modes which can be
36 * Allow 2D and 2D array image views to be created from 3D images, which42 * Allow negative height to be specified in the47 * Allow implementations to express support for doing just transfers and
202 sys::DynamicLibrary Dylib, char GlobalPrefix, SymbolPredicate Allow) in DynamicLibrarySearchGenerator() argument203 : Dylib(std::move(Dylib)), Allow(std::move(Allow)), in DynamicLibrarySearchGenerator()208 SymbolPredicate Allow) { in Load() argument214 std::move(Lib), GlobalPrefix, std::move(Allow)); in Load()230 if (Allow && !Allow(Name)) in tryToGenerate()
265 SymbolPredicate Allow = SymbolPredicate());272 SymbolPredicate Allow = SymbolPredicate());278 SymbolPredicate Allow = SymbolPredicate()) {279 return Load(nullptr, GlobalPrefix, std::move(Allow));288 SymbolPredicate Allow; variable
44 await tester.pump(const Duration(seconds: 1)); // Allow overscroll to settle72 await tester.pump(const Duration(seconds: 1)); // Allow overscroll to settle77 await tester.pump(const Duration(seconds: 1)); // Allow overscroll to settle87 await tester.pump(const Duration(seconds: 1)); // Allow overscroll to settle101 await tester.pump(const Duration(seconds: 1)); // Allow overscroll to settle
20 -j|Allow selfsigned tls cert21 -k|Allow insecure certs24 -e|Allow expired certs
177 Allow unicode escapes in property names that are keywords.275 Allow string line continuations with special line terminator characters.369 Allow U+2028 and U+2029 in string when ECMAVersion >= 10.371 Allow binding-less catch statements when ECMAVersion >= 10.421 Allow duplicate property names in object patterns.451 Allow shorthand properties `get` and `set` to be followed by default values.481 Allow object/array patterns in rest parameters.485 Allow `async` as a shorthand object property.513 Allow labels in front or `var` declarations, even in strict mode.523 Allow all forms of member expressions to be parenthesized as lvalue.[all …]
150 Version 2, 2019/04/01 - Allow MakeCurrent.151 Version 3, 2019/08/13 - Allow RGB internal formats154 Version 5, 2020/06/30 - Allow RGB10_A2 internal formats155 Version 6, 2020/08/25 - Allow R16 and RG16 formats for P010 surfaces
25 - Version string: Allow overriding of wall clock timestamp with contents67 #429: Validator: Allow OpTypeForwardPointer and OpTypeStruct to reference78 #414: Validator: Allow OpUndef for composite constants98 #339: Allow OpUndef in types-constants-global-vars section, as required110 - Allow INotEqual as operation for OpSpecConstantOp
98 … title: const Text('Allow "Maps" to access your location while you are using the app?'),103 child: const Text('Don\'t Allow'),109 child: const Text('Allow'),111 Navigator.pop(context, 'Allow');
30 void CertPolicy::Allow(const net::X509Certificate& cert, int error) { in Allow() function in internal::CertPolicy76 cert_policy_for_host_[host].Allow(cert, error); in AllowCert()
80 - Allow overriding system root via the `PKG_CONFIG_SYSROOT_DIR` or `SYSROOT`129 - Allow cross-compilation if pkg-config is customized (#44, #86)155 - Allow static linking of /usr/ on macOS (#42)
10 // "allowJs": true, /* Allow javascript files to be compiled. */52 …// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no defa…55 // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */