Home
last modified time | relevance | path

Searched refs:cpMin (Results 1 – 25 of 543) sorted by relevance

12345678910>>...22

/dports/x11-toolkits/scintilla/scintilla/qt/ScintillaEdit/
H A DScintillaEdit.cpp.template25 QPair<int, int>ScintillaEdit::find_text(int flags, const char *text, int cpMin, int cpMax) {
27 ft.chrg.cpMin = cpMin;
29 ft.chrgText.cpMin = cpMin;
79 to_format.chrg.cpMin = range_start;
/dports/devel/codequery/codequery-0.24.0/scintilla/qt/ScintillaEdit/
H A DScintillaEdit.cpp.template25 QPair<int, int>ScintillaEdit::find_text(int flags, const char *text, int cpMin, int cpMax) {
27 ft.chrg.cpMin = cpMin;
29 ft.chrgText.cpMin = cpMin;
79 to_format.chrg.cpMin = range_start;
/dports/editors/textadept/scintilla/qt/ScintillaEdit/
H A DScintillaEdit.cpp.template25 QPair<int, int>ScintillaEdit::find_text(int flags, const char *text, int cpMin, int cpMax) {
27 ft.chrg.cpMin = cpMin;
29 ft.chrgText.cpMin = cpMin;
79 to_format.chrg.cpMin = range_start;
/dports/editors/scite/scintilla/qt/ScintillaEdit/
H A DScintillaEdit.cpp.template25 QPair<int, int>ScintillaEdit::find_text(int flags, const char *text, int cpMin, int cpMax) {
27 ft.chrg.cpMin = cpMin;
29 ft.chrgText.cpMin = cpMin;
79 to_format.chrg.cpMin = range_start;
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-pg/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-overview/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-sendmail/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-vc/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-geniuspaste/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-miniscript/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()
/dports/devel/geany-plugin-git-changebar/geany-plugins-1.38/vimode/src/
H A Dutils.c40 tr.chrg.cpMin = start; in get_contents_range()
101 ttf.chrg.cpMin = pos + 1; in perform_search()
106 ttf.chrg.cpMin = pos; in perform_search()
116 ttf.chrg.cpMin = 0; in perform_search()
121 ttf.chrg.cpMin = len; in perform_search()
185 ttf.chrg.cpMin = SSM(sci, SCI_POSITIONFROMLINE, from, 0); in perform_substitute()
189 SSM(sci, SCI_SETTARGETSTART, ttf.chrgText.cpMin, 0); in perform_substitute()

12345678910>>...22