Home
last modified time | relevance | path

Searched refs:NotHere (Results 1 – 25 of 92) sorted by relevance

1234

/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/find_package/
H A DMissingNormalRequired-stderr.txt3 asked CMake to find a package configuration file provided by "NotHere", but
6 Could not find a package configuration file provided by "NotHere" with any
12 Add the installation prefix of "NotHere" to CMAKE_PREFIX_PATH or set
14 "NotHere" provides a separate development package or SDK, be sure it has
H A DMissingNormalVersion-stderr.txt3 asked CMake to find a package configuration file provided by "NotHere", but
6 Could not find a package configuration file provided by "NotHere"
12 Add the installation prefix of "NotHere" to CMAKE_PREFIX_PATH or set
14 "NotHere" provides a separate development package or SDK, be sure it has
H A DMissingNormalWarnNoModuleNew-stderr.txt6 configuration file provided by NotHere \(NotHereConfig.cmake or
16 asked CMake to find a package configuration file provided by "NotHere", but
19 Could not find a package configuration file provided by "NotHere" with any
25 Add the installation prefix of "NotHere" to CMAKE_PREFIX_PATH or set
27 "NotHere" provides a separate development package or SDK, be sure it has
H A DMissingNormalWarnNoModuleOld-stderr.txt6 configuration file provided by NotHere \(NotHereConfig.cmake or
16 asked CMake to find a package configuration file provided by "NotHere", but
19 Could not find a package configuration file provided by "NotHere" with any
25 Add the installation prefix of "NotHere" to CMAKE_PREFIX_PATH or set
27 "NotHere" provides a separate development package or SDK, be sure it has
H A DMissingNormal-stderr.txt3 asked CMake to find a package configuration file provided by "NotHere", but
6 Could not find a package configuration file provided by "NotHere" with any
12 Add the installation prefix of "NotHere" to CMAKE_PREFIX_PATH or set
14 "NotHere" provides a separate development package or SDK, be sure it has
H A DMissingConfigRequired-stderr.txt2 Could not find a package configuration file provided by "NotHere" with any
8 Add the installation prefix of "NotHere" to CMAKE_PREFIX_PATH or set
10 "NotHere" provides a separate development package or SDK, be sure it has
H A DMissingNormalVersion.cmake1 find_package(NotHere 1.2)
H A DMissingConfigVersion.cmake1 find_package(NotHere 1.2 CONFIG)
H A DMissingNormalWarnNoModuleOld.cmake2 find_package(NotHere)
H A DMissingConfigOneName.cmake1 find_package(NotHere CONFIGS NotHereConfig.cmake)
/dports/lang/perl5.30/perl-5.30.3/cpan/DB_File/
H A DDB_File.pm101 sub NotHere subroutine
109 sub FIRSTKEY { my $self = shift ; $self->NotHere("FIRSTKEY") }
110 sub NEXTKEY { my $self = shift ; $self->NotHere("NEXTKEY") }
111 sub CLEAR { my $self = shift ; $self->NotHere("CLEAR") }
/dports/lang/perl5.32/perl-5.32.1/cpan/DB_File/
H A DDB_File.pm101 sub NotHere subroutine
109 sub FIRSTKEY { my $self = shift ; $self->NotHere("FIRSTKEY") }
110 sub NEXTKEY { my $self = shift ; $self->NotHere("NEXTKEY") }
111 sub CLEAR { my $self = shift ; $self->NotHere("CLEAR") }
/dports/lang/perl5.34/perl-5.34.0/cpan/DB_File/
H A DDB_File.pm101 sub NotHere subroutine
109 sub FIRSTKEY { my $self = shift ; $self->NotHere("FIRSTKEY") }
110 sub NEXTKEY { my $self = shift ; $self->NotHere("NEXTKEY") }
111 sub CLEAR { my $self = shift ; $self->NotHere("CLEAR") }
/dports/databases/db5/db-5.3.28/lang/perl/DB_File/
H A DDB_File.pm103 sub NotHere subroutine
111 sub FIRSTKEY { my $self = shift ; $self->NotHere("FIRSTKEY") }
112 sub NEXTKEY { my $self = shift ; $self->NotHere("NEXTKEY") }
113 sub CLEAR { my $self = shift ; $self->NotHere("CLEAR") }
/dports/databases/db18/db-18.1.40/lang/perl/DB_File/
H A DDB_File.pm101 sub NotHere subroutine
109 sub FIRSTKEY { my $self = shift ; $self->NotHere("FIRSTKEY") }
110 sub NEXTKEY { my $self = shift ; $self->NotHere("NEXTKEY") }
111 sub CLEAR { my $self = shift ; $self->NotHere("CLEAR") }
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/DB_File/
H A DDB_File.pm101 sub NotHere subroutine
109 sub FIRSTKEY { my $self = shift ; $self->NotHere("FIRSTKEY") }
110 sub NEXTKEY { my $self = shift ; $self->NotHere("NEXTKEY") }
111 sub CLEAR { my $self = shift ; $self->NotHere("CLEAR") }
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Json.Test.Integration/
H A DJsonValueDynamicTests.cs202 …ValueTests.ExpectException<InvalidOperationException>(() => { Log.Info("{0}", !intDyn.NotHere); }); in DynamicBooleanOperators()
203 …ts.ExpectException<InvalidOperationException>(() => { Log.Info("{0}", !intDyn.NotHere && true); }); in DynamicBooleanOperators()
228 Assert.True(dyn.NotHere == null); in DynamicRelationalOperators()
229 Assert.True(dyn.NotHere == dyn.NotHere); in DynamicRelationalOperators()
230 Assert.True(dyn.NotHere == defaultJsonValue); in DynamicRelationalOperators()
232 Assert.False(dyn.NotHere == jv); in DynamicRelationalOperators()
244 Assert.False(dyn.NotHere != null); in DynamicRelationalOperators()
245 Assert.False(dyn.NotHere != dyn.NotHere); in DynamicRelationalOperators()
246 Assert.False(dyn.NotHere != defaultJsonValue); in DynamicRelationalOperators()
248 Assert.True(dyn.NotHere != jv); in DynamicRelationalOperators()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/find_package/
H A DMissingNormalVersion.cmake1 find_package(NotHere 1.2)
H A DMissingConfigVersion.cmake1 find_package(NotHere 1.2 CONFIG)
H A DMissingNormalWarnNoModuleOld.cmake2 find_package(NotHere)
H A DMissingConfigOneName.cmake1 find_package(NotHere CONFIGS NotHereConfig.cmake)
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/find_package/
H A DMissingNormalVersion.cmake1 find_package(NotHere 1.2)
H A DMissingConfigVersion.cmake1 find_package(NotHere 1.2 CONFIG)
H A DMissingNormalWarnNoModuleOld.cmake2 find_package(NotHere)
H A DMissingConfigOneName.cmake1 find_package(NotHere CONFIGS NotHereConfig.cmake)

1234