Home
last modified time | relevance | path

Searched refs:c (Results 2676 – 2700 of 3932) sorted by path

1...<<101102103104105106107108109110>>...158

/plugin/jmol2/jmol/
H A DJmolApplet0_ShapeSurface.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0_Symmetry.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jar ... public final void rotX (double) double angle double c double s public final void rotY (double) doub ...
H A DJmolAppletSigned0_Minimize.jar ... .MinAtom b org.jmol.minimize.MinAtom c org.jmol.minimize.MinAtom d int ia ...
H A DJmolAppletSigned0_ReadersMore.jar ... ] tokens private float a private float b private float c private float alpha private float beta private float gamma private ...
H A DJmolAppletSigned0_ShapeSurface.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_Symmetry.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DLEAME.txt6 Jmol es un visor de mol�culas y un editor; es de c�digo abierto y est�
101 Jmol sin necesidad de conocer y escribir c�digo detallado espec�fico
H A DLICENSE.txt172 c) You must cause the whole of the work to be licensed at no
306 c) Accompany the work with a written offer, valid for at
/plugin/jokuwiki/
H A DCOPYING103 c) If the modified program normally reads commands interactively
149 c) Accompany it with the information you received as to the offer
318 under certain conditions; type `show c' for details.
320 The hypothetical commands `show w' and `show c' should show the appropriate
322 be called something other than `show w' and `show c'; they could even be
/plugin/jplayer/
H A DLICENSE3 Copyright (c) 2017 Szymon Olewniczak
/plugin/jplayer/vendor/composer/
H A DLICENSE2 Copyright (c) Nils Adermann, Jordi Boggiano
/plugin/jplayer/vendor/happyworm/jplayer/
H A DMIT-LICENSE.txt1 Copyright (c) 2009 - 2013 Happyworm Ltd
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djplayer.playlist.min.js2c,d){var e=this;this.current=0,this.loop=!1,this.shuffled=!1,this.removing=!1,this.cssSelector=a.e… argument
H A Djquery.jplayer.inspector.min.js2c={init:function(b){var c=a(this),d=a.extend({},a.jPlayerInspector.defaults,b);a(this).data("jPlay… variable
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.min.js2c){var d="jPlayer",e="string"==typeof c,f=Array.prototype.slice.call(arguments,1),g=this;return c=… argument
3c=this;return a.each(b,function(a,d){d&&c.format[a]&&"data:"!==d.substr(0,5)&&(b[a]=c._qualifyURL(… argument
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
H A Dpopcorn.jplayer.min.js2c="//code.jplayer.org/2.9.0/jplayer/jquery.jplayer.min.js",d="//code.jplayer.org/2.9.0/jplayer/jqu… argument
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.css1 /*! Blue Monday Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */
9 * Copyright (c) 2010 - 2014 Happyworm Ltd
H A Djplayer.blue.monday.min.css1 /*! Blue Monday Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */.jp-audio :foc…
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.css1 /*! Pink Flag Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */
9 * Copyright (c) 2012 - 2014 Happyworm Ltd
H A Djplayer.pink.flag.min.css1 /*! Pink Flag Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */.jp-audio :focus…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js744 for (var c = 0; c < cce.coupledCount; c++) {
745 var chSelect = cce.chSelect[c];
746 if (cce.channelPair[c] === isChannelPair && cce.idSelect[c] === element.id) {
820 this.c = new Float32Array(2);
896 c = this.c,
912 c[0] = input[i][0] - input[i + 1][0];
913 c[1] = input[i][1] - input[i + 1][1];
921 e1[0] = c[0] - d[1];
922 e1[1] = c[1] + d[0];
923 e2[0] = c[0] + d[1];
[all …]
H A Daurora.js1240 var b1, b2, b3, b4, bom, c, end, littleEndian, nullEnd, pt, result, w1, w2;
1251 while (offset < end && (c = this.peekUInt8(offset++)) !== nullEnd) {
1252 result += String.fromCharCode(c);
2112 var c, container, _i, _len, _ref;
2113 c = [];
2117 c.push(container);
2118 containers[c.join('.')] = true;
2282 var c, count, len;
2286 c = stream.readUInt8();
2287 len = (len << 7) | (c & 0x7f);
[all …]
H A Dflac.js270 var a = 0, b = 0, c = 0, d = 0;
279 c = b - decoded[predictor_order - 2] + decoded[predictor_order - 3];
282 …d = c - decoded[predictor_order - 2] + 2 * decoded[predictor_order - 3] - decoded[predictor_order …
292 var abcd = new Int32Array([a, b, c, d]),
341 s0 = 0, s1 = 0, c = 0;
344 c = coeffs[j];
345 s0 += c * d;
347 s1 += c * d;
350 c = coeffs[0];
351 s0 += c * d;
[all …]

1...<<101102103104105106107108109110>>...158