Home
last modified time | relevance | path

Searched +refs:named +refs:function (Results 1 – 25 of 64742) sorted by relevance

12345678910>>...2590

/dports/www/p5-JE/JE-0.066/t/
H A D13-functions.t16 0,function(){
22 0,function(){
24 ok(typeof(foo = function bar(a,b){
46 function d(e,f,g){
70 '[[Class]] of expressed named function')
76 is(i.length, 1, 'length of expressed named function')
79 is(i.prototype, '[object Object]', 'class of proto of expr named func')
85 'unenumerability of expr named func .prototype.constructor')
134 'proto of obj returned by [[Construct]] for named run-time func')
144 'obj returned by named run-time constr with no prototype property')
[all …]
/dports/graphics/sswf/sswf-1.8.4/include/sswf/scripts/native/
H A Dtext_field.asc64 unchecked const named var in font : String,
65 unchecked const named var in size : Integer,
66 unchecked const named var in color : Integer,
67 unchecked const named var in bold : Boolean,
68 unchecked const named var in italic : Boolean,
69 unchecked const named var in underline : Boolean,
70 unchecked const named var in url : String,
71 unchecked const named var in target : String,
72 unchecked const named var in align : String,
73 unchecked const named var in leftMargin : Integer,
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/core_functions/meta/
H A Dcall.hrx2 @function a() {@return b}
22 <===> args/named/input.scss
25 <===> args/named/output.css
43 <===> args/splat/named/input.scss
47 <===> args/splat/named/output.css
61 $named: ("blue": 3);
62 a {b: call(get-function("rgb"), $positional..., $named...)}
112 <===> named/input.scss
115 <===> named/output.css
131 Error: $function: 1 is not a function reference.
[all …]
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/
H A Dlogs.py46 def __call__( self, *args, **named ): argument
48 function = getattr( self, '' )
51 for key,value in named.items():
56 return function( *args, **named )
64 def __call__( self, *args, **named ): argument
65 function = getattr( self, '' )
67 return function( *args, **named )
75 def logOnFail( function, log ): argument
86 loggedFunction = _FullLoggedFunction( function, log )
88 loggedFunction = _ErrorLoggedFunction( function, log )
[all …]
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/
H A Dlogs.py46 def __call__( self, *args, **named ): argument
48 function = getattr( self, '' )
51 for key,value in named.items():
56 return function( *args, **named )
64 def __call__( self, *args, **named ): argument
65 function = getattr( self, '' )
67 return function( *args, **named )
75 def logOnFail( function, log ): argument
86 loggedFunction = _FullLoggedFunction( function, log )
88 loggedFunction = _ErrorLoggedFunction( function, log )
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dgoogle-objc-function-naming.m1 // RUN: %check_clang_tidy %s google-objc-function-naming %t -- -- -isystem %S/Inputs/Headers
6 // Call a builtin function so that the compiler generates an implicit
7 // function declaration.
14 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'ispositive'
19 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'is_positive'
24 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'isPositive'
29 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'Is_Positive'
36 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
41 // CHECK-MESSAGES: :[[@LINE-1]]:20: warning: static function named 'md5' must be
56 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dgoogle-objc-function-naming.m1 // RUN: %check_clang_tidy %s google-objc-function-naming %t -- -- -isystem %S/Inputs/Headers
6 // Call a builtin function so that the compiler generates an implicit
7 // function declaration.
14 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'ispositive'
19 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'is_positive'
24 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'isPositive'
29 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'Is_Positive'
36 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
41 // CHECK-MESSAGES: :[[@LINE-1]]:20: warning: static function named 'md5' must be
56 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dgoogle-objc-function-naming.m1 // RUN: %check_clang_tidy %s google-objc-function-naming %t -- -- -isystem %S/Inputs/Headers
6 // Call a builtin function so that the compiler generates an implicit
7 // function declaration.
14 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'ispositive'
19 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'is_positive'
24 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'isPositive'
29 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'Is_Positive'
36 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
41 // CHECK-MESSAGES: :[[@LINE-1]]:20: warning: static function named 'md5' must be
56 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dgoogle-objc-function-naming.m1 // RUN: %check_clang_tidy %s google-objc-function-naming %t -- -- -isystem %S/Inputs/Headers
6 // Call a builtin function so that the compiler generates an implicit
7 // function declaration.
14 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'ispositive'
19 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'is_positive'
24 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'isPositive'
29 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'Is_Positive'
36 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
41 // CHECK-MESSAGES: :[[@LINE-1]]:20: warning: static function named 'md5' must be
56 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dgoogle-objc-function-naming.m1 // RUN: %check_clang_tidy %s google-objc-function-naming %t -- -- -isystem %S/Inputs/Headers
6 // Call a builtin function so that the compiler generates an implicit
7 // function declaration.
14 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'ispositive'
19 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'is_positive'
24 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'isPositive'
29 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'Is_Positive'
36 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
41 // CHECK-MESSAGES: :[[@LINE-1]]:20: warning: static function named 'md5' must be
56 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dgoogle-objc-function-naming.m1 // RUN: %check_clang_tidy %s google-objc-function-naming %t -- -- -isystem %S/Inputs/Headers
6 // Call a builtin function so that the compiler generates an implicit
7 // function declaration.
14 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'ispositive'
19 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'is_positive'
24 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'isPositive'
29 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'Is_Positive'
36 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
41 // CHECK-MESSAGES: :[[@LINE-1]]:20: warning: static function named 'md5' must be
56 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dgoogle-objc-function-naming.m1 // RUN: %check_clang_tidy %s google-objc-function-naming %t -- -- -isystem %S/Inputs/Headers
6 // Call a builtin function so that the compiler generates an implicit
7 // function declaration.
14 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'ispositive'
19 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'is_positive'
24 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'isPositive'
29 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'Is_Positive'
36 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
41 // CHECK-MESSAGES: :[[@LINE-1]]:20: warning: static function named 'md5' must be
56 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dgoogle-objc-function-naming.m1 // RUN: %check_clang_tidy %s google-objc-function-naming %t -- -- -isystem %S/Inputs/Headers
6 // Call a builtin function so that the compiler generates an implicit
7 // function declaration.
14 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'ispositive'
19 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'is_positive'
24 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'isPositive'
29 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'Is_Positive'
36 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
41 // CHECK-MESSAGES: :[[@LINE-1]]:20: warning: static function named 'md5' must be
56 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dgoogle-objc-function-naming.m1 // RUN: %check_clang_tidy %s google-objc-function-naming %t -- -- -isystem %S/Inputs/Headers
6 // Call a builtin function so that the compiler generates an implicit
7 // function declaration.
14 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'ispositive'
19 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'is_positive'
24 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'isPositive'
29 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'Is_Positive'
36 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
41 // CHECK-MESSAGES: :[[@LINE-1]]:20: warning: static function named 'md5' must be
56 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dgoogle-objc-function-naming.m1 // RUN: %check_clang_tidy %s google-objc-function-naming %t -- -- -isystem %S/Inputs/Headers
6 // Call a builtin function so that the compiler generates an implicit
7 // function declaration.
14 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'ispositive'
19 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'is_positive'
24 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'isPositive'
29 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'Is_Positive'
36 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
41 // CHECK-MESSAGES: :[[@LINE-1]]:20: warning: static function named 'md5' must be
56 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dgoogle-objc-function-naming.m1 // RUN: %check_clang_tidy %s google-objc-function-naming %t -- -- -isystem %S/Inputs/Headers
6 // Call a builtin function so that the compiler generates an implicit
7 // function declaration.
14 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'ispositive'
19 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'is_positive'
24 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'isPositive'
29 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'Is_Positive'
36 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
41 // CHECK-MESSAGES: :[[@LINE-1]]:20: warning: static function named 'md5' must be
56 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dgoogle-objc-function-naming.m1 // RUN: %check_clang_tidy %s google-objc-function-naming %t -- -- -isystem %S/Inputs/Headers
6 // Call a builtin function so that the compiler generates an implicit
7 // function declaration.
14 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'ispositive'
19 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'is_positive'
24 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'isPositive'
29 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'Is_Positive'
36 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
41 // CHECK-MESSAGES: :[[@LINE-1]]:20: warning: static function named 'md5' must be
56 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dgoogle-objc-function-naming.m1 // RUN: %check_clang_tidy %s google-objc-function-naming %t -- -- -isystem %S/Inputs/Headers
6 // Call a builtin function so that the compiler generates an implicit
7 // function declaration.
14 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'ispositive'
19 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'is_positive'
24 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'isPositive'
29 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'Is_Positive'
36 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
41 // CHECK-MESSAGES: :[[@LINE-1]]:20: warning: static function named 'md5' must be
56 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
[all …]
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/scoping/
H A Dname_shadowing_function_type_return_parameter.sol8 function () external returns (StructType memory StructType) ext1;
9 function () external returns (EnumType EnumType) ext2;
10 function () external returns (EnumType StructType, StructType memory EnumType) ext3;
13 // SyntaxError 7304: (123-151): Return parameters in function types may not be named.
14 // SyntaxError 7304: (193-210): Return parameters in function types may not be named.
15 // SyntaxError 7304: (252-271): Return parameters in function types may not be named.
16 // SyntaxError 7304: (273-299): Return parameters in function types may not be named.
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/suggestions/
H A Dreturn-elided-lifetime.stderr5 | ^ expected named lifetime parameter
17 | ^ expected named lifetime parameter
29 | ^ expected named lifetime parameter
41 | ^ expected named lifetime parameter
77 | -- ^ expected named lifetime parameter
80 help: consider introducing a named lifetime parameter
92 help: consider introducing a named lifetime parameter
104 help: consider introducing a named lifetime parameter
116 note: these named lifetimes are available to use
133 note: these named lifetimes are available to use
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dgoogle-objc-function-naming.m1 // RUN: %check_clang_tidy %s google-objc-function-naming %t
6 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'ispositive'
11 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'is_positive'
16 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'isPositive'
21 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: static function named 'Is_Positive'
28 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
33 // CHECK-MESSAGES: :[[@LINE-1]]:20: warning: static function named 'md5' must be
48 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
55 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: function in global namespace named
/dports/lang/ocaml/ocaml-4.05.0/middle_end/
H A Dflambda_iterators.mli24 [Expr], it is passed to the function taking [Flambda.named], rather
25 than being followed and passed to the function taking [Flambda.t]. *)
34 -> (Variable.t -> Flambda.named -> Flambda.named)
58 the parameters of the user function for [iter_named] *)
66 function. *)
74 In particular, it never applies [f] to the body of a function (which
130 -> (Flambda.named -> Flambda.named)
140 : (Flambda.named -> Flambda.named)
146 -> (Flambda.named -> Flambda.named)
156 : (Flambda.named -> Flambda.named)
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/middle_end/
H A Dflambda_iterators.mli24 [Expr], it is passed to the function taking [Flambda.named], rather
25 than being followed and passed to the function taking [Flambda.t]. *)
34 -> (Variable.t -> Flambda.named -> Flambda.named)
58 the parameters of the user function for [iter_named] *)
66 function. *)
74 In particular, it never applies [f] to the body of a function (which
130 -> (Flambda.named -> Flambda.named)
140 : (Flambda.named -> Flambda.named)
146 -> (Flambda.named -> Flambda.named)
156 : (Flambda.named -> Flambda.named)
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/rustdoc-ui/intra-doc/
H A Derrors.stderr5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `path` in scope
17 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `path` in scope
29 | ^^^^^^^^^^^^^^^^^^ no item named `not` in module `io`
53 | ^^^^ `f` is a function, not a module or type, and cannot have associated items
59 | ^^^^^ `f` is a function, not a module or type, and cannot have associated items
97 help: to link to the associated function, add parentheses
119 …| ^^^^^^^^^ this link resolves to the associated function `h`, which is not in the type names…
121 help: to link to the associated function, add parentheses
131 …| ^^^^^^^^^ this link resolves to the associated function `g`, which is not in the type names…
133 help: to link to the associated function, add parentheses
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/guide/
H A Ddistributed.scrbl32 @figure["named-example-master" "examples/named/master.rkt"]{
58 @figure["named-example" "examples/named/tuple.rkt"]{
66 place-thunk function is created by prepending the @tt{make-} prefix.
69 @racket[place-function-name] given to the
77 function name is formed by concatenating the
79 with the RPC function name @tt{set} to form @racket[tuple-server-set].
81 @racket[remote-connection%] descriptor and then the RPC function
82 arguments. The RPC client function sends the RPC function name,
84 internal function @racket[named-place-channel-put]. The RPC client
90 expression inside the @racket[make-tuple-server] function. The match
[all …]

12345678910>>...2590