Home
last modified time | relevance | path

Searched +defs:x +defs:e (Results 1 – 25 of 244) sorted by relevance

12345678910

/plugin/panoview/
H A Dscript.js110 this.mark = { 'x': 0, 'y': 0 }; property in PanoJS.mark
781 resolveCoordinates: function (e) { argument
853 PanoJS.mousePressedHandler = function (e) { argument
871 PanoJS.mouseReleasedHandler = function (e) { argument
880 PanoJS.mouseMovedHandler = function (e) { argument
889 PanoJS.zoomInHandler = function (e) { argument
896 PanoJS.zoomOutHandler = function (e) { argument
903 PanoJS.maximizeHandler = function (e) { argument
936 PanoJS.doubleClickHandler = function (e) { argument
946 PanoJS.keyboardMoveHandler = function (e) { argument
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.grab.js48 fnc = function(e){ argument
69 move: {x: 0, y: 0}, property in grab.data.move
70 offset: {x: 0, y: 0}, property in grab.data.offset
71 position: {x: 0, y: 0}, property in grab.data.position
72 start: {x: 0, y: 0}, property in grab.data.start
88 function mouseDown(e){ argument
106 function mouseMove(e){ argument
124 function mouseUp(e){ argument
138 function touchStart(e){ argument
156 function touchMove(e){ argument
[all …]
/plugin/sketchcanvas/script/
H A DSketchCanvas.js151 drawPos(x, y) global() argument
239 drawParts(tool, x, y) global() argument
265 hitRect(r, x, y) global() argument
274 mouseLeftClick(e) global() argument
354 mouseRightClick(e) global() argument
372 pathEditMouseDown(e) global() argument
492 selectMouseDown(e) global() argument
542 mouseDown(e) global() argument
547 mouseUp(e) global() argument
552 selectMouseMove(e) global() argument
650 pathEditMouseMove(e) global() argument
728 mouseMove(e) global() argument
733 mouseleave(e) global() argument
741 viewModeClick(e) global() argument
745 var m = {x: mx / scale, y: my / scale}; /// Convert to the logical coordinate system before hit test global() property in SketchCanvas.viewModeClick.m
760 keyDown(e) global() argument
839 pointHandle(x, y) global() argument
854 offset = {x:0, y:0}; global() property in SketchCanvas.resizeCanvas.offset
861 offset = {x:x1, y:y1}; global() property in SketchCanvas.resizeCanvas.offset
866 drawHandle(x, y, color, circle) global() argument
1123 viewModeClick(e) global() argument
1400 checkMenu(x, y) global() argument
1412 choiceMenu(x, y) global() argument
1423 choiceTBox(x, y) global() argument
1441 choiceCBox(x, y) global() argument
1450 choiceHBox(x, y) global() argument
1842 appendPoint(x, y) global() argument
1843 addPoint(x, y) global() argument
1874 mouseDown(e) global() argument
1878 mouseMove(e) global() argument
1884 var coord = {x: mx, y: my}; global() property in Tool.mouseMove.coord
1890 mouseUp(e) global() argument
1900 keyDown(e) global() argument
[all...]
/plugin/abc2/abc-libraries/abc-ui/
H A Dabc-ui-1.0.0.min.js8 function external_eval(param){return eval(param)}function isQuoted(e){return e.q}function quote(e){return e.q=!0,e}function unquote(e){return delete e.q,e}function Symbol(e){return this.nm=e,thi argument
[all...]
/plugin/combo/resources/library/bootstrap/5.0.1/
H A Dpopper.min.js5 "use strict";!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).Popper={})}(this,(function(e){function t(e){return{width:(e=e.getBoundingClientRect()).width,height:e.height,top:e.top,right:e argument
[all...]
/plugin/photogallery/lightGallery/js/
H A Dlg-zoom.js278 _this.core.$slide.on('touchstart.lg', function(e) { argument
288 x: e.originalEvent.targetTouches[0].pageX, property in AnonymousFunction03190cd90f00.startCoords
296 _this.core.$slide.on('touchmove.lg', function(e) { argument
308 x: e.originalEvent.targetTouches[0].pageX, property in AnonymousFunction03190cd91000.endCoords
370 _this.core.$slide.on('mousedown.lg.zoom', function(e) { argument
382 x: e.pageX, property in AnonymousFunction03190cd91200.startCoords
397 $(window).on('mousemove.lg.zoom', function(e) { argument
405 x: e.pageX, property in AnonymousFunction03190cd91300.endCoords
435 $(window).on('mouseup.lg.zoom', function(e) { argument
444 x: e.pageX, property in AnonymousFunction03190cd91400.endCoords
H A Dlg-zoom.min.js4eof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module… function
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php65 public function __construct($x = 0, $base = 10)
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)
434 public function modPow(BCMath $e, BCMath $n)
448 public function powMod(BCMath $e, BCMath $n)
460 protected function powModInner(BCMath $e, BCMath $n)
663 public function testBit($x)
H A DGMP.php64 public function __construct($x = 0, $base = 10)
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)
427 public function modPow(GMP $e, GMP $n)
441 public function powMod(GMP $e, GMP $n)
453 protected function powModInner(GMP $e, GMP $n)
494 protected static function randomRangePrimeInner(Engine $x, Engine $min, Engine $max)
[all …]
H A DPHP32.php207 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)
278 public function modPow(PHP32 $e, PHP32 $n)
292 public function powMod(PHP32 $e, PHP32 $n)
H A DPHP64.php211 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)
282 public function modPow(PHP64 $e, PHP64 $n)
296 public function powMod(PHP64 $e, PHP64 $n)
H A DOpenSSL.php48 public static function powModHelper(Engine $x, Engine $e, Engine $n)
H A DEngine.php134 public function __construct($x = 0, $base = 10)
508 protected static function base256_lshift(&$x, $shift)
635 protected function powModOuter(Engine $e, Engine $n)
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/BigInteger/Engines/PHP/
H A DBase.php83 protected static function powModHelper(PHP $x, PHP $e, PHP $n, $class)
115 protected static function prepareReduce(array $x, array $n, $class)
130 protected static function multiplyReduce(array $x, array $y, array $n, $class)
145 protected static function squareReduce(array $x, array $n, $class)
H A DMontgomery.php51 protected static function slidingWindow(Engine $x, Engine $e, Engine $n, $class)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
H A DBase.php63 protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n, $class)
83 protected static function prepareReduce($x, $n, $class)
98 protected static function multiplyReduce($x, $y, $n, $class)
112 protected static function squareReduce($x, $n, $class)
H A DBuiltIn.php37 protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n)
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js13 !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typ… argument
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckpanel.js112 FCKPanel.prototype.Preload = function( x, y, relElement ) argument
121 FCKPanel.prototype.Show = function( x, y, relElement, width, height ) argument
308 function FCKPanel_Window_OnFocus( e, panel ) argument
313 function FCKPanel_Window_OnBlur( e, panel ) argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/
H A DDefaultEngine.php37 protected static function powModHelper(GMP $x, GMP $e, GMP $n)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DJwk.php33 public $e; variable in Google\\Service\\Container\\Jwk
53 public $x; variable in Google\\Service\\Container\\Jwk
90 public function setE($e)
160 public function setX($x)
/plugin/mermaid/
H A Dmermaid.min.js6 `)),b+=B+p[C+1]}),b}var b0=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function B9(i){return i&&i.__esModule&&Object. global() property in F8e.kt
92 `+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var Zn=this.next();return Zn||this.lex()},begin:function(Zn){this.conditionStack.push(Zn)},popState:f global() property in AnonymousFunction3478d9c720900.f
101 `+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var zs=this.next();return zs||this.lex()},begin:function(zs){this.conditionStack.push(zs)},popState:f global() property in QPe.AnonymousFunction3478d9c732200.m
1323 `);const m=Oe().securityLevel;let b;m==="sandbox"&&(b=Mr("#i"+a));const E=Mr(m==="sandbox"?b.nodes()[0].contentDocument.body:"body");nv.init();const C=E.select("#"+a);RP.initGraphi global() class
1324 is(t,e) global() argument
1325 sst(t,e) global() argument
1327 P5t(t,e,n,r) global() argument
1328 _4(t,e) global() argument
1331 AnonymousFunction3478d9c7be000(e) global() argument
1333 AnonymousFunction3478d9c7e0c00(e,n) global() argument
1342 AnonymousFunction3478d9c7f2400(e) global() argument
1344 AnonymousFunction3478d9c7fd700(e) global() argument
1345 AnonymousFunction3478d9c7fda00(e) global() argument
1346 AnonymousFunction3478d9c7178400(e) global() argument
1560 b(y,g,x) global() argument
1561 In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var R=typeof window>"u"?null:window,H=R?R.navigator:null;R&&R.document;var Y=f(""),it=f({}),nt= global() class
1565 AnonymousFunction3478d9c71a0600(g,x) global() argument
1571 */var JF=function(g,x){this.recycle(g,x)};function Dk(){return!1}function WE(){return!0}JF.prototype={instanceString:function(){return"event"},recycle:function(g,x){if(this global() property in AnonymousFunction3478d9c71c3000.z.dt
1574 `),xt=0;xt<At.length;xt++){var Mt=At[xt],Dt=tt.measureText(Mt),Bt=Math.ceil(Dt.width),Zt=z;ut=Math.max(Bt,ut),dt+=Zt}return ut+=O,dt+=O,A[T]={width:ut,height:dt}},kp.calculateLabel global() property in kt.getPositionsData.mt
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php171 public function __construct($x = 0, $base = 10)
277 public function multiply(BigInteger $x)
463 public function powMod(BigInteger $e, BigInteger $n)
475 public function modPow(BigInteger $e, BigInteger $n)
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/ckgdoku/scripts/
H A Dscript-cmpr.js1er;var HTMLParserInstalled=true;var HTMLParser_Elements=new Array();(function(){var k=/^<(\w+)((?:… argument
/plugin/stlviewer/stlviewer/
H A Dparser.min.js2 function parse_3d_file(e,r,t,n){var i=null;switch(e.split(".").pop().split("?")[0].toLowerCase()){case"stl":i=parse_stl_bin(r);break;case"obj":i=parse_obj(r);break;case"vf":i=parse_vf(arrayBufferToString(r));break;case"3mf":return void parse_3mf(r,t,n);default:i=parse_stl_bin(r)}t&&t(i)}function arrayBufferToString(e,r,t){if("undefined"!=typeof TextDecoder)return new TextDecoder("utf-8").decode(e);for(var n=new Uint8Array(e),i=n.length,a="",s=0;s<i;s+=16383){var o=16383;s+16383>i&&(o=i-s),a+=String.fromCharCode.apply(null,n.subarray(s,s+o))}return a}function parse_stl_ascii(e){try{var r=arrayBufferToString(e),t=[],n=[],i={};r=(r=(r=(r=(r=(r=(r=(r=(r=(r=(r=(r=r.replace(/\r/,"\n")).replace(/^solid[^\n]*/,"")).replace(/\n/g," ")).replace(/facet normal /g,"")).replace(/outer loop/g,"")).replace(/vertex /g,"")).replace(/endloop/g,"")).replace(/endfacet/g,"")).replace(/endsolid[^\n]*/,"")).replace(/facet/g,"")).replace(/\s+/g," ")).replace(/^\s+/,"");for(var a,s=0,o=r.split(" "),l=[],c=o.length/12-1,f=0;f<c;f++){l=[];for(var d=0;d<3;d++)f1=parseFloat(o[s+3*d+3]),f2=parseFloat(o[s+3*d+4]),f3=parseFloat(o[s+3*d+5]),null==(a=i[[f1,f2,f3]])&&(a=t.length,t.push(new Array(f1,f2,f3)),i[[f1,f2,f3]]=a),l.push(a);n.push(new Array(l[0],l[1],l[2])),s+=12}return{vertices:t,faces:n,colors:!1}}catch(e){return"Can't parse file"}}function parse_stl_bin(e){var r,t,n,i,a,s,o,l=[],c=[],f={},d=!1;if(!e)retur argument
[all...]

12345678910