Home
last modified time | relevance | path

Searched refs:evaluateContent (Results 1 – 8 of 8) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/expr/
H A Dqcommentconstructor.cpp56 QString CommentConstructor::evaluateContent(const DynamicContext::Ptr &context) const in evaluateContent() function in CommentConstructor
83 const QString content(evaluateContent(context)); in evaluateSingleton()
95 const QString content(evaluateContent(context)); in evaluateToSequenceReceiver()
H A Dqcommentconstructor_p.h92 inline QString evaluateContent(const DynamicContext::Ptr &context) const;
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/expr/
H A Dqcommentconstructor.cpp54 QString CommentConstructor::evaluateContent(const DynamicContext::Ptr &context) const in evaluateContent() function in CommentConstructor
81 const QString content(evaluateContent(context)); in evaluateSingleton()
93 const QString content(evaluateContent(context)); in evaluateToSequenceReceiver()
H A Dqcommentconstructor_p.h88 inline QString evaluateContent(const DynamicContext::Ptr &context) const;
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/yesod-core-1.6.18/src/Yesod/Core/Internal/
H A DResponse.hs96 evaluateContent :: Content -> IO (Either ErrorResponse Content)
97 evaluateContent (ContentBuilder b mlen) = handle f $ do function
105 evaluateContent c = return (Right c) function
H A DRun.hs142 ec' <- evaluateContent c
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/yesod-core-1.6.18/src/Yesod/Core/Internal/
H A DResponse.hs96 evaluateContent :: Content -> IO (Either ErrorResponse Content)
97 evaluateContent (ContentBuilder b mlen) = handle f $ do function
105 evaluateContent c = return (Right c) function
H A DRun.hs142 ec' <- evaluateContent c