Home
last modified time | relevance | path

Searched refs:InterruptError (Results 1 – 18 of 18) sorted by relevance

/dports/net/evans/evans-0.9.1/vendor/github.com/chzyer/readline/
H A Doperation.go13 type InterruptError struct { struct
17 func (*InterruptError) Error() string { argument
323 o.errchan <- &InterruptError{remain}
394 if e, ok := err.(*InterruptError); ok {
/dports/x11-wm/fvwm3/fvwm3-1.0.4/bin/FvwmPrompt/vendor/github.com/abiosoft/readline/
H A Doperation.go13 type InterruptError struct { struct
17 func (*InterruptError) Error() string { argument
323 o.errchan <- &InterruptError{remain}
394 if e, ok := err.(*InterruptError); ok {
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/chzyer/readline/
H A Doperation.go13 type InterruptError struct { struct
17 func (*InterruptError) Error() string { argument
323 o.errchan <- &InterruptError{remain}
394 if e, ok := err.(*InterruptError); ok {
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/chzyer/readline/
H A Doperation.go13 type InterruptError struct { struct
17 func (*InterruptError) Error() string { argument
323 o.errchan <- &InterruptError{remain}
394 if e, ok := err.(*InterruptError); ok {
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/chzyer/readline/readline-2972be24d48e/
H A Doperation.go13 type InterruptError struct { struct
17 func (*InterruptError) Error() string { argument
323 o.errchan <- &InterruptError{remain}
394 if e, ok := err.(*InterruptError); ok {
/dports/devel/awless/awless-0.1.11/vendor/github.com/chzyer/readline/
H A Doperation.go13 type InterruptError struct { struct
17 func (*InterruptError) Error() string { argument
323 o.errchan <- &InterruptError{remain}
394 if e, ok := err.(*InterruptError); ok {
/dports/sysutils/gomi/gomi-1.1.1/vendor/github.com/chzyer/readline/
H A Doperation.go13 type InterruptError struct { struct
17 func (*InterruptError) Error() string { argument
323 o.errchan <- &InterruptError{remain}
394 if e, ok := err.(*InterruptError); ok {
/dports/security/gopass/gopass-1.13.0/vendor/github.com/chzyer/readline/
H A Doperation.go13 type InterruptError struct { struct
17 func (*InterruptError) Error() string { argument
323 o.errchan <- &InterruptError{remain}
394 if e, ok := err.(*InterruptError); ok {
/dports/devel/taskctl/taskctl-1.4.2/vendor/github.com/chzyer/readline/
H A Doperation.go13 type InterruptError struct { struct
17 func (*InterruptError) Error() string { argument
323 o.errchan <- &InterruptError{remain}
394 if e, ok := err.(*InterruptError); ok {
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/chzyer/readline/
H A Doperation.go13 type InterruptError struct { struct
17 func (*InterruptError) Error() string { argument
323 o.errchan <- &InterruptError{remain}
394 if e, ok := err.(*InterruptError); ok {
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/chzyer/readline/
H A Doperation.go13 type InterruptError struct { struct
17 func (*InterruptError) Error() string { argument
323 o.errchan <- &InterruptError{remain}
394 if e, ok := err.(*InterruptError); ok {
/dports/devel/pprof/pprof-acf8798/vendor/github.com/chzyer/readline/
H A Doperation.go13 type InterruptError struct { struct
17 func (*InterruptError) Error() string { argument
323 o.errchan <- &InterruptError{remain}
394 if e, ok := err.(*InterruptError); ok {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/chzyer/readline/
H A Doperation.go13 type InterruptError struct { struct
17 func (*InterruptError) Error() string { argument
323 o.errchan <- &InterruptError{remain}
394 if e, ok := err.(*InterruptError); ok {
/dports/misc/fq/fq-0.0.2/vendor/github.com/wader/readline/
H A Doperation.go13 type InterruptError struct { struct
17 func (*InterruptError) Error() string { argument
338 o.errchan <- &InterruptError{remain}
413 if e, ok := err.(*InterruptError); ok {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/
H A DREADME.md192 …// err is of type *InterruptError and its Value() method returns whatever has been passed to vm.In…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A DREADME.md306 …// err is of type *InterruptError and its Value() method returns whatever has been passed to vm.In…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A DREADME.md306 …// err is of type *InterruptError and its Value() method returns whatever has been passed to vm.In…
/dports/databases/py-apsw/apsw-3.35.4-r1/
H A Dtests.py1871 except apsw.InterruptError: