/plugin/statdisplay/pchart/ |
H A D | GDCanvas.php | 413 $Yi = floor ( $point->getY() ); 415 if ($Xi == $point->getX() && $Yi == $point->getY()) { 424 $Alpha1 = (((1 - ($point->getX() - $Xi)) * (1 - ($point->getY() - $Yi)) * 100) / 100) * $alpha; 426 $this->drawAlphaPixel(new Point($Xi, $Yi), $Alpha1, $color); 429 $Alpha2 = ((($point->getX() - $Xi) * (1 - ($point->getY() - $Yi)) * 100) / 100) * $alpha; 431 $this->drawAlphaPixel (new Point($Xi + 1, $Yi), $Alpha2, $color); 434 $Alpha3 = (((1 - ($point->getX() - $Xi)) * ($point->getY() - $Yi) * 100) / 100) 437 $this->drawAlphaPixel (new Point($Xi, $Yi + 1), $Alpha3, $color); 440 $Alpha4 = ((($point->getX() - $Xi) * ($point->getY() - $Yi) * 100) / 100) 443 $this->drawAlphaPixel (new Point($Xi + 1, $Yi + 1), $Alpha4, $color);
|
/plugin/statistics/inc/pchart/ |
H A D | GDCanvas.php | 478 $Yi = floor($point->getY()); 480 if($Xi == $point->getX() && $Yi == $point->getY()) { 491 $Alpha1 = (((1 - ($point->getX() - $Xi)) * (1 - ($point->getY() - $Yi)) * 100) / 100) * $alpha; 493 $this->drawAlphaPixel(new Point($Xi, $Yi), $Alpha1, $color); 496 $Alpha2 = ((($point->getX() - $Xi) * (1 - ($point->getY() - $Yi)) * 100) / 100) * $alpha; 498 $this->drawAlphaPixel(new Point($Xi + 1, $Yi), $Alpha2, $color); 501 $Alpha3 = (((1 - ($point->getX() - $Xi)) * ($point->getY() - $Yi) * 100) / 100) 504 $this->drawAlphaPixel(new Point($Xi, $Yi + 1), $Alpha3, $color); 507 $Alpha4 = ((($point->getX() - $Xi) * ($point->getY() - $Yi) * 100) / 100) 510 $this->drawAlphaPixel(new Point($Xi + 1, $Yi [all...] |
/plugin/dw2pdf/vendor/mpdf/mpdf/data/ |
H A D | lang2fonts.css | 368 :lang("ii"), :lang("iii"), /* Nuosu; Yi */
|
/plugin/translate/ |
H A D | List_of_ISO_639-1_codes.txt | 73 array("ii", "iii", "-", "iii", "Sichuan Yi, Nuosu", "ꆇꉙ", ""),
|
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 3223 $Yi = floor($Y); 3225 if ( $Xi == $X && $Yi == $Y) 3238 if ( $Alpha1 > $this->AntialiasQuality ) { $this->drawAlphaPixel($Xi,$Yi,$Alpha1,$R,$G,$B); } 3241 … if ( $Alpha2 > $this->AntialiasQuality ) { $this->drawAlphaPixel($Xi+1,$Yi,$Alpha2,$R,$G,$B); } 3244 … if ( $Alpha3 > $this->AntialiasQuality ) { $this->drawAlphaPixel($Xi,$Yi+1,$Alpha3,$R,$G,$B); } 3247 … if ( $Alpha4 > $this->AntialiasQuality ) { $this->drawAlphaPixel($Xi+1,$Yi+1,$Alpha4,$R,$G,$B); }
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 3248 $Yi = floor($Y); 3250 if ( $Xi == $X && $Yi == $Y) 3263 if ( $Alpha1 > $this->AntialiasQuality ) { $this->drawAlphaPixel($Xi,$Yi,$Alpha1,$R,$G,$B); } 3266 … if ( $Alpha2 > $this->AntialiasQuality ) { $this->drawAlphaPixel($Xi+1,$Yi,$Alpha2,$R,$G,$B); } 3269 … if ( $Alpha3 > $this->AntialiasQuality ) { $this->drawAlphaPixel($Xi,$Yi+1,$Alpha3,$R,$G,$B); } 3272 … if ( $Alpha4 > $this->AntialiasQuality ) { $this->drawAlphaPixel($Xi+1,$Yi+1,$Alpha4,$R,$G,$B); }
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
H A D | d3.min.js | 2 …Yi(n){var t=n[0],e=n[n.length-1];return e>t?[t,e]:[e,t]}function Zi(n){return n.rangeExtent?n.rang… function 3 …Yi(u),a=null==n?i(o,10):"number"==typeof n&&i(o,n);return a&&(n=a[0],t=a[1]),r.domain(Xi(u,t>1?{fl…
|
/plugin/bpmnio/vendor/bpmn-js/dist/ |
H A D | bpmn-navigated-viewer.production.min.js | 2 …Yi(e,t){this.property=e,this.context=t}function Xi(e,t){this.element=t,this.propertyDesc=e}functio… class
|
H A D | bpmn-viewer.production.min.js | 2 …Yi(){}function Xi(e,t,n){this.model=e,this.type=e.getType(t),this.context=n}function Zi(e,t,n){Xi.… function
|
H A D | bpmn-modeler.production.min.js | 7 …Yi(){}function Xi(e,t,n){this.model=e,this.type=e.getType(t),this.context=n}function Zi(e,t,n){Xi.… function
|
/plugin/diagramsnet/lib/img/lib/ibm/vpc/ |
H A D | FloatingIP.svg | 1 …lfNNNcktqPpGJrqpRS3MRDdZ2AKRB+R9deQBeV+R3wQBZvHN4J9rf 5dPAHxR8HiuVQIxclCc+6Yi/jxXMq73lwrXcwDXfcsK1…
|
/plugin/mermaid/ |
H A D | mermaid.min.js | 1324 `,Nu(Ia(t,e[0])))>=0;)++e[0]}function kD(t,e){this.e=e,this.a=Gee(t),this.a<54?this.f=qv(t):this.c=KD(t)}function JJt(t,e,n,r){Ai(),gv.call(this,26),this.c=t,this.a=e,this.d=n,this global() function [all...] |
/plugin/bpmnio/vendor/dmn-js/dist/ |
H A D | dmn-modeler.production.min.js | 2 …(!e||!t)return-1;var n=e.indexOf(t);return-1!==n&&e.splice(n,1),n}function Yi(e,t,n){if(e&&t){"num… function 7 …ly { "+n.join(", ")+" } with "+e)},Zr.prototype._setParent=function(e,t,n){Yi(t.children,e,n),e.pa… 21 …Yi(i,e)):(e.$parent=null,Xi(i,e))}},Kp.$inject=["modeling","canvas"],Kp.prototype.preExecute=funct…
|
H A D | dmn-viewer.production.min.js | 2 …Yi(e,t){function n(e,n){zt(t.getContainer()).toggle(e,n)}e.on("palette.create",(function(){n("with… function
|
H A D | dmn-navigated-viewer.production.min.js | 2 …Yi(e,t){e.style["transform-origin"]="top left",["","-ms-","-webkit-"].forEach((function(n){e.style… function
|
/plugin/xlsx2dw/packages/xmltojson/ |
H A D | xmltojson.js | 17 function Yi(){} function 223 function ff(){if(ef==0){return new Vi}return new Yi} 600 …eturn 'unknown'};var ud=Ck(Zt,'UserAgentImplGecko1_8',102);Mf(101,1,{87:1},Yi);_.v=function Zi(){r…
|
/plugin/sequencediagram/bower_components/lodash/dist/ |
H A D | lodash.min.js | 78 …e(mn,"WeakMap"),Vi=je(Qu,"create"),Ki=qi&&new qi,Gi={},Hi=Te(Fi),Ji=Te(Ni),Yi=Te(Pi),Qi=Te(Zi),Xi=… 85 …tch(n){case Hi:return"[object DataView]";case Ji:return"[object Map]";case Yi:return"[object Promi…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 5 …Yi Baiti"/><a:font script="Tibt" typeface="Microsoft Himalaya"/><a:font script="Thaa" typeface="MV…
|
H A D | xlsx.js | 5050 …Yi Baiti"/><a:font script="Tibt" typeface="Microsoft Himalaya"/><a:font script="Thaa" typeface="MV…
|
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js | 1 …1e-6;function Yi(){this._x0=this._y0=this._x1=this._y1=null,this._=""}function zi(){return new Yi}… class
|
/plugin/diagramsnet/lib/js/mermaid/ |
H A D | mermaid.min.js | 6 …1e-6;function Yi(){this._x0=this._y0=this._x1=this._y1=null,this._=""}function zi(){return new Yi}… class
|
/plugin/c3chart/assets/ |
H A D | d3.min.js | 2 …Yi,w:Oi,W:Bi,x:function(t,n,e){return r(t,o,n,e)},X:function(t,n,e){return r(t,u,n,e)},y:ji,Y:Hi,Z… function
|
/plugin/flowcharts/ |
H A D | mermaid.min.js | 1 …1e-6;function Yi(){this._x0=this._y0=this._x1=this._y1=null,this._=""}function zi(){return new Yi}… class
|
/plugin/html5video2/script/ |
H A D | video.min.js | 20 …Yi(r),n),n=r===Vi,r=n?null:t[i](r);return function(e,t,i,n){for(var r=e.length-1;0<=r;r--){var a=e… function
|
/plugin/ol3/ |
H A D | script.js | 8 …Yi="undefined"!=typeof WorkerGlobalScope&&"undefined"!=typeof OffscreenCanvas&&self instanceof Wor…
|