Home
last modified time | relevance | path

Searched +defs:base +defs:x (Results 1 – 25 of 77) sorted by relevance

1234

/plugin/openid/Auth/OpenID/
DBigMath.php181 abstract protected function init($number, $base = 10);
188 abstract public function cmp($x, $y);
195 abstract protected function add($x, $y);
202 abstract protected function mul($x, $y);
209 abstract protected function div($x, $y);
216 abstract protected function mod($base, $modulus);
223 abstract protected function pow($base, $exponent);
238 function add($x, $y)
243 function sub($x, $y)
248 function pow($base, $exponent)
[all …]
/plugin/fedauth/Auth/OpenID/
DBigMath.php193 function add($x, $y)
198 function sub($x, $y)
203 function pow($base, $exponent)
208 function cmp($x, $y)
213 function init($number, $base = 10)
218 function mod($base, $modulus)
223 function mul($x, $y)
228 function div($x, $y)
238 function _powmod($base, $exponent, $modulus)
252 function powmod($base, $exponent, $modulus)
[all …]
/plugin/diagramsnet/lib/math/
Dlatest.js19 …oudflare.com":{api:"https://api.cdnjs.com/libraries/mathjax?fields=version",key:"version",base:"ht… argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
DBCMath.php65 public function __construct($x = 0, $base = 10)
85 protected function initialize($base)
201 public function multiply(BCMath $x)
332 public function bitwise_and(BCMath $x)
343 public function bitwise_or(BCMath $x)
354 public function bitwise_xor(BCMath $x)
422 public function equals(BCMath $x)
663 public function testBit($x)
DGMP.php64 public function __construct($x = 0, $base = 10)
89 protected function initialize($base)
200 public function multiply(GMP $x)
272 public function equals(GMP $x)
349 public function bitwise_and(GMP $x)
363 public function bitwise_or(GMP $x)
377 public function bitwise_xor(GMP $x)
494 protected static function randomRangePrimeInner(Engine $x, Engine $min, Engine $max)
673 public function testBit($x)
DPHP.php82 public function __construct($x = 0, $base = 10)
101 protected function initialize($base)
719 private static function safe_divide($x, $y)
894 private static function int2bytes($x)
1001 protected static function square(array $x)
1185 public function testBit($x)
DPHP32.php54 protected function initialize($base)
207 public function bitwise_and(PHP32 $x)
218 public function bitwise_or(PHP32 $x)
229 public function bitwise_xor(PHP32 $x)
266 public function equals(PHP32 $x)
DPHP64.php54 protected function initialize($base)
211 public function bitwise_and(PHP64 $x)
222 public function bitwise_or(PHP64 $x)
233 public function bitwise_xor(PHP64 $x)
270 public function equals(PHP64 $x)
DEngine.php134 public function __construct($x = 0, $base = 10)
508 protected static function base256_lshift(&$x, $shift)
668 protected static function slidingWindow(Engine $x, Engine $e, Engine $n, $class)
869 protected static function randomRangePrimeInner(Engine $x, Engine $min, Engine $max)
1233 protected function bitwiseAndHelper(Engine $x)
1252 protected function bitwiseOrHelper(Engine $x)
1271 protected function bitwiseXorHelper(Engine $x)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
DBigInteger.php171 public function __construct($x = 0, $base = 10)
277 public function multiply(BigInteger $x)
512 public function equals(BigInteger $x)
533 public function bitwise_and(BigInteger $x)
544 public function bitwise_or(BigInteger $x)
555 public function bitwise_xor(BigInteger $x)
824 public function testBit($x)
/plugin/sketchcanvas/script/
DSketchCanvas.js155 function drawPos(x, y) { argument
243 function drawParts(tool, x, y) { argument
269 function hitRect(r, x, y){ argument
749 …var m = {x: mx / scale, y: my / scale}; /// Convert to the logical coordinate system before hit te… property
843 function pointHandle(x, y){ argument
858 offset = {x:0, y:0}; property
865 offset = {x:x1, y:y1}; property
870 function drawHandle(x, y, color, circle){ argument
1404 function checkMenu(x, y) { argument
1416 function choiceMenu(x, y) { argument
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.mjs3047 return (function($base) {
3240 (function($base, $super, $parent_nesting) {
4157 return (function($base, $super) {
4184 return (function($base, $super, $parent_nesting) {
4311 return (function($base, $super) {
4508 (function($base, $parent_nesting) {
4989 $def(self, '$Integer', function $$Integer(value, base) { argument
5514 return (function($base, $super) {
5558 (function($base, $parent_nesting) {
5594 return (function($base, $super, $parent_nesting) {
[all …]
Dopal.js3058 return (function($base) {
3268 (function($base, $super, $parent_nesting) {
4250 return (function($base, $super) {
4277 return (function($base, $super, $parent_nesting) {
4412 return (function($base, $super) {
4635 (function($base, $parent_nesting) {
5138 $def(self, '$Integer', function $$Integer(value, base) { argument
5707 return (function($base, $super) {
5752 (function($base, $parent_nesting) {
5790 return (function($base, $super, $parent_nesting) {
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js3061 return (function($base) {
3271 (function($base, $super, $parent_nesting) {
4253 return (function($base, $super) {
4280 return (function($base, $super, $parent_nesting) {
4415 return (function($base, $super) {
4638 (function($base, $parent_nesting) {
5141 $def(self, '$Integer', function $$Integer(value, base) { argument
5710 return (function($base, $super) {
5755 (function($base, $parent_nesting) {
5793 return (function($base, $super, $parent_nesting) {
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js3058 return (function($base) {
3268 (function($base, $super, $parent_nesting) {
4250 return (function($base, $super) {
4277 return (function($base, $super, $parent_nesting) {
4412 return (function($base, $super) {
4635 (function($base, $parent_nesting) {
5138 $def(self, '$Integer', function $$Integer(value, base) { argument
5707 return (function($base, $super) {
5752 (function($base, $parent_nesting) {
5790 return (function($base, $super, $parent_nesting) {
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
Dindex.js23 .map(function (x, i) { argument
145 self.alias = function (x, y) { argument
483 function rebase (base, dir) { argument
/plugin/diagramsnet/lib/js/grapheditor/
DShapes.js11 function paintTableBackground(state, c, x, y, w, h, r) argument
132 TableShape.prototype.paintVertexShape = function(c, x, y, w, h) argument
152 TableShape.prototype.paintForeground = function(c, x, y, w, h) argument
178 TableShape.prototype.paintTableForeground = function(c, x, y, w, h) argument
193 x: 0, cells: cells, colspans: []}]; property
303 CubeShape.prototype.paintVertexShape = function(c, x, y, w, h) argument
389 WaypointShape.prototype.paintVertexShape = function(c, x, y, w, h) argument
410 IsoRectangleShape.prototype.redrawPath = function(path, x, y, w, h) argument
433 IsoCubeShape.prototype.redrawPath = function(path, x, y, w, h, isForeground) argument
469 DataStoreShape.prototype.redrawPath = function(c, x, y, w, h, isForeground) argument
[all …]
DGraph.js875 this.graphHandler.start = function(cell, x, y, cells) argument
2017 Graph.prototype.baseUrl = (urlParams['base'] != null) ?
2372 Graph.prototype.getCellAt = function(x, y, parent, vertices, edges, ignoreFn) argument
2388 Graph.prototype.getScaledCellAt = function(x, y, parent, vertices, edges, ignoreFn) argument
4594 Graph.prototype.getSwimlaneAt = function (x, y, parent) argument
5326 HoverIcons.prototype.drag = function(evt, x, y) argument
5362 HoverIcons.prototype.getStateAt = function(state, x, y) argument
5481 var positionArrow = mxUtils.bind(this, function(arrow, x, y) argument
5683 HoverIcons.prototype.update = function(state, x, y) argument
6535 function addPoint(type, x, y) argument
[all …]
/plugin/diagramsnet/lib/js/jscolor/
Djscolor.js214 this.toAbsolute = function(base) { argument
733 var x = Math.round((THIS.hsv[0]/6) * (mxJSColor.images.pad[0]-1)); variable
/plugin/pgn4web/pgn4web/libs/jscolor/
Djscolor.js246 this.toAbsolute = function(base) { argument
825 var x = Math.round((THIS.hsv[0]/6) * (jscolor.images.pad[0]-1)); variable
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
Dd3.min.js1 …,e){return function(){var r=e.apply(t,arguments);return r===t?n:r}}function x(n,t){if(t in n)retur… property
2 …(s=n,h=t),p=M,g=x,v=b,d=_,y=w,S.point=u}function f(){i(M,x,m,b,_,w,p,g,s,v,d,y,a,t),S.lineEnd=o,o(… argument
/plugin/codemirror/dist/modes/
Dxml.min.js1xports=="object"&&typeof module=="object")a(require("../../lib/codemirror"));else if(typeof define… function
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js90 hat.rack = function (bits, base, expandBy) { argument
2810 x: 0, property
3328 function rectBBox(x, y, width, height) { argument
3384 function isPointInsideBBox$2(bbox, x, y) { argument
3506 dots1.push({ x: p.x, y: p.y, t: i / n1 }); property
3511 dots2.push({ x: p.x, y: p.y, t: i / n2 }); property
3544 x: is.x, property
3680 x = +pathArray[0][1]; property
3791 rotate = cacher(function(x, y, rad) { argument
3979 attrs = { x: 0, y: 0, bx: 0, by: 0, X: 0, Y: 0, qx: null, qy: null }, property
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js2240 x = x || 0; property
14265 x: radius, property
15900 x: 0, y: 0, w: size, h: size, lineWidth: 0, color: background property
15908 x: modSize * i, property
15971 x: this.x, property
16081 x: this.x, property
16200 x: r.x, property
16935 x: xf, property
17006 result.push({ x: self.rowSpanData[i].left, index: i}); property
17016 …result.push({ x: self.rowSpanData[self.rowSpanData.length - 1].left, index: self.rowSpanData.lengt… property
[all …]
/plugin/mermaid/
Dmermaid.min.js1 …,"nd","rd"],A=k%100;return"["+k+(L[(A-20)%10]||L[A]||L[0])+"]"},"ordinal")},x=o(function(k,L,A){va… property
12xt:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var Ie=this.next();return Ie||this… variable in o7
268x:"0 0 "+l+" "+w,preserveAspectRatio:D[R]+" slice"}),A=Fe.makeSvgSpan([C[R]],[L],r);if(_===1)retur… argument
273 …"accent",mode:this.mode,loc:Qs.range(e),label:m,isStretchy:!1,isShifty:!0,base:s}}return s}};_3.en… property
350 …e,me,nv,$3,fd,AA,C5e,F3,dd,iv,CA,Gt=N(()=>{"use strict";rd();yt();mi();pr();xi();TA();ci();IV=X,S5… property
351 …f(a===0)return r;if(a<n)n-=a;else{let s=n/a;if(s<=0)return r;if(s>=1)return{x:i.x,y:i.y};if(s>0&&s… property
446 …n hL(t,e,r){return t.append("tspan").attr("class","text-outer-tspan").attr("x",0).attr("y",e*r-.1+… property
447 …M ${i.x},${i.y} L ${s.x},${s.y}`}function iZ(t,e){let{labelStyles:r,nodeStyles:n}=Ye(e);e.labelSty… property
451 …0),u=Math.max(a.height+(e.padding??0),e?.height??0),h=-l/2,f=-u/2,d=f/2,p=[{x:h+d,y:f},{x:h,y:0},{… property
452 …mespace","xml:space","preserve"),u.setAttribute("dy","1em"),u.setAttribute("x","0"),r?u.setAttribu… property
[all …]

1234