/third_party/jinja2/ |
D | meta.py | 57 _ref_types = (nodes.Extends, nodes.FromImport, nodes.Import, nodes.Include) 58 _RefType = t.Union[nodes.Extends, nodes.FromImport, nodes.Import, nodes.Include]
|
D | parser.py | 324 def parse_extends(self) -> nodes.Extends: 325 node = nodes.Extends(lineno=next(self.stream).lineno)
|
/third_party/skia/third_party/externals/oboe/samples/iolib/ |
D | README.md | 21 Extends the `DataSource` interface for audio data coming from SampleBuffer objects. 24 Extends `SampleSource` to provide data that plays through it's `SampleBuffer` and then provides sil…
|
/third_party/typescript/tests/baselines/reference/ |
D | importHelpersInAmbientContext.types | 4 // Extends 43 // Extends
|
D | importHelpersInAmbientContext.symbols | 4 // Extends 48 // Extends
|
D | conditionalTypes1.js | 169 type Extends<T, U> = T extends U ? true : false; 175 type IsString<T> = Extends<T, string>; 591 declare type Extends<T, U> = T extends U ? true : false; 596 declare type IsString<T> = Extends<T, string>;
|
D | conditionalTypes1.types | 516 type Extends<T, U> = T extends U ? true : false; 517 >Extends : Extends<T, U> 538 type IsString<T> = Extends<T, string>;
|
D | conditionalTypes1.symbols | 652 type Extends<T, U> = T extends U ? true : false; 653 >Extends : Symbol(Extends, Decl(conditionalTypes1.ts, 165, 97)) 690 type IsString<T> = Extends<T, string>; 693 >Extends : Symbol(Extends, Decl(conditionalTypes1.ts, 165, 97))
|
D | parserRealSource10.js | 25 Extends, 214 …setTokenInfo(TokenID.Extends, Reservation.TypeScriptAndJSFuture, OperatorPrecedence.None, NodeType… 686 …setTokenInfo(TokenID.Extends, Reservation.TypeScriptAndJSFuture, OperatorPrecedence.None, NodeType…
|
D | parserRealSource10.types | 59 Extends, 60 >Extends : TokenID.Extends 1079 …setTokenInfo(TokenID.Extends, Reservation.TypeScriptAndJSFuture, OperatorPrecedence.None, NodeType… 1080 >setTokenInfo(TokenID.Extends, Reservation.TypeScriptAndJSFuture, OperatorPrecedence.None, NodeType… 1082 >TokenID.Extends : TokenID.Extends 1084 >Extends : TokenID.Extends
|
/third_party/rust/crates/rust-std-candidates/triable/ |
D | Cargo.toml | 9 Extends the `try!` macro to types other than `std::result::Result` by introducing a `Triable` trait.
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | meta.py | 75 for node in ast.find_all((nodes.Extends, nodes.FromImport, nodes.Import,
|
D | nodes.py | 299 class Extends(Stmt): class
|
/third_party/skia/third_party/externals/jinja2/ |
D | meta.py | 69 (nodes.Extends, nodes.FromImport, nodes.Import, nodes.Include)
|
D | nodes.py | 294 class Extends(Stmt): class
|
/third_party/rust/crates/rust-std-candidates/ |
D | README.OpenSource | 16 …triable: Extends the `try!` macro to types other than `std::result::Result` by introducing a `Tria…
|
/third_party/typescript/tests/cases/conformance/types/conditional/ |
D | conditionalTypes1.ts | 171 type Extends<T, U> = T extends U ? true : false; alias 177 type IsString<T> = Extends<T, string>;
|
/third_party/node/doc/api/ |
D | tty.md | 40 * Extends: {net.Socket} 84 * Extends: {net.Socket}
|
D | inspector.md | 84 * Extends: {EventEmitter}
|
D | globals.md | 65 * Extends: {EventTarget}
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource10.ts | 24 Extends, enumerator 213 …setTokenInfo(TokenID.Extends, Reservation.TypeScriptAndJSFuture, OperatorPrecedence.None, NodeType…
|
/third_party/node/deps/npm/node_modules/execa/ |
D | readme.md | 117 Environment key-value pairs. Extends automatically from `process.env`. Set `extendEnv` to `false` i…
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_mirror_clamp.txt | 131 Extends ATI_texture_mirror_once by adding
|
/third_party/python/Doc/library/ |
D | array.rst | 174 Extends this array with data from the given unicode string. The array must
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_mirror_clamp.txt | 131 Extends ATI_texture_mirror_once by adding
|