Home
last modified time | relevance | path

Searched refs:highlightingModeSection (Results 1 – 5 of 5) sorted by relevance

/dports/editors/kate/kate-21.12.3/addons/filetree/autotests/
H A Ddocument_dummy.h201 QString highlightingModeSection(int) const override in highlightingModeSection() function
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/include/ktexteditor/
H A Ddocument.h1012 virtual QString highlightingModeSection(int index) const = 0; in Q_DECLARE_FLAGS()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/document/
H A Dkatedocument.h472 QString highlightingModeSection(int index) const override;
H A Dkatedocument.cpp1848 QString KTextEditor::DocumentPrivate::highlightingModeSection(int index) const in highlightingModeSection() function in KTextEditor::DocumentPrivate
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dktexteditor.py63 def highlightingModeSection(self): member in KTextEditor.Document