Home
last modified time | relevance | path

Searched refs:bear (Results 1 – 25 of 4071) sorted by relevance

12345678910>>...163

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/bear/test/
H A Dbear_test.erl39 Stats = bear:get_statistics([]),
58 Stats = bear:get_statistics(sample1()),
119 ?assertEqual([], bear:revsort([])),
153 C = bear:update_bin(4, [4], Dict),
191 ?assertEqual(10, bear:round_bin(10)),
228 ?assertEqual(1, bear:math_log(0)),
233 ?assertEqual(0, bear:inverse(0)),
235 ?assertEqual(0.5, bear:inverse(2)).
256 ?assertEqual(14, bear:perc(36, 40)),
257 ?assertEqual(5, bear:perc(900, 5)),
[all …]
/dports/devel/erlang-bear/bear-0.8.5/test/
H A Dbear_test.erl39 Stats = bear:get_statistics([]),
58 Stats = bear:get_statistics(sample1()),
119 ?assertEqual([], bear:revsort([])),
153 C = bear:update_bin(4, [4], Dict),
191 ?assertEqual(10, bear:round_bin(10)),
228 ?assertEqual(1, bear:math_log(0)),
233 ?assertEqual(0, bear:inverse(0)),
235 ?assertEqual(0.5, bear:inverse(2)).
256 ?assertEqual(14, bear:perc(36, 40)),
257 ?assertEqual(5, bear:perc(900, 5)),
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/ui/
H A DGameBearShootWindow.cpp319 bear = entities[index]; in ReadFromSaveGame()
396 bear = ent; in CommonInit()
586 bearCenter.x = bear->position.x + bear->width/2; in UpdateBear()
587 bearCenter.y = bear->position.y + bear->height/2; in UpdateBear()
606 bear->velocity *= 0.666f; in UpdateBear()
615 bear->position.y = 380; in UpdateBear()
618 bear->velocity.Zero(); in UpdateBear()
623 bear->velocity *= 0.5f; in UpdateBear()
635 dir = bear->velocity; in UpdateBear()
735 bear->SetVisible( true ); in UpdateButtons()
[all …]
/dports/mail/p5-Mail-ListDetector/Mail-ListDetector-1.04/t/
H A D37_impossible_majordomo.t17 Return-Path: <majordomo-owner@bear.example.net>
18 Received: from bear.example.net (bear.example.net [10.6.129.253])
22 by bear.example.net (8.11.3/8.11.3-ARK) id 8iR5r0481h9U
24 (envelope-from majordomo-owner@bear.example.net)
25 X-Authentication-Warning: bear.example.net: domo set sender to majordomo-owner@bear.example.net usi…
27 by bear.example.net (8.11.3/8.11.3-ARK) with ESMTP id h9U8iQJ04576
45 Sender: majordomo-owner@bear.example.net
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/nashorn/script/basic/
H A Dforin.js.EXPECTED13 bear
16 1 bear
19 bear
22 1 bear
25 bear
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/nashorn/script/basic/
H A Dforin.js.EXPECTED13 bear
16 1 bear
19 bear
22 1 bear
25 bear
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/nashorn/script/basic/
H A Dforin.js.EXPECTED13 bear
16 1 bear
19 bear
22 1 bear
25 bear
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/nashorn/script/basic/
H A Dforin.js.EXPECTED13 bear
16 1 bear
19 bear
22 1 bear
25 bear
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/nashorn/script/basic/
H A Dforin.js.EXPECTED13 bear
16 1 bear
19 bear
22 1 bear
25 bear
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/test/script/basic/
H A Dforin.js.EXPECTED13 bear
16 1 bear
19 bear
22 1 bear
25 bear
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/test/script/basic/
H A Dforin.js.EXPECTED13 bear
16 1 bear
19 bear
22 1 bear
25 bear
/dports/games/excido/excido-0.1.5c/src/
H A DPlayer.cpp56 bear=0.0f; in Respawn()
129 a.z=cos(bear)*thrust*0.005f; in Physics()
130 a.x=sin(bear)*thrust*0.005f; in Physics()
132 a.z+=cos(bear+M_PI/2)*strafea*0.005; in Physics()
140 bear+=bearv*game->dtf; in Physics()
141 if(bear>M_2PI) in Physics()
142 bear-=M_2PI; in Physics()
160 newpart.s.x-=sin(bear)*2.0f; in Physics()
161 newpart.s.z-=cos(bear)*2.0f; in Physics()
218 newmis.v.z+=0.5f*cos(bear); in FireMissile()
[all …]
H A DCamera.cpp42 bear=0; //RADIANS! in Camera()
87 bear=targetplayer->bear+targetplayer->bearv*10.0f; in Animate()
94 bear=targetplayer->bear; in Animate()
101 bear=targetplayer->bear-M_PI; in Animate()
110 bear=targetplayer->bear; in Animate()
113 bear += bearv*visual->game->dtf; in Animate()
133 face.x=sin(bear)*cos(pitch); in Animate()
134 face.z=cos(bear)*cos(pitch); in Animate()
260 glowpos.x-=sin(player->bear)*4.5f; in DrawPlayer()
261 glowpos.z-=cos(player->bear)*4.5f; in DrawPlayer()
[all …]
/dports/www/moodle311/moodle/group/tests/behat/
H A Dcustom_fields.feature14 | user2 | Little | John | bear | email2@example.org |
39 And "Little John (user2, bear)" "text" should exist in the "No group" "table_row"
45 And I should not see "Little John (user2, bear)"
50 And I should see "Little John (user2, bear)"
52 And I set the field "addselect" to "Little John (user2, bear)"
55 And I should see "Little John (user2, bear)"
60 And I should not see "Little John (user2, bear)"
64 And I set the field "removeselect" to "Little John (user2, bear)"
69 And I should see "Little John (user2, bear)"
71 And I set the field "Search" in the "#potentialcell" "css_element" to "bear"
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/resources/
H A Dmarkup.vtt6 The following bear is bold:
10 The following bear is in italics and has a class of "larger":
15 The following bear is underlined even though the element has a blank:
20 The following bear is ruby annotated:
21 I said <ruby>Bear<rt>bear with me</rt></ruby> is coming!!!!
H A Dmarkup-bad.vtt6 The following bear starts bold but end is broken:
10 The following bear is not in italics but the markup is removed:
15 The following bear is not underlined and markup is removed:
20 The following bear is not ruby annotated and markup is removed:
21 I said <ru by>Bear<rt>bear with me</rt></ruby> is coming!!!!
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/resources/
H A Dmarkup.vtt6 The following bear is bold:
10 The following bear is in italics and has a class of "larger":
15 The following bear is underlined even though the element has a blank:
20 The following bear is ruby annotated:
21 I said <ruby>Bear<rt>bear with me</rt></ruby> is coming!!!!
H A Dmarkup-bad.vtt6 The following bear starts bold but end is broken:
10 The following bear is not in italics but the markup is removed:
15 The following bear is not underlined and markup is removed:
20 The following bear is not ruby annotated and markup is removed:
21 I said <ru by>Bear<rt>bear with me</rt></ruby> is coming!!!!
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/resources/
H A Dmarkup.vtt6 The following bear is bold:
10 The following bear is in italics and has a class of "larger":
15 The following bear is underlined even though the element has a blank:
20 The following bear is ruby annotated:
21 I said <ruby>Bear<rt>bear with me</rt></ruby> is coming!!!!
H A Dmarkup-bad.vtt6 The following bear starts bold but end is broken:
10 The following bear is not in italics but the markup is removed:
15 The following bear is not underlined and markup is removed:
20 The following bear is not ruby annotated and markup is removed:
21 I said <ru by>Bear<rt>bear with me</rt></ruby> is coming!!!!
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/resources/
H A Dmarkup.vtt6 The following bear is bold:
10 The following bear is in italics and has a class of "larger":
15 The following bear is underlined even though the element has a blank:
20 The following bear is ruby annotated:
21 I said <ruby>Bear<rt>bear with me</rt></ruby> is coming!!!!
H A Dmarkup-bad.vtt6 The following bear starts bold but end is broken:
10 The following bear is not in italics but the markup is removed:
15 The following bear is not underlined and markup is removed:
20 The following bear is not ruby annotated and markup is removed:
21 I said <ru by>Bear<rt>bear with me</rt></ruby> is coming!!!!
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/resources/
H A Dmarkup.vtt6 The following bear is bold:
10 The following bear is in italics and has a class of "larger":
15 The following bear is underlined even though the element has a blank:
20 The following bear is ruby annotated:
21 I said <ruby>Bear<rt>bear with me</rt></ruby> is coming!!!!
H A Dmarkup-bad.vtt6 The following bear starts bold but end is broken:
10 The following bear is not in italics but the markup is removed:
15 The following bear is not underlined and markup is removed:
20 The following bear is not ruby annotated and markup is removed:
21 I said <ru by>Bear<rt>bear with me</rt></ruby> is coming!!!!
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/services/feedly/
H A Dfeedlynetwork.cpp53 QString bear = bearer(); in untagEntries() local
55 if (bear.isEmpty()) { in untagEntries()
98 QString bear = bearer(); in tagEntries() local
100 if (bear.isEmpty()) { in tagEntries()
136 QString bear = bearer(); in markers() local
138 if (bear.isEmpty()) { in markers()
171 QString bear = bearer(); in streamContents() local
173 if (bear.isEmpty()) { in streamContents()
312 if (bear.isEmpty()) { in collections()
404 if (bear.isEmpty()) { in profile()
[all …]

12345678910>>...163