Home
last modified time | relevance | path

Searched refs:functionWrapper (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/
H A DEditingTargetCodeExecution.java103 String functionWrapper, in executeSelection() argument
163 executeRange(selectionRange, functionWrapper, onlyUseConsole); in executeSelection()
262 String functionWrapper, in executeSelectionMaybeNoFocus() argument
273 executeSelection(consoleExecuteWhenNotFocused, moveCursorAfter, functionWrapper, false); in executeSelectionMaybeNoFocus()
277 String functionWrapper, in executeRange() argument
315 if (functionWrapper != null) in executeRange()
319 code = functionWrapper + "({\n" + code + "\n})"; in executeRange()
323 code = functionWrapper + "({" + code + "})"; in executeRange()
/dports/devel/swig/swig-4.0.2/Source/Modules/
H A Duffi.cxx34 virtual int functionWrapper(Node *n);
274 int UFFI::functionWrapper(Node *n) { in functionWrapper() function in UFFI
H A Dlang.cxx1154 functionWrapper(n); in globalfunctionHandler()
1279 functionWrapper(n); in memberfunctionHandler()
1497 functionWrapper(n); in membervariableHandler()
1522 functionWrapper(n); in membervariableHandler()
2028 functionWrapper(disown); in classDirectorDisown()
2815 functionWrapper(n); in constructorHandler()
2837 functionWrapper(n); in copyconstructorHandler()
2931 functionWrapper(n); in destructorHandler()
3061 functionWrapper(n); in variableWrapper()
3084 functionWrapper(n); in variableWrapper()
[all …]
H A Dclisp.cxx31 virtual int functionWrapper(Node *n);
148 int CLISP::functionWrapper(Node *n) { in functionWrapper() function in CLISP
H A Ds-exp.cxx385 virtual int functionWrapper(Node *n) { in functionWrapper() function in Sexp
H A Dswigmod.h192 virtual int functionWrapper(Node *n);
H A Dcffi.cxx49 virtual int functionWrapper(Node *n);
441 int CFFI::functionWrapper(Node *n) { in functionWrapper() function in CFFI
H A Dchicken.cxx88 virtual int functionWrapper(Node *n);
327 int CHICKEN::functionWrapper(Node *n) { in functionWrapper() function in CHICKEN
H A Dpike.cxx277 virtual int functionWrapper(Node *n) { in functionWrapper() function in PIKE
H A Dmzscheme.cxx216 virtual int functionWrapper(Node *n) { in functionWrapper() function in MZSCHEME
H A Dscilab.cxx315 virtual int functionWrapper(Node *node) { in functionWrapper() function in SCILAB
H A Djavascript.cxx317 virtual int functionWrapper(Node *n);
343 int JAVASCRIPT::functionWrapper(Node *n) { in functionWrapper() function in JAVASCRIPT
H A Dperl5.cxx659 virtual int functionWrapper(Node *n) { in functionWrapper() function in PERL5
1513 functionWrapper(get_attr); in classHandler()
H A Dtcl8.cxx261 virtual int functionWrapper(Node *n) { in functionWrapper() function in TCL8
H A Dallegrocl.cxx76 virtual int functionWrapper(Node *n);
2303 int ALLEGROCL::functionWrapper(Node *n) { in functionWrapper() function in ALLEGROCL
H A Dr.cxx206 int functionWrapper(Node *n);
1672 int R::functionWrapper(Node *n) { in functionWrapper() function in R
H A Dguile.cxx635 virtual int functionWrapper(Node *n) { in functionWrapper() function in GUILE
H A Docaml.cxx466 virtual int functionWrapper(Node *n) { in functionWrapper() function in OCAML
H A Dmodula3.cxx1184 functionWrapper(n); in nativeWrapper()
1198 virtual int functionWrapper(Node *n) { in functionWrapper() function in MODULA3
H A Dlua.cxx512 virtual int functionWrapper(Node *n) { in functionWrapper() function in LUA
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/swig/
H A D0001-R-add-typemap-argout-and-fix-code-generation.patch42 @@ -1934,6 +1934,7 @@ int R::functionWrapper(Node *n) {
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/GPL/
H A Dclisp.cxx33 virtual int functionWrapper(Node *n);
151 int CLISP::functionWrapper(Node *n) { in functionWrapper() function in CLISP
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/utils/
H A Drunextensions.h293 std::reference_wrapper<Function> functionWrapper, Args&&... args)
295 runAsyncMemberDispatch(futureInterface, functionWrapper.get(), std::forward<Args>(args)...);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Drunextensions.h293 std::reference_wrapper<Function> functionWrapper, Args&&... args)
295 runAsyncMemberDispatch(futureInterface, functionWrapper.get(), std::forward<Args>(args)...);
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Model/
H A DDistributionImplementation.cxx2964 CopulaCovarianceWrapper functionWrapper(marginalDistribution); in computeCovarianceCopula() local
2965 …Function function(bindMethod<CopulaCovarianceWrapper, Point, Point>(functionWrapper, &CopulaCovari… in computeCovarianceCopula()
3256 const DistributionImplementationKendallTauWrapper functionWrapper(marginalDistribution); in getKendallTau() local
3259 …indMethod<DistributionImplementationKendallTauWrapper, Point, Point>(functionWrapper, &Distributio… in getKendallTau()
3261 …indMethod<DistributionImplementationKendallTauWrapper, Point, Point>(functionWrapper, &Distributio… in getKendallTau()

12