/third_party/lzma/CPP/7zip/UI/GUI/ |
D | ExtractDialog.cpp | 145 GetText(s); in OnInit() 251 _passwordControl.GetText(password); in UpdatePasswordControl() 280 _path.GetText(currentPath); in OnButtonSetPath() 312 _passwordControl.GetText(Password); in OnOK() 355 _path.GetText(s); in OnOK() 362 _path.GetText(s); in OnOK() 380 _pathName.GetText(pathName); in OnOK()
|
/third_party/lzma/CPP/Windows/ |
D | Window.cpp | 114 bool CWindow::GetText(CSysString &s) const in GetText() function in NWindows::CWindow 122 const unsigned len2 = (unsigned)GetText(p, (int)(len + 1)); in GetText() 133 bool CWindow::GetText(UString &s) const in GetText() function in NWindows::CWindow 153 const bool result = GetText(sysString); in GetText()
|
D | Window.h | 326 int GetText(LPTSTR string, int maxCount) const in GetText() function 328 bool GetText(CSysString &s) const; 334 bool GetText(UString &s) const;
|
/third_party/typescript/tests/baselines/reference/ |
D | parserindenter.js | 294 … if (twoCharSpan != null && (twoCharSpan.GetText() == "//" || twoCharSpan.GetText() == "/*")) { 406 var currentIndentText = this.snapshot.GetText(currentIndentSpan); 499 var currentIndent = this.snapshot.GetText(currentIndentSpan); 535 …var origIndentText = this.snapshot.GetText(new Span(indentEditInfo.OrigIndentPosition, indentEditI… 557 …var childIndentText = this.snapshot.GetText(new Span(childTokenLineStartPosition, childTokenStartP… 982 … if (twoCharSpan != null && (twoCharSpan.GetText() == "//" || twoCharSpan.GetText() == "/*")) { 1074 var currentIndentText = this.snapshot.GetText(currentIndentSpan); 1149 var currentIndent = this.snapshot.GetText(currentIndentSpan); 1175 …var origIndentText = this.snapshot.GetText(new Span(indentEditInfo.OrigIndentPosition, indentEditI… 1195 …var childIndentText = this.snapshot.GetText(new Span(childTokenLineStartPosition, childTokenStartP…
|
D | parserindenter.types | 1202 … if (twoCharSpan != null && (twoCharSpan.GetText() == "//" || twoCharSpan.GetText() == "/*")) { 1203 >twoCharSpan != null && (twoCharSpan.GetText() == "//" || twoCharSpan.GetText() == "/*") : boolean 1207 >(twoCharSpan.GetText() == "//" || twoCharSpan.GetText() == "/*") : boolean 1208 >twoCharSpan.GetText() == "//" || twoCharSpan.GetText() == "/*" : boolean 1209 >twoCharSpan.GetText() == "//" : boolean 1210 >twoCharSpan.GetText() : any 1211 >twoCharSpan.GetText : any 1213 >GetText : any 1215 >twoCharSpan.GetText() == "/*" : boolean 1216 >twoCharSpan.GetText() : any [all …]
|
D | parserindenter.errors.txt | 554 … if (twoCharSpan != null && (twoCharSpan.GetText() == "//" || twoCharSpan.GetText() == "/*")) { 710 var currentIndentText = this.snapshot.GetText(currentIndentSpan); 831 var currentIndent = this.snapshot.GetText(currentIndentSpan); 873 …var origIndentText = this.snapshot.GetText(new Span(indentEditInfo.OrigIndentPosition, indentEditI… 897 …var childIndentText = this.snapshot.GetText(new Span(childTokenLineStartPosition, childTokenStartP…
|
D | parserindenter.symbols | 753 … if (twoCharSpan != null && (twoCharSpan.GetText() == "//" || twoCharSpan.GetText() == "/*")) { 954 var currentIndentText = this.snapshot.GetText(currentIndentSpan); 1219 var currentIndent = this.snapshot.GetText(currentIndentSpan); 1323 …var origIndentText = this.snapshot.GetText(new Span(indentEditInfo.OrigIndentPosition, indentEditI… 1379 …var childIndentText = this.snapshot.GetText(new Span(childTokenLineStartPosition, childTokenStartP…
|
/third_party/python/Lib/idlelib/ |
D | stackviewer.py | 49 def GetText(self): member in StackTreeItem 66 def GetText(self): member in FrameTreeItem 104 def GetText(self): member in VariablesTreeItem
|
D | tree.py | 266 text = self.item.GetText() or "<no text>" 315 if text and text != self.item.GetText(): 317 text = self.item.GetText() 345 def GetText(self): member in TreeItem 400 def GetText(self): member in FileTreeItem
|
D | pathbrowser.py | 31 def GetText(self): member in PathBrowserTreeItem 48 def GetText(self): member in DirBrowserTreeItem
|
D | browser.py | 150 def GetText(self): member in ModuleBrowserTreeItem 199 def GetText(self): member in ChildBrowserTreeItem
|
D | debugobj.py | 26 def GetText(self): member in ObjectTreeItem
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
D | parserindenter.ts | 293 … if (twoCharSpan != null && (twoCharSpan.GetText() == "//" || twoCharSpan.GetText() == "/*")) { 405 var currentIndentText = this.snapshot.GetText(currentIndentSpan); 498 var currentIndent = this.snapshot.GetText(currentIndentSpan); 534 …var origIndentText = this.snapshot.GetText(new Span(indentEditInfo.OrigIndentPosition, indentEditI… 556 …var childIndentText = this.snapshot.GetText(new Span(childTokenLineStartPosition, childTokenStartP…
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_browser.py | 124 self.assertEqual(self.mbt.GetText(), fname) 188 self.assertEqual(self.cbt_C1.GetText(), 'class C1()') 189 self.assertEqual(self.cbt_f1.GetText(), 'def f1(...)') 240 self.assertIn(cb.name, cb.GetText())
|
D | test_pathbrowser.py | 68 self.assertEqual('', d.GetText()) 79 self.assertEqual(p.GetText(), 'sys.path')
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | PasswordDialog.cpp | 21 _passwordEdit.GetText(Password); in ReadControls()
|
D | ComboDialog.cpp | 62 _comboBox.GetText(Value); in OnOK()
|
D | ProgressDialog2.cpp | 375 window.GetText(_background_String); in OnInit() 380 window.GetText(_pause_String); in OnInit()
|
D | BrowseDialog.cpp | 811 _pathEdit.GetText(s); in FinishOnOK()
|
/third_party/lzma/CPP/Windows/Control/ |
D | Dialog.h | 64 return window.GetText(s); in GetItemText()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.h | 1121 const char* GetText() const;
|
D | tinyxml.cpp | 900 const char* TiXmlElement::GetText() const in GetText() function in TiXmlElement
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 89837 virtual const nsTextFragment *GetText() = 0; 93067 virtual const nsTextFragment *GetText() override;
|