Home
last modified time | relevance | path

Searched refs:substituteArguments (Results 1 – 17 of 17) sorted by relevance

/dports/devel/grantlee5/grantlee-5.2.0/templates/lib/
H A Dnulllocalizer.cpp94 static QString substituteArguments(const QString &input, in substituteArguments() function
117 return substituteArguments(string, arguments); in localizeContextString()
134 return count > 0 ? substituteArguments(pluralForm, arguments) in localizePluralContextString()
135 : substituteArguments(string, arguments); in localizePluralContextString()
141 return substituteArguments(string, arguments); in localizeString()
158 return count > 0 ? substituteArguments(pluralForm, arguments) in localizePluralString()
159 : substituteArguments(string, arguments); in localizePluralString()
H A Dqtlocalizer.cpp236 static QString substituteArguments(const QString &input, in substituteArguments() function
259 return substituteArguments(translated, arguments); in localizeContextString()
267 return substituteArguments(translated, arguments); in localizeString()
279 return substituteArguments(translated, arguments); in localizePluralContextString()
291 return substituteArguments(translated, arguments); in localizePluralString()
/dports/lang/kf5-kross/kross-5.89.0/src/modules/
H A Dtranslation.cpp62 KLocalizedString TranslationModule::substituteArguments(const KLocalizedString &kls, const QVariant… in substituteArguments() function in TranslationModule
83 return substituteArguments(ls, arguments).toString(); in i18n()
89 return substituteArguments(ls, arguments).toString(); in i18nc()
95 return substituteArguments(ls, arguments, 98).toString(); in i18np()
101 return substituteArguments(ls, arguments, 98).toString(); in i18ncp()
H A Dtranslation.h63 …KLocalizedString substituteArguments(const KLocalizedString &kls, const QVariantList &arguments, i…
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/deploy/worker/
H A DCommandUtils.scala46 substituteArguments: String => String,
50 command, securityMgr, substituteArguments, classPaths, env)
75 substituteArguments: String => String,
96 command.arguments.map(substituteArguments),
/dports/devel/grantlee5/grantlee-5.2.0/examples/contacts/
H A Dkdelocalizer.cpp167 static KLocalizedString substituteArguments(const KLocalizedString &_string, in substituteArguments() function
188 return substituteArguments(localizedString, arguments).toString(d->m_locale); in localizeContextString()
198 return substituteArguments(localizedString, arguments).toString(d->m_locale); in localizePluralContextString()
208 return substituteArguments(localizedString, arguments).toString(d->m_locale); in localizePluralString()
216 return substituteArguments(localizedString, arguments).toString(d->m_locale); in localizeString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp116 TIntermSequence *substituteArguments = new TIntermSequence; in convertASTFunction() local
132 substituteArguments->push_back(replacement); in convertASTFunction()
135 return TIntermAggregate::CreateFunctionCall(*substituteFunction, substituteArguments); in convertASTFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp116 TIntermSequence *substituteArguments = new TIntermSequence; in convertASTFunction() local
132 substituteArguments->push_back(replacement); in convertASTFunction()
135 return TIntermAggregate::CreateFunctionCall(*substituteFunction, substituteArguments); in convertASTFunction()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp116 TIntermSequence *substituteArguments = new TIntermSequence; in convertASTFunction() local
132 substituteArguments->push_back(replacement); in convertASTFunction()
135 return TIntermAggregate::CreateFunctionCall(*substituteFunction, substituteArguments); in convertASTFunction()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/tree_ops/
H A DRewriteAtomicCounters.cpp622 TIntermSequence *substituteArguments = new TIntermSequence; in convertBuiltinFunction() local
623 substituteArguments->push_back( in convertBuiltinFunction()
625 substituteArguments->push_back(CreateUIntConstant(valueChange)); in convertBuiltinFunction()
628 kAtomicAddFunction, substituteArguments, *mSymbolTable, 310); in convertBuiltinFunction()
H A DRewriteCubeMapSamplersAs2DArray.cpp951 TIntermSequence *substituteArguments = new TIntermSequence; in convertBuiltinFunction() local
953 substituteArguments->push_back(mRetyper.getFunctionCallArgReplacement((*arguments)[0])); in convertBuiltinFunction()
955 substituteArguments->push_back(uvl->deepCopy()); in convertBuiltinFunction()
958 substituteArguments->push_back(dUVdxArg->deepCopy()); in convertBuiltinFunction()
959 substituteArguments->push_back(dUVdyArg->deepCopy()); in convertBuiltinFunction()
966 substituteArguments->push_back((*arguments)[argIndex]->getAsTyped()->deepCopy()); in convertBuiltinFunction()
971 substituteFunctionName, substituteArguments, *mSymbolTable, 300); in convertBuiltinFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/tree_ops/
H A DRewriteAtomicCounters.cpp622 TIntermSequence *substituteArguments = new TIntermSequence; in convertBuiltinFunction() local
623 substituteArguments->push_back( in convertBuiltinFunction()
625 substituteArguments->push_back(CreateUIntConstant(valueChange)); in convertBuiltinFunction()
628 kAtomicAddFunction, substituteArguments, *mSymbolTable, 310); in convertBuiltinFunction()
H A DRewriteCubeMapSamplersAs2DArray.cpp951 TIntermSequence *substituteArguments = new TIntermSequence; in convertBuiltinFunction() local
953 substituteArguments->push_back(mRetyper.getFunctionCallArgReplacement((*arguments)[0])); in convertBuiltinFunction()
955 substituteArguments->push_back(uvl->deepCopy()); in convertBuiltinFunction()
958 substituteArguments->push_back(dUVdxArg->deepCopy()); in convertBuiltinFunction()
959 substituteArguments->push_back(dUVdyArg->deepCopy()); in convertBuiltinFunction()
966 substituteArguments->push_back((*arguments)[argIndex]->getAsTyped()->deepCopy()); in convertBuiltinFunction()
971 substituteFunctionName, substituteArguments, *mSymbolTable, 300); in convertBuiltinFunction()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/tree_ops/
H A DRewriteAtomicCounters.cpp622 TIntermSequence *substituteArguments = new TIntermSequence; in convertBuiltinFunction() local
623 substituteArguments->push_back( in convertBuiltinFunction()
625 substituteArguments->push_back(CreateUIntConstant(valueChange)); in convertBuiltinFunction()
628 kAtomicAddFunction, substituteArguments, *mSymbolTable, 310); in convertBuiltinFunction()
H A DRewriteCubeMapSamplersAs2DArray.cpp951 TIntermSequence *substituteArguments = new TIntermSequence; in convertBuiltinFunction() local
953 substituteArguments->push_back(mRetyper.getFunctionCallArgReplacement((*arguments)[0])); in convertBuiltinFunction()
955 substituteArguments->push_back(uvl->deepCopy()); in convertBuiltinFunction()
958 substituteArguments->push_back(dUVdxArg->deepCopy()); in convertBuiltinFunction()
959 substituteArguments->push_back(dUVdyArg->deepCopy()); in convertBuiltinFunction()
966 substituteArguments->push_back((*arguments)[argIndex]->getAsTyped()->deepCopy()); in convertBuiltinFunction()
971 substituteFunctionName, substituteArguments, *mSymbolTable, 300); in convertBuiltinFunction()
/dports/math/cvc4/CVC4-1.7/src/theory/bv/
H A Dabstraction.h173 Node substituteArguments(TNode signature, TNode apply, unsigned& i, TNodeTNodeMap& seen);
H A Dabstraction.cpp650 Node result = substituteArguments(sig, apply, index, seen); in getInterpretation()
658 Node AbstractionModule::substituteArguments(TNode signature, TNode apply, unsigned& index, TNodeTNo… in substituteArguments() function in AbstractionModule
681 Node child = substituteArguments(signature[i], apply, index, seen); in substituteArguments()