/third_party/openssl/demos/cms/ |
D | comp.txt | 3 Some Text To be Compressed 4 Some Text To be Compressed 5 Some Text To be Compressed 6 Some Text To be Compressed 7 Some Text To be Compressed 8 Some Text To be Compressed 9 Some Text To be Compressed 10 Some Text To be Compressed 11 Some Text To be Compressed 12 Some Text To be Compressed [all …]
|
/third_party/PyYAML/examples/pygments-lexer/ |
D | yaml.py | 16 Text, Comment, Punctuation, Name, Literal 170 (r'[ ]+(?=#|$)', Text.Blank), 172 (r'\n+', Text.Break), 186 save_indent(Text.Indent, start=True), 193 (r'[ ]+(?=#|$)', Text.Blank), 197 (r'\n', Text.Break, '#pop:2'), 204 bygroups(Text.Blank, Literal.Version), 'ignored-line'), 212 bygroups(Text.Blank, Name.Type, Text.Blank, Name.Type), 219 (r'[ ]*$', something(Text.Blank), '#pop:2'), 221 (r'[ ]+(?=[?:-](?:[ ]|$))', save_indent(Text.Indent)), [all …]
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/ |
D | basic.t | 40 my $template = Text::Template->new('type' => 'FILE', 'source' => $TEMPFILE); 41 ok(defined $template) or diag $Text::Template::ERROR; 63 $text = Text::Template->fill_this_in($template_1, 'package' => 'X'); 69 $template = Text::Template->new(type => 'FILEHANDLE', source => $tmpl); 70 ok defined $template or diag $Text::Template::ERROR; 83 $template = Text::Template->new( 103 $tmpl = Text::Template->new(TYPE => 'STRING', SOURCE => 'B{"\\}"}C{"\\{"}D'); 111 $tmpl = Text::Template->new(TYPE => 'STRING', SOURCE => qq{A{"\t"}B}); 141 my $tmpl = Text::Template->new(TYPE => 'STRING', SOURCE => $test); 153 $template = Text::Template->new(type => 'FILEHANDLE', source => $tmpl); [all …]
|
D | delimiters.t | 17 my $template1 = Text::Template->new( 21 or die "Couldn't construct template object: $Text::Template::ERROR; aborting"; 27 $template1 = Text::Template->new(TYPE => 'STRING', SOURCE => $template); 34 $template1 = Text::Template->new( 38 or die "Couldn't construct template object: $Text::Template::ERROR; aborting"; 44 $template1 = Text::Template->new(TYPE => 'STRING', SOURCE => $template); 73 my $tmpl = Text::Template->new(
|
D | error.t | 14 Text::Template->new(); 20 eval { Text::Template->new(TYPE => 'FILE'); }; 24 eval { Text::Template->new(TYPE => 'wlunch', SOURCE => 'fish food'); }; 28 my $o = Text::Template->new( 33 ok defined($Text::Template::ERROR) 34 && $Text::Template::ERROR =~ /^Couldn't open file/;
|
/third_party/openssl/external/perl/Text-Template-1.56/t/ |
D | basic.t | 40 my $template = Text::Template->new('type' => 'FILE', 'source' => $TEMPFILE); 41 ok(defined $template) or diag $Text::Template::ERROR; 63 $text = Text::Template->fill_this_in($template_1, 'package' => 'X'); 69 $template = Text::Template->new(type => 'FILEHANDLE', source => $tmpl); 70 ok defined $template or diag $Text::Template::ERROR; 83 $template = Text::Template->new( 103 $tmpl = Text::Template->new(TYPE => 'STRING', SOURCE => 'B{"\\}"}C{"\\{"}D'); 111 $tmpl = Text::Template->new(TYPE => 'STRING', SOURCE => qq{A{"\t"}B}); 141 my $tmpl = Text::Template->new(TYPE => 'STRING', SOURCE => $test); 153 $template = Text::Template->new(type => 'FILEHANDLE', source => $tmpl); [all …]
|
D | delimiters.t | 17 my $template1 = Text::Template->new( 21 or die "Couldn't construct template object: $Text::Template::ERROR; aborting"; 27 $template1 = Text::Template->new(TYPE => 'STRING', SOURCE => $template); 34 $template1 = Text::Template->new( 38 or die "Couldn't construct template object: $Text::Template::ERROR; aborting"; 44 $template1 = Text::Template->new(TYPE => 'STRING', SOURCE => $template); 73 my $tmpl = Text::Template->new(
|
D | error.t | 14 Text::Template->new(); 20 eval { Text::Template->new(TYPE => 'FILE'); }; 24 eval { Text::Template->new(TYPE => 'wlunch', SOURCE => 'fish food'); }; 28 my $o = Text::Template->new( 33 ok defined($Text::Template::ERROR) 34 && $Text::Template::ERROR =~ /^Couldn't open file/;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/ |
D | Annotations.cpp | 26 Annotations::Annotations(llvm::StringRef Text) { in Annotations() argument 27 auto Require = [Text](bool Assertion, const char *Msg) { in Annotations() 28 require(Assertion, Msg, Text); in Annotations() 33 Code.reserve(Text.size()); in Annotations() 34 while (!Text.empty()) { in Annotations() 35 if (Text.consume_front("^")) { in Annotations() 40 if (Text.consume_front("[[")) { in Annotations() 46 if (Text.consume_front("]]")) { in Annotations() 55 if (Text.consume_front("$")) { in Annotations() 56 Name = Text.take_while(llvm::isAlnum); in Annotations() [all …]
|
/third_party/rust/crates/regex/src/ |
D | re_trait.rs | 106 type Text: ?Sized + fmt::Debug; typedef 122 fn next_after_empty(&self, text: &Self::Text, i: usize) -> usize; in next_after_empty() argument 127 text: &Self::Text, in shortest_match_at() argument 132 fn is_match_at(&self, text: &Self::Text, start: usize) -> bool; in is_match_at() argument 137 text: &Self::Text, in find_at() argument 146 text: &Self::Text, in captures_read_at() argument 152 fn find_iter(self, text: &Self::Text) -> Matches<'_, Self> { in find_iter() 158 fn captures_iter(self, text: &Self::Text) -> CaptureMatches<'_, Self> { in captures_iter() 168 R::Text: 't, 171 text: &'t R::Text, [all …]
|
/third_party/skia/modules/sksg/src/ |
D | SkSGText.cpp | 18 sk_sp<Text> Text::Make(sk_sp<SkTypeface> tf, const SkString& text) { in Make() 19 return sk_sp<Text>(new Text(std::move(tf), text)); in Make() 22 Text::Text(sk_sp<SkTypeface> tf, const SkString& text) in Text() function in sksg::Text 26 Text::~Text() = default; 28 SkPoint Text::alignedPosition(SkScalar advance) const { in alignedPosition() 45 SkRect Text::onRevalidate(InvalidationController*, const SkMatrix&) { in onRevalidate() 71 void Text::onDraw(SkCanvas* canvas, const SkPaint& paint) const { in onDraw() 76 bool Text::onContains(const SkPoint& p) const { in onContains() 80 SkPath Text::onAsPath() const { in onAsPath() 85 void Text::onClip(SkCanvas* canvas, bool antiAlias) const { in onClip()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_demo.cpp | 398 ImGui::Text("dear imgui says hello. (%s)", IMGUI_VERSION); in ShowDemoWindow() 403 ImGui::Text("ABOUT THIS DEMO:"); in ShowDemoWindow() 410 ImGui::Text("PROGRAMMER GUIDE:"); in ShowDemoWindow() 419 ImGui::Text("USER GUIDE:"); in ShowDemoWindow() 442 ImGui::Text("<<PRESS SPACE TO DISABLE>>"); in ShowDemoWindow() 458 ImGui::Text("Also see Style->Rendering for rendering options."); in ShowDemoWindow() 554 ImGui::Text("Thanks for clicking me!"); in ShowDemoWindowWidgets() 583 ImGui::Text("Hold to repeat:"); in ShowDemoWindowWidgets() 595 ImGui::Text("%d", counter); in ShowDemoWindowWidgets() 597 ImGui::Text("Hover over me"); in ShowDemoWindowWidgets() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | tsxDynamicTagName8.symbols | 15 export class Text extends React.Component<{}, {}> { 16 >Text : Symbol(Text, Decl(app.tsx, 0, 31)) 22 >_tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51)) 25 >render : Symbol(Text.render, Decl(app.tsx, 3, 27)) 29 >this._tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51)) 30 >this : Symbol(Text, Decl(app.tsx, 0, 31)) 31 >_tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51)) 32 >this._tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51)) 33 >this : Symbol(Text, Decl(app.tsx, 0, 31)) 34 >_tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51))
|
D | tsxDynamicTagName9.symbols | 15 export class Text extends React.Component<{}, {}> { 16 >Text : Symbol(Text, Decl(app.tsx, 0, 31)) 22 >_tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51)) 25 >render : Symbol(Text.render, Decl(app.tsx, 3, 26)) 29 >this._tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51)) 30 >this : Symbol(Text, Decl(app.tsx, 0, 31)) 31 >_tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51)) 32 >this._tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51)) 33 >this : Symbol(Text, Decl(app.tsx, 0, 31)) 34 >_tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51))
|
D | tsxDynamicTagName7.js | 11 export class Text extends React.Component<{}, {}> { class 39 exports.Text = void 0; 41 var Text = /** @class */ (function (_super) { 42 __extends(Text, _super); 43 function Text() { class in Text 48 Text.prototype.render = function () { 52 return Text; 54 exports.Text = Text;
|
D | tsxDynamicTagName8.js | 11 export class Text extends React.Component<{}, {}> { class 39 exports.Text = void 0; 41 var Text = /** @class */ (function (_super) { 42 __extends(Text, _super); 43 function Text() { class in Text 48 Text.prototype.render = function () { 51 return Text; 53 exports.Text = Text;
|
D | tsxDynamicTagName9.js | 11 export class Text extends React.Component<{}, {}> { class 39 exports.Text = void 0; 41 var Text = /** @class */ (function (_super) { 42 __extends(Text, _super); 43 function Text() { class in Text 48 Text.prototype.render = function () { 51 return Text; 53 exports.Text = Text;
|
D | tsxDynamicTagName5.js | 11 export class Text extends React.Component<{}, {}> { class 39 exports.Text = void 0; 41 var Text = /** @class */ (function (_super) { 42 __extends(Text, _super); 43 function Text() { class in Text 48 Text.prototype.render = function () { 51 return Text; 53 exports.Text = Text;
|
D | conditionalTypeRelaxingConstraintAssignability.symbols | 9 | ElChildren.Text; 11 >Text : Symbol(ElChildren.Text, Decl(conditionalTypeRelaxingConstraintAssignability.ts, 4, 31)) 19 export type Text = string; 20 >Text : Symbol(Text, Decl(conditionalTypeRelaxingConstraintAssignability.ts, 4, 31)) 23 type Relax<C extends ElChildren> = C extends ElChildren.Text ? ElChildren.Text : C; 29 >Text : Symbol(ElChildren.Text, Decl(conditionalTypeRelaxingConstraintAssignability.ts, 4, 31)) 31 >Text : Symbol(ElChildren.Text, Decl(conditionalTypeRelaxingConstraintAssignability.ts, 4, 31)) 58 new Elem('' as ElChildren.Text); 61 >Text : Symbol(ElChildren.Text, Decl(conditionalTypeRelaxingConstraintAssignability.ts, 4, 31)) 63 new Elem('' as ElChildren.Void | ElChildren.Text); // error [all …]
|
D | conditionalTypeRelaxingConstraintAssignability.types | 8 | ElChildren.Text; 15 export type Text = string; 16 >Text : string 19 type Relax<C extends ElChildren> = C extends ElChildren.Text ? ElChildren.Text : C; 44 new Elem('' as ElChildren.Text); 45 >new Elem('' as ElChildren.Text) : Elem<string> 47 >'' as ElChildren.Text : string 51 new Elem('' as ElChildren.Void | ElChildren.Text); // error 52 >new Elem('' as ElChildren.Void | ElChildren.Text) : Elem<string | undefined> 54 >'' as ElChildren.Void | ElChildren.Text : string | undefined
|
D | tsxDynamicTagName5.symbols | 15 export class Text extends React.Component<{}, {}> { 16 >Text : Symbol(Text, Decl(app.tsx, 0, 31)) 22 >_tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51)) 25 >render : Symbol(Text.render, Decl(app.tsx, 3, 27)) 29 >this._tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51)) 30 >this : Symbol(Text, Decl(app.tsx, 0, 31)) 31 >_tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51))
|
/third_party/typescript/tests/dets/cases/ |
D | dynamicallyBuildUIElements.ets | 48 Text(label) 95 Text(this.header) 99 Text(this.footer) 110 Text('noParam').fontSize(30) 116 Text(label).fontSize(30) 148 Text(this.header) 157 Text(label1) 159 Text(label2) 202 Text('FancyA') 205 Text('FancyB') [all …]
|
/third_party/rust/crates/regex/bench/src/ffi/ |
D | tcl.rs | 18 pub struct Text { struct 28 unsafe impl Send for Text {} implementation 30 impl Drop for Text { implementation 40 impl Text { implementation 41 pub fn new(text: String) -> Text { in new() argument 48 Text { s: text, obj: obj } in new() 62 pat: Text, 77 let pat = Text::new(pattern.to_owned()); in new() 87 pub fn is_match(&self, text: &Text) -> bool { in is_match() 97 pub fn find_iter<'r, 't>(&'r self, text: &'t Text) -> FindMatches<'r, 't> { in find_iter() [all …]
|
/third_party/zlib/contrib/ada/ |
D | buffer_demo.adb | 27 Text : constant String constant 32 Source : Stream_Element_Array (1 .. Text'Length); 33 for Source'Address use Text'Address; 36 Ada.Text_IO.Put (Text); 39 ("Uncompressed size : " & Positive'Image (Text'Length) & " bytes"); 42 Compressed_Data : Stream_Element_Array (1 .. Text'Length); 71 Uncompressed_Data : Stream_Element_Array (1 .. Text'Length);
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_multicall.py | 6 from tkinter import Tk, Text 16 cls.mc = multicall.MultiCallCreator(Text) 29 self.assertIs(multicall._multicall_dict[Text], mc) 30 self.assertTrue(issubclass(mc, Text)) 31 mc2 = multicall.MultiCallCreator(Text) 42 self.assertIs(mc.yview, Text.yview) 44 self.assertIs(mctext.yview.__func__, Text.yview)
|