Home
last modified time | relevance | path

Searched refs:resourceError (Results 1 – 25 of 47) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/qt/
H A DWebCoreArgumentCodersQt.cpp63 void encodeResourceError(ArgumentEncoder* encoder, const WebCore::ResourceError& resourceError) in encodeResourceError() argument
65 …encoder->encode(CoreIPC::In(resourceError.domain(), resourceError.errorCode(), resourceError.faili… in encodeResourceError()
68 bool decodeResourceError(ArgumentDecoder* decoder, WebCore::ResourceError& resourceError) in decodeResourceError() argument
76 resourceError = WebCore::ResourceError(domain, errorCode, failingURL, localizedDescription); in decodeResourceError()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/gtk/
H A DWebCoreArgumentCodersGtk.cpp64 void encodeResourceError(ArgumentEncoder* encoder, const WebCore::ResourceError& resourceError) in encodeResourceError() argument
66 …encoder->encode(CoreIPC::In(resourceError.domain(), resourceError.errorCode(), resourceError.faili… in encodeResourceError()
69 bool decodeResourceError(ArgumentDecoder* decoder, WebCore::ResourceError& resourceError) in decodeResourceError() argument
77 resourceError = WebCore::ResourceError(domain, errorCode, failingURL, localizedDescription); in decodeResourceError()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/win/
H A DWebCoreArgumentCodersWin.cpp122 void encodeResourceError(ArgumentEncoder* encoder, const WebCore::ResourceError& resourceError) in encodeResourceError() argument
124 …encoder->encode(CoreIPC::In(resourceError.domain(), resourceError.errorCode(), resourceError.faili… in encodeResourceError()
127 encoder->encode(WebKit::PlatformCertificateInfo(resourceError.certificate())); in encodeResourceError()
131 bool decodeResourceError(ArgumentDecoder* decoder, WebCore::ResourceError& resourceError) in decodeResourceError() argument
148resourceError = WebCore::ResourceError(domain, errorCode, failingURL, localizedDescription, WebCor… in decodeResourceError()
153 resourceError = WebCore::ResourceError(domain, errorCode, failingURL, localizedDescription); in decodeResourceError()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/mac/
H A DWebCoreArgumentCodersMac.mm113 void encodeResourceError(ArgumentEncoder* encoder, const ResourceError& resourceError)
115 bool errorIsNull = resourceError.isNull();
121 NSError *nsError = resourceError.nsError();
147 bool decodeResourceError(ArgumentDecoder* decoder, ResourceError& resourceError)
154 resourceError = ResourceError();
190 resourceError = ResourceError(nsError);
/dports/net/concourse-fly/concourse-6.7.1/web/elm/src/Dashboard/
H A DPipeline.elm66 , resourceError : Bool
70 hdPipelineView { pipeline, pipelineRunningKeyframes, resourceError, existingJobs } =
99 ++ (if resourceError then
114 , resourceError : Bool
120 …ne, hovered, pipelineRunningKeyframes, userState, favoritedPipelines, resourceError, existingJobs,…
153 , headerView pipeline resourceError
259 headerView pipeline resourceError =
273 [ ( "dashboard-resource-error", resourceError )
H A DGroup.elm222 , resourceError =
381 , resourceError =
H A DStyles.elm559 , style "border-top" <| "30px solid " ++ Colors.resourceError
/dports/misc/concourse/concourse-6.7.2/web/elm/src/Dashboard/
H A DPipeline.elm66 , resourceError : Bool
70 hdPipelineView { pipeline, pipelineRunningKeyframes, resourceError, existingJobs } =
99 ++ (if resourceError then
114 , resourceError : Bool
120 …ne, hovered, pipelineRunningKeyframes, userState, favoritedPipelines, resourceError, existingJobs,…
153 , headerView pipeline resourceError
259 headerView pipeline resourceError =
273 [ ( "dashboard-resource-error", resourceError )
H A DGroup.elm222 , resourceError =
381 , resourceError =
H A DStyles.elm559 , style "border-top" <| "30px solid " ++ Colors.resourceError
/dports/net/concourse-fly/concourse-6.7.1/web/elm/src/
H A DColors.elm40 , resourceError
212 resourceError : String
213 resourceError = function
/dports/misc/concourse/concourse-6.7.2/web/elm/src/
H A DColors.elm40 , resourceError
212 resourceError : String
213 resourceError = function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/
H A DWebCoreArgumentCoders.h285 static void encode(ArgumentEncoder* encoder, const WebCore::ResourceError& resourceError)
287 encodeResourceError(encoder, resourceError);
290 static bool decode(ArgumentDecoder* decoder, WebCore::ResourceError& resourceError)
292 return decodeResourceError(decoder, resourceError);
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/
H A Dkptschedule.cpp171 if (resourceError) in state()
246 resourceError = false; in initiateCalculation()
763 resourceError = false; in init()
832 resourceError = sch.attribute("resource-error", "0").toInt(); in loadXML()
877 sch.setAttribute("resource-error", QString::number(resourceError)); in saveXML()
1918 …if (s->resourceError || s->resourceOverbooked || s->resourceNotAvailable || s->constraintError || … in state()
H A Dkptschedule.h225 void setResourceError(bool on) { resourceError = on; } in setResourceError()
334 bool resourceError; variable
H A Dkptnode.cpp625 bool Node::resourceError(long id) const in resourceError() function in KPlato::Node
628 return s ? s->resourceError : false; in resourceError()
H A Dkptnode.h308 bool resourceError(long id = CURRENTSCHEDULE) const;
H A DKPlatoXmlLoaderBase.cpp1017 schedule->resourceError = element.attribute("resource-error", "0").toInt(); in loadNodeSchedule()
H A Dkpttask.cpp2446 m_currentSchedule->resourceError = true; in calcDuration()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/models/
H A Dkptnodeitemmodel.cpp1671 if (node->resourceError(id())) { in resourceIsMissing()
1676 return node->resourceError(id()); in resourceIsMissing()
1678 if (node->resourceError(id())) { in resourceIsMissing()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/Showcase/war/WEB-INF/deploy/showcase/symbolMaps/
H A D7AEDF088AA3A69FE88EBC45EBB5801B9.symbolMap1616 …ogle.gwt.i18n.client.Dictionary::resourceError(Ljava/lang/String;)V,com.google.gwt.i18n.client.Dic…
H A DD79438991F2C5CC262F6E76F968869A7.symbolMap1617 …ogle.gwt.i18n.client.Dictionary::resourceError(Ljava/lang/String;)V,com.google.gwt.i18n.client.Dic…
H A DFFBF40838B0647EC595EF531000B4CCC.symbolMap1633 …ogle.gwt.i18n.client.Dictionary::resourceError(Ljava/lang/String;)V,com.google.gwt.i18n.client.Dic…
H A D360AF032554176B59F447AF446A5DA7B.symbolMap1592 …ogle.gwt.i18n.client.Dictionary::resourceError(Ljava/lang/String;)V,com.google.gwt.i18n.client.Dic…
H A D85B2111B5EA60A92CBED2458791D3ABE.symbolMap1637 …ogle.gwt.i18n.client.Dictionary::resourceError(Ljava/lang/String;)V,com.google.gwt.i18n.client.Dic…

12