Home
last modified time | relevance | path

Searched refs:pdoc (Results 1 – 25 of 584) sorted by relevance

12345678910>>...24

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/database/
H A Dindex.go162 if pdoc.Name == "" ||
164 len(pdoc.Errors) > 0 ||
180 if pdoc.IsCmd {
181 if pdoc.Doc == "" {
190 if !pdoc.Truncated &&
192 len(pdoc.Vars) == 0 &&
193 len(pdoc.Funcs) == 0 &&
194 len(pdoc.Types) == 0 &&
199 if pdoc.Doc == "" {
203 if path.Base(pdoc.ImportPath) != pdoc.Name {
[all …]
/dports/www/miniflux/v2-2.0.35/vendor/github.com/golang/gddo/database/
H A Dindex.go162 if pdoc.Name == "" ||
164 len(pdoc.Errors) > 0 ||
180 if pdoc.IsCmd {
181 if pdoc.Doc == "" {
190 if !pdoc.Truncated &&
192 len(pdoc.Vars) == 0 &&
193 len(pdoc.Funcs) == 0 &&
194 len(pdoc.Types) == 0 &&
199 if pdoc.Doc == "" {
203 if path.Base(pdoc.ImportPath) != pdoc.Name {
[all …]
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/golang/gddo/database/
H A Dindex.go162 if pdoc.Name == "" ||
164 len(pdoc.Errors) > 0 ||
180 if pdoc.IsCmd {
181 if pdoc.Doc == "" {
190 if !pdoc.Truncated &&
192 len(pdoc.Vars) == 0 &&
193 len(pdoc.Funcs) == 0 &&
194 len(pdoc.Types) == 0 &&
199 if pdoc.Doc == "" {
203 if path.Base(pdoc.ImportPath) != pdoc.Name {
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/qt/ScintillaEdit/
H A DScintillaDocument.cpp91 if (!pdoc) { in ScintillaDocument()
92 pdoc = new Document(); in ScintillaDocument()
95 ((Document *)pdoc)->AddRef(); in ScintillaDocument()
96 ((Document *)pdoc)->AddWatcher(docWatcher, pdoc); in ScintillaDocument()
105 pdoc = NULL; in ~ScintillaDocument()
111 return pdoc; in pointer()
127 return ((Document *)pdoc)->Undo(); in undo()
131 return ((Document *)pdoc)->Redo(); in redo()
159 ((Document *)pdoc)->EndUndoAction(); in end_undo_action()
163 ((Document *)pdoc)->SetSavePoint(); in set_save_point()
[all …]
/dports/x11-toolkits/scintilla/scintilla/qt/ScintillaEdit/
H A DScintillaDocument.cpp94 if (!pdoc) { in ScintillaDocument()
98 (static_cast<Document *>(pdoc))->AddRef(); in ScintillaDocument()
99 (static_cast<Document *>(pdoc))->AddWatcher(docWatcher, pdoc); in ScintillaDocument()
103 Document *doc = static_cast<Document *>(pdoc); in ~ScintillaDocument()
108 pdoc = nullptr; in ~ScintillaDocument()
114 return pdoc; in pointer()
130 return (static_cast<Document *>(pdoc))->Undo(); in undo()
134 return (static_cast<Document *>(pdoc))->Redo(); in redo()
162 (static_cast<Document *>(pdoc))->EndUndoAction(); in end_undo_action()
166 (static_cast<Document *>(pdoc))->SetSavePoint(); in set_save_point()
[all …]
/dports/devel/codequery/codequery-0.24.0/scintilla/qt/ScintillaEdit/
H A DScintillaDocument.cpp92 QObject(parent), pdoc(pdoc_), docWatcher(0) { in ScintillaDocument()
93 if (!pdoc) { in ScintillaDocument()
97 (static_cast<Document *>(pdoc))->AddRef(); in ScintillaDocument()
98 (static_cast<Document *>(pdoc))->AddWatcher(docWatcher, pdoc); in ScintillaDocument()
102 Document *doc = static_cast<Document *>(pdoc); in ~ScintillaDocument()
107 pdoc = NULL; in ~ScintillaDocument()
113 return pdoc; in pointer()
129 return (static_cast<Document *>(pdoc))->Undo(); in undo()
133 return (static_cast<Document *>(pdoc))->Redo(); in redo()
165 (static_cast<Document *>(pdoc))->SetSavePoint(); in set_save_point()
[all …]
/dports/editors/textadept/scintilla/qt/ScintillaEdit/
H A DScintillaDocument.cpp94 if (!pdoc) { in ScintillaDocument()
98 (static_cast<Document *>(pdoc))->AddRef(); in ScintillaDocument()
99 (static_cast<Document *>(pdoc))->AddWatcher(docWatcher, pdoc); in ScintillaDocument()
103 Document *doc = static_cast<Document *>(pdoc); in ~ScintillaDocument()
108 pdoc = nullptr; in ~ScintillaDocument()
114 return pdoc; in pointer()
130 return (static_cast<Document *>(pdoc))->Undo(); in undo()
134 return (static_cast<Document *>(pdoc))->Redo(); in redo()
162 (static_cast<Document *>(pdoc))->EndUndoAction(); in end_undo_action()
166 (static_cast<Document *>(pdoc))->SetSavePoint(); in set_save_point()
[all …]
/dports/editors/scite/scintilla/qt/ScintillaEdit/
H A DScintillaDocument.cpp94 if (!pdoc) { in ScintillaDocument()
98 (static_cast<Document *>(pdoc))->AddRef(); in ScintillaDocument()
99 (static_cast<Document *>(pdoc))->AddWatcher(docWatcher, pdoc); in ScintillaDocument()
103 Document *doc = static_cast<Document *>(pdoc); in ~ScintillaDocument()
108 pdoc = nullptr; in ~ScintillaDocument()
114 return pdoc; in pointer()
130 return (static_cast<Document *>(pdoc))->Undo(); in undo()
134 return (static_cast<Document *>(pdoc))->Redo(); in redo()
162 (static_cast<Document *>(pdoc))->EndUndoAction(); in end_undo_action()
166 (static_cast<Document *>(pdoc))->SetSavePoint(); in set_save_point()
[all …]
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/Qt4Qt5/
H A Dqscidocument.cpp63 if (pdoc != that.pdoc) in operator =()
77 pdoc = that.pdoc; in attach()
84 if (!pdoc) in detach()
89 if (pdoc->doc && pdoc->nr_displays == 0) in detach()
100 delete pdoc; in detach()
103 pdoc = 0; in detach()
111 delete pdoc; in undisplay()
118 pdoc = 0; in undisplay()
135 pdoc->doc = ndoc; in display()
136 ++pdoc->nr_displays; in display()
[all …]
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/src/
H A Dqscidocument.cpp63 if (pdoc != that.pdoc) in operator =()
77 pdoc = that.pdoc; in attach()
84 if (!pdoc) in detach()
89 if (pdoc->doc && pdoc->nr_displays == 0) in detach()
100 delete pdoc; in detach()
103 pdoc = 0; in detach()
111 delete pdoc; in undisplay()
118 pdoc = 0; in undisplay()
135 pdoc->doc = ndoc; in display()
136 ++pdoc->nr_displays; in display()
[all …]
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/src/
H A Dqscidocument.cpp63 if (pdoc != that.pdoc) in operator =()
77 pdoc = that.pdoc; in attach()
84 if (!pdoc) in detach()
89 if (pdoc->doc && pdoc->nr_displays == 0) in detach()
100 delete pdoc; in detach()
103 pdoc = 0; in detach()
111 delete pdoc; in undisplay()
118 pdoc = 0; in undisplay()
135 pdoc->doc = ndoc; in display()
136 ++pdoc->nr_displays; in display()
[all …]
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/src/
H A Dqscidocument.cpp63 if (pdoc != that.pdoc) in operator =()
77 pdoc = that.pdoc; in attach()
84 if (!pdoc) in detach()
89 if (pdoc->doc && pdoc->nr_displays == 0) in detach()
100 delete pdoc; in detach()
103 pdoc = 0; in detach()
111 delete pdoc; in undisplay()
118 pdoc = 0; in undisplay()
135 pdoc->doc = ndoc; in display()
136 ++pdoc->nr_displays; in display()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/gddo-server/
H A Dtemplate.go95 Package: pdoc,
101 if pos.Line == 0 || pdoc.LineFmt == "" || pdoc.Files[pos.File].URL == "" {
156 if pdoc.Name != "" && !pdoc.IsCmd {
157 return pdoc.Name
186 pdoc.allExamples = append(pdoc.allExamples, te)
198 return pdoc.allExamples
201 pdoc.addExamples(pdoc, "package", "", pdoc.Examples)
217 return pdoc.allExamples
231 if !strings.HasPrefix(pdoc.ImportPath, pdoc.ProjectRoot) {
236 j := len(pdoc.ProjectRoot)
[all …]
/dports/www/miniflux/v2-2.0.35/vendor/github.com/golang/gddo/gddo-server/
H A Dtemplate.go95 Package: pdoc,
101 if pos.Line == 0 || pdoc.LineFmt == "" || pdoc.Files[pos.File].URL == "" {
156 if pdoc.Name != "" && !pdoc.IsCmd {
157 return pdoc.Name
186 pdoc.allExamples = append(pdoc.allExamples, te)
198 return pdoc.allExamples
201 pdoc.addExamples(pdoc, "package", "", pdoc.Examples)
217 return pdoc.allExamples
231 if !strings.HasPrefix(pdoc.ImportPath, pdoc.ProjectRoot) {
236 j := len(pdoc.ProjectRoot)
[all …]
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/golang/gddo/gddo-server/
H A Dtemplate.go95 Package: pdoc,
101 if pos.Line == 0 || pdoc.LineFmt == "" || pdoc.Files[pos.File].URL == "" {
156 if pdoc.Name != "" && !pdoc.IsCmd {
157 return pdoc.Name
186 pdoc.allExamples = append(pdoc.allExamples, te)
198 return pdoc.allExamples
201 pdoc.addExamples(pdoc, "package", "", pdoc.Examples)
217 return pdoc.allExamples
231 if !strings.HasPrefix(pdoc.ImportPath, pdoc.ProjectRoot) {
236 j := len(pdoc.ProjectRoot)
[all …]
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DEditor.cxx1983 pdoc->DeleteChars(0, pdoc->Length()); in ClearAll()
2007 pdoc->DecorationFillRange(0, 0, pdoc->Length()); in ClearDocumentStyle()
2012 pdoc->SetStyleFor(pdoc->Length(), 0); in ClearDocumentStyle()
2052 pdoc->InsertString(pdoc->Length(), "\r", 1); in PasteRectangular()
2054 pdoc->InsertString(pdoc->Length(), "\n", 1); in PasteRectangular()
5005 pdoc->EnsureStyledTo(pdoc->Length()); in FoldAll()
5124 return pdoc && (SC_CP_UTF8 == pdoc->dbcsCodePage); in IsUnicodeMode()
5128 if (pdoc) in CodePage()
5313 pdoc->DeleteChars(0, pdoc->Length()); in WndProc()
5988 pdoc->actualIndentInChars = pdoc->tabInChars; in WndProc()
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DEditor.cxx1988 pdoc->DeleteChars(0, pdoc->Length()); in ClearAll()
2012 pdoc->DecorationFillRange(0, 0, pdoc->Length()); in ClearDocumentStyle()
2017 pdoc->SetStyleFor(pdoc->Length(), 0); in ClearDocumentStyle()
2057 pdoc->InsertString(pdoc->Length(), "\r", 1); in PasteRectangular()
2059 pdoc->InsertString(pdoc->Length(), "\n", 1); in PasteRectangular()
5018 pdoc->EnsureStyledTo(pdoc->Length()); in FoldAll()
5137 return pdoc && (SC_CP_UTF8 == pdoc->dbcsCodePage); in IsUnicodeMode()
5141 if (pdoc) in CodePage()
5326 pdoc->DeleteChars(0, pdoc->Length()); in WndProc()
6001 pdoc->actualIndentInChars = pdoc->tabInChars; in WndProc()
[all …]
/dports/www/cssed/cssed-0.4.0/scintilla/src/
H A DEditor.cxx436 pdoc = 0; in ~Editor()
1542 pdoc->EnsureStyledTo(pdoc->Length()); in WrapLines()
3338 pdoc->DeleteChars(0, pdoc->Length()); in ClearAll()
3353 pdoc->SetStyleFor(pdoc->Length(), 0); in ClearDocumentStyle()
3380 pdoc->InsertChar(pdoc->Length(), '\r'); in PasteRectangular()
3382 pdoc->InsertChar(pdoc->Length(), '\n'); in PasteRectangular()
5637 return pdoc && (SC_CP_UTF8 == pdoc->dbcsCodePage); in IsUnicodeMode()
5641 if (pdoc) in CodePage()
5693 pdoc->DeleteChars(0, pdoc->Length()); in WndProc()
6261 pdoc->actualIndentInChars = pdoc->tabInChars; in WndProc()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DEditor.cxx2084 pdoc->DeleteChars(0, pdoc->Length()); in ClearAll()
2108 pdoc->DecorationFillRange(0, 0, pdoc->Length()); in ClearDocumentStyle()
2113 pdoc->SetStyleFor(pdoc->Length(), 0); in ClearDocumentStyle()
2152 pdoc->InsertString(pdoc->Length(), "\r", 1); in PasteRectangular()
2154 pdoc->InsertString(pdoc->Length(), "\n", 1); in PasteRectangular()
5069 if (pdoc->GetEndStyled() < pdoc->Length()) { in StartIdleStyling()
5422 pdoc->EnsureStyledTo(pdoc->Length()); in FoldAll()
5562 if (pdoc) in CodePage()
5780 pdoc->DeleteChars(0, pdoc->Length()); in WndProc()
6481 pdoc->actualIndentInChars = pdoc->tabInChars; in WndProc()
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DEditor.cxx2124 pdoc->DeleteChars(0, pdoc->Length()); in ClearAll()
2144 pdoc->SetStyleFor(pdoc->Length(), 0); in ClearDocumentStyle()
2183 pdoc->InsertString(pdoc->Length(), "\r", 1); in PasteRectangular()
2185 pdoc->InsertString(pdoc->Length(), "\n", 1); in PasteRectangular()
5112 if (pdoc->GetEndStyled() < pdoc->Length()) { in StartIdleStyling()
5470 pdoc->EnsureStyledTo(pdoc->Length()); in FoldAll()
5619 if (pdoc) in CodePage()
5832 pdoc->DeleteChars(0, pdoc->Length()); in WndProc()
6218 pdoc->InsertString(pdoc->Length(), in WndProc()
6559 pdoc->actualIndentInChars = pdoc->tabInChars; in WndProc()
[all …]
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DEditor.cxx2116 pdoc->DeleteChars(0, pdoc->Length()); in ClearAll()
2136 pdoc->SetStyleFor(pdoc->Length(), 0); in ClearDocumentStyle()
2175 pdoc->InsertString(pdoc->Length(), "\r", 1); in PasteRectangular()
2177 pdoc->InsertString(pdoc->Length(), "\n", 1); in PasteRectangular()
5097 if (pdoc->GetEndStyled() < pdoc->Length()) { in StartIdleStyling()
5455 pdoc->EnsureStyledTo(pdoc->Length()); in FoldAll()
5604 if (pdoc) in CodePage()
5817 pdoc->DeleteChars(0, pdoc->Length()); in WndProc()
6203 pdoc->InsertString(pdoc->Length(), in WndProc()
6542 pdoc->actualIndentInChars = pdoc->tabInChars; in WndProc()
[all …]
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditor.cpp2104 pdoc->DeleteChars(0, pdoc->Length()); in ClearAll()
2124 pdoc->SetStyleFor(pdoc->Length(), 0); in ClearDocumentStyle()
2163 pdoc->InsertString(pdoc->Length(), "\r", 1); in PasteRectangular()
2165 pdoc->InsertString(pdoc->Length(), "\n", 1); in PasteRectangular()
5075 if (pdoc->GetEndStyled() < pdoc->Length()) { in StartIdleStyling()
5434 pdoc->EnsureStyledTo(pdoc->Length()); in FoldAll()
5574 if (pdoc) in CodePage()
5788 pdoc->DeleteChars(0, pdoc->Length()); in WndProc()
6166 pdoc->InsertString(pdoc->Length(), in WndProc()
6500 pdoc->actualIndentInChars = pdoc->tabInChars; in WndProc()
[all …]
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.cpp2104 pdoc->DeleteChars(0, pdoc->Length()); in ClearAll()
2124 pdoc->SetStyleFor(pdoc->Length(), 0); in ClearDocumentStyle()
2163 pdoc->InsertString(pdoc->Length(), "\r", 1); in PasteRectangular()
2165 pdoc->InsertString(pdoc->Length(), "\n", 1); in PasteRectangular()
5075 if (pdoc->GetEndStyled() < pdoc->Length()) { in StartIdleStyling()
5434 pdoc->EnsureStyledTo(pdoc->Length()); in FoldAll()
5574 if (pdoc) in CodePage()
5788 pdoc->DeleteChars(0, pdoc->Length()); in WndProc()
6166 pdoc->InsertString(pdoc->Length(), in WndProc()
6500 pdoc->actualIndentInChars = pdoc->tabInChars; in WndProc()
[all …]
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.cpp2104 pdoc->DeleteChars(0, pdoc->Length()); in ClearAll()
2124 pdoc->SetStyleFor(pdoc->Length(), 0); in ClearDocumentStyle()
2163 pdoc->InsertString(pdoc->Length(), "\r", 1); in PasteRectangular()
2165 pdoc->InsertString(pdoc->Length(), "\n", 1); in PasteRectangular()
5075 if (pdoc->GetEndStyled() < pdoc->Length()) { in StartIdleStyling()
5434 pdoc->EnsureStyledTo(pdoc->Length()); in FoldAll()
5574 if (pdoc) in CodePage()
5788 pdoc->DeleteChars(0, pdoc->Length()); in WndProc()
6166 pdoc->InsertString(pdoc->Length(), in WndProc()
6500 pdoc->actualIndentInChars = pdoc->tabInChars; in WndProc()
[all …]
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.cpp2104 pdoc->DeleteChars(0, pdoc->Length()); in ClearAll()
2124 pdoc->SetStyleFor(pdoc->Length(), 0); in ClearDocumentStyle()
2163 pdoc->InsertString(pdoc->Length(), "\r", 1); in PasteRectangular()
2165 pdoc->InsertString(pdoc->Length(), "\n", 1); in PasteRectangular()
5075 if (pdoc->GetEndStyled() < pdoc->Length()) { in StartIdleStyling()
5434 pdoc->EnsureStyledTo(pdoc->Length()); in FoldAll()
5574 if (pdoc) in CodePage()
5788 pdoc->DeleteChars(0, pdoc->Length()); in WndProc()
6166 pdoc->InsertString(pdoc->Length(), in WndProc()
6500 pdoc->actualIndentInChars = pdoc->tabInChars; in WndProc()
[all …]

12345678910>>...24