Home
last modified time | relevance | path

Searched refs:documentEnd (Results 1 – 25 of 73) sorted by relevance

123

/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/
H A DGeometryLocationsWriter.java40 private String documentEnd = null; field in GeometryLocationsWriter
54 documentEnd = "</html>"; in setHtml()
61 documentEnd = ""; in setHtml()
85 return documentStart + text.toString() +documentEnd; in writeLocationString()
/dports/x11/lxqt-runner/lxqt-runner-1.0.0/
H A Dyamlparser.cpp51 static QRegExp documentEnd(QSL("...\\s*")); in consumeLine() local
85 else if ((state == atdocumentstart || state == inlist) && documentEnd.exactMatch(line)) in consumeLine()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/vimode/
H A Dsearcher.cpp135 …e(KTextEditor::Cursor(searchBegin.line(), searchBegin.column() + 1), m_view->doc()->documentEnd()), in findPatternWorker()
145 …xtEditor::Range(m_view->doc()->documentRange().start(), m_view->doc()->documentEnd()), pattern, fl… in findPatternWorker()
200 …m_view->doc()->searchText(KTextEditor::Range(m_view->doc()->documentEnd(), m_view->doc()->document… in findPatternWorker()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkConsole.cpp96 InteractivePosition(documentEnd()), in ctkConsolePrivate()
519 text_cursor.setPosition(this->documentEnd()); in keyPressEvent()
579 int ctkConsolePrivate::documentEnd() const in documentEnd() function in ctkConsolePrivate
590 c.setPosition(this->documentEnd()-this->MessageOutputSize); in commandEnd()
702 tc.setPosition(this->documentEnd()); in updateCompleter()
802 this->InteractivePosition = this->documentEnd(); in internalExecuteCommand()
837 this->InteractivePosition = this->documentEnd(); in processInput()
920 this->InteractivePosition = this->documentEnd(); in prompt()
1059 textCursor.setPosition(this->documentEnd()); in pasteText()
H A DctkConsole_p.h58 int documentEnd() const;
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/backend/ps/
H A DPS_StreamRenderingContext.hh38 virtual void documentEnd(void);
H A DPS_RenderingContext.hh41 virtual void documentEnd(void);
H A DPS_RenderingContext.cc43 PS_RenderingContext::documentEnd() in documentEnd() function in PS_RenderingContext
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/include/ktexteditor/
H A Ddocument.h673 virtual Cursor documentEnd() const = 0; in Q_DECLARE_FLAGS()
681 return Range(Cursor::start(), documentEnd()); in Q_DECLARE_FLAGS()
/dports/lang/ferite/ferite-1.0.2/tools/manual-builder/ManualBuilder/Filters/
H A DHTML.feh14 function documentEnd() {
15 return '<hr class="documentEnd" />';
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/utils/
H A Dmovingcursor.cpp55 return *this == document()->documentEnd(); in atEndOfDocument()
H A Ddocument.cpp110 return documentEnd() == Cursor::start(); in isEmpty()
H A Dkatesedcmd.cpp282 if (m_currentSearchPos > m_doc->documentEnd()) { in fullCurrentMatch()
290 …ch.search(m_findPattern, KTextEditor::Range(m_currentSearchPos, m_doc->documentEnd()), false /* se… in fullCurrentMatch()
H A Ddocumentcursor.cpp50 m_cursor = m_document->documentEnd(); in makeValid()
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/backend/svg/
H A DSVG_RenderingContext.hh42 virtual void documentEnd(void);
H A DSVG_RenderingContext.cc71 SVG_RenderingContext::documentEnd() in documentEnd() function in SVG_RenderingContext
/dports/devel/kdev-php/kdev-php-21.12.3/completion/
H A Dincludefileitem.cpp49 const QString textAfter = document->text(Range(_word.end(), document->documentEnd())); in execute()
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/completion/
H A Dincludefileitem.cpp51 const QString textAfter = document->text(Range(_word.end(), document->documentEnd())); in execute()
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/completion/
H A Dincludefileitem.cpp50 const QString textAfter = document->text(Range(_word.end(), document->documentEnd())); in execute()
/dports/lang/ferite/ferite-1.0.2/docs/html-manuals/embed/
H A Dstyle.css12 HR.documentEnd {
/dports/lang/ferite/ferite-1.0.2/docs/html-manuals/manual/
H A Dstyle.css12 HR.documentEnd {
/dports/lang/ferite/ferite-1.0.2/docs/html-manuals/feritedoc/
H A Dstyle.css12 HR.documentEnd {
/dports/lang/ferite/ferite-1.0.2/tools/manual-builder/ManualBuilder/Support/CSS/
H A DDefault.css12 HR.documentEnd {
/dports/net-im/ktp-common-internals/ktp-common-internals-21.12.3/tools/debugger/
H A Ddebug-message-view.cpp124 m_editor->insertText(m_editor->documentEnd(), message + QString::fromLatin1("\n")); in appendMessage()
/dports/lang/ferite/ferite-1.0.2/tools/manual-builder/ManualBuilder/
H A DDocumentFilter.feh146 function documentEnd() {
247 output += .documentEnd();

123