Home
last modified time | relevance | path

Searched defs:readError (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/cmd/devp2p/internal/v5test/
H A Dframework.go36 type readError struct { struct
37 err error
40 func (p *readError) Kind() byte { return 99 }
41 func (p *readError) Name() string { return fmt.Sprintf("error: %v", p.err) }
42 func (p *readError) Error() string { return p.err.Error() }
43 func (p *readError) Unwrap() error { return p.err }
44 func (p *readError) RequestID() []byte { return nil }
45 func (p *readError) SetRequestID([]byte) {}
/dports/net/rclone/rclone-1.57.0/vendor/github.com/Unknwon/goconfig/
H A Dread.go280 type readError struct { struct
281 Reason ParseError
282 Content string // Line content
286 func (err readError) Error() string {
/dports/security/xray-core/Xray-core-1.5.0/common/buf/
H A Dcopy.go43 type readError struct { struct
44 error
47 func (e readError) Error() string {
51 func (e readError) Inner() error {
/dports/net/v2ray/v2ray-core-4.36.2/common/buf/
H A Dcopy.go43 type readError struct { struct
44 error
47 func (e readError) Error() string {
51 func (e readError) Inner() error {
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvilib/file/
H A DKviPackageIOEngine.cpp160 bool KviPackageIOEngine::readError() in readError() function in KviPackageIOEngine
/dports/games/knights/knights-21.12.3/src/proto/
H A Dcomputerprotocol.cpp73 void ComputerProtocol::readError() { in readError() function in ComputerProtocol
/dports/www/firefox-esr/firefox-91.8.0/dom/locales/en-US/chrome/
H A DnsWebBrowserPersist.properties5 readError=%S could not be saved, because the source file could not be read.\n\nTry again later, or … key
/dports/lang/spidermonkey78/firefox-78.9.0/dom/locales/en-US/chrome/
H A DnsWebBrowserPersist.properties5 readError=%S could not be saved, because the source file could not be read.\n\nTry again later, or … key
/dports/www/firefox/firefox-99.0/dom/locales/en-US/chrome/
H A DnsWebBrowserPersist.properties5 readError=%S could not be saved, because the source file could not be read.\n\nTry again later, or … key
/dports/mail/thunderbird/thunderbird-91.8.0/dom/locales/en-US/chrome/
H A DnsWebBrowserPersist.properties5 readError=%S could not be saved, because the source file could not be read.\n\nTry again later, or … key
/dports/lang/spidermonkey60/firefox-60.9.0/dom/locales/en-US/chrome/
H A DnsWebBrowserPersist.properties5 readError=%S could not be saved, because the source file could not be read.\n\nTry again later, or … key
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/locales/en-US/chrome/
H A DnsWebBrowserPersist.properties5 readError=%S could not be saved, because the source file could not be read.\n\nTry again later, or … key
/dports/graphics/photoqt/photoqt-1.6/cplusplus/scripts/
H A Drunprocess.h75 void readError(QProcess::ProcessError e) { in readError() function
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/golangpackage/
H A Dgotool.cpp94 void GoTool::readError() in readError() function in GoTool
/dports/security/lego/lego-4.5.3/vendor/github.com/nrdcg/desec/
H A Derrors.go34 func readError(resp *http.Response, er error) error { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/nrdcg/desec/
H A Derrors.go34 func readError(resp *http.Response, er error) error { func
/dports/sysutils/k3b/k3b-21.12.3/libk3b/projects/datacd/
H A Dk3bmkisofshandler.cpp24 bool readError; member in K3b::MkisofsHandler::Private
/dports/www/moodle310/moodle/lib/plist/classes/CFPropertyList/
H A DIOException.php85 public static function readError($path) { function in CFPropertyList\\IOException
/dports/www/moodle311/moodle/lib/plist/classes/CFPropertyList/
H A DIOException.php119 public static function readError($path) function in CFPropertyList\\IOException
/dports/www/moodle39/moodle/lib/plist/classes/CFPropertyList/
H A DIOException.php85 public static function readError($path) { function in CFPropertyList\\IOException
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/
H A DTestReduceTaskFetchFail.java48 public void checkAndInformJobTracker(int failures, TaskAttemptID mapId, boolean readError) { in checkAndInformJobTracker()
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-acme/lego/v4/providers/dns/safedns/internal/
H A Dclient.go117 func readError(req *http.Request, resp *http.Response) error { func
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/network/p2pParts/
H A DprotocolUtils.cpp28 char readError = false; in readStreamUpToTag() local
/dports/security/lego/lego-4.5.3/providers/dns/ionos/internal/
H A Dclient.go169 func readError(body io.Reader, statusCode int) error { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-acme/lego/v4/providers/dns/ionos/internal/
H A Dclient.go169 func readError(body io.Reader, statusCode int) error { func

12345678910>>...16