Home
last modified time | relevance | path

Searched refs:Dont (Results 1 – 25 of 1905) sorted by relevance

12345678910>>...77

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/go.test/test/fixedbugs/issue10700.dir/
H A Dtest.go27 …x.Dont() // ERROR "x\.Dont undefined \(type \*Imported is pointer to interface, not interface\)…
28 …(*x).Dont() // ERROR "\(\*x\)\.Dont undefined \(type Imported has no field or method Dont\)|refere…
34 …y.Dont() // ERROR "y\.Dont undefined \(type \*HasAMethod has no field or method Dont\)|referenc…
35 …(*y).Dont() // ERROR "\(\*y\)\.Dont undefined \(type HasAMethod has no field or method Dont\)|refe…
41 …z.Dont() // ERROR "z\.Dont undefined \(type \*other\.Exported is pointer to interface, not in…
42 …(*z).Dont() // ERROR "\(\*z\)\.Dont undefined \(type other\.Exported has no field or method Dont…
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/fixedbugs/issue10700.dir/
H A Dtest.go27 …x.Dont() // ERROR "x\.Dont undefined \(type \*Imported is pointer to interface, not interface\)…
28 …(*x).Dont() // ERROR "\(\*x\)\.Dont undefined \(type Imported has no field or method Dont\)|refere…
34 …y.Dont() // ERROR "y\.Dont undefined \(type \*HasAMethod has no field or method Dont\)|referenc…
35 …(*y).Dont() // ERROR "\(\*y\)\.Dont undefined \(type HasAMethod has no field or method Dont\)|refe…
41 …z.Dont() // ERROR "z\.Dont undefined \(type \*other\.Exported is pointer to interface, not in…
42 …(*z).Dont() // ERROR "\(\*z\)\.Dont undefined \(type other\.Exported has no field or method Dont…
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/go.test/test/fixedbugs/issue10700.dir/
H A Dtest.go27 …x.Dont() // ERROR "x\.Dont undefined \(type \*Imported is pointer to interface, not interface\)…
28 …(*x).Dont() // ERROR "\(\*x\)\.Dont undefined \(type Imported has no field or method Dont\)|refere…
34 …y.Dont() // ERROR "y\.Dont undefined \(type \*HasAMethod has no field or method Dont\)|referenc…
35 …(*y).Dont() // ERROR "\(\*y\)\.Dont undefined \(type HasAMethod has no field or method Dont\)|refe…
41 …z.Dont() // ERROR "z\.Dont undefined \(type \*other\.Exported is pointer to interface, not in…
42 …(*z).Dont() // ERROR "\(\*z\)\.Dont undefined \(type other\.Exported has no field or method Dont…
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/go.test/test/fixedbugs/issue10700.dir/
H A Dtest.go27 …x.Dont() // ERROR "x\.Dont undefined \(type \*Imported is pointer to interface, not interface\)…
28 …(*x).Dont() // ERROR "\(\*x\)\.Dont undefined \(type Imported has no field or method Dont\)|refere…
34 …y.Dont() // ERROR "y\.Dont undefined \(type \*HasAMethod has no field or method Dont\)|referenc…
35 …(*y).Dont() // ERROR "\(\*y\)\.Dont undefined \(type HasAMethod has no field or method Dont\)|refe…
41 …z.Dont() // ERROR "z\.Dont undefined \(type \*other\.Exported is pointer to interface, not in…
42 …(*z).Dont() // ERROR "\(\*z\)\.Dont undefined \(type other\.Exported has no field or method Dont…
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/go.test/test/fixedbugs/issue10700.dir/
H A Dtest.go27 …x.Dont() // ERROR "x\.Dont undefined \(type \*Imported is pointer to interface, not interface\)…
28 …(*x).Dont() // ERROR "\(\*x\)\.Dont undefined \(type Imported has no field or method Dont\)|refere…
34 …y.Dont() // ERROR "y\.Dont undefined \(type \*HasAMethod has no field or method Dont\)|referenc…
35 …(*y).Dont() // ERROR "\(\*y\)\.Dont undefined \(type HasAMethod has no field or method Dont\)|refe…
41 …z.Dont() // ERROR "z\.Dont undefined \(type \*other\.Exported is pointer to interface, not in…
42 …(*z).Dont() // ERROR "\(\*z\)\.Dont undefined \(type other\.Exported has no field or method Dont…
/dports/www/mod_php81/php-8.1.1/Zend/tests/typehints/
H A Dor_null.phpt8 function unloadedClass(?I\Dont\Exist $param) {}
76 function returnUnloadedClass(): ?I\Dont\Exist {
106 function returnUnloadedClassScalar(): ?I\Dont\Exist {
166 function returnMissingUnloadedClass(): ?I\Dont\Exist {
222 TypeError: unloadedClass(): Argument #1 ($param) must be of type ?I\Dont\Exist, stdClass given, cal…
234 TypeError: unloadedClass(): Argument #1 ($param) must be of type ?I\Dont\Exist, int given, called i…
258 TypeError: returnUnloadedClass(): Return value must be of type ?I\Dont\Exist, stdClass returned in …
270 TypeError: returnUnloadedClassScalar(): Return value must be of type ?I\Dont\Exist, int returned in…
294 TypeError: returnMissingUnloadedClass(): Return value must be of type ?I\Dont\Exist, none returned …
/dports/lang/php81/php-8.1.1/Zend/tests/typehints/
H A Dor_null.phpt8 function unloadedClass(?I\Dont\Exist $param) {}
76 function returnUnloadedClass(): ?I\Dont\Exist {
106 function returnUnloadedClassScalar(): ?I\Dont\Exist {
166 function returnMissingUnloadedClass(): ?I\Dont\Exist {
222 TypeError: unloadedClass(): Argument #1 ($param) must be of type ?I\Dont\Exist, stdClass given, cal…
234 TypeError: unloadedClass(): Argument #1 ($param) must be of type ?I\Dont\Exist, int given, called i…
258 TypeError: returnUnloadedClass(): Return value must be of type ?I\Dont\Exist, stdClass returned in …
270 TypeError: returnUnloadedClassScalar(): Return value must be of type ?I\Dont\Exist, int returned in…
294 TypeError: returnMissingUnloadedClass(): Return value must be of type ?I\Dont\Exist, none returned …
/dports/lang/php80/php-8.0.15/Zend/tests/typehints/
H A Dor_null.phpt8 function unloadedClass(?I\Dont\Exist $param) {}
76 function returnUnloadedClass(): ?I\Dont\Exist {
106 function returnUnloadedClassScalar(): ?I\Dont\Exist {
166 function returnMissingUnloadedClass(): ?I\Dont\Exist {
222 TypeError: unloadedClass(): Argument #1 ($param) must be of type ?I\Dont\Exist, stdClass given, cal…
234 TypeError: unloadedClass(): Argument #1 ($param) must be of type ?I\Dont\Exist, int given, called i…
258 TypeError: returnUnloadedClass(): Return value must be of type ?I\Dont\Exist, stdClass returned in …
270 TypeError: returnUnloadedClassScalar(): Return value must be of type ?I\Dont\Exist, int returned in…
294 TypeError: returnMissingUnloadedClass(): Return value must be of type ?I\Dont\Exist, none returned …
/dports/www/mod_php80/php-8.0.15/Zend/tests/typehints/
H A Dor_null.phpt8 function unloadedClass(?I\Dont\Exist $param) {}
76 function returnUnloadedClass(): ?I\Dont\Exist {
106 function returnUnloadedClassScalar(): ?I\Dont\Exist {
166 function returnMissingUnloadedClass(): ?I\Dont\Exist {
222 TypeError: unloadedClass(): Argument #1 ($param) must be of type ?I\Dont\Exist, stdClass given, cal…
234 TypeError: unloadedClass(): Argument #1 ($param) must be of type ?I\Dont\Exist, int given, called i…
258 TypeError: returnUnloadedClass(): Return value must be of type ?I\Dont\Exist, stdClass returned in …
270 TypeError: returnUnloadedClassScalar(): Return value must be of type ?I\Dont\Exist, int returned in…
294 TypeError: returnMissingUnloadedClass(): Return value must be of type ?I\Dont\Exist, none returned …
/dports/lang/php73/php-7.3.33/Zend/tests/typehints/
H A Dor_null.phpt8 function unloadedClass(?I\Dont\Exist $param) {}
76 function returnUnloadedClass(): ?I\Dont\Exist {
106 function returnUnloadedClassScalar(): ?I\Dont\Exist {
166 function returnMissingUnloadedClass(): ?I\Dont\Exist {
222 TypeError: Argument 1 passed to unloadedClass() must be an instance of I\Dont\Exist or null, instan…
234 TypeError: Argument 1 passed to unloadedClass() must be an instance of I\Dont\Exist or null, int gi…
258 TypeError: Return value of returnUnloadedClass() must be an instance of I\Dont\Exist or null, insta…
270 TypeError: Return value of returnUnloadedClassScalar() must be an instance of I\Dont\Exist or null,…
294 TypeError: Return value of returnMissingUnloadedClass() must be an instance of I\Dont\Exist or null…
/dports/lang/php74/php-7.4.27/Zend/tests/typehints/
H A Dor_null.phpt8 function unloadedClass(?I\Dont\Exist $param) {}
76 function returnUnloadedClass(): ?I\Dont\Exist {
106 function returnUnloadedClassScalar(): ?I\Dont\Exist {
166 function returnMissingUnloadedClass(): ?I\Dont\Exist {
222 TypeError: Argument 1 passed to unloadedClass() must be an instance of I\Dont\Exist or null, instan…
234 TypeError: Argument 1 passed to unloadedClass() must be an instance of I\Dont\Exist or null, int gi…
258 TypeError: Return value of returnUnloadedClass() must be an instance of I\Dont\Exist or null, insta…
270 TypeError: Return value of returnUnloadedClassScalar() must be an instance of I\Dont\Exist or null,…
294 TypeError: Return value of returnMissingUnloadedClass() must be an instance of I\Dont\Exist or null…
/dports/www/mod_php73/php-7.3.33/Zend/tests/typehints/
H A Dor_null.phpt8 function unloadedClass(?I\Dont\Exist $param) {}
76 function returnUnloadedClass(): ?I\Dont\Exist {
106 function returnUnloadedClassScalar(): ?I\Dont\Exist {
166 function returnMissingUnloadedClass(): ?I\Dont\Exist {
222 TypeError: Argument 1 passed to unloadedClass() must be an instance of I\Dont\Exist or null, instan…
234 TypeError: Argument 1 passed to unloadedClass() must be an instance of I\Dont\Exist or null, int gi…
258 TypeError: Return value of returnUnloadedClass() must be an instance of I\Dont\Exist or null, insta…
270 TypeError: Return value of returnUnloadedClassScalar() must be an instance of I\Dont\Exist or null,…
294 TypeError: Return value of returnMissingUnloadedClass() must be an instance of I\Dont\Exist or null…
/dports/www/mod_php74/php-7.4.27/Zend/tests/typehints/
H A Dor_null.phpt8 function unloadedClass(?I\Dont\Exist $param) {}
76 function returnUnloadedClass(): ?I\Dont\Exist {
106 function returnUnloadedClassScalar(): ?I\Dont\Exist {
166 function returnMissingUnloadedClass(): ?I\Dont\Exist {
222 TypeError: Argument 1 passed to unloadedClass() must be an instance of I\Dont\Exist or null, instan…
234 TypeError: Argument 1 passed to unloadedClass() must be an instance of I\Dont\Exist or null, int gi…
258 TypeError: Return value of returnUnloadedClass() must be an instance of I\Dont\Exist or null, insta…
270 TypeError: Return value of returnUnloadedClassScalar() must be an instance of I\Dont\Exist or null,…
294 TypeError: Return value of returnMissingUnloadedClass() must be an instance of I\Dont\Exist or null…
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/sealedClasses/
H A DGetPermittedSubclasses.jcod28 // sealed class NoLoadSubclasses permits iDontExist, I/Dont/Exist/Either { }
52 Utf8 "I/Dont/Exist/Either"; // #17 at 0xAD
179 // sealed class OldClassFile permits iDontExist, I/Dont/Exist/Either { }
203 Utf8 "I/Dont/Exist/Either"; // #17 at 0xAD
279 Utf8 "I/Dont/Exist/Either"; // #17 at 0xAD
333 // sealed class SealedButFinal permits iDontExist, I/Dont/Exist/Either { }
357 Utf8 "I/Dont/Exist/Either"; // #17 at 0xAD
411 // sealed class BadPermittedSubclassEntry permits iDont;;Exist, I/Dont/Exist/Either { }
435 Utf8 "I/Dont/Exist/Either"; // #17 at 0xAD
488 // sealed class EmptyPermittedSubclassEntry permits "", I/Dont/Exist/Either { }
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/sealedClasses/
H A DGetPermittedSubclasses.jcod27 // sealed class NoLoadSubclasses permits ExistingClassFile, I/Dont/Exist/Either { }
51 Utf8 "I/Dont/Exist/Either"; // #17 at 0xAD
307 // sealed class OldClassFile permits iDontExist, I/Dont/Exist/Either { }
331 Utf8 "I/Dont/Exist/Either"; // #17 at 0xAD
407 Utf8 "I/Dont/Exist/Either"; // #17 at 0xAD
461 // sealed class SealedButFinal permits iDontExist, I/Dont/Exist/Either { }
485 Utf8 "I/Dont/Exist/Either"; // #17 at 0xAD
539 // sealed class BadPermittedSubclassEntry permits iDont;;Exist, I/Dont/Exist/Either { }
563 Utf8 "I/Dont/Exist/Either"; // #17 at 0xAD
616 // sealed class EmptyPermittedSubclassEntry permits "", I/Dont/Exist/Either { }
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/sealedClasses/
H A DGetPermittedSubclasses.jcod27 // sealed class NoLoadSubclasses permits ExistingClassFile, I/Dont/Exist/Either { }
51 Utf8 "I/Dont/Exist/Either"; // #17 at 0xAD
307 // sealed class OldClassFile permits iDontExist, I/Dont/Exist/Either { }
331 Utf8 "I/Dont/Exist/Either"; // #17 at 0xAD
407 Utf8 "I/Dont/Exist/Either"; // #17 at 0xAD
461 // sealed class SealedButFinal permits iDontExist, I/Dont/Exist/Either { }
485 Utf8 "I/Dont/Exist/Either"; // #17 at 0xAD
539 // sealed class BadPermittedSubclassEntry permits iDont;;Exist, I/Dont/Exist/Either { }
563 Utf8 "I/Dont/Exist/Either"; // #17 at 0xAD
616 // sealed class EmptyPermittedSubclassEntry permits "", I/Dont/Exist/Either { }
[all …]
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/
H A DChangeLog-pre-0.47.md26 3. Dont fill in slider grooves of disabled sliders. Patch by Frederic Van Assche
58 1. Dont colour sliders when disabled/maxed-out.
101 7. Dont create custom gcs per widget class, use globals instead - should
146 1. Dont limit the max area of glass gradient.
173 4. ALL: Dont round the focus rect, seems to cause problems.
174 5. ALL: Dont shrink focus rect for listview entries.
261 4. KDE: Dont lighten konqueror's status bar - copied from lipstik.
279 Dont alter user's userChrome.css
292 Dont do KDE-Gtk icon mapping
302 2. ALL: Dont use highlighted text colour to border selected menubar items.
[all …]
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/
H A DChangeLog-pre-0.47.md26 3. Dont fill in slider grooves of disabled sliders. Patch by Frederic Van Assche
58 1. Dont colour sliders when disabled/maxed-out.
101 7. Dont create custom gcs per widget class, use globals instead - should
146 1. Dont limit the max area of glass gradient.
173 4. ALL: Dont round the focus rect, seems to cause problems.
174 5. ALL: Dont shrink focus rect for listview entries.
261 4. KDE: Dont lighten konqueror's status bar - copied from lipstik.
279 Dont alter user's userChrome.css
292 Dont do KDE-Gtk icon mapping
302 2. ALL: Dont use highlighted text colour to border selected menubar items.
[all …]
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/
H A DChangeLog-pre-0.47.md26 3. Dont fill in slider grooves of disabled sliders. Patch by Frederic Van Assche
58 1. Dont colour sliders when disabled/maxed-out.
101 7. Dont create custom gcs per widget class, use globals instead - should
146 1. Dont limit the max area of glass gradient.
173 4. ALL: Dont round the focus rect, seems to cause problems.
174 5. ALL: Dont shrink focus rect for listview entries.
261 4. KDE: Dont lighten konqueror's status bar - copied from lipstik.
279 Dont alter user's userChrome.css
292 Dont do KDE-Gtk icon mapping
302 2. ALL: Dont use highlighted text colour to border selected menubar items.
[all …]
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/
H A DChangeLog-pre-0.47.md26 3. Dont fill in slider grooves of disabled sliders. Patch by Frederic Van Assche
58 1. Dont colour sliders when disabled/maxed-out.
101 7. Dont create custom gcs per widget class, use globals instead - should
146 1. Dont limit the max area of glass gradient.
173 4. ALL: Dont round the focus rect, seems to cause problems.
174 5. ALL: Dont shrink focus rect for listview entries.
261 4. KDE: Dont lighten konqueror's status bar - copied from lipstik.
279 Dont alter user's userChrome.css
292 Dont do KDE-Gtk icon mapping
302 2. ALL: Dont use highlighted text colour to border selected menubar items.
[all …]
/dports/devel/stack/stack-2.7.3/test/integration/tests/4783-doctest-deps/files/acme-dont-copy/
H A Dacme-dont-copy.cabal4 Exposed-modules: Acme.Dont
13 The Acme.Dont module provides a don't command, which is the
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Tests/Commenting/
H A DEmptyCatchCommentUnitTest.inc20 // Dont want to do anything.
42 // Dont do anything.
/dports/games/nexuiz/Nexuiz/extra/netradiant-1.5.0-svn389-win32/nexuiz.game/data/
H A Dturrets.def11 master_nameof: Dont select own targets, use the target of the turret with this master_name
29 master_nameof: Dont select own targets, use the target of the turret with this master_name
50 master_nameof: Dont select own targets, use the target of the turret with this master_name
69 master_nameof: Dont select own targets, use the target of the turret with this master_name
88 master_nameof: Dont select own targets, use the target of the turret with this master_name
107 master_nameof: Dont select own targets, use the target of the turret with this master_name
127 master_nameof: Dont select own targets, use the target of the turret with this master_name
146 master_nameof: Dont select own targets, use the target of the turret with this master_name
165 master_nameof: Dont select own targets, use the target of the turret with this master_name
/dports/games/netradiant/NexuizPack/nexuiz.game/data/
H A Dturrets.def11 master_nameof: Dont select own targets, use the target of the turret with this master_name
29 master_nameof: Dont select own targets, use the target of the turret with this master_name
50 master_nameof: Dont select own targets, use the target of the turret with this master_name
69 master_nameof: Dont select own targets, use the target of the turret with this master_name
88 master_nameof: Dont select own targets, use the target of the turret with this master_name
107 master_nameof: Dont select own targets, use the target of the turret with this master_name
127 master_nameof: Dont select own targets, use the target of the turret with this master_name
146 master_nameof: Dont select own targets, use the target of the turret with this master_name
165 master_nameof: Dont select own targets, use the target of the turret with this master_name
/dports/games/nexuiz/Nexuiz/extra/NetRadiant-1.5.0-svn389-osxintel.app/Contents/MacOS/install/nexuiz.game/data/
H A Dturrets.def11 master_nameof: Dont select own targets, use the target of the turret with this master_name
29 master_nameof: Dont select own targets, use the target of the turret with this master_name
50 master_nameof: Dont select own targets, use the target of the turret with this master_name
69 master_nameof: Dont select own targets, use the target of the turret with this master_name
88 master_nameof: Dont select own targets, use the target of the turret with this master_name
107 master_nameof: Dont select own targets, use the target of the turret with this master_name
127 master_nameof: Dont select own targets, use the target of the turret with this master_name
146 master_nameof: Dont select own targets, use the target of the turret with this master_name
165 master_nameof: Dont select own targets, use the target of the turret with this master_name

12345678910>>...77