Home
last modified time | relevance | path

Searched refs:myfunc (Results 1 – 25 of 1497) sorted by relevance

12345678910>>...60

/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Tests/Functions/
H A DCallTimePassByReferenceUnitTest.inc3 function myfunc($var) {
9 myfunc(&$myvar);
10 myfunc($myvar);
12 $this->myfunc(&$myvar);
13 $this->myfunc($myvar);
15 myclass::myfunc(&$myvar);
16 myclass::myfunc($myvar);
32 myfunc($myvar&$myvar);
33 myfunc($myvar[0]&$myvar);
35 myfunc(myclass::MY_CONST&$myvar);
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/core/
H A Dcache.py11 myfunc = item
12 while hasattr(myfunc, '__wrapped__'):
13 if hasattr(myfunc, 'cache_info'):
14 info = myfunc.cache_info()
17 myfunc = myfunc.__wrapped__
26 myfunc = item
27 while hasattr(myfunc, '__wrapped__'):
28 if hasattr(myfunc, 'cache_clear'):
29 myfunc.cache_clear()
32 myfunc = myfunc.__wrapped__
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/xhpast/rules/__tests__/call-time-pass-by-reference/
H A Dcall-time-pass-by-reference.lint-test4 public function myfunc($var) {
10 myfunc(&$myvar);
11 myfunc($myvar);
13 $this->myfunc(&$myvar);
14 $this->myfunc($myvar);
16 MyClass::myfunc(&$myvar);
17 MyClass::myfunc($myvar);
26 MyClass::myfunc(array(&$x, &$y));
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/xhpast/rules/__tests__/call-time-pass-by-reference/
H A Dcall-time-pass-by-reference.lint-test4 public function myfunc($var) {
10 myfunc(&$myvar);
11 myfunc($myvar);
13 $this->myfunc(&$myvar);
14 $this->myfunc($myvar);
16 MyClass::myfunc(&$myvar);
17 MyClass::myfunc($myvar);
26 MyClass::myfunc(array(&$x, &$y));
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw7200.pp11 var myfunc : function : integer;
16 myfunc := GetInt;
18 //i := integer(myfunc) div 2; //works
19 //i := myfunc; i := i div 2; //works
20 i := myfunc div 2; //does not work
24 i := myfunc shr 2;
28 i := not myfunc;
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_interface_modport_export.v12 extern function myfunc (input logic val);
19 export myfunc,
25 import myfunc,
51 function automatic logic ie.myfunc (input logic val); function
53 myfunc = (val == 1'b0);
67 if (ii.myfunc (1'b0)) begin
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/test/ELF/
H A Daarch64-gnu-ifunc3.s7 # The address of myfunc is the address of the PLT entry for myfunc.
8 # The adrp to myfunc should generate a PLT entry and a got entry with an
11 .globl myfunc
12 .type myfunc,@gnu_indirect_function
13 myfunc: label
20 adrp x8, myfunc
21 add x8, x8, :lo12:myfunc
25 # CHECK-NEXT: myfunc:
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/python/tests/
H A Dauth.py47 def myfunc(realm, maysave, pool): function
53 baton = core.svn_auth_open([core.svn_auth_get_username_prompt_provider(myfunc, 1)])
59 def myfunc(realm, username, may_save, pool): function
66 baton = core.svn_auth_open([core.svn_auth_get_simple_prompt_provider(myfunc, 1)])
72 def myfunc(realm, may_save, pool): function
78 baton = core.svn_auth_open([core.svn_auth_get_ssl_client_cert_prompt_provider(myfunc, 1)])
84 def myfunc(realm, may_save, pool): function
90 baton = core.svn_auth_open([core.svn_auth_get_ssl_client_cert_pw_prompt_provider(myfunc, 1)])
96 def myfunc(realm, failures, cert_info, may_save, pool): function
102 baton = core.svn_auth_open([core.svn_auth_get_ssl_server_trust_prompt_provider(myfunc)])
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/python/tests/
H A Dauth.py47 def myfunc(realm, maysave, pool): function
53 baton = core.svn_auth_open([core.svn_auth_get_username_prompt_provider(myfunc, 1)])
59 def myfunc(realm, username, may_save, pool): function
66 baton = core.svn_auth_open([core.svn_auth_get_simple_prompt_provider(myfunc, 1)])
72 def myfunc(realm, may_save, pool): function
78 baton = core.svn_auth_open([core.svn_auth_get_ssl_client_cert_prompt_provider(myfunc, 1)])
84 def myfunc(realm, may_save, pool): function
90 baton = core.svn_auth_open([core.svn_auth_get_ssl_client_cert_pw_prompt_provider(myfunc, 1)])
96 def myfunc(realm, failures, cert_info, may_save, pool): function
102 baton = core.svn_auth_open([core.svn_auth_get_ssl_server_trust_prompt_provider(myfunc)])
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/python/tests/
H A Dauth.py47 def myfunc(realm, maysave, pool): function
53 baton = core.svn_auth_open([core.svn_auth_get_username_prompt_provider(myfunc, 1)])
59 def myfunc(realm, username, may_save, pool): function
66 baton = core.svn_auth_open([core.svn_auth_get_simple_prompt_provider(myfunc, 1)])
72 def myfunc(realm, may_save, pool): function
78 baton = core.svn_auth_open([core.svn_auth_get_ssl_client_cert_prompt_provider(myfunc, 1)])
84 def myfunc(realm, may_save, pool): function
90 baton = core.svn_auth_open([core.svn_auth_get_ssl_client_cert_pw_prompt_provider(myfunc, 1)])
96 def myfunc(realm, failures, cert_info, may_save, pool): function
102 baton = core.svn_auth_open([core.svn_auth_get_ssl_server_trust_prompt_provider(myfunc)])
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/python/tests/
H A Dauth.py47 def myfunc(realm, maysave, pool): function
53 baton = core.svn_auth_open([core.svn_auth_get_username_prompt_provider(myfunc, 1)])
59 def myfunc(realm, username, may_save, pool): function
66 baton = core.svn_auth_open([core.svn_auth_get_simple_prompt_provider(myfunc, 1)])
72 def myfunc(realm, may_save, pool): function
78 baton = core.svn_auth_open([core.svn_auth_get_ssl_client_cert_prompt_provider(myfunc, 1)])
84 def myfunc(realm, may_save, pool): function
90 baton = core.svn_auth_open([core.svn_auth_get_ssl_client_cert_pw_prompt_provider(myfunc, 1)])
96 def myfunc(realm, failures, cert_info, may_save, pool): function
102 baton = core.svn_auth_open([core.svn_auth_get_ssl_server_trust_prompt_provider(myfunc)])
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Darithmetic_if.f908 myfunc = value
13 integer myfunc variable
15 if (myfunc(0)) 10, 20, 30 ! Should go to 30
19 30 if (myfunc(0)) 40, 50, 60 ! Should go to 50
23 50 if (myfunc(0)) 70, 80, 90 ! Should go to 70
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Darithmetic_if.f908 myfunc = value
13 integer myfunc variable
15 if (myfunc(0)) 10, 20, 30 ! Should go to 30
19 30 if (myfunc(0)) 40, 50, 60 ! Should go to 50
23 50 if (myfunc(0)) 70, 80, 90 ! Should go to 70
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Darithmetic_if.f908 myfunc = value
13 integer myfunc variable
15 if (myfunc(0)) 10, 20, 30 ! Should go to 30
19 30 if (myfunc(0)) 40, 50, 60 ! Should go to 50
23 50 if (myfunc(0)) 70, 80, 90 ! Should go to 70
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Darithmetic_if.f908 myfunc = value
13 integer myfunc variable
15 if (myfunc(0)) 10, 20, 30 ! Should go to 30
19 30 if (myfunc(0)) 40, 50, 60 ! Should go to 50
23 50 if (myfunc(0)) 70, 80, 90 ! Should go to 70
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Darithmetic_if.f908 myfunc = value
13 integer myfunc variable
15 if (myfunc(0)) 10, 20, 30 ! Should go to 30
19 30 if (myfunc(0)) 40, 50, 60 ! Should go to 50
23 50 if (myfunc(0)) 70, 80, 90 ! Should go to 70
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Darithmetic_if.f908 myfunc = value
13 integer myfunc variable
15 if (myfunc(0)) 10, 20, 30 ! Should go to 30
19 30 if (myfunc(0)) 40, 50, 60 ! Should go to 50
23 50 if (myfunc(0)) 70, 80, 90 ! Should go to 70
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Darithmetic_if.f908 myfunc = value
13 integer myfunc variable
15 if (myfunc(0)) 10, 20, 30 ! Should go to 30
19 30 if (myfunc(0)) 40, 50, 60 ! Should go to 50
23 50 if (myfunc(0)) 70, 80, 90 ! Should go to 70
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Darithmetic_if.f908 myfunc = value
13 integer myfunc variable
15 if (myfunc(0)) 10, 20, 30 ! Should go to 30
19 30 if (myfunc(0)) 40, 50, 60 ! Should go to 50
23 50 if (myfunc(0)) 70, 80, 90 ! Should go to 70
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Darithmetic_if.f908 myfunc = value
13 integer myfunc variable
15 if (myfunc(0)) 10, 20, 30 ! Should go to 30
19 30 if (myfunc(0)) 40, 50, 60 ! Should go to 50
23 50 if (myfunc(0)) 70, 80, 90 ! Should go to 70
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Darithmetic_if.f908 myfunc = value
13 integer myfunc variable
15 if (myfunc(0)) 10, 20, 30 ! Should go to 30
19 30 if (myfunc(0)) 40, 50, 60 ! Should go to 50
23 50 if (myfunc(0)) 70, 80, 90 ! Should go to 70
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Darithmetic_if.f908 myfunc = value
13 integer myfunc variable
15 if (myfunc(0)) 10, 20, 30 ! Should go to 30
19 30 if (myfunc(0)) 40, 50, 60 ! Should go to 50
23 50 if (myfunc(0)) 70, 80, 90 ! Should go to 70
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Darithmetic_if.f908 myfunc = value
13 integer myfunc variable
15 if (myfunc(0)) 10, 20, 30 ! Should go to 30
19 30 if (myfunc(0)) 40, 50, 60 ! Should go to 50
23 50 if (myfunc(0)) 70, 80, 90 ! Should go to 70
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Darithmetic_if.f908 myfunc = value
13 integer myfunc variable
15 if (myfunc(0)) 10, 20, 30 ! Should go to 30
19 30 if (myfunc(0)) 40, 50, 60 ! Should go to 50
23 50 if (myfunc(0)) 70, 80, 90 ! Should go to 70
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Darithmetic_if.f908 myfunc = value
13 integer myfunc variable
15 if (myfunc(0)) 10, 20, 30 ! Should go to 30
19 30 if (myfunc(0)) 40, 50, 60 ! Should go to 50
23 50 if (myfunc(0)) 70, 80, 90 ! Should go to 70

12345678910>>...60