Home
last modified time | relevance | path

Searched refs:wholeLines (Results 1 – 8 of 8) sorted by relevance

/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/process/
H A Dlog.py133 def wholeLines(lines): function
136 self.lbf = lineboundaries.LineBoundaryFinder(wholeLines)
178 def wholeLines(lines): function
185 lineboundaries.LineBoundaryFinder(wholeLines)
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/fake/
H A Dlogfile.py45 def wholeLines(lines): function
49 lineboundaries.LineBoundaryFinder(wholeLines)
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/scripting/
H A Dkilescriptview.cpp204 void KileScriptView::selectParagraph(bool wholeLines) in selectParagraph() argument
206 m_editor->selectParagraph(m_view, wholeLines); in selectParagraph()
H A Dkilescriptview.h92 Q_INVOKABLE void selectParagraph(bool wholeLines = true);
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/
H A Deditorextension.h94 KTextEditor::Range findCurrentParagraphRange(KTextEditor::View *view, bool wholeLines = true);
165 void selectParagraph(KTextEditor::View *view = Q_NULLPTR, bool wholeLines = true);
H A Deditorextension.cpp2256 void EditorExtension::selectParagraph(KTextEditor::View* view, bool wholeLines) in selectParagraph() argument
2263 KTextEditor::Range range = findCurrentParagraphRange(view, wholeLines); in selectParagraph()
2292 …tEditor::Range EditorExtension::findCurrentParagraphRange(KTextEditor::View* view, bool wholeLines) in findCurrentParagraphRange() argument
2302 return wholeLines ? in findCurrentParagraphRange()
/dports/astro/py-astlib/astLib-0.11.7/astLib/
H A DastSED.py257 wholeLines=[]
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/doc/
H A Dscripting.docbook676 void view.selectParagraph(bool wholeLines = true);
679 Selects the entire text of the current &latex; paragraph. If <parameter>wholeLines</parameter> is <…