Home
last modified time | relevance | path

Searched refs:errorMsgs (Results 1 – 25 of 132) sorted by relevance

123456

/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/gin-gonic/gin/
H A Derrors.go33 errorMsgs []*Error type
85 func (a errorMsgs) ByType(typ ErrorType) errorMsgs {
92 var result errorMsgs
103 func (a errorMsgs) Last() *Error {
117 func (a errorMsgs) Errors() []string {
128 func (a errorMsgs) JSON() interface{} {
143 func (a errorMsgs) MarshalJSON() ([]byte, error) {
147 func (a errorMsgs) String() string {
H A Derrors_test.go67 errs := errorMsgs{
95 errs = errorMsgs{
102 errs = errorMsgs{}
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/gin-gonic/gin/
H A Derrors.go40 type errorMsgs []*Error type
95 func (a errorMsgs) ByType(typ ErrorType) errorMsgs {
102 var result errorMsgs
113 func (a errorMsgs) Last() *Error {
126 func (a errorMsgs) Errors() []string {
137 func (a errorMsgs) JSON() interface{} {
153 func (a errorMsgs) MarshalJSON() ([]byte, error) {
157 func (a errorMsgs) String() string {
H A Derrors_test.go67 errs := errorMsgs{
95 errs = errorMsgs{
102 errs = errorMsgs{}
/dports/databases/go-pgweb/pgweb-0.11.7/vendor/github.com/gin-gonic/gin/
H A Derrors.go33 type errorMsgs []*Error type
84 func (a errorMsgs) ByType(typ ErrorType) errorMsgs {
91 var result errorMsgs
102 func (a errorMsgs) Last() *Error {
115 func (a errorMsgs) Errors() []string {
126 func (a errorMsgs) JSON() interface{} {
141 func (a errorMsgs) MarshalJSON() ([]byte, error) {
145 func (a errorMsgs) String() string {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/base/
H A Dprint.go29 errorMsgs []errorMsg var
52 errorMsgs = append(errorMsgs, errorMsg{
79 if len(errorMsgs) == 0 {
82 sort.Stable(byPos(errorMsgs))
83 for i, err := range errorMsgs {
84 if i == 0 || err.msg != errorMsgs[i-1].msg {
88 errorMsgs = errorMsgs[:0]
155 if len(errorMsgs) == 0 {
158 e := &errorMsgs[len(errorMsgs)-1]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/gin-gonic/gin/
H A Derrors.go40 type errorMsgs []*Error type
100 func (a errorMsgs) ByType(typ ErrorType) errorMsgs {
107 var result errorMsgs
118 func (a errorMsgs) Last() *Error {
131 func (a errorMsgs) Errors() []string {
142 func (a errorMsgs) JSON() interface{} {
158 func (a errorMsgs) MarshalJSON() ([]byte, error) {
162 func (a errorMsgs) String() string {
/dports/net/rospo/rospo-0.7.1/vendor/github.com/gin-gonic/gin/gin-1.7.4/
H A Derrors.go40 type errorMsgs []*Error type
100 func (a errorMsgs) ByType(typ ErrorType) errorMsgs {
107 var result errorMsgs
118 func (a errorMsgs) Last() *Error {
131 func (a errorMsgs) Errors() []string {
142 func (a errorMsgs) JSON() interface{} {
158 func (a errorMsgs) MarshalJSON() ([]byte, error) {
162 func (a errorMsgs) String() string {
H A Derrors_test.go67 errs := errorMsgs{
95 errs = errorMsgs{
102 errs = errorMsgs{}
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/
H A DTaskContextImpl.scala74 val errorMsgs = new ArrayBuffer[String](2) constant
81 errorMsgs += e.getMessage
85 if (errorMsgs.nonEmpty) {
86 throw new TaskCompletionListenerException(errorMsgs, Option(error))
93 val errorMsgs = new ArrayBuffer[String](2) constant
100 errorMsgs += e.getMessage
104 if (errorMsgs.nonEmpty) {
105 throw new TaskCompletionListenerException(errorMsgs)
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/api/async/impl/
H A DTestNMClientAsync.java125 .errorMsgs) { in testNMClientAsync()
130 .errorMsgs.size()); in testNMClientAsync()
135 ((MockNMClientAsync1) asyncClient).errorMsgs.size()); in testNMClientAsync()
150 private Set<String> errorMsgs = field in TestNMClientAsync.MockNMClientAsync1
207 private Set<String> errorMsgs = field in TestNMClientAsync.TestCallbackHandler1
228 errorMsgs.add("Container " + containerId + in onContainerStarted()
251 errorMsgs.add("Container " + containerId + in onContainerStatusReceived()
268 errorMsgs.add("Container " + containerId + in onContainerStopped()
290 errorMsgs.add("Container " + containerId + in onStartContainerError()
311 errorMsgs.add("Container " + containerId + in onStopContainerError()
[all …]
/dports/audio/kid3-kf5/kid3-3.8.6/src/qml/app/
H A DMain.qml120 property var errorMsgs: []
129 text: qsTr("Error while writing file:\n") + errorMsgs.join("\n")
154 property var errorMsgs: []
164 + "\n" + errorMsgs.join("\n")
252 var errorMsgs = [], notWritableFiles = []
259 errorMsgs.push(qsTr("%1 is not writable").arg(fileName))
262 errorMsgs.push(fileName)
272 writeErrorDialog.errorMsgs = errorMsgs
311 changePermissionsDialog.errorMsgs = errorMsgs
/dports/audio/kid3-qt5/kid3-3.8.6/src/qml/app/
H A DMain.qml120 property var errorMsgs: []
129 text: qsTr("Error while writing file:\n") + errorMsgs.join("\n")
154 property var errorMsgs: []
164 + "\n" + errorMsgs.join("\n")
252 var errorMsgs = [], notWritableFiles = []
259 errorMsgs.push(qsTr("%1 is not writable").arg(fileName))
262 errorMsgs.push(fileName)
272 writeErrorDialog.errorMsgs = errorMsgs
311 changePermissionsDialog.errorMsgs = errorMsgs
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/DynamicUpdate/
H A DInstanceUpdateException.cs90 StringBuilder errorMsgs = new StringBuilder(); in BuildMessage()
93 errorMsgs.AppendLine(GetMessage(blockingActivities[i])); in BuildMessage()
96 errorMsgs.Append(GetMessage(blockingActivities[blockingActivities.Count - 1])); in BuildMessage()
97 return errorMsgs.ToString(); in BuildMessage()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/wizards/html/
H A DSomeItemInputDialog.java38 String[] errorMsgs; field in SomeItemInputDialog
53 this.errorMsgs = new String[validators.length]; in SomeItemInputDialog()
97 errorMsgs[index] = validator.isValid(data); in refreshValidator()
101 for (int i = 0; i < errorMsgs.length; i++) { in refreshValidator()
102 String msg = errorMsgs[i]; in refreshValidator()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/D3D11/
H A DD3D11Util.cpp24 ID3DBlob *errorMsgs = nullptr; in CompileShaderToBytecodeD3D11() local
25 …le(code, codeSize, nullptr, nullptr, nullptr, "main", target, flags, 0, &compiledCode, &errorMsgs); in CompileShaderToBytecodeD3D11()
27 if (errorMsgs) { in CompileShaderToBytecodeD3D11()
28 errors = std::string((const char *)errorMsgs->GetBufferPointer(), errorMsgs->GetBufferSize()); in CompileShaderToBytecodeD3D11()
36 errorMsgs->Release(); in CompileShaderToBytecodeD3D11()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/D3D11/
H A DD3D11Util.cpp24 ID3DBlob *errorMsgs = nullptr; in CompileShaderToBytecodeD3D11() local
25 …le(code, codeSize, nullptr, nullptr, nullptr, "main", target, flags, 0, &compiledCode, &errorMsgs); in CompileShaderToBytecodeD3D11()
27 if (errorMsgs) { in CompileShaderToBytecodeD3D11()
28 errors = std::string((const char *)errorMsgs->GetBufferPointer(), errorMsgs->GetBufferSize()); in CompileShaderToBytecodeD3D11()
36 errorMsgs->Release(); in CompileShaderToBytecodeD3D11()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/D3D11/
H A DD3D11Util.cpp24 ID3DBlob *errorMsgs = nullptr; in CompileShaderToBytecodeD3D11() local
25 …le(code, codeSize, nullptr, nullptr, nullptr, "main", target, flags, 0, &compiledCode, &errorMsgs); in CompileShaderToBytecodeD3D11()
27 if (errorMsgs) { in CompileShaderToBytecodeD3D11()
28 errors = std::string((const char *)errorMsgs->GetBufferPointer(), errorMsgs->GetBufferSize()); in CompileShaderToBytecodeD3D11()
36 errorMsgs->Release(); in CompileShaderToBytecodeD3D11()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A Dcommon.h100 extern std::stringstream errorMsgs;
139 errorMsgs << "Error in Common ISA file:" << errormsg << std::endl; \
148errorMsgs << "Error in Common ISA file(" << file << ":" << line << "): " << errormsg << std::endl;…
159 inst->emit(errorMsgs, true); \
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/plugin/
H A Dplugin.cpp109 std::string errorMsgs; in loadPlugins() local
116 errorMsgs += msg + '\n'; in loadPlugins()
121 if (!errorMsgs.empty()) in loadPlugins()
122 throw std::runtime_error(errorMsgs); in loadPlugins()
/dports/devel/hadoop/hadoop-1.2.1/contrib/hod/hodlib/Hod/
H A Dhod.py261 errorMsgs = []
272 errorMsgs.append("Could not create cluster directory. %s" \
276 errorMsgs.append( \
282 errorMsgs.append("Invalid nodecount (--hod.nodecount or -n) : " + \
285 for msg in errorMsgs:
603 errorMsgs = []
612 errorMsgs.append("Invalid script file (--hod.script or -s) : " + \
616 errorMsgs.append("Invalid script file (--hod.script or -s) : " + \
633 errorMsgs.append( \
639 errorMsgs.append("Invalid nodecount (--hod.nodecount or -n) : " + \
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/hod/hodlib/Hod/
H A Dhod.py261 errorMsgs = []
272 errorMsgs.append("Could not create cluster directory. %s" \
276 errorMsgs.append( \
282 errorMsgs.append("Invalid nodecount (--hod.nodecount or -n) : " + \
285 for msg in errorMsgs:
603 errorMsgs = []
612 errorMsgs.append("Invalid script file (--hod.script or -s) : " + \
616 errorMsgs.append("Invalid script file (--hod.script or -s) : " + \
633 errorMsgs.append( \
639 errorMsgs.append("Invalid nodecount (--hod.nodecount or -n) : " + \
[all …]
/dports/net/ksmtp/ksmtp-21.12.3/src/
H A Dsessionthread.cpp249 QStringList errorMsgs; in doHandleSslErrorResponse() local
250 errorMsgs.reserve(sslErrors.size()); in doHandleSslErrorResponse()
251 …std::transform(sslErrors.begin(), sslErrors.end(), std::back_inserter(errorMsgs), std::mem_fn(&QSs… in doHandleSslErrorResponse()
252 Q_EMIT m_parentSession->connectionError(errorMsgs.join(QLatin1Char('\n'))); in doHandleSslErrorResponse()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D9/
H A DD3D9ShaderVariation.cpp302 ID3DBlob* errorMsgs = 0; in Compile() local
305 entryPoint, profile, flags, 0, &shaderCode, &errorMsgs); in Compile()
309 …compilerOutput_ = String((const char*)errorMsgs->GetBufferPointer(), (unsigned)errorMsgs->GetBuffe… in Compile()
326 URHO3D_SAFE_RELEASE(errorMsgs); in Compile()
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Derrors.go225 errorMsgs := sets.NewString()
228 if errorMsgs.Has(msg) {
231 errorMsgs.Insert(msg)

123456