Home
last modified time | relevance | path

Searched refs:nonsense (Results 1 – 25 of 2816) sorted by relevance

12345678910>>...113

/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Djava_enums.i47 %typemap(jtype) enum nonsense "short"
48 %typemap(jstype) enum nonsense "short"
49 %typemap(javain) enum nonsense "$javainput"
50 %typemap(in) enum nonsense %{ $1 = (enum Space::nonsense)$input; %} enum
51 %typemap(out) enum nonsense %{ $result = (jshort)$1; %}
52 %typemap(jni) enum nonsense "jshort"
53 %typemap(javaout) enum nonsense { enum
60 enum nonsense { POPPYCOCK, JUNK };
61 nonsense test1(nonsense n) { return n; }
62 enum nonsense test2(enum nonsense n) { return n; }
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/tests/extensions/mime/
H A Dexists.svtest26 if exists :mime :anychild "x-nonsense" {
41 if exists :mime :anychild "x-nonsense" {
56 if exists :mime :anychild ["from","x-nonsense"] {
60 if exists :mime :anychild ["x-nonsense","to"] {
64 if exists :mime :anychild ["x-nonsense","x-nonsense2"] {
79 if exists :mime :anychild ["from","x-nonsense"] {
83 if exists :mime :anychild ["x-nonsense","to"] {
87 if exists :mime :anychild ["x-nonsense","x-nonsense2"] {
102 if exists :mime :anychild ["x-nonsense","date","resent-to"] {
110 if exists :mime :anychild ["subject","date","x-nonsense"] {
[all …]
/dports/lang/nwcc/nwcc_0.8.3/tests/
H A Dfp_band.c5 double nonsense = 0.0; in main() local
12 if (nonsense && nonsense <= bogus) { in main()
17 nonsense = 1; in main()
20 if (nonsense && nonsense <= bogus) { in main()
H A Dsun.c9 union nonsense { union
18 func(int x, int y, long l, struct bogus hahahah, int cont, union nonsense non, float dummy, in func()
30 union nonsense n; in main()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/tests/
H A Dtest-exists.svtest30 if exists "x-nonsense" {
44 if exists ["from","x-nonsense"] {
48 if exists ["x-nonsense","to"] {
52 if exists ["x-nonsense","x-nonsense2"] {
66 if exists ["x-nonsense","date","resent-to"] {
70 if exists ["subject", "x-nonsense","resent-to"] {
74 if exists ["subject","date","x-nonsense"] {
78 if exists ["subject", "x-nonsense","x-nonsense2"] {
82 if exists ["x-nonsense","date","x-nonsense2"] {
86 if exists ["x-nonsense","x-nonsense2","resent-to"] {
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/tbs/
H A Dtb0273.pp21 nonsense :string;
22 procedure flup(nonsense:string);
26 nonsense :string;
28 procedure flup(nonsense:longint);
32 procedure o.flup(nonsense:string);
40 procedure o2.flup(nonsense:longint);
44 l:=nonsense;
/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dt1508-at-combinations.sh22 nonsense() { function
73 nonsense "@{u}@{-1}"
74 nonsense "@{0}@{0}"
75 nonsense "@{1}@{u}"
76 nonsense "HEAD@{-1}"
77 nonsense "@{-1}@{-1}"
82 nonsense "@{3}"
/dports/devel/git-p4/git-2.34.1/t/
H A Dt1508-at-combinations.sh25 nonsense() { function
76 nonsense "@{u}@{-1}"
77 nonsense "@{0}@{0}"
78 nonsense "@{1}@{u}"
79 nonsense "HEAD@{-1}"
80 nonsense "@{-1}@{-1}"
85 nonsense "@{3}"
/dports/devel/git-svn/git-2.34.1/t/
H A Dt1508-at-combinations.sh25 nonsense() {
76 nonsense "@{u}@{-1}"
77 nonsense "@{0}@{0}"
78 nonsense "@{1}@{u}"
79 nonsense "HEAD@{-1}"
80 nonsense "@{-1}@{-1}"
85 nonsense "@{3}"
/dports/devel/git-gui/git-2.34.1/t/
H A Dt1508-at-combinations.sh25 nonsense() { function
76 nonsense "@{u}@{-1}"
77 nonsense "@{0}@{0}"
78 nonsense "@{1}@{u}"
79 nonsense "HEAD@{-1}"
80 nonsense "@{-1}@{-1}"
85 nonsense "@{3}"
/dports/devel/git/git-2.34.1/t/
H A Dt1508-at-combinations.sh25 nonsense() { function
76 nonsense "@{u}@{-1}"
77 nonsense "@{0}@{0}"
78 nonsense "@{1}@{u}"
79 nonsense "HEAD@{-1}"
80 nonsense "@{-1}@{-1}"
85 nonsense "@{3}"
/dports/devel/git-cvs/git-2.34.1/t/
H A Dt1508-at-combinations.sh25 nonsense() { function
76 nonsense "@{u}@{-1}"
77 nonsense "@{0}@{0}"
78 nonsense "@{1}@{u}"
79 nonsense "HEAD@{-1}"
80 nonsense "@{-1}@{-1}"
85 nonsense "@{3}"
/dports/www/osrm-backend/osrm-backend-5.26.0/features/car/
H A Dsurface.feature15 | trunk | nonsense | x |
28 | trunk | nonsense | x |
36 | trunk | nonsense | x |
132 | primary | | nonsense | nonsense | nonsense | x | x |
135 | primary | no | nonsense | nonsense | nonsense | x | x |
138 | primary | yes | nonsense | nonsense | nonsense | x | |
141 | primary | -1 | nonsense | nonsense | nonsense | | x |
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/
H A Domnibox_pedal_unittest.cc50 constexpr int nonsense = 4; in TEST_F() local
84 EXPECT_FALSE(is_concept_match({nonsense})); in TEST_F()
85 EXPECT_FALSE(is_concept_match({nonsense, optional})); in TEST_F()
88 EXPECT_FALSE(is_concept_match({required_a, required_b, nonsense, optional})); in TEST_F()
89 EXPECT_FALSE(is_concept_match({required_b, required_a, nonsense})); in TEST_F()
/dports/mail/p5-qpsmtpd/qpsmtpd-0.93/t/
H A Dmisc.t18 is(($smtpd->command('nonsense'))[0], 500, 'bad command 1');
19 is(($smtpd->command('nonsense'))[0], 500, 'bad command 2');
20 is(($smtpd->command('nonsense'))[0], 500, 'bad command 3');
21 is(($smtpd->command('nonsense'))[0], 521, 'bad command 4');
/dports/lang/nwcc/nwcc_0.8.3/test2/
H A Dstaticredec0-main.c3 static void nonsense();
6 nonsense() { in nonsense() function
12 nonsense(); in main()
H A Dstaticredec1-main.c3 static void nonsense();
6 nonsense() { in nonsense() function
12 nonsense(); in main()
/dports/games/nonsense/nonsense-0.6/
H A DREADME29 nonsense -t slashdot.html.template
34 nonsense -f mission.data
42 nonsense Person
47 nonsense FakeEmail -n 1000
51 nonsense -t bingo.html.template
56 nonsense -f college.data -n 20
61 nonsense OrgPolitical -n 10
65 nonsense -f stupidlaws.data -n 10
93 nonsense -F Fortune
97 nonsense -F FortuneFile -n 100
[all …]
/dports/www/p5-CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.23/t/
H A D61_store_cookie_other.t102 my $nonsense;
104 $nonsense = $cgiapp->authen->store->_decode(MIME::Base64::encode($rawdata));
106 is($nonsense, undef, 'decode nonsense');
112 $nonsense = $cgiapp->authen->store->_decode(MIME::Base64::encode($rawdata));
113 is($nonsense, undef, 'decode nonsense with secret');
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/swarm/
H A DOWNERS8 ├── grafana_dashboards ──── @nonsense
9 ├── metrics ─────────────── @nonsense, @holisticode
19 ├── pss ─────────────────── @nolash, @zelig, @nonsense
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/tests/extensions/environment/
H A Drfc.svtest6 if environment :contains "nonsense" "" {
19 environment :count "eq" "nonsense" "0",
20 environment :count "eq" "nonsense" "1"
/dports/www/p5-HTTP-Router/HTTP-Router-0.05/inc/UNIVERSAL/
H A Disa.pm42 return \&nonsense unless defined($invocant);
45 return \&nonsense unless $invocant;
49 sub nonsense subroutine
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/tests/extensions/
H A Dencoded-character.svtest12 test_fail "matched nonsense";
26 test_fail "matched nonsense";
40 test_fail "matched nonsense";
54 test_fail "matched nonsense";
68 test_fail "matched nonsense";
82 test_fail "matched nonsense";
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/.github/
H A DCODEOWNERS15 swarm/grafana_dashboards @nonsense
16 swarm/metrics @nonsense @holisticode
25 swarm/pss @nolash @zelig @nonsense
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/tests/extensions/relational/
H A Dbasic.svtest105 if not header :value "le" :comparator "i;ascii-numeric" "x-nonsense" "300" {
111 if header :value "lt" :comparator "i;ascii-numeric" "x-nonsense" "3" {
117 if header :value "gt" :comparator "i;ascii-numeric" "x-nonsense" "3000" {
123 if not header :value "gt" :comparator "i;ascii-numeric" "x-nonsense" ["3000","30"] {
129 if header :value "lt" :comparator "i;ascii-numeric" "x-nonsense" ["3","19"] {
135 if header :value "gt" :comparator "i;ascii-numeric" "x-nonsense" ["3000","1001"] {

12345678910>>...113