Home
last modified time | relevance | path

Searched refs:x4 (Results 26 – 30 of 30) sorted by path

12

/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js5525 function bezlen(x1, y1, x2, y2, x3, y3, x4, y4, z) { argument
5537 xbase = base3(ct, x1, x2, x3, x4),
5544 function getTotLen(x1, y1, x2, y2, x3, y3, x4, y4, ll) { argument
5553 l = bezlen(x1, y1, x2, y2, x3, y3, x4, y4, t2);
5557 l = bezlen(x1, y1, x2, y2, x3, y3, x4, y4, t2);
5561 function intersect(x1, y1, x2, y2, x3, y3, x4, y4) { argument
5563 mmax(x1, x2) < mmin(x3, x4) ||
5564 mmin(x1, x2) > mmax(x3, x4) ||
5570 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
5584 px2 < +mmin(x3, x4).toFixed(2) ||
[all …]
/plugin/wikistats/
H A DREADME.md24 Download the wikistats archive from the [git repo](https://github.com/4x4-chris/wikistats).
165 A public git repository is available [here](https://github.com/4x4-chris/wikistats)
169 Please report issues in the [bug tracker](https://github.com/4x4-chris/wikistats/issues)
217 Copyright (C) Chris4x4 <4x4.chris@gmail.com>
H A Dplugin.info.txt3 email 4x4.chris@gmail.com
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js36770 var x4 = d[x2];
36771 var x8 = d[x4]; // Compute sub bytes, mix columns tables
36779 t = x8 * 0x1010101 ^ x4 * 0x10001 ^ x2 * 0x101 ^ x * 0x1010100;
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs6361 var /*fHighByte = flags & 0x1,*/ fExtSt = flags & 0x4, fRichSt = flags & 0x8;

12