/plugin/galleryv1.5/ |
D | script.js | 191 var imag = new Image; 192 imag.onload = function() { 195 spin.src = imag.src; 200 imag.onload = function(){}; 202 if (imagePath != '') imag.src = imagePath; 304 var imag = self._box.firstChild; 311 imag.width = Math.floor(orig.w * ratio); 312 imag.height = Math.floor(orig.h * ratio); 315 … self._box.style.top = [self._pos.y + (self._page.win.h - imag.height - 30) / 2,'px'].join(''); 316 self._box.style.left = [((self._page.win.w - imag.width - 30) / 2),'px'].join(''); [all …]
|
/plugin/codemirror/dist/modes/ |
D | go.min.js | 1 …true,append:true,cap:true,close:true,complex:true,copy:true,"delete":true,imag:true,len:true,make:… property
|
D | go.min.js.map | 1 …imag","len","make","new","panic","print","println","real","recover","isOperatorChar","curPunc","to…
|
D | fortran.min.js.map | 1 …\n \"idnint\", \"ieor\", \"ierrno\", \"ifix\", \"imag\",\n …
|
D | scheme.min.js.map | 1 … equal? eqv? eval even? exact->inexact exact? exp expt #f floor force gcd imag-part inexact->exact…
|
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
D | opal.js | 21024 return $def(self, '$Complex', function $$Complex(real, imag) { argument 21027 if (imag == null) imag = nil; 21028 if ($truthy(imag)) { 21029 return $$('Complex').$new(real, imag) 21060 $proto.real = $proto.imag = nil; 21062 $defs(self, '$rect', function $$rect(real, imag) { argument 21066 if (imag == null) imag = 0; 21067 …al) && ($truthy(real['$real?']()))) && ($eqeqeq($$$('Numeric'), imag))) && ($truthy(imag['$real?']… 21070 return self.$new(real, imag); 21084 $def(self, '$initialize', function $$initialize(real, imag) { argument [all …]
|
D | index.mjs | 11608 …,<=>,compare,is_a?,!,new,enum_for,to_proc,negative?,>=,<=,+,to_i,truncate,>,angle,conj,imag,rect'); 11757 $def(self, '$imag', $return_val(0)); 12022 $alias(self, "imaginary", "imag"); 19790 return $def(self, '$Complex', function $$Complex(real, imag) { argument 19793 if (imag == null) imag = nil; 19794 if ($truthy(imag)) { 19795 return $$('Complex').$new(real, imag) 19816 …Opal.add_stubs('require,real?,===,raise,new,*,cos,sin,attr_reader,freeze,class,==,real,imag,Comple… 19825 $proto.real = $proto.imag = nil; 19827 $defs(self, '$rect', function $$rect(real, imag) { argument [all …]
|
D | index.cjs | 11617 …,<=>,compare,is_a?,!,new,enum_for,to_proc,negative?,>=,<=,+,to_i,truncate,>,angle,conj,imag,rect'); 11766 $def(self, '$imag', $return_val(0)); 12031 $alias(self, "imaginary", "imag"); 19799 return $def(self, '$Complex', function $$Complex(real, imag) { 19802 if (imag == null) imag = nil; 19803 if ($truthy(imag)) { 19804 return $$('Complex').$new(real, imag) 19825 …Opal.add_stubs('require,real?,===,raise,new,*,cos,sin,attr_reader,freeze,class,==,real,imag,Comple… 19834 $proto.real = $proto.imag = nil; 19836 $defs(self, '$rect', function $$rect(real, imag) { [all …]
|
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
D | asciidoctor.js | 21024 return $def(self, '$Complex', function $$Complex(real, imag) { argument 21027 if (imag == null) imag = nil; 21028 if ($truthy(imag)) { 21029 return $$('Complex').$new(real, imag) 21060 $proto.real = $proto.imag = nil; 21062 $defs(self, '$rect', function $$rect(real, imag) { argument 21066 if (imag == null) imag = 0; 21067 …al) && ($truthy(real['$real?']()))) && ($eqeqeq($$$('Numeric'), imag))) && ($truthy(imag['$real?']… 21070 return self.$new(real, imag); 21084 $def(self, '$initialize', function $$initialize(real, imag) { argument [all …]
|
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
D | asciidoctor.js | 21027 return $def(self, '$Complex', function $$Complex(real, imag) { argument 21030 if (imag == null) imag = nil; 21031 if ($truthy(imag)) { 21032 return $$('Complex').$new(real, imag) 21063 $proto.real = $proto.imag = nil; 21065 $defs(self, '$rect', function $$rect(real, imag) { argument 21069 if (imag == null) imag = 0; 21070 …al) && ($truthy(real['$real?']()))) && ($eqeqeq($$$('Numeric'), imag))) && ($truthy(imag['$real?']… 21073 return self.$new(real, imag); 21087 $def(self, '$initialize', function $$initialize(real, imag) { argument [all …]
|
D | asciidoctor.min.js | 520 …,$super,"Complex");R=[H].concat(R);var a=b.$r(R),k=H.$$prototype;k.real=k.imag=W;E(H,"$rect",funct… 521 …imag=b;return this.$freeze()},-2);A(H,"$coerce",function(a){return D(N("Complex"),a)?[a,this]:D(N(… 522 …imag["$=="](0):b:a["$=="](this)});A(H,"$-@",function(){return q.$Complex(this.real["$-@"](),this.i… 523 …imag):this.$__coerced__("-",a)});A(H,"$*",function(a){return D(N("Complex"),a)?q.$Complex(m(B(this… 524 …()):D(N("Numeric"),a)&&x(a["$real?"]())?q.$Complex(this.real.$quo(a),this.imag.$quo(a)):this.$__co… 526 …imag)});A(H,"$abs2",function(){return z(B(this.real,this.real),B(this.imag,this.imag))});A(H,"$ang… 527 …imag.$class()):h)?this["$=="](b):d});A(H,"$fdiv",function(a){D(N("Numeric"),a)||q.$raise(N("TypeEr… 528 …imag["$infinite?"]()});A(H,"$inspect",function(){return"("+this+")"});A(H,"$numerator",function(){… 529 …imag]});A(H,"$to_f",function(){G(this.imag,0)||q.$raise(N("RangeError"),"can't convert "+this+" in… 530 …imag)&&x(this.imag["$nan?"]())||x(this.imag["$positive?"]())||x(this.imag["$zero?"]())?"+":"-");a=…
|
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/ |
D | vocab.bpe | 5713 Ġimag ine 13589 Ġimag ination 15504 Ġimag ined 19252 Ġimag ery 24753 Ġimag in 26472 Ġimag inary 33886 Ġimag ining
|
/plugin/aceeditor/ |
D | build.js | 1 …v2rgb|hypot|ichol|idivide|ifft|ifft2|ifftn|ifftshift|ilu|im2frame|im2java|imag|image|imagesc|imapp…
|
/plugin/strata/ |
D | plotly-2.25.2.min.js | 8 …imag:{valType:"data_array",editType:"calc+clearAxisTypes"},text:o.text,texttemplate:i({editType:"p…
|