Home
last modified time | relevance | path

Searched refs:MyFunction (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/dports/math/gap/gap-4.11.0/pkg/francy-1.2.4/examples/
H A Dcallbacks.g5 MyFunction := function() return "Hello World!"; end;
6 callback := Callback(MyFunction);
16 MyFunction := function(str) return Concatenation("Hello", " ", str); end;
17 callback := Callback(MyFunction);
28 MyFunction := function(args) return args; end;
29 callback := Callback(MyFunction, ["Hello World"]);
38 MyFunction := function(a,b) return Concatenation(a, b); end;
39 callback := Callback(MyFunction, ["Hello "]);
50 MyFunction := function(a,b) return Concatenation(a, b); end;
63 MyFunction := function(a,b) return Concatenation(a, b); end;
[all …]
H A Dgraph.g24 MyFunction := function() Add(graph, Shape(ShapeType.Circle)); return graph; end;
25 callback := Callback(TriggerType.RIGHT_CLICK, MyFunction);
/dports/math/gap/gap-4.11.0/pkg/francy-1.2.4/tst/
H A Dcallbacks.tst1 gap> MyFunction := function() return "Hello World!"; end;
3 gap> callback := Callback(MyFunction);
6 gap> MyFunction := function(str) return Concatenation("Hello", " ", str); end;
8 gap> callback := Callback(MyFunction);
14 gap> MyFunction := function(args) return args; end;
16 gap> callback := Callback(MyFunction, ["Hello World"]);
19 gap> MyFunction := function(a,b) return Concatenation(a, b); end;
21 gap> callback := Callback(MyFunction, ["Hello "]);
27 gap> MyFunction := function(a,b) return Concatenation(a, b); end;
36 gap> MyFunction := function(a,b) return Concatenation(a, b); end;
[all …]
/dports/lang/kf5-kross/kross-5.89.0/autotests/
H A Dmetafunctiontest.cpp26 class MyFunction : public Kross::MetaFunction class
29 MyFunction(QObject* sender, const QByteArray& signal) in MyFunction() function in MyFunction
75 QList<MyFunction *> funcs; in testMetaFunction()
86 MyFunction *func = new MyFunction(&obj, signature); in testMetaFunction()
100 MyFunction* valueChangedFunc = funcs.at(0); in testMetaFunction()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/ExternalAnnotations18/Lib/src/libs/
H A DMyFunction.java3 public interface MyFunction<T,R> { interface
7 default <V> MyFunction<V, R> compose(MyFunction<? super V, ? extends T> before) { in compose()
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/userDefinedValueType/
H A Drecursive_function_paramter_err.sol1 type MyFunction is function(MyFunction) external returns(MyFunction);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/ExternalAnnotations18/Test3b/src/test1/
H A DReconcile3.java12 void test1(MyFunction<A,@Nullable B> f1) { in test1()
16 void test2(MyFunction<A,@NonNull B> f2a, MyFunction<@Nullable String,@NonNull A> f2b) { in test2()
H A DReconcile2.java13 C test(MyFunction<A,@Nullable B> f1, MyFunction<B,C> f2, A a) { in test()
/dports/devel/awscli/awscli-1.20.61/awscli/examples/cloudformation/
H A Ddescribe-stack-resource.rst3 …ibe-stack-resource`` example displays details for the resource named ``MyFunction`` in the specifi…
7 --logical-resource-id MyFunction
15 "LogicalResourceId": "MyFunction",
H A Ddetect-stack-resource-drift.rst3 The following ``detect-stack-resource-drift`` example checks a resource named ``MyFunction`` in a s…
7 --logical-resource-id MyFunction
14 "LogicalResourceId": "MyFunction",
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/test/
H A Dgmock-actions_test.cc332 typedef int MyFunction(bool, int); typedef
334 class MyActionImpl : public ActionInterface<MyFunction> {
348 Action<MyFunction> action = MakeAction(new MyActionImpl); in TEST()
361 Action<MyFunction> action(new MyActionImpl); in TEST()
366 const Action<MyFunction> action(new MyActionImpl); in TEST()
374 Action<MyFunction> a1(new MyActionImpl); in TEST()
630 typedef void MyFunction(bool, int*, char*); in TEST() typedef
631 Action<MyFunction> a = SetArgumentPointee<1>(2); in TEST()
749 typedef void MyFunction(bool, int*, char*); in TEST() typedef
785 typedef void MyFunction(bool, int*); in TEST() typedef
[all …]
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/functions/
H A Dtest_interface.py16 class MyFunction(Function):
28 assert MyFunction(x).series(x, 0, 10) == sin(x).series(x, 0, 10)
29 assert limit(MyFunction(x)/x, x, 0) == 1
/dports/graphics/povray36/povray-3.6.1/scenes/incdemo/
H A Dshapes.pov166 #declare MyFunction = function{pattern {bumps scale 0.2}}
169 HF_Square (MyFunction, off, off, <60,60>, on, "", <0.0, 0.1, 0.0>, <1.5, 0.5, 1.5>)
178 HF_Sphere (MyFunction, off, off, <60,60>, on, "", <0.0, 0.6, 0.0>, 0.3, 0.3)
187 HF_Cylinder (MyFunction, off, off, <60,60>, on, "", <0.5, 0.0, 0.5>, <0.5, 1.0, 0.5>, 0.4, 0.3)
196 HF_Torus (MyFunction, off, off, <60,60>, on, "", 0.5, 0.1, 0.3)
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/scenes/incdemo/
H A Dshapes.pov170 #declare MyFunction = function{pattern {bumps scale 0.2}}
173 HF_Square (MyFunction, off, off, <60,60>, on, "", <0.0, 0.1, 0.0>, <1.5, 0.5, 1.5>)
182 HF_Sphere (MyFunction, off, off, <60,60>, on, "", <0.0, 0.6, 0.0>, 0.3, 0.3)
191 HF_Cylinder (MyFunction, off, off, <60,60>, on, "", <0.5, 0.0, 0.5>, <0.5, 1.0, 0.5>, 0.4, 0.3)
200 HF_Torus (MyFunction, off, off, <60,60>, on, "", 0.5, 0.1, 0.3)
/dports/graphics/povray37/povray-3.7.0.10/distribution/scenes/incdemo/
H A Dshapes.pov170 #declare MyFunction = function{pattern {bumps scale 0.2}}
173 HF_Square (MyFunction, off, off, <60,60>, on, "", <0.0, 0.1, 0.0>, <1.5, 0.5, 1.5>)
182 HF_Sphere (MyFunction, off, off, <60,60>, on, "", <0.0, 0.6, 0.0>, 0.3, 0.3)
191 HF_Cylinder (MyFunction, off, off, <60,60>, on, "", <0.5, 0.0, 0.5>, <0.5, 1.0, 0.5>, 0.4, 0.3)
200 HF_Torus (MyFunction, off, off, <60,60>, on, "", 0.5, 0.1, 0.3)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/docs/sphinx/rest_substitutions/snippets/python/converted/
H A Dwx.DCClipper.1.py2 def MyFunction(dc): function
11 MyFunction(dc)
/dports/devel/py-breathe/breathe-4.31.0/tests/warnings/source/
H A Dfunction.rst7 .. doxygenfunction:: MyFunction
13 .. doxygenfunction:: MyFunction
/dports/www/node10/node-v10.24.1/test/addons-napi/5_function_factory/
H A Dbinding.c4 static napi_value MyFunction(napi_env env, napi_callback_info info) { in MyFunction() function
13 napi_create_function(env, "theFunction", -1, MyFunction, NULL, &fn)); in CreateFunction()
/dports/science/PETSc/petsc-3.14.1/src/mat/tests/
H A Dex218.c33 static PetscErrorCode MyFunction(void *ctx,Vec x,Vec y) in MyFunction() function
65 ierr = MatShellTestMult(S,MyFunction,base,user,NULL);CHKERRQ(ierr); in main()
66 ierr = MatShellTestMultTranspose(S,MyFunction,base,user,NULL);CHKERRQ(ierr); in main()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/
H A Dmod_v8_skel.cpp68 JS_SKEL_FUNCTION_DEF(MyFunction);
144 JS_SKEL_FUNCTION_IMPL(MyFunction) in JS_SKEL_FUNCTION_IMPL() argument
157 {"myFunction", FSSkel::MyFunction},
/dports/editors/lazarus/lazarus/lcl/templates/
H A Dtemplate.inc41 Function: TMyClass.MyFunction
47 function TMyClass.MyFunction(AOwner: TComponent): String;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/templates/
H A Dtemplate.inc41 Function: TMyClass.MyFunction
47 function TMyClass.MyFunction(AOwner: TComponent): String;
/dports/editors/lazarus-qt5/lazarus/lcl/templates/
H A Dtemplate.inc41 Function: TMyClass.MyFunction
47 function TMyClass.MyFunction(AOwner: TComponent): String;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/templates/
H A Dtemplate.inc41 Function: TMyClass.MyFunction
47 function TMyClass.MyFunction(AOwner: TComponent): String;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/yaml-cpp/test/gmock-1.7.0/test/
H A Dgmock-actions_test.cc705 typedef void MyFunction(bool, int*, char*); in TEST() typedef
706 Action<MyFunction> a = SetArgPointee<1>(2); in TEST()
726 typedef void MyFunction(std::string*, const char**); in TEST() typedef
727 Action<MyFunction> a = SetArgPointee<0>("hi"); in TEST()
742 typedef void MyFunction(const wchar_t**); in TEST() typedef
743 Action<MyFunction> a = SetArgPointee<0>(L"world"); in TEST()
764 Action<MyFunction> a = SetArgPointee<1>(hi); in TEST()
781 typedef void MyFunction(bool, const wchar_t**); in TEST() typedef
783 Action<MyFunction> a = SetArgPointee<1>(hi); in TEST()
902 typedef void MyFunction(bool, int*, char*); in TEST() typedef
[all …]

12345678910>>...16