Home
last modified time | relevance | path

Searched refs:party (Results 1 – 25 of 7409) sorted by relevance

12345678910>>...297

/dports/devel/py-kazoo/kazoo-2.5.0/kazoo/tests/
H A Dtest_party.py23 for party in parties:
24 party.join()
30 for party in parties:
31 party.leave()
41 party.join()
43 party.leave()
49 party.join()
52 party.leave()
72 for party in parties:
73 party.join()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/
H A Dinterface.cpp182 party._newDay = party._minutes < 300; in setup()
403 party._mazeDirection = (Direction)((int)party._mazeDirection - 1); in perform()
405 party._mazeDirection = (Direction)((int)party._mazeDirection & 3); in perform()
412 party._mazeDirection = (Direction)((int)party._mazeDirection + 1); in perform()
493 party._automapOn = !party._automapOn; in perform()
520 bash(party._mazePosition, party._mazeDirection); in perform()
713 party._mazeId = party._fallMaze; in startFalling()
714 party._mazePosition = party._fallPosition; in startFalling()
780 if (party._mazeId > 88 && party._mazeId < 114) { in startFalling()
958 if (party.checkSkill(SWIMMING) || party._walkOnWaterActive) in checkMoveDirection()
[all …]
H A Dlocations.cpp103 if (party._mazeId != 0) { in show()
104 map.load(party._mazeId); in show()
352 gold = party._gold; in depositWithdrawl()
353 gems = party._gems; in depositWithdrawl()
421 gold = party._gold; in depositWithdrawl()
422 gems = party._gems; in depositWithdrawl()
721 idx = _ccNum ? (party._mazeId - 29) >> 1 : party._mazeId - 28; in doOptions()
734 party._priorMazeId = party._mazeId; in doOptions()
736 party._activeParty[idx]._savedMazeId = party._mazeId; in doOptions()
741 party.addTime(1440); in doOptions()
[all …]
H A Ddebugger.cpp63 Party &party = *_vm->_party; in update() local
94 Party &party = *_vm->_party; in cmdSpells() local
102 party._gems += 1000; in cmdSpells()
137 Party &party = *_vm->_party; in cmdGold() local
139 debugPrintf("Current gold: %d, bank: %d\n", party._gold, party._bankGold); in cmdGold()
150 Party &party = *_vm->_party; in cmdGems() local
152 debugPrintf("Current gems: %d, bank: %d\n", party._gems, party._bankGems); in cmdGems()
164 Party &party = *g_vm->_party; in cmdMap() local
177 party._mazePosition.x = x; in cmdMap()
178 party._mazePosition.y = y; in cmdMap()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/
H A Dinterface.cpp183 party._newDay = party._minutes < 300; in setup()
405 party._mazeDirection = (Direction)((int)party._mazeDirection - 1); in perform()
407 party._mazeDirection = (Direction)((int)party._mazeDirection & 3); in perform()
414 party._mazeDirection = (Direction)((int)party._mazeDirection + 1); in perform()
495 party._automapOn = !party._automapOn; in perform()
522 bash(party._mazePosition, party._mazeDirection); in perform()
720 party._mazeId = party._fallMaze; in startFalling()
721 party._mazePosition = party._fallPosition; in startFalling()
787 if (party._mazeId > 88 && party._mazeId < 114) { in startFalling()
965 if (party.checkSkill(SWIMMING) || party._walkOnWaterActive) in checkMoveDirection()
[all …]
H A Dlocations.cpp104 if (party._mazeId != 0) { in show()
105 map.load(party._mazeId); in show()
353 gold = party._gold; in depositWithdrawl()
354 gems = party._gems; in depositWithdrawl()
428 gold = party._gold; in depositWithdrawl()
429 gems = party._gems; in depositWithdrawl()
718 idx = _ccNum ? (party._mazeId - 29) >> 1 : party._mazeId - 28; in doOptions()
731 party._priorMazeId = party._mazeId; in doOptions()
733 party._activeParty[idx]._savedMazeId = party._mazeId; in doOptions()
738 party.addTime(1440); in doOptions()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/locales/en-US/toolkit/about/
H A DaboutThirdParty.ftl5 third-party-page-title = Third-party Module Information
6 third-party-section-title = List of third-party modules in { -brand-short-name }
8 third-party-intro =
13 third-party-message-empty = No third-party modules were detected.
27 third-party-th-status = Status
29 third-party-tag-ime = IME
39 third-party-unsigned-icon =
41 third-party-warning-icon =
51 third-party-button-open =
53 third-party-button-expand =
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/locales/en-US/toolkit/about/
H A DaboutThirdParty.ftl5 third-party-page-title = Third-party Module Information
6 third-party-section-title = List of third-party modules in { -brand-short-name }
8 third-party-intro =
13 third-party-message-empty = No third-party modules were detected.
27 third-party-th-status = Status
29 third-party-tag-ime = IME
39 third-party-unsigned-icon =
41 third-party-warning-icon =
51 third-party-button-open =
53 third-party-button-expand =
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/locales/en-US/toolkit/about/
H A DaboutThirdParty.ftl5 third-party-page-title = Third-party Module Information
6 third-party-section-title = List of third-party modules in { -brand-short-name }
8 third-party-intro =
13 third-party-message-empty = No third-party modules were detected.
27 third-party-th-status = Status
29 third-party-tag-ime = IME
39 third-party-unsigned-icon =
41 third-party-warning-icon =
51 third-party-button-open =
53 third-party-button-expand =
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/http-proxy/
H A DCHANGELOG.md28 - Update README.md [`#970`](https://github.com/http-party/node-http-proxy/pull/970)
37 - [refactor doc] Complete rename to http-party org. [`#1362`](https://github.com/http-party/node-ht…
190 - Update README [`#982`](https://github.com/http-party/node-http-proxy/pull/982)
300 - fixes comment [`#817`](https://github.com/http-party/node-http-proxy/pull/817)
362 - Fix #747 [`#798`](https://github.com/http-party/node-http-proxy/pull/798)
414 - Fix typo [`#751`](https://github.com/http-party/node-http-proxy/pull/751)
672 - Fix #657 [`#657`](https://github.com/http-party/node-http-proxy/issues/657)
673 - Fix #657 [`#657`](https://github.com/http-party/node-http-proxy/issues/657)
744 - Fix for #591 [`#592`](https://github.com/http-party/node-http-proxy/pull/592)
796 - Caronte [`#551`](https://github.com/http-party/node-http-proxy/pull/551)
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/http-proxy/
H A DCHANGELOG.md28 - Update README.md [`#970`](https://github.com/http-party/node-http-proxy/pull/970)
37 - [refactor doc] Complete rename to http-party org. [`#1362`](https://github.com/http-party/node-ht…
190 - Update README [`#982`](https://github.com/http-party/node-http-proxy/pull/982)
300 - fixes comment [`#817`](https://github.com/http-party/node-http-proxy/pull/817)
362 - Fix #747 [`#798`](https://github.com/http-party/node-http-proxy/pull/798)
414 - Fix typo [`#751`](https://github.com/http-party/node-http-proxy/pull/751)
672 - Fix #657 [`#657`](https://github.com/http-party/node-http-proxy/issues/657)
673 - Fix #657 [`#657`](https://github.com/http-party/node-http-proxy/issues/657)
744 - Fix for #591 [`#592`](https://github.com/http-party/node-http-proxy/pull/592)
796 - Caronte [`#551`](https://github.com/http-party/node-http-proxy/pull/551)
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/http-proxy/
H A DCHANGELOG.md28 - Update README.md [`#970`](https://github.com/http-party/node-http-proxy/pull/970)
37 - [refactor doc] Complete rename to http-party org. [`#1362`](https://github.com/http-party/node-ht…
190 - Update README [`#982`](https://github.com/http-party/node-http-proxy/pull/982)
300 - fixes comment [`#817`](https://github.com/http-party/node-http-proxy/pull/817)
362 - Fix #747 [`#798`](https://github.com/http-party/node-http-proxy/pull/798)
414 - Fix typo [`#751`](https://github.com/http-party/node-http-proxy/pull/751)
672 - Fix #657 [`#657`](https://github.com/http-party/node-http-proxy/issues/657)
673 - Fix #657 [`#657`](https://github.com/http-party/node-http-proxy/issues/657)
744 - Fix for #591 [`#592`](https://github.com/http-party/node-http-proxy/pull/592)
796 - Caronte [`#551`](https://github.com/http-party/node-http-proxy/pull/551)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/http-proxy/
H A DCHANGELOG.md21 - Update README.md [`#970`](https://github.com/http-party/node-http-proxy/pull/970)
30 - [refactor doc] Complete rename to http-party org. [`#1362`](https://github.com/http-party/node-ht…
182 - Update README [`#982`](https://github.com/http-party/node-http-proxy/pull/982)
292 - fixes comment [`#817`](https://github.com/http-party/node-http-proxy/pull/817)
354 - Fix #747 [`#798`](https://github.com/http-party/node-http-proxy/pull/798)
406 - Fix typo [`#751`](https://github.com/http-party/node-http-proxy/pull/751)
664 - Fix #657 [`#657`](https://github.com/http-party/node-http-proxy/issues/657)
665 - Fix #657 [`#657`](https://github.com/http-party/node-http-proxy/issues/657)
736 - Fix for #591 [`#592`](https://github.com/http-party/node-http-proxy/pull/592)
788 - Caronte [`#551`](https://github.com/http-party/node-http-proxy/pull/551)
[all …]
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/gtkmm/
H A Dparty_points.cpp154 auto const& party = *::party; in init() local
519 auto const& party = this->ui->party(); in recreate_all() local
623 auto const& party = this->ui->party(); in set_points() local
715 auto const& party = this->ui->party(); in add_future_bock_multipliers() local
759 auto const& party = this->ui->party(); in add_row() local
849 auto const& party = this->ui->party(); in update_round() local
908 auto const& party = this->ui->party(); in update_sum() local
947 auto const& party = this->ui->party(); in update_duty_soli() local
974 auto const& party = this->ui->party(); in update_player_columns_size() local
1126 auto const& party = this->ui->party(); in update() local
[all …]
H A Dparty_points.graph.cpp87 auto const& party = this->ui->party(); in on_draw() local
94 = (party.gameno() in on_draw()
104 if (party.rule()(Rule::Type::points_limited)) in on_draw()
109 switch (party.rule()(Rule::Type::counting)) { in on_draw()
136 if (party.is_last_game()) { in on_draw()
143 party.round_startgame(party.rule()(Rule::Type::number_of_rounds))); in on_draw()
145 && (party.points() > 0) ) in on_draw()
152 gamesno += party.remaining_duty_soli(); in on_draw()
154 && party.game().is_duty_solo()) in on_draw()
161 if (gamesno < party.round_startgame(1)) in on_draw()
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/cxx-0.5.10/
H A DBUCK17 "//third-party:clap",
20 "//third-party:quote",
21 "//third-party:syn",
43 "//third-party:quote",
44 "//third-party:syn",
53 "//third-party:cc",
57 "//third-party:quote",
59 "//third-party:syn",
68 "//third-party:cc",
71 "//third-party:quote",
[all …]
H A DBUILD20 "//third-party:clap",
23 "//third-party:quote",
24 "//third-party:syn",
48 "//third-party:quote",
49 "//third-party:syn",
59 "//third-party:cc",
63 "//third-party:quote",
65 "//third-party:syn",
75 "//third-party:cc",
78 "//third-party:quote",
[all …]
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/text/
H A Dparty.cpp82 this->ui->ostr() << ::party; in interpret_line()
87 this->ui->ostr() << ::party; in interpret_line()
101 if (::party.seed() == UINT_MAX) in interpret_line()
110 ::party.set_random_seed(); in interpret_line()
118 ::party.set_seed(s); in interpret_line()
128 if (::party.startplayer() == UINT_MAX) in interpret_line()
136 ::party.set_random_startplayer(); in interpret_line()
146 ::party.set_startplayer(p - 1); in interpret_line()
153 ::party.set_startplayer(p); in interpret_line()
199 if (::party.seed() == UINT_MAX) in show()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/mat/partition/impls/party/
H A Dparty.c117 if (party->verbose) { in MatPartitioningApply_Party()
153 if (party->redm) { in MatPartitioningView_Party()
156 if (party->redo) { in MatPartitioningView_Party()
159 if (party->recursive) { in MatPartitioningView_Party()
282 if (party->nbvtxcoarsed < 20) party->nbvtxcoarsed = 20; in MatPartitioningPartySetCoarseLevel_Party()
317 party->redo = opt; in MatPartitioningPartySetMatchOptimization_Party()
351 party->recursive = bp; in MatPartitioningPartySetBipart_Party()
411 MatPartitioning_Party *party; in MatPartitioningCreate_Party() local
415 part->data = (void*)party; in MatPartitioningCreate_Party()
420 party->redm = PETSC_TRUE; in MatPartitioningCreate_Party()
[all …]
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/nvtt/bld-vs2008/
H A Dnvtt.depend2 1288702094 source:c:\games\x-ray-tools\trunk\sources\3rd party\nvtt\nvcore\debug.cpp
19 1288702094 c:\games\x-ray-tools\trunk\sources\3rd party\nvtt\nvcore\debug.h
24 1288702094 c:\games\x-ray-tools\trunk\sources\3rd party\nvtt\nvcore\nvcore.h
32 1288702103 c:\games\x-ray-tools\trunk\sources\3rd party\nvtt\nvconfig.h
46 1288702094 c:\games\x-ray-tools\trunk\sources\3rd party\nvtt\nvcore\strlib.h
58 1288702094 c:\games\x-ray-tools\trunk\sources\3rd party\nvtt\nvcore\memory.h
88 1288702094 c:\games\x-ray-tools\trunk\sources\3rd party\nvtt\nvcore\stream.h
108 1288702097 c:\games\x-ray-tools\trunk\sources\3rd party\nvtt\nvmath\color.h
134 1288702096 c:\games\x-ray-tools\trunk\sources\3rd party\nvtt\nvmath\box.h
184 1288702094 c:\games\x-ray-tools\trunk\sources\3rd party\nvtt\nvcore\ptr.h
[all …]
/dports/www/mod_php81/php-8.1.1/ext/intl/tests/
H A Dmsgfmt_format_subpatterns.phpt19 =0 {{2} does not give a party.}
20 =1 {{2} invites {3} to her party.}
21 =2 {{2} invites {3} and one other person to her party.}
24 =0 {{2} does not give a party.}
25 =1 {{2} invites {3} to his party.}
29 =0 {{2} does not give a party.}
30 =1 {{2} invites {3} to their party.}
64 'Alice does not give a party.'
65 'Alice does not give a party.'
66 'Alice invites Bob to his party.'
[all …]
/dports/lang/php81/php-8.1.1/ext/intl/tests/
H A Dmsgfmt_format_subpatterns.phpt19 =0 {{2} does not give a party.}
20 =1 {{2} invites {3} to her party.}
21 =2 {{2} invites {3} and one other person to her party.}
24 =0 {{2} does not give a party.}
25 =1 {{2} invites {3} to his party.}
29 =0 {{2} does not give a party.}
30 =1 {{2} invites {3} to their party.}
64 'Alice does not give a party.'
65 'Alice does not give a party.'
66 'Alice invites Bob to his party.'
[all …]
/dports/devel/php81-intl/php-8.1.1/ext/intl/tests/
H A Dmsgfmt_format_subpatterns.phpt19 =0 {{2} does not give a party.}
20 =1 {{2} invites {3} to her party.}
21 =2 {{2} invites {3} and one other person to her party.}
24 =0 {{2} does not give a party.}
25 =1 {{2} invites {3} to his party.}
29 =0 {{2} does not give a party.}
30 =1 {{2} invites {3} to their party.}
64 'Alice does not give a party.'
65 'Alice does not give a party.'
66 'Alice invites Bob to his party.'
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/dialogs/
H A Ddialogs_info.cpp38 Party &party = *_vm->_party; in execute() local
57 int hour = party._minutes / 60; in execute()
62 party._day, party._year, statusText.c_str()); in execute()
84 Party &party = *_vm->_party; in protectionText() local
89 if (party._lightCount) { in protectionText()
93 if (party._fireResistence) { in protectionText()
103 if (party._coldResistence) { in protectionText()
108 if (party._poisonResistence) { in protectionText()
113 if (party._clairvoyanceActive) { in protectionText()
118 if (party._levitateCount) { in protectionText()
[all …]
/dports/lang/php73/php-7.3.33/ext/intl/tests/
H A Dmsgfmt_format_subpatterns.phpt23 =0 {{2} does not give a party.}
24 =1 {{2} invites {3} to her party.}
28 =0 {{2} does not give a party.}
29 =1 {{2} invites {3} to his party.}
33 =0 {{2} does not give a party.}
34 =1 {{2} invites {3} to their party.}
68 'Alice does not give a party.'
69 'Alice does not give a party.'
70 'Alice invites Bob to his party.'
71 'Alice invites Bob to his party.'
[all …]

12345678910>>...297