Searched refs:aliased (Results 1 – 25 of 260) sorted by relevance
1234567891011
10 var aliased = [ '-h', 'true', '--derp', 'true' ];17 var aliasedArgv = parse(aliased, opts);48 var aliased = [ '-h', 'hello', '--derp', 'goodbye' ];55 var aliasedArgv = parse(aliased, opts);68 var aliased = [ '-h', 'hello' ];75 var aliasedArgv = parse(aliased, opts);89 var aliased = [ '--bad', '--', 'good', 'arg' ];94 var argv = parse(aliased, opts);
40 var aliased = [ '-h', 'derp' ];45 var aliasedArgv = parse(aliased, {65 var aliased = [ '-h', 'derp' ];71 var aliasedArgv = parse(aliased, opts);84 var aliased = [ '-h', 'derp' ];91 var aliasedArgv = parse(aliased, opts);107 var aliased = [ '-h', 'true' ];113 var aliasedArgv = parse(aliased, opts);
20 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer$(ECHO_DRIVER_DONE)22 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer for LCDs$(ECHO_DRIVER_DONE)24 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer for vertical LCDs$(ECHO_DRI…
17 my $aliased = 0;46 $aliased = 1;49 if($aliased) {62 $aliased = 0;
29 export * as aliased from "./data1";30 >aliased : typeof aliased
14 export * as aliased from "./data1";38 exports.aliased = void 0;41 exports.aliased = require("./data1");
25 export * as aliased from "./data1";26 >aliased : Symbol(aliased, Decl(index.ts, 2, 6))
141 // await allowed in aliased import174 // await allowed in aliased export
60 // await allowed in aliased import79 // await allowed in aliased export
100 // await allowed in aliased import124 // await allowed in aliased export
1174 def platform(aliased=0, terse=0): argument1193 result = _platform_cache.get((aliased, terse), None)1202 if aliased:1245 _platform_cache[(aliased, terse)] = platform1310 aliased = (not 'nonaliased' in sys.argv and not '--nonaliased' in sys.argv) variable1311 print(platform(aliased, terse))
7 Aliased aliased; member in IndirectlyUsesTemplateParameter
39 For regular full pixel partial coverage (anti-aliased) glyph rendering the user may or may not46 perhaps anti-aliased drop out control (these latter two achieved either manually with proper54 For subpixel partial coverage (subpixel anti-aliased) glyph masks linear blending in a61 So, if subpixel anti-aliased glyph masks (and sometimes full pixel anti-aliased glyph masks)83 is drawing it on top of itself. Subpixel anti-aliased glyph masks drawn with this guess will91 instead of full pixel. If this hack is applied to full pixel anti-aliased masks everything is94 the gamma hack applied to full pixel anti-aliased glyphs.
12 export * as aliased from "./data1";
20 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer$(ECHO_DRIVER_DONE)
223 const aliased = checker.getAliasedSymbol(symbol); constant224 if (aliased.declarations) {225 return aliased;
11 pub aliased: IndirectlyUsesTemplateParameter_Aliased<T>, field