| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| D | ChaCha20.php | 297 * @param int $x0 (by reference) 314 …protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, … argument 317 static::quarterRound($x0, $x4, $x8, $x12); 322 static::quarterRound($x0, $x5, $x10, $x15); 345 …list(, $x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10, $x11, $x12, $x13, $x14, $x15) = unp… 346 $z0 = $x0; 365 $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 16); 367 $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 8); 386 $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 16); 388 $x0+= $x5; $x15 = self::leftRotate($x15 ^ $x0, 8); [all …]
|
| D | Salsa20.php | 443 * @param int $x0 (by reference) 460 …protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, … argument 463 static::quarterRound($x0, $x4, $x8, $x12); 468 static::quarterRound($x0, $x1, $x2, $x3);
|
| /plugin/jcapture/lib/ |
| D | jcapture.jar | ... .String, long)
java.io.InputStream x0
String x1
String x2
public long getContentLength ()
} ... |
| D | commons-logging-1.1.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| D | transform-3.0.2.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/sketchcanvas/script/ |
| D | draw.js | 58 var x0 = Math.min(arr[0].x, arr[1].x); 62 var w = x1 - x0; 65 ctx.moveTo(x0, y0); 73 ctx.arc(x0+r, y0/rate+r, r, 0, 2 * Math.PI, false); 81 var x0 = Math.min(arr[0].x, arr[1].x); 85 var w = x1 - x0; 88 ctx.moveTo(x0, y0); 96 ctx.arc(x0+r, y0/rate+r, r, 0, 2 * Math.PI, false);
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/ |
| D | Integer.php | 258 $x0 = substr($x, -$m); 263 $z0 = self::polynomialMultiply($x0, $y0); 265 self::subAdd2($x1, $x0), 294 $x0 = $x & 0x11111111; 304 $z0 = ($x0 * $y0) ^ ($x1 * $y3) ^ ($x2 * $y2) ^ ($x3 * $y1); 305 $z1 = ($x0 * $y1) ^ ($x1 * $y0) ^ ($x2 * $y3) ^ ($x3 * $y2); 306 $z2 = ($x0 * $y2) ^ ($x1 * $y1) ^ ($x2 * $y0) ^ ($x3 * $y3); 307 $z3 = ($x0 * $y3) ^ ($x1 * $y2) ^ ($x2 * $y1) ^ ($x3 * $y0);
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es7.math.iaddh.js | 5 iaddh: function iaddh(x0, x1, y0, y1) { 6 var $x0 = x0 >>> 0;
|
| D | es7.math.isubh.js | 5 isubh: function isubh(x0, x1, y0, y1) { 6 var $x0 = x0 >>> 0;
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | es7.math.iaddh.js | 5 iaddh: function iaddh(x0, x1, y0, y1) { 6 var $x0 = x0 >>> 0;
|
| D | es7.math.isubh.js | 5 isubh: function isubh(x0, x1, y0, y1) { 6 var $x0 = x0 >>> 0;
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | grid-1.js | 8 function build_grid(chords,bars,font,wmx){var i,k,l,nr,bar,w,hr,x0,x,y,yl,lc='',cells=[],nc=grid.n 62 x0=img.width-img.lm-img.rm 64 if(w>x0){nc/=2;w/=2} 68 x0=(x0/cfmt.scale-w)/2 71 x=x0+wmx/2 80 abc.out_sxsy(x0,' ',y) 83 x=x0 90 x=x0 96 if(i==0||(grid.repbrk&&(bars[i].slice(-1)==':'||bars[i][0]==':'))||k>=nc){y-=hr;x=x0
|
| D | grid3-1.js | 8 function build_grid(){var i,k,l,line,bl,bar,w,hr,x0,x,y,yl,cl,cell,lc='',path='<path class="stroke"… 36 x0=(img.width/cfmt.scale-w)/2 42 x=x0+wc/2 50 for(i=0;i<=nr;i++){line+='M'+x0.toFixed(1)+' '+y.toFixed(1)+'h'+w.toFixed(1)+'\n' 52 x=x0 61 x=x0
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | commons-fileupload-1.3.2.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
| D | commons-logging-1.2.jar | ... (java.lang.String)
ClassNotFoundException x1
String x0
static java.lang.ClassLoader access$000 ( ... |
| D | commons-io-2.4.jar | ... .util.List)
java.util.List x0
public volatile synthetic java.io.File[] ... |
| D | ehcache-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
META-INF/maven/
META ... |
| D | httpclient-4.5.5.jar | ... Object lookup (java.lang.String)
String x0
}
org/apache/http/client/version ... |
| /plugin/jdraw/lib/ |
| D | commons-logging-1.1.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| D | jdraw.jar | ... .mxGraph)
com.mxgraph.view.mxGraph x0
public com.mxgraph.swing.view.mxInteractiveCanvas ... |
| D | jgraphx-examples.jar | ... .mxGraph)
com.mxgraph.view.mxGraph x0
public com.mxgraph.swing.view.mxInteractiveCanvas ... |
| /plugin/diagramsnet/lib/js/ |
| D | export.js | 375 var x0 = 0; 382 x0 = 1 + bds.x; 387 …var position = -Math.round(phase - mxUtils.mod(view.translate.x * view.scale - x0, phase)) + 'px '… 596 var x0 = Math.floor(x / size.width); 598 var w0 = Math.ceil((x + w) / size.width) - x0; 601 return new mxRectangle(x0, y0, w0, h0); 716 var x0 = 0; 729 x0 -= layout.x * pf.width; 735 preview = new mxPrintPreview(graph, scale, pf, border, x0, y0); 747 preview.appendGraph(graph, scale, x0, y0);
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/ |
| D | PageWriter.php | 156 $x0 = $owidthPt_TB - $bleedMargin; 160 $this->writer->write(sprintf('/BleedBox [%.3F %.3F %.3F %.3F]', $x0, $y0, $x1, $y1)); 179 $x0 = $owidthPt_LR - $bleedMargin; 183 $this->writer->write(sprintf('/BleedBox [%.3F %.3F %.3F %.3F]', $x0, $y0, $x1, $y1));
|
| /plugin/statistics/js/ |
| D | chartjs-plugin-datalabels.js | 7 …x0,i=t.y0,l=t.x1,u=t.y1,d=s(n,i,e),c=s(l,u,e);d|c&&!(d&c);)8&(r=d||c)?(a=n+(l-n)*(e.top-i)/(u-i),o… property
|
| /plugin/chessdiagram/ |
| D | syntax.php | 184 'x0' => '<img src="'
|