Home
last modified time | relevance | path

Searched +refs:module +refs:declared (Results 1 – 25 of 16241) sorted by relevance

12345678910>>...650

/dports/devel/ftnchek/ftnchek-3.3.1/test/Okay/
H A Dt208f.fcl20 Warning in module %MAIN: Variables set but never used:
23 Warning in module %MAIN: Variables used before set
45 Warning in module BIG: Variables declared but never referenced:
52 U declared at line 8
53 V declared at line 8
54 W declared at line 8
55 X declared at line 8
60 Warning in module BIG: Names longer than 6 chars (nonstandard):
68 Warning in module BIG: Names containing nonstandard characters:
76 Warning in module BIG: Identifiers which are not unique in first six chars:
[all …]
H A Dt208f.fcx20 "t208f.f", line 2: Warning in module %MAIN: Variables set but never used:
23 "t208f.f", line 2: Warning in module %MAIN: Variables used before set
45 "t208f.f", line 6: Warning in module BIG: Variables declared but never
53 "t208f.f", line 8: U declared
54 "t208f.f", line 8: V declared
55 "t208f.f", line 8: W declared
56 "t208f.f", line 8: X declared
61 "t208f.f", line 6: Warning in module BIG: Names longer than 6 chars
70 "t208f.f", line 6: Warning in module BIG: Names containing nonstandard
79 "t208f.f", line 6: Warning in module BIG: Identifiers which are not unique in
[all …]
H A Dassign.fc126 Warning in module SIZEPROP: Variables declared but never referenced:
27 C10 declared at line 4
28 I declared at line 2 (dummy argument)
29 X declared at line 2 (dummy argument)
84 Warning in module %MAIN: Variables declared but never referenced:
85 C16 declared at line 29
86 C32 declared at line 30
87 J declared at line 13
88 L declared at line 20
89 L2 declared at line 21
[all …]
H A Dassign.fc214 Warning in module SIZEPROP in file assign.f: Variables declared but never
16 C10 declared at line 4 file assign.f
17 I declared at line 2 file assign.f (dummy argument)
26 SIZEPROP declared at line 2 file assign.f
73 Warning in module %MAIN in file assign.f: Variables declared but never
75 C16 declared at line 29 file assign.f
76 C32 declared at line 30 file assign.f
77 J declared at line 13 file assign.f
78 L declared at line 20 file assign.f
79 L2 declared at line 21 file assign.f
[all …]
H A Dassign.fcF17 Warning in module SIZEPROP in file assign.f: Variables declared but never
19 C10 declared at line 4 file assign.f
20 I declared at line 2 file assign.f (dummy argument)
21 X declared at line 2 file assign.f (dummy argument)
69 Warning in module %MAIN in file assign.f: Variables declared but never
71 C16 declared at line 29 file assign.f
72 C32 declared at line 30 file assign.f
73 J declared at line 13 file assign.f
74 L declared at line 20 file assign.f
75 L2 declared at line 21 file assign.f
[all …]
/dports/devel/binaryen/binaryen-version_98/test/spec/
H A Dbinary.wast423 ;; 2 type declared, 1 given
434 ;; 1 type declared, 2 given
453 ;; 2 import declared, 1 given
472 ;; 1 import declared, 2 given
503 ;; 1 table declared, 0 given
519 ;; 1 memory declared, 0 given
535 ;; 2 global declared, 1 given
546 ;; 1 global declared, 2 given
569 ;; 2 export declared, 1 given
590 ;; 1 export declared, 2 given
[all …]
/dports/devel/py-nose/nose-1.3.7/nose/
H A Dselector.py68 declared = getattr(cls, '__test__', None)
69 if declared is not None:
70 wanted = declared
149 if declared is not None:
150 wanted = declared
171 if declared is not None:
172 wanted = declared
181 def wantModule(self, module): argument
187 declared = getattr(module, '__test__', None)
188 if declared is not None:
[all …]
/dports/biology/py-crossmap/CrossMap-0.5.4/.eggs/nose-1.3.7-py3.6.egg/nose/
H A Dselector.py66 declared = getattr(cls, '__test__', None)
67 if declared is not None:
68 wanted = declared
145 if declared is not None:
146 wanted = declared
167 if declared is not None:
168 wanted = declared
177 def wantModule(self, module): argument
183 declared = getattr(module, '__test__', None)
184 if declared is not None:
[all …]
/dports/biology/py-crossmap/CrossMap-0.5.4/.eggs/nose-1.3.7-py3.7.egg/nose/
H A Dselector.py66 declared = getattr(cls, '__test__', None)
67 if declared is not None:
68 wanted = declared
145 if declared is not None:
146 wanted = declared
167 if declared is not None:
168 wanted = declared
177 def wantModule(self, module): argument
183 declared = getattr(module, '__test__', None)
184 if declared is not None:
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pycharm/nose_helper/
H A Dselector.py28 if declared is not None:
29 wanted = declared
53 if declared is not None:
54 wanted = declared
72 if declared is not None:
73 wanted = declared
78 def wantModule(self, module): argument
82 declared = getattr(module, '__test__', None)
84 wanted = declared
86 wanted = self.matches(module.__name__.split('.')[-1]) \
[all …]
/dports/lang/v/v-0.1.29/vlib/v/checker/tests/
H A Dno_pub_in_main.out1 …er/tests/no_pub_in_main.v:3:1: error: type alias `Integer` in module main cannot be declared public
2 1 | module main
8 …hecker/tests/no_pub_in_main.v:5:1: error: sum type `Float` in module main cannot be declared public
15 vlib/v/checker/tests/no_pub_in_main.v:10:1: error: enum `Color` in module main cannot be declared p…
22 vlib/v/checker/tests/no_pub_in_main.v:16:1: error: const in module main cannot be declared public
29 …ecker/tests/no_pub_in_main.v:20:1: error: function `my_fn` in module main cannot be declared public
36 vlib/v/checker/tests/no_pub_in_main.v:24:1: error: function `main` cannot be declared public
43 …cker/tests/no_pub_in_main.v:28:1: error: struct `MyStruct` in module main cannot be declared public
/dports/lang/racket/racket-8.3/src/expander/expand/
H A Dmodule-path.rkt2 (require "../common/module-path.rkt"
6 (provide module-path->mpi
7 module-path->mpi/context)
9 (define (module-path->mpi mod-path self
10 #:declared-submodule-names [declared-submodule-names #hasheq()])
16 (hash-ref declared-submodule-names (cadr mod-path) #f))
25 (hash-ref declared-submodule-names (cadr mod-path) #f))))
28 (module-path-index-join mod-path self)]))
30 (define (module-path->mpi/context mod-path ctx)
31 (module-path->mpi mod-path
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/expand/
H A Dmodule-path.rkt2 (require "../common/module-path.rkt"
6 (provide module-path->mpi
7 module-path->mpi/context)
9 (define (module-path->mpi mod-path self
10 #:declared-submodule-names [declared-submodule-names #hasheq()])
16 (hash-ref declared-submodule-names (cadr mod-path) #f))
25 (hash-ref declared-submodule-names (cadr mod-path) #f))))
28 (module-path-index-join mod-path self)]))
30 (define (module-path->mpi/context mod-path ctx)
31 (module-path->mpi mod-path
[all …]
/dports/devel/idutils/idutils-4.6/lib/
H A Dconfig.hin149 /* Define to 1 when the gnulib module btowc should be tested. */
155 /* Define to 1 when the gnulib module chdir should be tested. */
161 /* Define to 1 when the gnulib module close should be tested. */
167 /* Define to 1 when the gnulib module dirfd should be tested. */
170 /* Define to 1 when the gnulib module dup should be tested. */
173 /* Define to 1 when the gnulib module dup2 should be tested. */
182 /* Define to 1 when the gnulib module fcntl should be tested. */
194 /* Define to 1 when the gnulib module fopen should be tested. */
206 /* Define to 1 when the gnulib module frexp should be tested. */
284 /* Define to 1 when the gnulib module open should be tested. */
[all …]
/dports/devel/patch/patch-2.7.6/
H A Dconfig.hin188 /* Define to 1 when the gnulib module chdir should be tested. */
191 /* Define to 1 when the gnulib module chown should be tested. */
197 /* Define to 1 when the gnulib module close should be tested. */
203 /* Define to 1 when the gnulib module dirfd should be tested. */
206 /* Define to 1 when the gnulib module dup2 should be tested. */
227 /* Define to 1 when the gnulib module fcntl should be tested. */
230 /* Define to 1 when the gnulib module fstat should be tested. */
254 /* Define to 1 when the gnulib module lstat should be tested. */
281 /* Define to 1 when the gnulib module open should be tested. */
290 /* Define to 1 when the gnulib module raise should be tested. */
[all …]
/dports/security/libprelude/libprelude-1.2.6/
H A Dconfig.h.in71 whether the gnulib module lock shall be considered present. */
89 /* Define to 1 when the gnulib module bind should be tested. */
92 /* Define to 1 when the gnulib module btowc should be tested. */
95 /* Define to 1 when the gnulib module close should be tested. */
101 /* Define to 1 when the gnulib module dup2 should be tested. */
116 /* Define to 1 when the gnulib module fopen should be tested. */
122 /* Define to 1 when the gnulib module fseek should be tested. */
128 /* Define to 1 when the gnulib module fstat should be tested. */
131 /* Define to 1 when the gnulib module ftell should be tested. */
206 /* Define to 1 when the gnulib module open should be tested. */
[all …]
/dports/security/oath-toolkit/oath-toolkit-2.6.2/liboath/
H A Dconfig.h.in116 /* Define to 1 when the gnulib module chdir should be tested. */
119 /* Define to 1 when the gnulib module close should be tested. */
125 /* Define to 1 when the gnulib module dirfd should be tested. */
140 /* Define to 1 when the gnulib module fopen should be tested. */
146 /* Define to 1 when the gnulib module fseek should be tested. */
152 /* Define to 1 when the gnulib module fstat should be tested. */
155 /* Define to 1 when the gnulib module ftell should be tested. */
176 /* Define to 1 when the gnulib module link should be tested. */
179 /* Define to 1 when the gnulib module lseek should be tested. */
182 /* Define to 1 when the gnulib module lstat should be tested. */
[all …]
/dports/deskutils/gcal/gcal-4.1/
H A Dconfig.h.in72 whether the gnulib module lock shall be considered present. */
103 /* Define to 1 when the gnulib module btowc should be tested. */
106 /* Define to 1 when the gnulib module ceil should be tested. */
112 /* Define to 1 when the gnulib module close should be tested. */
115 /* Define to 1 when the gnulib module dup2 should be tested. */
124 /* Define to 1 when the gnulib module fcntl should be tested. */
130 /* Define to 1 when the gnulib module floor should be tested. */
133 /* Define to 1 when the gnulib module fopen should be tested. */
163 /* Define to 1 when the gnulib module link should be tested. */
169 /* Define to 1 when the gnulib module log should be tested. */
[all …]
/dports/games/freedink-engine/freedink-108.4/
H A Dconfig.h.in122 /* Define to 1 when the gnulib module chdir should be tested. */
128 /* Define to 1 when the gnulib module close should be tested. */
134 /* Define to 1 when the gnulib module dirfd should be tested. */
137 /* Define to 1 when the gnulib module dup should be tested. */
140 /* Define to 1 when the gnulib module dup2 should be tested. */
146 /* Define to 1 when the gnulib module fchdir should be tested. */
149 /* Define to 1 when the gnulib module fcntl should be tested. */
155 /* Define to 1 when the gnulib module fstat should be tested. */
173 /* Define to 1 when the gnulib module lstat should be tested. */
188 /* Define to 1 when the gnulib module open should be tested. */
[all …]
/dports/archivers/sharutils/sharutils-4.15.2/
H A Dconfig.h.in142 /* Define to 1 when the gnulib module chdir should be tested. */
148 /* Define to 1 when the gnulib module close should be tested. */
154 /* Define to 1 when the gnulib module dirfd should be tested. */
157 /* Define to 1 when the gnulib module dup should be tested. */
160 /* Define to 1 when the gnulib module dup2 should be tested. */
169 /* Define to 1 when the gnulib module fcntl should be tested. */
184 /* Define to 1 when the gnulib module fseek should be tested. */
190 /* Define to 1 when the gnulib module fstat should be tested. */
196 /* Define to 1 when the gnulib module ftell should be tested. */
247 /* Define to 1 when the gnulib module open should be tested. */
[all …]
/dports/editors/zile/zile-2.4.14/
H A Dconfig.h.in241 /* Define to 1 when the gnulib module btowc should be tested. */
244 /* Define to 1 when the gnulib module chdir should be tested. */
247 /* Define to 1 when the gnulib module chown should be tested. */
253 /* Define to 1 when the gnulib module close should be tested. */
259 /* Define to 1 when the gnulib module dirfd should be tested. */
262 /* Define to 1 when the gnulib module dup should be tested. */
265 /* Define to 1 when the gnulib module dup2 should be tested. */
277 /* Define to 1 when the gnulib module fcntl should be tested. */
343 /* Define to 1 when the gnulib module open should be tested. */
400 /* Define to 1 when the gnulib module read should be tested. */
[all …]
/dports/devel/libunistring/libunistring-0.9.10/
H A Dconfig.h.in190 whether the gnulib module lock shall be considered present. */
209 /* Define to 1 when the gnulib module btowc should be tested. */
215 /* Define to 1 when the gnulib module fdopen should be tested. */
218 /* Define to 1 when the gnulib module frexp should be tested. */
221 /* Define to 1 when the gnulib module frexpl should be tested. */
242 /* Define to 1 when the gnulib module mbtowc should be tested. */
245 /* Define to 1 when the gnulib module memchr should be tested. */
251 /* Define to 1 when the gnulib module putenv should be tested. */
254 /* Define to 1 when the gnulib module raise should be tested. */
269 /* Define to 1 when the gnulib module sleep should be tested. */
[all …]
/dports/security/shishi/shishi-1.0.2/
H A Dconfig.h.in54 whether the gnulib module fscanf shall be considered present. */
93 /* Define to 1 when the gnulib module bind should be tested. */
96 /* Define to 1 when the gnulib module close should be tested. */
102 /* Define to 1 when the gnulib module dup2 should be tested. */
108 /* Define to 1 when the gnulib module fcntl should be tested. */
111 /* Define to 1 when the gnulib module fseek should be tested. */
114 /* Define to 1 when the gnulib module fseeko should be tested. */
117 /* Define to 1 when the gnulib module fstat should be tested. */
120 /* Define to 1 when the gnulib module ftell should be tested. */
156 /* Define to 1 when the gnulib module lseek should be tested. */
[all …]
/dports/dns/libidn/libidn-1.35/
H A Dconfig.h.in141 whether the gnulib module lock shall be considered present. */
167 /* Define to 1 when the gnulib module bind should be tested. */
173 /* Define to 1 when the gnulib module close should be tested. */
179 /* Define to 1 when the gnulib module dup2 should be tested. */
185 /* Define to 1 when the gnulib module fcntl should be tested. */
191 /* Define to 1 when the gnulib module fstat should be tested. */
212 /* Define to 1 when the gnulib module ioctl should be tested. */
218 /* Define to 1 when the gnulib module lstat should be tested. */
227 /* Define to 1 when the gnulib module open should be tested. */
233 /* Define to 1 when the gnulib module pipe should be tested. */
[all …]
/dports/archivers/gcpio/cpio-2.13/
H A Dconfig.h.in152 /* Define to 1 when the gnulib module chdir should be tested. */
155 /* Define to 1 when the gnulib module chown should be tested. */
161 /* Define to 1 when the gnulib module close should be tested. */
167 /* Define to 1 when the gnulib module dirfd should be tested. */
170 /* Define to 1 when the gnulib module dup should be tested. */
173 /* Define to 1 when the gnulib module dup2 should be tested. */
182 /* Define to 1 when the gnulib module fcntl should be tested. */
188 /* Define to 1 when the gnulib module fseek should be tested. */
248 /* Define to 1 when the gnulib module open should be tested. */
263 /* Define to 1 when the gnulib module read should be tested. */
[all …]

12345678910>>...650