Home
last modified time | relevance | path

Searched refs:Bell (Results 1 – 25 of 4725) sorted by relevance

12345678910>>...189

/dports/x11/xkbevd/xkbevd-1.1.4/
H A Dexample.cf3 Bell() "ss/08.ting.aifc"
5 Bell(Info) "sfx/cricket.aiff"
7 Bell(MinorError) "ss/02.xylo.pong.aifc"
10 Bell(Start) "ss/searchBegin.44.aifc"
11 Bell(End) "ss/searchEnd.44.aifc"
13 Bell(Failure) "sfx/cannon.aiff"
14 Bell(Wait) "ss/searchBegin.44.aifc"
21 Bell(TerminalBell) "ss/ss2.aifc"
22 Bell(MarginBell) "sfx/bell.aiff"
27 Bell(ImAlive) "ss/ss6.aifc"
[all …]
/dports/multimedia/dtv-scan-tables/dtv-scan-tables-20211214/dvb-s/
H A DNimiq-6-91.1W4 [Bell TV]
12 [Bell TV]
20 [Bell TV]
28 [Bell TV]
36 [Bell TV]
44 [Bell TV]
52 [Bell TV]
60 [Bell TV]
68 [Bell TV]
76 [Bell TV]
[all …]
H A DNimiq-4-82.0W4 [Bell TV]
12 [Bell TV]
20 [Bell TV]
28 [Bell TV]
36 [Bell TV]
44 [Bell TV]
52 [Bell TV]
60 [Bell TV]
68 [Bell TV]
76 [Bell TV]
[all …]
H A DGalaxy-17-&-Nimiq-6-91.0W486 [Bell TV]
494 [Bell TV]
502 [Bell TV]
510 [Bell TV]
518 [Bell TV]
526 [Bell TV]
534 [Bell TV]
542 [Bell TV]
550 [Bell TV]
558 [Bell TV]
[all …]
/dports/devel/fuzzylite/fuzzylite-6.0/fuzzylite/src/term/
H A DBell.cpp21 Bell::Bell(const std::string& name, scalar center, scalar width, scalar slope, scalar height) in Bell() function in fl::Bell
24 Bell::~Bell() { } in ~Bell()
61 void Bell::setWidth(scalar a) { in setWidth()
65 scalar Bell::getWidth() const { in getWidth()
69 void Bell::setSlope(scalar b) { in setSlope()
73 scalar Bell::getSlope() const { in getSlope()
77 void Bell::setCenter(scalar c) { in setCenter()
85 Bell* Bell::clone() const { in clone()
86 return new Bell(*this); in clone()
89 Term* Bell::constructor() { in constructor()
[all …]
/dports/devel/fuzzylite/fuzzylite-6.0/examples/mamdani/matlab/
H A Dmam22.fcl17 TERM small := Bell -5.000 5.000 8.000;
18 TERM big := Bell 5.000 5.000 8.000;
23 TERM small := Bell -5.000 5.000 2.000;
24 TERM big := Bell 5.000 5.000 2.000;
29 TERM negBig := Bell -5.000 1.670 8.000;
30 TERM negSmall := Bell -1.670 1.670 8.000;
31 TERM posSmall := Bell 1.670 1.670 8.000;
32 TERM posBig := Bell 5.000 1.670 8.000;
40 TERM negBig2 := Bell -3.000 1.670 8.000;
42 TERM posSmall2 := Bell 1.000 1.670 8.000;
[all …]
H A Dmam22.fll6 term: small Bell -5.000 5.000 8.000
7 term: big Bell 5.000 5.000 8.000
12 term: small Bell -5.000 5.000 2.000
13 term: big Bell 5.000 5.000 2.000
22 term: negBig Bell -5.000 1.670 8.000
23 term: negSmall Bell -1.670 1.670 8.000
24 term: posSmall Bell 1.670 1.670 8.000
25 term: posBig Bell 5.000 1.670 8.000
34 term: negBig2 Bell -3.000 1.670 8.000
36 term: posSmall2 Bell 1.000 1.670 8.000
[all …]
H A Dmam22.cpp18 angle->addTerm(new Bell("small", -5.000, 5.000, 8.000)); in main()
19 angle->addTerm(new Bell("big", 5.000, 5.000, 8.000)); in main()
28 velocity->addTerm(new Bell("small", -5.000, 5.000, 2.000)); in main()
29 velocity->addTerm(new Bell("big", 5.000, 5.000, 2.000)); in main()
42 force->addTerm(new Bell("negBig", -5.000, 1.670, 8.000)); in main()
43 force->addTerm(new Bell("negSmall", -1.670, 1.670, 8.000)); in main()
44 force->addTerm(new Bell("posSmall", 1.670, 1.670, 8.000)); in main()
45 force->addTerm(new Bell("posBig", 5.000, 1.670, 8.000)); in main()
58 force2->addTerm(new Bell("negBig2", -3.000, 1.670, 8.000)); in main()
60 force2->addTerm(new Bell("posSmall2", 1.000, 1.670, 8.000)); in main()
[all …]
H A Dmam22.java28 angle.addTerm(new Bell("small", -5.000, 5.000, 8.000)); in main()
29 angle.addTerm(new Bell("big", 5.000, 5.000, 8.000)); in main()
38 velocity.addTerm(new Bell("small", -5.000, 5.000, 2.000)); in main()
39 velocity.addTerm(new Bell("big", 5.000, 5.000, 2.000)); in main()
52 force.addTerm(new Bell("negBig", -5.000, 1.670, 8.000)); in main()
53 force.addTerm(new Bell("negSmall", -1.670, 1.670, 8.000)); in main()
54 force.addTerm(new Bell("posSmall", 1.670, 1.670, 8.000)); in main()
55 force.addTerm(new Bell("posBig", 5.000, 1.670, 8.000)); in main()
68 force2.addTerm(new Bell("negBig2", -3.000, 1.670, 8.000)); in main()
70 force2.addTerm(new Bell("posSmall2", 1.000, 1.670, 8.000)); in main()
[all …]
H A Dmam21.fcl16 TERM small := Bell -5.000 5.000 8.000;
17 TERM big := Bell 5.000 5.000 8.000;
22 TERM small := Bell -5.000 5.000 2.000;
23 TERM big := Bell 5.000 5.000 2.000;
28 TERM negBig := Bell -5.000 1.670 8.000;
29 TERM negSmall := Bell -1.670 1.670 8.000;
30 TERM posSmall := Bell 1.670 1.670 8.000;
31 TERM posBig := Bell 5.000 1.670 8.000;
H A Dmam21.fll6 term: small Bell -5.000 5.000 8.000
7 term: big Bell 5.000 5.000 8.000
12 term: small Bell -5.000 5.000 2.000
13 term: big Bell 5.000 5.000 2.000
22 term: negBig Bell -5.000 1.670 8.000
23 term: negSmall Bell -1.670 1.670 8.000
24 term: posSmall Bell 1.670 1.670 8.000
25 term: posBig Bell 5.000 1.670 8.000
H A Dmam21.cpp18 angle->addTerm(new Bell("small", -5.000, 5.000, 8.000)); in main()
19 angle->addTerm(new Bell("big", 5.000, 5.000, 8.000)); in main()
28 velocity->addTerm(new Bell("small", -5.000, 5.000, 2.000)); in main()
29 velocity->addTerm(new Bell("big", 5.000, 5.000, 2.000)); in main()
42 force->addTerm(new Bell("negBig", -5.000, 1.670, 8.000)); in main()
43 force->addTerm(new Bell("negSmall", -1.670, 1.670, 8.000)); in main()
44 force->addTerm(new Bell("posSmall", 1.670, 1.670, 8.000)); in main()
45 force->addTerm(new Bell("posBig", 5.000, 1.670, 8.000)); in main()
H A Dmam21.java28 angle.addTerm(new Bell("small", -5.000, 5.000, 8.000)); in main()
29 angle.addTerm(new Bell("big", 5.000, 5.000, 8.000)); in main()
38 velocity.addTerm(new Bell("small", -5.000, 5.000, 2.000)); in main()
39 velocity.addTerm(new Bell("big", 5.000, 5.000, 2.000)); in main()
52 force.addTerm(new Bell("negBig", -5.000, 1.670, 8.000)); in main()
53 force.addTerm(new Bell("negSmall", -1.670, 1.670, 8.000)); in main()
54 force.addTerm(new Bell("posSmall", 1.670, 1.670, 8.000)); in main()
55 force.addTerm(new Bell("posBig", 5.000, 1.670, 8.000)); in main()
/dports/devel/fuzzylite/fuzzylite-6.0/examples/original/mamdani/matlab/
H A Dmam22.fll5 term: small Bell -5.000 5.000 8.000
6 term: big Bell 5.000 5.000 8.000
10 term: small Bell -5.000 5.000 2.000
11 term: big Bell 5.000 5.000 2.000
20 term: negBig Bell -5.000 1.670 8.000
21 term: negSmall Bell -1.670 1.670 8.000
22 term: posSmall Bell 1.670 1.670 8.000
23 term: posBig Bell 5.000 1.670 8.000
32 term: negBig2 Bell -3.000 1.670 8.000
34 term: posSmall2 Bell 1.000 1.670 8.000
[all …]
H A Dmam21.fll5 term: small Bell -5.000 5.000 8.000
6 term: big Bell 5.000 5.000 8.000
10 term: small Bell -5.000 5.000 2.000
11 term: big Bell 5.000 5.000 2.000
20 term: negBig Bell -5.000 1.670 8.000
21 term: negSmall Bell -1.670 1.670 8.000
22 term: posSmall Bell 1.670 1.670 8.000
23 term: posBig Bell 5.000 1.670 8.000
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/refer/papers/
H A DRbstjissue3 %J Bell Sys. Tech. J.
14 %J Bell Sys. Tech. J.
25 %J Bell Sys. Tech. J.
34 %J Bell Sys. Tech. J.
43 %J Bell Sys. Tech. J.
53 %J Bell Sys. Tech. J.
64 %J Bell Sys. Tech. J.
75 %J Bell Sys. Tech. J.
84 %J Bell Sys. Tech. J.
95 %J Bell Sys. Tech. J.
[all …]
/dports/devel/fuzzylite/fuzzylite-6.0/examples/takagi-sugeno/matlab/
H A Dinvkine2.cpp18 input1->addTerm(new Bell("in1mf1", -5.763, 3.015, 1.851)); in main()
19 input1->addTerm(new Bell("in1mf2", -1.624, 3.130, 2.111)); in main()
20 input1->addTerm(new Bell("in1mf3", 3.552, 3.193, 2.104)); in main()
21 input1->addTerm(new Bell("in1mf4", 8.273, 2.907, 1.985)); in main()
22 input1->addTerm(new Bell("in1mf5", 13.232, 2.708, 2.056)); in main()
23 input1->addTerm(new Bell("in1mf6", 17.783, 1.635, 1.897)); in main()
32 input2->addTerm(new Bell("in2mf1", 0.005, 1.877, 1.995)); in main()
33 input2->addTerm(new Bell("in2mf2", 3.312, 2.017, 1.829)); in main()
34 input2->addTerm(new Bell("in2mf3", 6.568, 2.261, 1.793)); in main()
35 input2->addTerm(new Bell("in2mf4", 10.111, 2.741, 1.978)); in main()
[all …]
H A Dinvkine1.cpp18 input1->addTerm(new Bell("in1mf1", -6.122, 2.259, 1.761)); in main()
19 input1->addTerm(new Bell("in1mf2", -2.181, 2.095, 2.232)); in main()
20 input1->addTerm(new Bell("in1mf3", 2.080, 2.157, 1.314)); in main()
21 input1->addTerm(new Bell("in1mf4", 4.962, 2.790, 2.508)); in main()
22 input1->addTerm(new Bell("in1mf5", 9.338, 2.506, 1.812)); in main()
23 input1->addTerm(new Bell("in1mf6", 13.150, 2.363, 2.267)); in main()
24 input1->addTerm(new Bell("in1mf7", 17.789, 1.310, 1.756)); in main()
33 input2->addTerm(new Bell("in2mf1", 0.621, 1.741, 2.454)); in main()
34 input2->addTerm(new Bell("in2mf2", 2.406, 0.866, 1.278)); in main()
35 input2->addTerm(new Bell("in2mf3", 4.883, 1.814, 2.402)); in main()
[all …]
H A Dinvkine2.java28 input1.addTerm(new Bell("in1mf1", -5.763, 3.015, 1.851)); in main()
29 input1.addTerm(new Bell("in1mf2", -1.624, 3.130, 2.111)); in main()
30 input1.addTerm(new Bell("in1mf3", 3.552, 3.193, 2.104)); in main()
31 input1.addTerm(new Bell("in1mf4", 8.273, 2.907, 1.985)); in main()
32 input1.addTerm(new Bell("in1mf5", 13.232, 2.708, 2.056)); in main()
33 input1.addTerm(new Bell("in1mf6", 17.783, 1.635, 1.897)); in main()
42 input2.addTerm(new Bell("in2mf1", 0.005, 1.877, 1.995)); in main()
43 input2.addTerm(new Bell("in2mf2", 3.312, 2.017, 1.829)); in main()
44 input2.addTerm(new Bell("in2mf3", 6.568, 2.261, 1.793)); in main()
45 input2.addTerm(new Bell("in2mf4", 10.111, 2.741, 1.978)); in main()
[all …]
H A Dinvkine1.java28 input1.addTerm(new Bell("in1mf1", -6.122, 2.259, 1.761)); in main()
29 input1.addTerm(new Bell("in1mf2", -2.181, 2.095, 2.232)); in main()
30 input1.addTerm(new Bell("in1mf3", 2.080, 2.157, 1.314)); in main()
31 input1.addTerm(new Bell("in1mf4", 4.962, 2.790, 2.508)); in main()
32 input1.addTerm(new Bell("in1mf5", 9.338, 2.506, 1.812)); in main()
33 input1.addTerm(new Bell("in1mf6", 13.150, 2.363, 2.267)); in main()
34 input1.addTerm(new Bell("in1mf7", 17.789, 1.310, 1.756)); in main()
43 input2.addTerm(new Bell("in2mf1", 0.621, 1.741, 2.454)); in main()
44 input2.addTerm(new Bell("in2mf2", 2.406, 0.866, 1.278)); in main()
45 input2.addTerm(new Bell("in2mf3", 4.883, 1.814, 2.402)); in main()
[all …]
H A Dfpeaks.cpp18 in1->addTerm(new Bell("in1mf1", -2.233, 1.578, 2.151)); in main()
19 in1->addTerm(new Bell("in1mf2", -0.394, 0.753, 1.838)); in main()
20 in1->addTerm(new Bell("in1mf3", 0.497, 0.689, 1.844)); in main()
21 in1->addTerm(new Bell("in1mf4", 2.270, 1.528, 2.156)); in main()
30 in2->addTerm(new Bell("in1mf1", -2.686, 1.267, 2.044)); in main()
31 in2->addTerm(new Bell("in1mf2", -0.836, 1.266, 1.796)); in main()
32 in2->addTerm(new Bell("in1mf3", 0.859, 1.314, 1.937)); in main()
33 in2->addTerm(new Bell("in1mf4", 2.727, 1.214, 2.047)); in main()
/dports/mail/xmail/xmail_1.6/
H A Dparser.c369 Bell(msg); in parse()
385 Bell("No mail in your system mailbox\n"); in parse()
386 else Bell(msg); in parse()
495 Bell(msg); in parse()
536 Bell(""); /* clear worthy flag */ in parse()
537 Bell(msg); in parse()
555 Bell(msg); in parse()
601 } else { Bell(msg); } in parse()
611 Bell(msg); in parse()
627 Bell(msg); in parse()
[all …]
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/po/bn/
H A Dkcmaccess.po118 msgid "Use System Bell"
131 msgid "Sound file for the Bell"
151 msgid "Color of the Visible Bell"
327 #: package/contents/ui/Bell.qml:20
332 #: package/contents/ui/Bell.qml:22
339 #| msgid "Audible Bell"
367 #| msgid "Visible Bell"
477 #| msgid "&Bell"
478 msgctxt "System Bell"
479 msgid "Bell"
[all …]
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/po/uz@cyrillic/
H A Dkcmaccess.po121 msgid "Use System Bell"
134 msgid "Sound file for the Bell"
154 msgid "Color of the Visible Bell"
331 #: package/contents/ui/Bell.qml:20
336 #: package/contents/ui/Bell.qml:22
343 #| msgid "Audible Bell"
371 #| msgid "Visible Bell"
480 #| msgid "&Bell"
481 msgctxt "System Bell"
482 msgid "Bell"
[all …]
/dports/finance/gnucash/gnucash-4.9/doc/examples/
H A Dms-money.qif33 PPacific Bell
147 PPacific Bell
205 PPacific Bell
297 PPacific Bell
367 PPacific Bell
429 PPacific Bell
484 PPacific Bell
557 PPacific Bell
603 PPacific Bell
701 PPacific Bell
[all …]

12345678910>>...189