Home
last modified time | relevance | path

Searched refs:TentativeActive (Results 1 – 25 of 77) sorted by relevance

1234

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DCellBuffer.h108 bool TentativeActive() const { return tentativePoint >= 0; } in TentativeActive() function
190 bool TentativeActive() const;
H A DDocument.h338 bool TentativeActive() const { return cb.TentativeActive(); } in TentativeActive() function
H A DCellBuffer.cxx563 bool CellBuffer::TentativeActive() const { in TentativeActive() function in CellBuffer
564 return uh.TentativeActive(); in TentativeActive()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DCellBuffer.h124 bool TentativeActive() const { return tentativePoint >= 0; } in TentativeActive() function
205 bool TentativeActive() const;
H A DDocument.h314 bool TentativeActive() const { return cb.TentativeActive(); } in TentativeActive() function
H A DCellBuffer.cxx542 bool CellBuffer::TentativeActive() const { in TentativeActive() function in CellBuffer
543 return uh.TentativeActive(); in TentativeActive()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DCellBuffer.h124 bool TentativeActive() const { return tentativePoint >= 0; } in TentativeActive() function
205 bool TentativeActive() const;
H A DDocument.h310 bool TentativeActive() const { return cb.TentativeActive(); } in TentativeActive() function
H A DCellBuffer.cxx542 bool CellBuffer::TentativeActive() const { in TentativeActive() function in CellBuffer
543 return uh.TentativeActive(); in TentativeActive()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DCellBuffer.h89 bool TentativeActive() const noexcept { return tentativePoint >= 0; } in TentativeActive() function
191 bool TentativeActive() const noexcept;
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DCellBuffer.h89 bool TentativeActive() const noexcept { return tentativePoint >= 0; } in TentativeActive() function
191 bool TentativeActive() const;
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DCellBuffer.h89 bool TentativeActive() const noexcept { return tentativePoint >= 0; } in TentativeActive() function
191 bool TentativeActive() const noexcept;
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DCellBuffer.h89 bool TentativeActive() const noexcept { return tentativePoint >= 0; } in TentativeActive() function
191 bool TentativeActive() const;
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DCellBuffer.h89 bool TentativeActive() const noexcept { return tentativePoint >= 0; } in TentativeActive() function
191 bool TentativeActive() const;
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DCellBuffer.h89 bool TentativeActive() const noexcept { return tentativePoint >= 0; } in TentativeActive() function
191 bool TentativeActive() const;
/dports/x11-toolkits/scintilla/scintilla/src/
H A DCellBuffer.h90 bool TentativeActive() const noexcept;
192 bool TentativeActive() const noexcept;
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DCellBuffer.h90 bool TentativeActive() const noexcept;
192 bool TentativeActive() const noexcept;
/dports/devel/geany/geany-1.38/scintilla/src/
H A DCellBuffer.h90 bool TentativeActive() const noexcept;
192 bool TentativeActive() const noexcept;
/dports/editors/textadept/scintilla/src/
H A DCellBuffer.h90 bool TentativeActive() const noexcept;
192 bool TentativeActive() const noexcept;
/dports/editors/scite/scintilla/src/
H A DCellBuffer.h90 bool TentativeActive() const noexcept;
192 bool TentativeActive() const noexcept;
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DCellBuffer.h171 bool TentativeActive() const { return tentativePoint >= 0; } in TentativeActive() function
267 bool TentativeActive() const;
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/Qt4Qt5/
H A DInputMethod.cpp140 if (sci->pdoc->TentativeActive()) { in inputMethodEvent()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/src/
H A DInputMethod.cpp140 if (sci->pdoc->TentativeActive()) { in inputMethodEvent()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/src/
H A DInputMethod.cpp140 if (sci->pdoc->TentativeActive()) { in inputMethodEvent()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/src/
H A DInputMethod.cpp140 if (sci->pdoc->TentativeActive()) { in inputMethodEvent()

1234