Home
last modified time | relevance | path

Searched refs:rollup (Results 1 – 25 of 2222) sorted by relevance

12345678910>>...89

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rollup/
H A DCHANGELOG.md1 # rollup changelog
1191 * Switch to rollup-plugin-typescript2 ([#2460](https://github.com/rollup/rollup/pull/2460))
1210 * Add rollup version to plugin context ([#2394](https://github.com/rollup/rollup/pull/2394))
1444 * Make rollup builds reproducible ([#2024](https://github.com/rollup/rollup/pull/2024))
1734 …perimental `rollup.watch` method, replacing [rollup-watch](https://github.com/rollup/rollup-watch)…
2008 * Fix `rollup --watch` ([#887](https://github.com/rollup/rollup/issues/887))
2096 * Support `rollup -c node:pkgname` ([#736](https://github.com/rollup/rollup/issues/736))
2130 * `rollup --watch` ([#284](https://github.com/rollup/rollup/issues/284))
2361 … Support for [plugins](https://github.com/rollup/rollup/wiki/Plugins) ([#207](https://github.com/r…
2374 * Use [rollup-babel](https://github.com/rollup/rollup-babel) to build self
[all …]
H A DREADME.md4 <a href="https://www.npmjs.com/package/rollup">
10 <a href="https://codecov.io/gh/rollup/rollup">
11 <img src="https://codecov.io/gh/rollup/rollup/graph/badge.svg" alt="code coverage" >
19 <a href="https://github.com/rollup/rollup/blob/master/LICENSE.md">
22 <a href="https://david-dm.org/rollup/rollup">
23 <img src="https://david-dm.org/rollup/rollup/status.svg" alt="dependency status">
25 …<a href='https://gitter.im/rollup/rollup?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&u…
26 …<img src='https://badges.gitter.im/rollup/rollup.svg' alt='Join the chat at https://gitter.im/roll…
100 Rollup can import existing CommonJS modules [through a plugin](https://github.com/rollup/rollup-plu…
109 <a href="https://github.com/rollup/rollup/graphs/contributors"><img src="https://opencollective.com…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rollup/
H A DCHANGELOG.md1 # rollup changelog
137 …- The main ESM entry point is now at `rollup/dist/es/rollup.js` instead of `rollup/dist/rollup.es.…
138 …- The ESM browser build is at `rollup/dist/es/rollup.browser.js` instead of `rollup/dist/rollup.br…
2034 * Make rollup builds reproducible ([#2024](https://github.com/rollup/rollup/pull/2024))
2324 …perimental `rollup.watch` method, replacing [rollup-watch](https://github.com/rollup/rollup-watch)…
2598 * Fix `rollup --watch` ([#887](https://github.com/rollup/rollup/issues/887))
2686 * Support `rollup -c node:pkgname` ([#736](https://github.com/rollup/rollup/issues/736))
2720 * `rollup --watch` ([#284](https://github.com/rollup/rollup/issues/284))
2951 … Support for [plugins](https://github.com/rollup/rollup/wiki/Plugins) ([#207](https://github.com/r…
2964 * Use [rollup-babel](https://github.com/rollup/rollup-babel) to build self
[all …]
H A DREADME.md4 <a href="https://www.npmjs.com/package/rollup">
10 <a href="https://codecov.io/gh/rollup/rollup">
11 <img src="https://codecov.io/gh/rollup/rollup/graph/badge.svg" alt="code coverage" >
19 <a href="https://github.com/rollup/rollup/blob/master/LICENSE.md">
22 <a href="https://david-dm.org/rollup/rollup">
23 <img src="https://david-dm.org/rollup/rollup/status.svg" alt="dependency status">
25 …<a href='https://gitter.im/rollup/rollup?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&u…
26 …<img src='https://badges.gitter.im/rollup/rollup.svg' alt='Join the chat at https://gitter.im/roll…
54 rollup main.js --format cjs --file bundle.js
109 <a href="https://github.com/rollup/rollup/graphs/contributors"><img src="https://opencollective.com…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@rollup/plugin-commonjs/
H A DCHANGELOG.md1 # @rollup/plugin-commonjs ChangeLog
108 - Make "extensions" optional ([#384](https://github.com/rollup/rollup-plugin-commonjs/issues/384))
133 - Add TypeScript types ([#363](https://github.com/rollup/rollup-plugin-commonjs/issues/363))
191 - Fix a caching issue ([#316](https://github.com/rollup/rollup-plugin-commonjs/issues/316))
203 - Fix ordering of modules when using rollup 0.58 ([#302](https://github.com/rollup/rollup-plugin-co…
211 - Make rollup a peer dependency with a version range ([#300](https://github.com/rollup/rollup-plugi…
220 - Use rollup's plugin context`parse` function ([#287](https://github.com/rollup/rollup-plugin-commo…
221 - Improve error handling ([#288](https://github.com/rollup/rollup-plugin-commonjs/issues/288))
309 …e` helper ([#77](https://github.com/rollup/rollup-plugin-commonjs/issues/77), [#83](https://github…
322 - Ignore dead branches ([#93](https://github.com/rollup/rollup-plugin-commonjs/issues/93))
[all …]
H A DREADME.md1 [npm]: https://img.shields.io/npm/v/@rollup/plugin-commonjs
2 [npm-url]: https://www.npmjs.com/package/@rollup/plugin-commonjs
3 [size]: https://packagephobia.now.sh/badge?p=@rollup/plugin-commonjs
4 [size-url]: https://packagephobia.now.sh/result?p=@rollup/plugin-commonjs
10 # @rollup/plugin-commonjs
23 npm install @rollup/plugin-commonjs --save-dev
31 import commonjs from '@rollup/plugin-commonjs';
123 ## Using with @rollup/plugin-node-resolve
128 // rollup.config.js
129 import resolve from '@rollup/plugin-node-resolve';
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rollup-pluginutils/
H A DCHANGELOG.md1 # rollup-pluginutils changelog
5 * Handle optional catch parameter in attachScopes ([#70](https://github.com/rollup/rollup-pluginuti…
13 * Bundle updated micromatch dependency ([#60](https://github.com/rollup/rollup-pluginutils/issues/6…
25 * Add `extractAssignedNames` ([#59](https://github.com/rollup/rollup-pluginutils/issues/59))
30 * Generalize dataToEsm type ([#55](https://github.com/rollup/rollup-pluginutils/issues/55))
31 * Handle empty keys in dataToEsm ([#56](https://github.com/rollup/rollup-pluginutils/issues/56))
43 * Revert micromatch update ([#43](https://github.com/rollup/rollup-pluginutils/issues/43))
47 * Bumb micromatch dependency ([#36](https://github.com/rollup/rollup-pluginutils/issues/36))
48 * Bumb dependencies ([#41](https://github.com/rollup/rollup-pluginutils/issues/41))
49 * Split up tests ([#40](https://github.com/rollup/rollup-pluginutils/issues/40))
[all …]
H A DREADME.md1 # rollup-pluginutils
9 npm install --save rollup-pluginutils
18 import { addExtension } from 'rollup-pluginutils';
36 See [rollup-plugin-inject](https://github.com/rollup/rollup-plugin-inject) or [rollup-plugin-common…
39 import { attachScopes } from 'rollup-pluginutils';
71 import { createFilter } from 'rollup-pluginutils';
108 import { makeLegalIdentifier } from 'rollup-pluginutils';
119 import { dataToEsm } from 'rollup-pluginutils';
144 import { extractAssignedNames } from 'rollup-pluginutils';
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@rollup/pluginutils/
H A DCHANGELOG.md1 # @rollup/pluginutils ChangeLog
134 - Published as @rollup/plugins-image
170 - Add `extractAssignedNames` ([#59](https://github.com/rollup/rollup-pluginutils/issues/59))
177 - Generalize dataToEsm type ([#55](https://github.com/rollup/rollup-pluginutils/issues/55))
178 - Handle empty keys in dataToEsm ([#56](https://github.com/rollup/rollup-pluginutils/issues/56))
195 - Revert micromatch update ([#43](https://github.com/rollup/rollup-pluginutils/issues/43))
201 - Bumb micromatch dependency ([#36](https://github.com/rollup/rollup-pluginutils/issues/36))
202 - Bumb dependencies ([#41](https://github.com/rollup/rollup-pluginutils/issues/41))
203 - Split up tests ([#40](https://github.com/rollup/rollup-pluginutils/issues/40))
221 - Support `null` serialization ([#34](https://github.com/rollup/rollup-pluginutils/issues/34))
[all …]
H A DREADME.md1 [npm]: https://img.shields.io/npm/v/@rollup/pluginutils
2 [npm-url]: https://www.npmjs.com/package/@rollup/pluginutils
3 [size]: https://packagephobia.now.sh/badge?p=@rollup/pluginutils
10 # @rollup/pluginutils
23 npm install @rollup/pluginutils --save-dev
29 import utils from '@rollup/pluginutils';
47 import { addExtension } from '@rollup/pluginutils';
67 See [rollup-plugin-inject](https://github.com/rollup/rollup-plugin-inject) or [rollup-plugin-common…
70 import { attachScopes } from '@rollup/pluginutils';
122 import { createFilter } from '@rollup/pluginutils';
[all …]
/dports/net/storj/storj-1.45.3/multinode/bandwidth/
H A Dbandwidth.go59 year, month, day := rollup.IntervalStart.UTC().Date()
66 Repair: cacheStamp.Egress.Repair + rollup.Egress.Repair,
67 Audit: cacheStamp.Egress.Audit + rollup.Egress.Audit,
68 Usage: cacheStamp.Egress.Usage + rollup.Egress.Usage,
74 Delete: cacheStamp.Delete + rollup.Delete,
80 Repair: rollup.Egress.Repair,
81 Audit: rollup.Egress.Audit,
82 Usage: rollup.Egress.Usage,
85 Repair: rollup.Ingress.Repair,
86 Usage: rollup.Ingress.Usage,
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/mca/pnet/base/
H A Dpnet_base_fns.c334 rollup->status = status; in cicbfunc()
343 rollup->replies++; in cicbfunc()
345 if (rollup->replies < rollup->requests) { in cicbfunc()
353 if (NULL != rollup->cbfunc) { in cicbfunc()
354 rollup->cbfunc(rollup->status, &rollup->payload, rollup->cbdata); in cicbfunc()
356 PMIX_RELEASE(rollup); in cicbfunc()
442 rollup->status = status; in dlcbfunc()
445 rollup->replies++; in dlcbfunc()
447 if (rollup->replies < rollup->requests) { in dlcbfunc()
456 rollup->opcbfunc(rollup->status, rollup->cbdata); in dlcbfunc()
[all …]
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/ql/src/test/queries/clientpositive/
H A Dgroupby_rollup1.q9 SELECT key, val, count(1) FROM T1 GROUP BY key, val with rollup;
11 SELECT key, val, count(1) FROM T1 GROUP BY key, val with rollup
15 SELECT key, count(distinct val) FROM T1 GROUP BY key with rollup;
17 SELECT key, count(distinct val) FROM T1 GROUP BY key with rollup
23 SELECT key, val, count(1) FROM T1 GROUP BY key, val with rollup;
25 SELECT key, val, count(1) FROM T1 GROUP BY key, val with rollup
29 SELECT key, count(distinct val) FROM T1 GROUP BY key with rollup;
31 SELECT key, count(distinct val) FROM T1 GROUP BY key with rollup
42 INSERT OVERWRITE TABLE T2 SELECT key, val, count(1) group by key, val with rollup
43 INSERT OVERWRITE TABLE T3 SELECT key, val, sum(1) group by key, val with rollup;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rollup-plugin-terser/
H A DREADME.md1 # rollup-plugin-terser [![Travis Build Status][travis-img]][travis]
4 [travis]: https://travis-ci.org/TrySound/rollup-plugin-terser
11 yarn add rollup-plugin-terser --dev
14 _Note: this package requires rollup@0.66 and higher (including rollup@1.0.0)_
19 import { rollup } from "rollup";
20 import { terser } from "rollup-plugin-terser";
22 rollup({
68 // rollup.config.js
69 import { terser } from "rollup-plugin-terser";
86 // rollup.config.js
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/scripts/build/ninja/
H A Drollup.gni7 template("rollup") {
9 "You must define the 'entrypoint' for a rollup target")
23 devtools_location_prepend + "node_modules/rollup/dist/bin/rollup",
24 devtools_location_prepend + "front_end/rollup.config.js",
29 devtools_location_prepend + "node_modules/rollup/dist/bin/rollup",
39 rebase_path(devtools_location_prepend + "front_end/rollup.config.js",
/dports/devel/esbuild/esbuild-0.12.23/
H A DMakefile421 git clone --depth 1 --branch v2.50.1 https://github.com/rollup/rollup.git github/rollup
423 demo/rollup: | github/rollup
425 cp -RP github/rollup/ demo/rollup
430 mv demo/rollup/tsconfig2.json demo/rollup/tsconfig.json
432 test-rollup: esbuild | demo/rollup
553 rm -fr require/rollup/demo/three demo/three/rollup
554 mkdir -p require/rollup/demo/three demo/three/rollup
559 du -h demo/three/rollup/Three.rollup.js*
636 rm -fr require/rollup/bench/three bench/three/rollup
637 mkdir -p require/rollup/bench/three bench/three/rollup
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/modules/statsmodule/stats/
H A Dstatsstock.php111 $rollup = array('quantity' => 0, 'wholesale_price' => 0, 'stockvalue' => 0);
127 $rollup['quantity'] += $product['quantity'];
128 $rollup['wholesale_price'] += $product['wholesale_price'];
129 $rollup['stockvalue'] += $product['stockvalue'];
150 <td>'.$rollup['quantity'].'</td>
151 <td>'.Tools::displayPrice($rollup['wholesale_price'] / count($products), $currency).'</td>
152 <td>'.Tools::displayPrice($rollup['stockvalue'], $currency).'</td>
/dports/finance/prestashop/prestashop/modules/statsstock/
H A Dstatsstock.php115 $rollup = array('quantity' => 0, 'wholesale_price' => 0, 'stockvalue' => 0);
130 $rollup['quantity'] += $product['quantity'];
131 $rollup['wholesale_price'] += $product['wholesale_price'];
132 $rollup['stockvalue'] += $product['stockvalue'];
153 <td>'.$rollup['quantity'].'</td>
154 <td>'.Tools::displayPrice($rollup['wholesale_price'] / count($products), $currency).'</td>
155 <td>'.Tools::displayPrice($rollup['stockvalue'], $currency).'</td>
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/debugger/test/mochitest/examples/sourcemapped/output/rollup-babel6/
H A Desmodules-es6.js.map1rollup-babel6://./esmodules-es6/src/mod1.js","rollup-babel6://./esmodules-es6/src/mod2.js","rollup
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/debugger/test/mochitest/examples/sourcemapped/output/rollup-babel7/
H A Desmodules-es6.js.map1rollup-babel7://./esmodules-es6/src/mod1.js","rollup-babel7://./esmodules-es6/src/mod2.js","rollup
H A Desmodules.js.map1rollup-babel7://./esmodules/src/mod1.js","rollup-babel7://./esmodules/src/mod2.js","rollup-babel7:…
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/debugger/test/mochitest/examples/sourcemapped/output/rollup-babel7/
H A Desmodules.js.map1rollup-babel7://./esmodules/src/mod1.js","rollup-babel7://./esmodules/src/mod2.js","rollup-babel7:…
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/debugger/test/mochitest/examples/sourcemapped/output/rollup-babel6/
H A Desmodules.js.map1rollup-babel6://./esmodules/src/mod1.js","rollup-babel6://./esmodules/src/mod2.js","rollup-babel6:…
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/debugger/test/mochitest/examples/sourcemapped/output/rollup-babel7/
H A Desmodules-es6.js.map1rollup-babel7://./esmodules-es6/src/mod1.js","rollup-babel7://./esmodules-es6/src/mod2.js","rollup
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/debugger/test/mochitest/examples/sourcemapped/output/rollup-babel6/
H A Desmodules-es6.js.map1rollup-babel6://./esmodules-es6/src/mod1.js","rollup-babel6://./esmodules-es6/src/mod2.js","rollup

12345678910>>...89