Home
last modified time | relevance | path

Searched refs:dist (Results 26 – 50 of 110) sorted by relevance

12345

/plugin/authgooglesheets/
H A Dcomposer.lock17 "dist": {
74 "dist": {
145 "dist": {
189 "dist": {
247 "dist": {
318 "dist": {
402 "dist": {
512 "dist": {
611 "dist": {
678 "dist": {
[all …]
/plugin/aichat/
H A Dcomposer.lock17 "dist": {
66 "dist": {
116 "dist": {
163 "dist": {
/plugin/pureldap/
H A Dcomposer.lock17 "dist": {
76 "dist": {
140 "dist": {
194 "dist": {
250 "dist": {
/plugin/photogallery/lightGallery/
H A DVersion.txt2 Content of dist folder of the zip file downloaded from https://github.com/sachinchoolur/lightGaller…
/plugin/aichat/vendor/vanderlee/php-sentence/
H A D.travis.yml19 dist: precise
/plugin/icalevents/vendor/sabre/uri/
H A D.travis.yml10 - ./bin/phpunit --configuration tests/phpunit.xml.dist
/plugin/diagramsnet/lib/js/deflate/
H A DREADME.md4 2. Copy dist/pako.es5.min.js to pako.min.js
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A D.travis.yml2 dist: trusty
/plugin/davcal/vendor/sabre/xml/
H A D.travis.yml19 - ./bin/phpunit --configuration tests/phpunit.xml.dist
/plugin/icalevents/vendor/sabre/xml/
H A D.travis.yml24 - ./bin/phpunit --configuration tests/phpunit.xml.dist
/plugin/sequencediagram/bower_components/snap.svg/
H A DGruntfile.js18 dist: {
/plugin/snmplive/
H A DMakefile17 dist: target
/plugin/davcal/vendor/sabre/uri/
H A D.travis.yml15 - ./bin/phpunit --configuration tests/phpunit.xml.dist
/plugin/hipchat/
H A Dcomposer.lock16 "dist": {
108 "dist": {
158 "dist": {
/plugin/backlinks2/
H A D.travis.yml1 dist: trusty
/plugin/mapillary/
H A D.travis.yml1 dist: trusty
/plugin/findologicxmlexport/vendor/twig/extensions/
H A D.travis.yml26 dist: precise
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A D.travis.yml27 - composer update --no-interaction --no-progress --no-suggest --prefer-dist $COMPOSER_FLAGS
/plugin/upgrade/
H A Dcomposer.lock17 "dist": {
77 "dist": {
/plugin/combo/resources/library/bootstrap/
H A DupdateBootStrapCustom.yml28 "url" : "https://cdn.jsdelivr.net/npm/bootswatch@${parent}/dist/!!!!toImproveNameOfTheTheme!!!!/bootstrap.min.css",
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js6400 var dist;
6420 if (dist > copy) {
6421 dist = copy;
6425 copy -= dist;
6433 state.wnext += dist;
8094 function d_code(dist) { argument
8095 return dist < 256 ? _dist_code[dist] : _dist_code[256 + (dist >>> 7)];
8348 dist = 0;
8350 base_dist[code] = dist;
8534 if (dist === 0) {
[all …]
/plugin/diagramsnet/lib/shapes/
H A DmxLeanMap.js1881 var dist = Math.sqrt(dx * dx + dy * dy);
1882 var nx = dx / dist;
1883 var ny = dy / dist;
1887 var p1x = midX - nx * dist * 0.1 - ny / 3 * dist * 0.1;
1888 var p1y = midY - ny * dist * 0.1 + nx / 3 * dist * 0.1;
1889 var p4x = midX + nx * dist * 0.1 + ny / 3 * dist * 0.1;
1890 var p4y = midY + ny * dist * 0.1 - nx / 3 * dist * 0.1;
1902 var nx = dx / dist;
1903 var ny = dy / dist;
1943 var nx = dx / dist;
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DREADME.md35 <script src="{{ bower directory }}/snap.svg/dist/snap.svg-min.js" />
37 <script src="{{ bower directory }}/js-sequence-diagrams/dist/sequence-diagram-min.js" />
43 <link href="{{ bower directory }}/js-sequence-diagrams/dist/sequence-diagram-min.css" rel="styleshe…
64 <script src="{{ bower directory }}/jquery/dist/jquery.min.js" />
170 * ``git add -f src/main.js bower.json dist/*``
/plugin/jplayer/vendor/happyworm/jplayer/
H A DCHANGELOG.md10 …: The skins source files are now in `src/skin` and the build skins files in the 'dist/skin' folder.
42 - Package Fix: The un-minified source is now also added to the `dist` folder.
53 - Package Fix: Renamed the built folder to `dist`, which is more appropriate than the previous nami…
/plugin/diagramsnet/lib/js/mermaid/
H A DREADME.md17 path.resolve(__dirname, './node_modules/khroma/dist'),

12345