Home
last modified time | relevance | path

Searched refs:userFunc (Results 1 – 25 of 136) sorted by relevance

123456

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/ProgramScopeConstants/
H A DProgramScopeConstantResolution.cpp168 Function* userFunc = user->getParent()->getParent(); in runOnModule() local
171 if (AddImplicitArgs::hasStackCallInCG(userFunc)) in runOnModule()
175 if (mdUtils->findFunctionsInfoItem(userFunc) == mdUtils->end_FunctionsInfo()) in runOnModule()
177 … IGC_ASSERT(userFunc->use_empty() && Function::isDiscardableIfUnused(userFunc->getLinkage())); in runOnModule()
183 if (!isEntryFunc(mdUtils, userFunc) && zebinEnable) in runOnModule()
186 ImplicitArgs implicitArgs(*userFunc, mdUtils); in runOnModule()
194 unsigned int ImplicitArgsBaseIndex = userFunc->arg_size() - implicitArgs.size(); in runOnModule()
197 Function::arg_iterator bufArg = userFunc->arg_begin(); in runOnModule()
200 if (!funcToVarSet[userFunc].count(pGlobalVar)) in runOnModule()
210 funcToVarSet[userFunc][pGlobalVar] = pNewVal; in runOnModule()
[all …]
/dports/math/yacas/yacas-1.9.1/jyacas/net/sf/yacas/
H A DBasicEvaluator.java104 LispUserFunction userFunc; in Eval()
105 userFunc = GetUserFunction(aEnvironment, subList); in Eval()
106 if (userFunc != null) in Eval()
108 userFunc.Evaluate(aResult,aEnvironment,subList); in Eval()
140 LispUserFunction userFunc = aEnvironment.UserFunction(subList);
141 if (userFunc != null)
143 return userFunc;
154 userFunc = aEnvironment.UserFunction(subList);
156 return userFunc;
H A DLispEnvironment.java332 LispUserFunction userFunc = multiUserFunc.UserFunc(aArity); in UnFenceRule() local
333 LispError.Check(userFunc != null, LispError.KLispErrInvalidArg); in UnFenceRule()
334 userFunc.UnFence(); in UnFenceRule()
382 LispUserFunction userFunc = multiUserFunc.UserFunc(aArity); in DefineRule() local
383 LispError.Check(userFunc != null, LispError.KLispErrCreatingRule); in DefineRule()
391 userFunc.DeclareRule(aPrecedence, aBody); in DefineRule()
394 userFunc.DeclareRule(aPrecedence, aPredicate,aBody); in DefineRule()
423 LispUserFunction userFunc = multiUserFunc.UserFunc(aArity); in DefineRulePattern() local
424 LispError.Check(userFunc != null, LispError.KLispErrCreatingRule); in DefineRulePattern()
427 userFunc.DeclarePattern(aPrecedence, aPredicate,aBody); in DefineRulePattern()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/7.2/
H A DFeature-59712-HtmlParserAdditionalUserFuncParams.rst5 Feature: #59712 - Additional params for HTMLparser userFunc
13 It is now possible to supply additional parameters to a userFunc of the HTMLparser:
20 userFunc = Tx\MyExt\Myclass->htmlUserFunc
21 userFunc.myparam = test1
24 By default only the value of the processed attribute is passed to the userFunc
48 If additional parameters are provided to the HTMLparser userFunc setting the first parameter
52 This has an impact to all installations where additional parameters are used in the userFunc
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/7.2/
H A DFeature-59712-HtmlParserAdditionalUserFuncParams.rst5 Feature: #59712 - Additional params for HTMLparser userFunc
13 It is now possible to supply additional parameters to a userFunc of the HTMLparser:
20 userFunc = Tx\MyExt\Myclass->htmlUserFunc
21 userFunc.myparam = test1
24 By default only the value of the processed attribute is passed to the userFunc
48 If additional parameters are provided to the HTMLparser userFunc setting the first parameter
52 This has an impact to all installations where additional parameters are used in the userFunc
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/7.2/
H A DFeature-59712-HtmlParserAdditionalUserFuncParams.rst5 Feature: #59712 - Additional params for HTMLparser userFunc
13 It is now possible to supply additional parameters to a userFunc of the HTMLparser:
20 userFunc = Tx\MyExt\Myclass->htmlUserFunc
21 userFunc.myparam = test1
24 By default only the value of the processed attribute is passed to the userFunc
48 If additional parameters are provided to the HTMLparser userFunc setting the first parameter
52 This has an impact to all installations where additional parameters are used in the userFunc
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.4/
H A DDeprecation-83750-AdaptTCASignatureForInlineCustomControl.rst19 an array itself, with at least on key "userFunc" pointing to the user function to call.
21 The implementation instead relied on the userFunc string being provided as the key of the array.
46 Update the TCA definition with a :php:`userFunc` key to specify the method to be called:
56 'userFunc' => \Vendor\MyExtension\Tca\MyFirstCustomControl::class . '->render'
59 'userFunc' => \Vendor\MyExtension\Tca\MySecondCustomControl::class . '->render'
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.4/
H A DDeprecation-83750-AdaptTCASignatureForInlineCustomControl.rst19 an array itself, with at least on key "userFunc" pointing to the user function to call.
21 The implementation instead relied on the userFunc string being provided as the key of the array.
46 Update the TCA definition with a :php:`userFunc` key to specify the method to be called:
56 'userFunc' => \Vendor\MyExtension\Tca\MyFirstCustomControl::class . '->render'
59 'userFunc' => \Vendor\MyExtension\Tca\MySecondCustomControl::class . '->render'
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.4/
H A DDeprecation-83750-AdaptTCASignatureForInlineCustomControl.rst19 an array itself, with at least on key "userFunc" pointing to the user function to call.
21 The implementation instead relied on the userFunc string being provided as the key of the array.
46 Update the TCA definition with a :php:`userFunc` key to specify the method to be called:
56 'userFunc' => \Vendor\MyExtension\Tca\MyFirstCustomControl::class . '->render'
59 'userFunc' => \Vendor\MyExtension\Tca\MySecondCustomControl::class . '->render'
/dports/editors/lazarus/lazarus/components/tachart/demo/script/
H A DMain.pas36 userFunc: TUserFunction;
80 userFunc := TUserFunction(exec.GetProcAsMethodN('FN')); in xec.GetProcAsMethodN()
81 if userFunc = nil then
106 AY := userFunc(AX);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/demo/script/
H A DMain.pas36 userFunc: TUserFunction;
80 userFunc := TUserFunction(exec.GetProcAsMethodN('FN')); in xec.GetProcAsMethodN()
81 if userFunc = nil then
106 AY := userFunc(AX);
/dports/editors/lazarus-qt5/lazarus/components/tachart/demo/script/
H A DMain.pas36 userFunc: TUserFunction;
80 userFunc := TUserFunction(exec.GetProcAsMethodN('FN')); in xec.GetProcAsMethodN()
81 if userFunc = nil then
106 AY := userFunc(AX);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/demo/script/
H A DMain.pas36 userFunc: TUserFunction;
80 userFunc := TUserFunction(exec.GetProcAsMethodN('FN')); in xec.GetProcAsMethodN()
81 if userFunc = nil then
106 AY := userFunc(AX);
/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/src/
H A Dlispeval.cpp18 LispUserFunction* userFunc = aEnvironment.UserFunction(*subList); in GetUserFunction() local
19 if (userFunc) { in GetUserFunction()
20 return userFunc; in GetUserFunction()
29 userFunc = aEnvironment.UserFunction(*subList); in GetUserFunction()
31 return userFunc; in GetUserFunction()
102 LispUserFunction* userFunc; in Eval() local
103 userFunc = GetUserFunction(aEnvironment, subList); in Eval()
104 if (userFunc) { in Eval()
105 userFunc->Evaluate(aResult, aEnvironment, *subList); in Eval()
H A Dlispenvironment.cpp347 LispUserFunction* userFunc = multiUserFunc->UserFunc(aArity); in UnFenceRule() local
349 if (!userFunc) in UnFenceRule()
352 userFunc->UnFence(); in UnFenceRule()
465 LispUserFunction* userFunc = multiUserFunc->UserFunc(aArity); in DefineRule() local
467 if (!userFunc) in DefineRule()
474 userFunc->DeclareRule(aPrecedence, aBody); in DefineRule()
476 userFunc->DeclareRule(aPrecedence, aPredicate, aBody); in DefineRule()
497 LispUserFunction* userFunc = multiUserFunc->UserFunc(aArity); in DefineRulePattern() local
499 if (!userFunc) in DefineRulePattern()
503 userFunc->DeclarePattern(aPrecedence, aPredicate, aBody); in DefineRulePattern()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.5/
H A DDeprecation-86163-TCATypeuserWithoutRenderType.rst15 * :php:`userFunc`
23 This especially means that :php:`userFunc` should not be used any longer on :php:`TCA` fields
32 custom :php:`userFunc`. If a field uses the :php:`userFunc` property, a PHP :php:`E_USER_DEPRECATED`
39 :php:`userFunc` implementations can switch to use a custom :php:`renderType` as outlined
43 To switch from a :php:`userFunc` implementation to a :php:`renderType`, an extension typically has
60 'userFunc' => 'Vendor\Extension\Tca\UserFunc\MyMap->render',
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.5/
H A DDeprecation-86163-TCATypeuserWithoutRenderType.rst15 * :php:`userFunc`
23 This especially means that :php:`userFunc` should not be used any longer on :php:`TCA` fields
32 custom :php:`userFunc`. If a field uses the :php:`userFunc` property, a PHP :php:`E_USER_DEPRECATED`
39 :php:`userFunc` implementations can switch to use a custom :php:`renderType` as outlined
43 To switch from a :php:`userFunc` implementation to a :php:`renderType`, an extension typically has
60 'userFunc' => 'Vendor\Extension\Tca\UserFunc\MyMap->render',
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.5/
H A DDeprecation-86163-TCATypeuserWithoutRenderType.rst15 * :php:`userFunc`
23 This especially means that :php:`userFunc` should not be used any longer on :php:`TCA` fields
32 custom :php:`userFunc`. If a field uses the :php:`userFunc` property, a PHP :php:`E_USER_DEPRECATED`
39 :php:`userFunc` implementations can switch to use a custom :php:`renderType` as outlined
43 To switch from a :php:`userFunc` implementation to a :php:`renderType`, an extension typically has
60 'userFunc' => 'Vendor\Extension\Tca\UserFunc\MyMap->render',
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sludge/
H A Dnewfatal.h41 void setFatalInfo(const Common::String &userFunc, const Common::String &BIF);
59 inline void setFatalInfo(const Common::String &userFunc, const Common::String &BIF) { in setFatalInfo() argument
60 FatalMsgManager::instance().setFatalInfo(userFunc, BIF); in setFatalInfo()
/dports/games/scummvm/scummvm-2.5.1/engines/sludge/
H A Dnewfatal.h39 void setFatalInfo(const Common::String &userFunc, const Common::String &BIF);
57 inline void setFatalInfo(const Common::String &userFunc, const Common::String &BIF) { in setFatalInfo() argument
58 FatalMsgManager::instance().setFatalInfo(userFunc, BIF); in setFatalInfo()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/DebugInfo/
H A DUtils.cpp46 llvm::Function* userFunc = pEntryPoint->getParent()->getParent(); in UpdateGlobalVarDebugInfo() local
47 llvm::Module& M = *userFunc->getParent(); in UpdateGlobalVarDebugInfo()
58 for (auto bbIt = userFunc->begin(); in UpdateGlobalVarDebugInfo()
59 bbIt != userFunc->end() && !done; in UpdateGlobalVarDebugInfo()
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/
H A Dimagescale.cpp333 BL_PROPAGATE(userFunc(wData, wData, unsigned(kernelSize), userData)); in blImageScaleWeights()
1035 BLImageScaleUserFunc userFunc; in create() local
1046 case BL_IMAGE_SCALE_FILTER_NEAREST : userFunc = blImageScaleNearestFunc ; p.radius = 1.0; break; in create()
1047 case BL_IMAGE_SCALE_FILTER_BILINEAR: userFunc = blImageScaleBilinearFunc; p.radius = 1.0; break; in create()
1048 case BL_IMAGE_SCALE_FILTER_BICUBIC : userFunc = blImageScaleBicubicFunc ; p.radius = 2.0; break; in create()
1049 case BL_IMAGE_SCALE_FILTER_BELL : userFunc = blImageScaleBellFunc ; p.radius = 1.5; break; in create()
1066 userFunc = blImageScaleMitchellFunc; in create()
1071 userFunc = options->userFunc; in create()
1075 if (!userFunc) in create()
1156 BL_PROPAGATE(blImageScaleOps.weights(d, kDirHorz, userFunc, userData)); in create()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Abstractions/
H A DHttpContextWrapper.cs246 public override void AcceptWebSocketRequest(Func<AspNetWebSocketContext, Task> userFunc) { in AcceptWebSocketRequest() argument
247 _context.AcceptWebSocketRequest(userFunc); in AcceptWebSocketRequest()
250 …public override void AcceptWebSocketRequest(Func<AspNetWebSocketContext, Task> userFunc, AspNetWeb… in AcceptWebSocketRequest() argument
251 _context.AcceptWebSocketRequest(userFunc, options); in AcceptWebSocketRequest()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.4/
H A DFeature-89573-AllowFlexibleBaseUrlForSlugFieldsInFormEngine.rst15 To add a custom base url a :php:`userFunc` can be assigned to the new setting
27 The :php:`userFunc` receives two parameters. The first parameter is the parameters
30 :php:`userFunc` should return the string which is then used as the base url in
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.4/
H A DFeature-89573-AllowFlexibleBaseUrlForSlugFieldsInFormEngine.rst15 To add a custom base url a :php:`userFunc` can be assigned to the new setting
27 The :php:`userFunc` receives two parameters. The first parameter is the parameters
30 :php:`userFunc` should return the string which is then used as the base url in

123456