Home
last modified time | relevance | path

Searched refs:pull (Results 1 – 25 of 15166) sorted by relevance

12345678910>>...607

/dports/misc/orange3/orange3-3.29.1/
H A DCHANGELOG.md15 * Caching data delegate ([#5296](../../pull/5296))
206 * Testing with Tox ([#4481](../../pull/4481))
262 * K-means slowness ([#4541](../../pull/4541))
410 * DBSCAN widget ([#3917](../../pull/3917))
423 * Boxplot fix ([#3983](../../pull/3983))
545 * Label subset ([#3506](../../pull/3506))
693 * WebView fixes ([#3148](../../pull/3148))
895 * FreeViz script ([#2563](../../pull/2563))
943 * Slow Rank ([#2494](../../pull/2494))
1145 * Map widget ([#1735](../../pull/1735))
[all …]
/dports/sysutils/py-salt/salt-3004.1/doc/topics/releases/includes/
H A D2015.8.0.pull_list.rst337 - `#26279`_: (*TheScriptSage*) Merge changes for pull`#26083`_ and pull`#25632`_ into 2015.8
691 .. _`#602`: https://github.com/saltstack/salt/pull/602
692 .. _`#606`: https://github.com/saltstack/salt/pull/606
693 .. _`#621`: https://github.com/saltstack/salt/pull/621
694 .. _`#624`: https://github.com/saltstack/salt/pull/624
695 .. _`#627`: https://github.com/saltstack/salt/pull/627
696 .. _`#632`: https://github.com/saltstack/salt/pull/632
697 .. _`#633`: https://github.com/saltstack/salt/pull/633
698 .. _`#638`: https://github.com/saltstack/salt/pull/638
699 .. _`#640`: https://github.com/saltstack/salt/pull/640
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/elastic-apm-node/
H A DCHANGELOG.asciidoc15 * Cool new feature: {pull}2526[#2526]
27 * feat(knex): add support for 0.21.x {pull}1801[#1801]
28 * feat(redis): add support for v3.x {pull}1641[#1641]
33 * fix: don't throw on invalid URL {pull}1771[#1771]
46 * feat: add support for Node.js 14 {pull}1742[#1742]
105 * chore: remove deprecated APIs {pull}1413[#1413]
121 * fix(tedious): support 6.5+ {pull}1488[#1488]
346 * feat: add patch registry {pull}803[#803]
348 * feat: add TypeScript typings {pull}926[#926]
406 * fix(mongo): support 3.1.10+ {pull}793[#793]
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/pulling/
H A Doutput.cpp286 if (pull->bXOutAverage) in pull_print_x()
296 if (pull->bFOutAverage) in pull_print_f()
314 if (pull->bFOutAverage) in pull_print_f()
331 if (pull->bXOutAverage && !pull->coord.empty() in pull_print_output()
332 && pull->coordForceHistory->numValuesInXSum < pull->params.nstxout) in pull_print_output()
338 pull_print_x(pull->out_x, pull, time); in pull_print_output()
348 if (pull->bFOutAverage && !pull->coord.empty() in pull_print_output()
349 && pull->coordForceHistory->numValuesInFSum < pull->params.nstfout) in pull_print_output()
355 pull_print_f(pull->out_f, pull, time); in pull_print_output()
572 pull->coordForceHistory->pullCoordinateSums.resize(pull->coord.size()); in initPullHistory()
[all …]
/dports/textproc/py-pyscss/pyScss-1.3.7/scss/tests/files/regressions/
H A Dissue-2.css1 .pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8,
2 .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16,
3 .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {
/dports/devel/stlink/stlink-1.7.0/
H A DCHANGELOG.md11pull/332), [#990](https://github.com/stlink-org/stlink/pull/990), [#1091](https://github.com/stlin…
12pull/532), [#801](https://github.com/stlink-org/stlink/pull/801), [#868](https://github.com/stlink…
13pull/671), [#793](https://github.com/stlink-org/stlink/pull/793), [#823](https://github.com/stlink…
43pull/244), [#382](https://github.com/stlink-org/stlink/pull/382), [#705](https://github.com/stlink…
44pull/356), [#556](https://github.com/stlink-org/stlink/pull/556), [#593](https://github.com/stlink…
57pull/1002), [#1011](https://github.com/stlink-org/stlink/pull/1011), [#1026](https://github.com/st…
252pull/726), [#727](https://github.com/stlink-org/stlink/pull/727), [#728](https://github.com/stlink…
294pull/569), [#573](https://github.com/stlink-org/stlink/pull/573), [#578](https://github.com/stlink…
337pull/444), [#472](https://github.com/stlink-org/stlink/pull/472), [#473](https://github.com/stlink…
346pull/324), [#326](https://github.com/stlink-org/stlink/pull/326), [#327](https://github.com/stlink…
[all …]
/dports/net/nng/nng-1.5.2/tests/
H A Dpipe.c123 memset(&pull, 0, sizeof(pull));
170 So(expect(&pull, &pull.add_pre, 1));
171 So(expect(&pull, &pull.add_post, 1));
172 So(expect(&pull, &pull.add_pre, 1));
173 So(expect(&pull, &pull.add_post, 1));
174 So(expect(&pull, &pull.rem, 0));
175 So(expect(&pull, &pull.err, 0));
200 So(expect(&pull, &pull.rem, 1));
201 So(expect(&pull, &pull.err, 0));
242 So(expect(&pull, &pull.rem, 1));
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/go.elastic.co/apm/
H A DCHANGELOG.asciidoc15 * Cool new feature: {pull}2526[#2526]
40 - add support for go-restful v3 {pull}968[#(968)]
41 - add fasthttp support {pull}957[#(957)]
58 - Parse "//" comments in SQL/CQL {pull}937[#(937)]
133 - Add "tracestate" propagation {pull}690[(#690)]
134 - Add support for API Key auth {pull}698[(#698)]
164 - Add Context.SetCustom {pull}581[(#581)]
274 - Add support for span tags {pull}213[(#213)]
294 - Drop Context.SetCustom {pull}284[(#284)]
295 - Reuse memory for tags {pull}286[(#286)]
[all …]
/dports/textproc/py-orange3-text/orange3-text-1.3.1/
H A DCHANGELOG.md37 * Corpus to network ([#559](../../pull/559))
49 * Refactor preprocessors ([#506](../../pull/506))
52 * Twitter: Fix errors ([#538](../../pull/538))
63 * Word Cloud: threaded ([#502](../../pull/502))
79 * Corpus: make unique titles ([#490](../../pull/490))
94 * Fix stopword filtering ([#456](../../pull/456))
95 * Pickling UDPipe models ([#447](../../pull/447))
101 * Fix broken import ([#448](../../pull/448))
124 * Fix PyQt to 5.11 ([#410](../../pull/410))
150 * UDPipe Lemmatizer ([#367](../../pull/367))
[all …]
/dports/math/xtensor/xtensor-0.24.0/docs/source/
H A Dchangelog.rst14 `#2393 https://github.com/xtensor-stack/xtensor/pull/2393`
16 `#2405 https://github.com/xtensor-stack/xtensor/pull/2405`
18 `#2425 https://github.com/xtensor-stack/xtensor/pull/2425`
20 `#2415 https://github.com/xtensor-stack/xtensor/pull/2415`
22 `#2436 https://github.com/xtensor-stack/xtensor/pull/2436`
24 `#2438 https://github.com/xtensor-stack/xtensor/pull/2438`
30 `#2377 https://github.com/xtensor-stack/xtensor/pull/2377`
32 `#2238 https://github.com/xtensor-stack/xtensor/pull/2238`
34 `#2356 https://github.com/xtensor-stack/xtensor/pull/2356`
36 `#2378 https://github.com/xtensor-stack/xtensor/pull/2378`
[all …]
/dports/devel/dtool/dtool-0.11.0/cargo-crates/elliptic-curve-0.10.6/
H A DCHANGELOG.md11 [#710]: https://github.com/RustCrypto/traits/pull/710
17 [#689]: https://github.com/RustCrypto/traits/pull/689
23 [#683]: https://github.com/RustCrypto/traits/pull/683
29 [#673]: https://github.com/RustCrypto/traits/pull/673
35 [#669]: https://github.com/RustCrypto/traits/pull/669
41 [#667]: https://github.com/RustCrypto/traits/pull/667
64 [#643]: https://github.com/RustCrypto/traits/pull/643
65 [#644]: https://github.com/RustCrypto/traits/pull/644
66 [#645]: https://github.com/RustCrypto/traits/pull/645
67 [#646]: https://github.com/RustCrypto/traits/pull/646
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/doc/General/Changelogs/
H A D2015.md124pull/2411), [PR2425](https://github.com/librenms/librenms/pull/2425), [PR2432](https://github.com/…
125 …brenms/librenms/pull/2436), [PR2511](https://github.com/librenms/librenms/pull/2511), [PR2513](htt…
229pull/1822),[PR1826](https://github.com/librenms/librenms/pull/1826),[PR1829](https://github.com/li…
238pull/1828),[PR1830](https://github.com/librenms/librenms/pull/1830),[PR1875](https://github.com/li…
323pull/1797),[PR1798](https://github.com/librenms/librenms/pull/1798),[PR1800](https://github.com/li…
391pull/1419),[PR1420](https://github.com/librenms/librenms/pull/1420),[PR1423](https://github.com/li…
410pull/1455),[PR1470](https://github.com/librenms/librenms/pull/1470),[PR1486](https://github.com/li…
433pull/1415),[PR1416](https://github.com/librenms/librenms/pull/1416),[PR1431](https://github.com/li…
437pull/1385),[PR1386](https://github.com/librenms/librenms/pull/1386),[PR1387](https://github.com/li…
460 …ibrenms/librenms/pull/1347),[PR1349](https://github.com/librenms/librenms/pull/1349),[PR1368](http…
[all …]
/dports/net/samba412/samba-4.12.15/source4/wrepl_server/
H A Dwrepl_out_pull.c44 partner->pull.last_status = wreplsrv_pull_cycle_recv(partner->pull.creq); in wreplsrv_pull_handler_creq()
45 partner->pull.creq = NULL; in wreplsrv_pull_handler_creq()
48 partner->pull.cycle_io = NULL; in wreplsrv_pull_handler_creq()
51 partner->pull.error_count = 0; in wreplsrv_pull_handler_creq()
57 partner->pull.error_count++; in wreplsrv_pull_handler_creq()
62 retry_interval = partner->pull.error_count * partner->pull.retry_interval; in wreplsrv_pull_handler_creq()
75 partner->pull.error_count)); in wreplsrv_pull_handler_creq()
89 if (!partner->pull.cycle_io) { in wreplsrv_out_partner_pull()
103 partner->pull.creq = wreplsrv_pull_cycle_send(partner->pull.cycle_io, partner->pull.cycle_io); in wreplsrv_out_partner_pull()
104 if (!partner->pull.creq) { in wreplsrv_out_partner_pull()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/wrepl_server/
H A Dwrepl_out_pull.c45 partner->pull.last_status = wreplsrv_pull_cycle_recv(partner->pull.creq); in wreplsrv_pull_handler_creq()
46 partner->pull.creq = NULL; in wreplsrv_pull_handler_creq()
49 partner->pull.cycle_io = NULL; in wreplsrv_pull_handler_creq()
52 partner->pull.error_count = 0; in wreplsrv_pull_handler_creq()
58 partner->pull.error_count++; in wreplsrv_pull_handler_creq()
63 retry_interval = partner->pull.error_count * partner->pull.retry_interval; in wreplsrv_pull_handler_creq()
76 partner->pull.error_count)); in wreplsrv_pull_handler_creq()
90 if (!partner->pull.cycle_io) { in wreplsrv_out_partner_pull()
104 partner->pull.creq = wreplsrv_pull_cycle_send(partner->pull.cycle_io, partner->pull.cycle_io); in wreplsrv_out_partner_pull()
105 if (!partner->pull.creq) { in wreplsrv_out_partner_pull()
[all …]
/dports/security/greenbone-security-assistant/gsa-21.4.3/
H A DCHANGELOG.md175 …[#2478](https://github.com/greenbone/gsa/pull/2478), [#2505](https://github.com/greenbone/gsa/pull
221pull/1931) [#2018](https://github.com/greenbone/gsa/pull/2018) [#2025](https://github.com/greenbon…
255 …[#2335](https://github.com/greenbone/gsa/pull/2335), [#2365](https://github.com/greenbone/gsa/pull
395 …[#1466](https://github.com/greenbone/gsa/pull/1466) [#1467](https://github.com/greenbone/gsa/pull/…
804 [#865](https://github.com/greenbone/gsa/pull/), [#902](https://github.com/greenbone/gsa/pull/902),
812 …[#701](https://github.com/greenbone/gsa/pull/701), [#723](https://github.com/greenbone/gsa/pull/72…
813 …[#728](https://github.com/greenbone/gsa/pull/728), [#748](https://github.com/greenbone/gsa/pull/74…
814 …[#752](https://github.com/greenbone/gsa/pull/752), [#768](https://github.com/greenbone/gsa/pull/76…
815 …[#771](https://github.com/greenbone/gsa/pull/771), [#786](https://github.com/greenbone/gsa/pull/78…
816 …[#871](https://github.com/greenbone/gsa/pull/871), [#887](https://github.com/greenbone/gsa/pull/88…
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/rebar/
H A DRELEASE-NOTES.md7 * rebar/610: [qc: lift experimental notice](https://github.com/rebar/rebar/pull/610)
23 * rebar/560: [Lock retest dependency](https://github.com/rebar/rebar/pull/560)
55 * rebar/538: [Fix #536](https://github.com/rebar/rebar/pull/538)
59 * rebar/545: [Fix #544](https://github.com/rebar/rebar/pull/545)
97 * rebar/413: [Revert "Merge pull request #386 ... gpb-recompilation...detection"](https://github.co…
144 * rebar/510: [Fix 'make deps'](https://github.com/rebar/rebar/pull/510)
168 * rebar/130: [ct fixes](https://github.com/rebar/rebar/pull/130)
203 * rebar/188: [Xref extra path](https://github.com/rebar/rebar/pull/188)
211 * rebar/233: [docs: fix #228](https://github.com/rebar/rebar/pull/233)
218 * rebar/269: [Update THANKS](https://github.com/rebar/rebar/pull/269)
[all …]
/dports/devel/rebar/rebar-2.6.4/
H A DRELEASE-NOTES.md7 * rebar/610: [qc: lift experimental notice](https://github.com/rebar/rebar/pull/610)
23 * rebar/560: [Lock retest dependency](https://github.com/rebar/rebar/pull/560)
55 * rebar/538: [Fix #536](https://github.com/rebar/rebar/pull/538)
59 * rebar/545: [Fix #544](https://github.com/rebar/rebar/pull/545)
97 * rebar/413: [Revert "Merge pull request #386 ... gpb-recompilation...detection"](https://github.co…
144 * rebar/510: [Fix 'make deps'](https://github.com/rebar/rebar/pull/510)
168 * rebar/130: [ct fixes](https://github.com/rebar/rebar/pull/130)
203 * rebar/188: [Xref extra path](https://github.com/rebar/rebar/pull/188)
211 * rebar/233: [docs: fix #228](https://github.com/rebar/rebar/pull/233)
218 * rebar/269: [Update THANKS](https://github.com/rebar/rebar/pull/269)
[all …]
/dports/security/gvmd/gvmd-21.4.4/
H A DCHANGELOG.md60pull/1326) [#1329](https://github.com/greenbone/gvmd/pull/1329) [#1359](https://github.com/greenbo…
63 …VULNS [#1354](https://github.com/greenbone/gvmd/pull/1354) [#1355](https://github.com/greenbone/gv…
74pull/1333) [#1357](https://github.com/greenbone/gvmd/pull/1357) [#1365](https://github.com/greenbo…
252 …hub.com/greenbone/gvmd/pull/801) [#811](https://github.com/greenbone/gvmd/pull/811) [#817](https:/…
291pull/875) [#877](https://github.com/greenbone/gvmd/pull/877) [#879](https://github.com/greenbone/g…
411pull/585) [#663](https://github.com/greenbone/gvmd/pull/663) [#673](https://github.com/greenbone/g…
412pull/392) [#609](https://github.com/greenbone/gvmd/pull/609) [#626](https://github.com/greenbone/g…
431pull/422) [#584](https://github.com/greenbone/gvmd/pull/584) [#623](https://github.com/greenbone/g…
479 …hub.com/greenbone/gvmd/pull/610) [#612](https://github.com/greenbone/gvmd/pull/612) [#614](https:/…
486pull/705) [#709](https://github.com/greenbone/gvmd/pull/709) [#713](https://github.com/greenbone/g…
[all …]
/dports/misc/netron/node_modules/request/
H A DCHANGELOG.md6 - [#2993](https://github.com/request/request/pull/2993) Fix header tests (@simov)
105 - [#2225](https://github.com/request/request/pull/2225) Update docs (@ArtskydJ)
134 - [#2089](https://github.com/request/request/pull/2089) Fix badges (@simov)
245 - [#1603](https://github.com/request/request/pull/1603) Add codecov (@simov)
347 …](https://github.com/request/request/pull/1310) Revert changes introduced in https://github.com/re…
524 - [#901](https://github.com/request/request/pull/901) Fixes #555 (@pigulla)
528 - [#866](https://github.com/request/request/pull/866) Fix typo (@dandv)
535 - [#815](https://github.com/request/request/pull/815) Create changelog based on pull requests (@lal…
675 - [#199](https://github.com/request/request/pull/199) Tunnel (@isaacs)
690 - [#148](https://github.com/request/request/pull/148) Retry Agent (@thejh)
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/request/
H A DCHANGELOG.md6 - [#2993](https://github.com/request/request/pull/2993) Fix header tests (@simov)
105 - [#2225](https://github.com/request/request/pull/2225) Update docs (@ArtskydJ)
134 - [#2089](https://github.com/request/request/pull/2089) Fix badges (@simov)
245 - [#1603](https://github.com/request/request/pull/1603) Add codecov (@simov)
347 …](https://github.com/request/request/pull/1310) Revert changes introduced in https://github.com/re…
524 - [#901](https://github.com/request/request/pull/901) Fixes #555 (@pigulla)
528 - [#866](https://github.com/request/request/pull/866) Fix typo (@dandv)
535 - [#815](https://github.com/request/request/pull/815) Create changelog based on pull requests (@lal…
675 - [#199](https://github.com/request/request/pull/199) Tunnel (@isaacs)
690 - [#148](https://github.com/request/request/pull/148) Retry Agent (@thejh)
[all …]
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/request/
H A DCHANGELOG.md8 - [#2942](https://github.com/request/request/pull/2942) Make Test GREEN Again! (@simov)
97 - [#2225](https://github.com/request/request/pull/2225) Update docs (@ArtskydJ)
126 - [#2089](https://github.com/request/request/pull/2089) Fix badges (@simov)
237 - [#1603](https://github.com/request/request/pull/1603) Add codecov (@simov)
339 …](https://github.com/request/request/pull/1310) Revert changes introduced in https://github.com/re…
516 - [#901](https://github.com/request/request/pull/901) Fixes #555 (@pigulla)
520 - [#866](https://github.com/request/request/pull/866) Fix typo (@dandv)
527 - [#815](https://github.com/request/request/pull/815) Create changelog based on pull requests (@lal…
667 - [#199](https://github.com/request/request/pull/199) Tunnel (@isaacs)
682 - [#148](https://github.com/request/request/pull/148) Retry Agent (@thejh)
[all …]
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/request/
H A DCHANGELOG.md8 - [#2942](https://github.com/request/request/pull/2942) Make Test GREEN Again! (@simov)
97 - [#2225](https://github.com/request/request/pull/2225) Update docs (@ArtskydJ)
126 - [#2089](https://github.com/request/request/pull/2089) Fix badges (@simov)
237 - [#1603](https://github.com/request/request/pull/1603) Add codecov (@simov)
339 …](https://github.com/request/request/pull/1310) Revert changes introduced in https://github.com/re…
516 - [#901](https://github.com/request/request/pull/901) Fixes #555 (@pigulla)
520 - [#866](https://github.com/request/request/pull/866) Fix typo (@dandv)
527 - [#815](https://github.com/request/request/pull/815) Create changelog based on pull requests (@lal…
667 - [#199](https://github.com/request/request/pull/199) Tunnel (@isaacs)
682 - [#148](https://github.com/request/request/pull/148) Retry Agent (@thejh)
[all …]
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/request/
H A DCHANGELOG.md8 - [#2942](https://github.com/request/request/pull/2942) Make Test GREEN Again! (@simov)
97 - [#2225](https://github.com/request/request/pull/2225) Update docs (@ArtskydJ)
126 - [#2089](https://github.com/request/request/pull/2089) Fix badges (@simov)
237 - [#1603](https://github.com/request/request/pull/1603) Add codecov (@simov)
339 …](https://github.com/request/request/pull/1310) Revert changes introduced in https://github.com/re…
516 - [#901](https://github.com/request/request/pull/901) Fixes #555 (@pigulla)
520 - [#866](https://github.com/request/request/pull/866) Fix typo (@dandv)
527 - [#815](https://github.com/request/request/pull/815) Create changelog based on pull requests (@lal…
667 - [#199](https://github.com/request/request/pull/199) Tunnel (@isaacs)
682 - [#148](https://github.com/request/request/pull/148) Retry Agent (@thejh)
[all …]
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/request/
H A DCHANGELOG.md8 - [#2942](https://github.com/request/request/pull/2942) Make Test GREEN Again! (@simov)
97 - [#2225](https://github.com/request/request/pull/2225) Update docs (@ArtskydJ)
126 - [#2089](https://github.com/request/request/pull/2089) Fix badges (@simov)
237 - [#1603](https://github.com/request/request/pull/1603) Add codecov (@simov)
339 …](https://github.com/request/request/pull/1310) Revert changes introduced in https://github.com/re…
516 - [#901](https://github.com/request/request/pull/901) Fixes #555 (@pigulla)
520 - [#866](https://github.com/request/request/pull/866) Fix typo (@dandv)
527 - [#815](https://github.com/request/request/pull/815) Create changelog based on pull requests (@lal…
667 - [#199](https://github.com/request/request/pull/199) Tunnel (@isaacs)
682 - [#148](https://github.com/request/request/pull/148) Retry Agent (@thejh)
[all …]
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/request/
H A DCHANGELOG.md8 - [#2942](https://github.com/request/request/pull/2942) Make Test GREEN Again! (@simov)
97 - [#2225](https://github.com/request/request/pull/2225) Update docs (@ArtskydJ)
126 - [#2089](https://github.com/request/request/pull/2089) Fix badges (@simov)
237 - [#1603](https://github.com/request/request/pull/1603) Add codecov (@simov)
339 …](https://github.com/request/request/pull/1310) Revert changes introduced in https://github.com/re…
516 - [#901](https://github.com/request/request/pull/901) Fixes #555 (@pigulla)
520 - [#866](https://github.com/request/request/pull/866) Fix typo (@dandv)
527 - [#815](https://github.com/request/request/pull/815) Create changelog based on pull requests (@lal…
667 - [#199](https://github.com/request/request/pull/199) Tunnel (@isaacs)
682 - [#148](https://github.com/request/request/pull/148) Retry Agent (@thejh)
[all …]

12345678910>>...607