/third_party/python/Doc/library/ |
D | tkinter.tix.rst | 99 .. Python Demo of: 109 .. Python Demo of: 121 .. Python Demo of: 134 .. Python Demo of: 145 .. Python Demo of: 157 .. Python Demo of: 168 .. Python Demo of: 178 .. Python Demo of: 190 .. Python Demo of: 201 .. Python Demo of: [all …]
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.0/read-only_properties_and_index_signatures/ |
D | read-only_properties_and_index_signatures.ts | 26 interface Demo { interface 32 let d3: Demo = d2; 41 class Demo2 implements Demo {
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.0/optional_class_properties/ |
D | optional_class_properties.ts | 24 class Demo { class 36 let c = new Demo();
|
/third_party/rust/crates/syn/examples/heapsize/example/src/ |
D | main.rs | 4 struct Demo<'a, T: ?Sized> { struct 12 let demo = Demo { in main() argument
|
/third_party/icu/icu4j/demos/ |
D | manifest.stub | 6 Specification-Title: ICU for Java Demo 9 Implementation-Title: ICU for Java Demo
|
/third_party/rust/crates/cxx/book/src/ |
D | extern-c++.md | 192 C++ type `example::Demo`. If both were written just containing `type Demo;`, 194 `Demo` and thus the compiler wouldn't allow us to take the `Demo` returned by 195 `file1::ffi::create_demo` and pass it as the `Demo` argument accepted by 196 `file2::ffi::take_ref_demo`. Instead, one of the two `Demo`s has been defined as 204 type Demo; 206 fn create_demo() -> UniquePtr<Demo>; 216 type Demo = crate::file1::ffi::Demo; 218 fn take_ref_demo(demo: &Demo);
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | DemoApplet.java | 35 Demo frame = null; 48 frame = new Demo(600, 200); in init()
|
D | demo.bat | 17 javaw Demo
|
D | Demo.java | 67 public class Demo extends Frame { class 98 Frame f = new Demo(600, 200); in main() 109 public Demo(int width, int height) { in Demo() method in Demo 422 Demo frame; 425 FileListener(Demo frame, int choice) { in FileListener()
|
/third_party/openssl/test/certs/ |
D | root-ed25519.pem | 7 Issuer: CN = IETF Test Demo 11 Subject: CN = IETF Test Demo
|
D | ee-ed25519.pem | 6 Issuer: CN = IETF Test Demo 10 Subject: CN = IETF Test Demo
|
/third_party/rust/crates/syn/examples/heapsize/ |
D | README.md | 22 struct Demo<'a, T: ?Sized> { 33 impl<'a, T: ?Sized + heapsize::HeapSize> heapsize::HeapSize for Demo<'a, T> {
|
/third_party/rust/crates/proc-macro-error/test-crate/proc-macro-hack-test/demo-hack-impl/ |
D | Cargo.toml | 6 description = "Demo of proc-macro-hack"
|
/third_party/rust/crates/proc-macro-error/test-crate/proc-macro-hack-test/ |
D | Cargo.toml | 6 description = "Demo of proc-macro-hack"
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 51 - Debug: Stack Tool: Added "Stack Tool" available in "Demo->Tools->Stack Tool", "Metrics->Tools", 213 - Demo: Fixed requirement in 1.83 to link with imgui_demo.cpp if IMGUI_DISABLE_METRICS_WINDOW is no… 315 - Demo: Improved popups demo and comments. 504 - Demo: Added 'Examples->Fullscreen Window' demo using GetMainViewport() values. (#3789) 505 - Demo: 'Simple Overlay' demo now moves under main menu-bar (if any) using GetMainViewport()'s work… 555 Check out 'Demo->Tables' for many demos. 614 - Demo: Clarify usage of right-aligned items in Demo>Layout>Widgets Width. 686 with signed and unsigned types. Added reverse Sliders to Demo. (#3432, #3449) [@rokups] 715 - Demo: Add simple InputText() callbacks demo (aside from the more elaborate ones in 'Examples->Con… 820 - Demo: Improved "Custom Rendering"->"Canvas" demo with a grid, scrolling and context menu. [all …]
|
/third_party/libphonenumber/java/demo/war/ |
D | phonenumberparser.jsp | 7 <h2>Phone Number Parser Demo</h2>
|
/third_party/node/deps/openssl/openssl/apps/ |
D | openssl.cnf | 336 [insta] # CMP using Insta Demo CA 344 recipient = "/C=FI/O=Insta Demo/CN=Insta Demo CA" # or set srvcert or issuer
|
D | openssl-vms.cnf | 336 [insta] # CMP using Insta Demo CA 344 recipient = "/C=FI/O=Insta Demo/CN=Insta Demo CA" # or set srvcert or issuer
|
/third_party/openssl/apps/ |
D | openssl-vms.cnf | 336 [insta] # CMP using Insta Demo CA 344 recipient = "/C=FI/O=Insta Demo/CN=Insta Demo CA" # or set srvcert or issuer
|
D | openssl.cnf | 336 [insta] # CMP using Insta Demo CA 344 recipient = "/C=FI/O=Insta Demo/CN=Insta Demo CA" # or set srvcert or issuer
|
/third_party/skia/third_party/externals/libwebp/ |
D | README.webp_js | 33 Demo HTML page:
|
/third_party/weex-loader/deps/weex-styler/ |
D | README.md | 82 ## Demo section in Weex `<style>` Transformer
|
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/ |
D | README.md | 81 ## Demo and Documentation
|
/third_party/libwebsockets/lib/misc/fts/ |
D | README.md | 24 Demo minimal example|[minimal-examples/http-server/minimal-http-server-fulltext-search](https://lib… 25 Live Demo|[https://libwebsockets.org/ftsdemo/](https://libwebsockets.org/ftsdemo/)
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_metal/ |
D | main.mm | 126 …ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/clos…
|