Home
last modified time | relevance | path

Searched refs:wsAll (Results 1 – 25 of 38) sorted by relevance

12

/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DEditor.h369 enum wrapScope {wsAll, wsVisible, wsIdle}; enumerator
H A DEditor.cxx780 WrapLines(wsAll); in MovePositionTo()
1416 ws = wsAll; in WrapLines()
4969 WrapLines(wsAll); in EnsureLineVisible()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DEditor.h368 enum wrapScope {wsAll, wsVisible, wsIdle}; enumerator
H A DEditor.cxx778 WrapLines(wsAll); in MovePositionTo()
1414 ws = wsAll; in WrapLines()
4956 WrapLines(wsAll); in EnsureLineVisible()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DEditor.h375 enum wrapScope {wsAll, wsVisible, wsIdle}; enumerator
H A DEditor.cxx819 WrapLines(wsAll); in MovedCaret()
1497 ws = wsAll; in WrapLines()
5373 WrapLines(wsAll); in EnsureLineVisible()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DEditor.h427 enum wrapScope {wsAll, wsVisible, wsIdle}; enumerator
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditor.h374 enum class WrapScope {wsAll, wsVisible, wsIdle}; enumerator
H A DEditor.cpp845 if (WrapLines(WrapScope::wsAll)) { in MovedCaret()
1513 ws = WrapScope::wsAll; in WrapLines()
5382 if (WrapLines(WrapScope::wsAll)) { in EnsureLineVisible()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DEditor.h374 enum class WrapScope {wsAll, wsVisible, wsIdle}; enumerator
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h374 enum class WrapScope {wsAll, wsVisible, wsIdle}; enumerator
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h374 enum class WrapScope {wsAll, wsVisible, wsIdle}; enumerator
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h374 enum class WrapScope {wsAll, wsVisible, wsIdle}; enumerator
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DEditor.h382 enum class WrapScope {wsAll, wsVisible, wsIdle}; enumerator
H A DEditor.cxx852 if (WrapLines(WrapScope::wsAll)) { in MovedCaret()
1521 ws = WrapScope::wsAll; in WrapLines()
5418 if (WrapLines(WrapScope::wsAll)) { in EnsureLineVisible()
/dports/x11-toolkits/scintilla/scintilla/src/
H A DEditor.h382 enum class WrapScope {wsAll, wsVisible, wsIdle}; enumerator
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DEditor.h373 enum class WrapScope {wsAll, wsVisible, wsIdle}; enumerator
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DEditor.h382 enum class WrapScope {wsAll, wsVisible, wsIdle}; enumerator
/dports/devel/geany/geany-1.38/scintilla/src/
H A DEditor.h382 enum class WrapScope {wsAll, wsVisible, wsIdle}; enumerator
/dports/editors/textadept/scintilla/src/
H A DEditor.h382 enum class WrapScope {wsAll, wsVisible, wsIdle}; enumerator
/dports/editors/scite/scintilla/src/
H A DEditor.h382 enum class WrapScope {wsAll, wsVisible, wsIdle}; enumerator
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dcatalog_test.go3905 wsAll := memdb.NewWatchSet()
3906 _, _, err := s.ServiceDump(wsAll, "", false, nil)
3915 require.Equal(t, op.allFired, watchFired(wsAll), "all dump watch firing busted")
/dports/sysutils/nomad/nomad-1.1.0/nomad/state/
H A Dstate_store_test.go8730 wsAll := memdb.NewWatchSet()
8731 all, err := state.ScalingPolicies(wsAll)
8747 require.True(watchFired(wsAll))
9524 wsAll := memdb.NewWatchSet()
9525 all, err := state.ScalingEvents(wsAll)
9542 require.True(watchFired(wsAll))
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dcatalog_test.go4136 wsAll := memdb.NewWatchSet()
4137 _, _, err := s.ServiceDump(wsAll, "", false, nil)
4146 require.Equal(t, op.allFired, watchFired(wsAll), "all dump watch firing busted")
/dports/sysutils/consul/consul-1.10.3/agent/consul/state/
H A Dcatalog_test.go4169 wsAll := memdb.NewWatchSet()
4170 _, _, err := s.ServiceDump(wsAll, "", false, nil)
4179 require.Equal(t, op.allFired, watchFired(wsAll), "all dump watch firing busted")

12