Home
last modified time | relevance | path

Searched refs:c2 (Results 226 – 250 of 279) sorted by relevance

12345678910>>...12

/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-embedded.css11 …R1kIaemNSj5p7OlCAX+1UBib3ZX0N7njQZVVAH9id7TaFE0juGamzOSCpL9t5sxKApKq3dHdjX/c2+G1tKo2P7c8k+jCeVTI59…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js36 var c1, c2, c3, e1, e2, e3, e4;
39 c2 = input.charCodeAt(i++);
42 e2 = (c1 & 3) << 4 | c2 >> 4;
43 e3 = (c2 & 15) << 2 | c3 >> 6;
45 if (isNaN(c2)) { e3 = e4 = 64; }
53 var c1, c2, c3;
62 c2 = (e2 & 15) << 4 | e3 >> 2;
65 if (e3 != 64) { o += String.fromCharCode(c2); }
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1040 - 'bvl' (BeVeL) [ex: &fltr[]=bvl|<w>|<c1>|<c2>]
1042 for the top and left shading, <c2> is the hex color
1047 [ex: &fltr[]=fram|<w1>|<w2>|<c1>|<c2>|<c3>]
1050 hex color of the main border, <c2> is the highlight
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php4296 $c2 = $a2 * $x3 + $b2 * $y3;
4302 $x = ($b2 * $c1 - $b1 * $c2) / $det;
4303 $y = ($a1 * $c2 - $a2 * $c1) / $det;
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DSecure_Building.svg1 …5.647-4.54-12.433-7.504-15.356-2.622-2.47-6.767-5.747-11.066-3.7l7.636-4.18c2.8-1.342 5.82-.685 9.…
/plugin/diagramsnet/lib/img/lib/ibm/miscellaneous/
H A Dcognitive_services.svg1 …1.5.2-.2-.2-.4-.4-.5-.6.5 0 .9-.1 1.4-.2.4 0 .8-.1 1.1-.2.2 0 .3 0 .5-.1h.1c2.1-.4 4-1.4 5.8-2.7zm…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js16253 function drawTriangle(data, context, p1, p2, p3, c1, c2, c3) {
16265 c1 = c2;
16266 c2 = tmp;
16273 tmp = c2;
16274 c2 = c3;
16283 c1 = c2;
16284 c2 = tmp;
16301 var c2r = colors[c2],
16302 c2g = colors[c2 + 1],
16303 c2b = colors[c2 + 2];
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md748 Example: `http://example.org/a%c2%b1b` → `http://example.org/a%C2%B1b`
/plugin/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jar ... c1 org.apache.http.cookie.Cookie c2 String path1 String path2 public volatile synthetic int compare ( ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js4401 var c2 = 2 * Math.cos( 4 * Math.PI / 18);
4439 m7 = a9 * -c2;
H A Dogg.js2c2=buffer[1];var c3=buffer[2];var c4=buffer[3];var ret;if(buffer.length==2){ret=String.fromCharCod…
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jar ... c1 org.apache.http.cookie.Cookie c2 String path1 String path2 public volatile synthetic int compare ( ...
/plugin/pgn4web/pgn4web/
H A Dgotd.pgn428 Rc1 Nb3 39. Rc2 Nd2 40. Be2 Bb3 41. Rxd2 c2 42. Rxc2 1/2-1/2
1158 38. Rc8 Kd3 39. g4 fxg4 40. Kg3 Rd6 41. Kxg4 c3 42. Kg5 c2 43. h6 Rd7 44.
1620 Rxh7 c3 21. Qc1 Qxd4 22. Qh6 Rfd8 23. Bc1 Bg7 24. Qg5 Qf6 25. Qg4 c2 26.
H A Dtactics.pgn860 1. b3 Rxb3 2. exd5 c2 3. Ra2 1-0
1147 1... Bc6 2. Bxc6 c2 0-1
3036 1... Qxd1+ 2. Nxd1 c2 0-1
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js1897 c2 = math.cos(f2),
1904 m3 = [x2 + hx * s2, y2 - hy * c2],
/plugin/xlsx2dw/packages/xlsx/
H A Dcpexcel.full.mjs1475 var c1=0, c2=0, c3=0;
1484 c2 = (e2 & 15) << 4 | e3 >> 2;
1485 tt.push(c2);
H A Dxlsx.mjs92 c2 = input.charCodeAt(i++);
93 e2 = (c1 & 3) << 4 | c2 >> 4;
95 e3 = (c2 & 15) << 2 | c3 >> 6;
97 if (isNaN(c2)) {
114 c2 = input.charCodeAt(i++);
115 if (c2 > 255)
116 c2 = 95;
117 e2 = (c1 & 3) << 4 | c2 >> 4;
121 e3 = (c2 & 15) << 2 | c3 >> 6;
123 if (isNaN(c2)) {
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js7650 c2 = ((b1 & 0x3) << 4) | (b2 >> 4);
7655 r += encode6bit(c2 & 0x3F);
15671 list.sort(function(c1, c2) argument
15673 return new Date(c1.modifiedDate) - new Date(c2.modifiedDate);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js38089 var m2 = c2.redPow(priv.exponent2);
46024 this.c2 = this.c.redSqr();
46066 var lhs = y2.redSub(this.c2);
46747 var p2 = c2.mul(v2.a);
53685 c2,
53695 c2 = str.charCodeAt(m_pos + 1);
53697 if ((c2 & 0xfc00) === 0xdc00) {
53718 c2 = str.charCodeAt(m_pos + 1);
53720 if ((c2 & 0xfc00) === 0xdc00) {
62749 c2,
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js6355 var c2 = y - last.y;
6358 var h = (b2 * c1 - b1 * c2) / (a1 * b2 - a2 * b1);
6359 var v = (a2 * c1 - a1 * c2) / (a2 * b1 - a1 * b2);
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js6125 c2 = math.cos(f2),
6132 m3 = [x2 + hx * s2, y2 - hy * c2],

12345678910>>...12