Home
last modified time | relevance | path

Searched refs:ratio (Results 1 – 25 of 147) sorted by path

123456

/plugin/abc2/
H A Dsyntax.php224 $ratio = (int) $matches[1] / (int) $matches [2];
225 if ($ratio < 0.75) {
/plugin/achart/assets/
H A Dapexcharts.min.js6 …ction"==typeof i._loaded&&i._loaded.call(i,{width:s.width,height:s.height,ratio:s.width/s.height,u…
/plugin/advrack/
H A Djquery.qtip.js2174 bigHyp, ratio, result,
2183 ratio = bigHyp / smallHyp;
2185 result = [ round(ratio * width), round(ratio * height) ];
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js189 var ratio = false;
193 ratio = ( _this.setup.fabric.height / 2 ) / group.height;
209 width: ratio ? group.width * ratio : group.width,
210 height: ratio ? group.height * ratio : group.height,
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …searched beyond this\n\t * length. A higher limit improves compression ratio but degrades the\n…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval.php24 public $ratio; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval
43 public function setRatio($ratio) argument
45 $this->ratio = $ratio;
49 return $this->ratio;
H A DGoogleCloudDialogflowCxV3ExperimentResultMetric.php29 public $ratio; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ExperimentResultMetric
71 public function setRatio($ratio) argument
73 $this->ratio = $ratio;
77 return $this->ratio;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DLoyaltyPoints.php30 public $ratio; variable in Google\\Service\\ShoppingContent\\LoyaltyPoints
60 public function setRatio($ratio) argument
62 $this->ratio = $ratio;
66 return $this->ratio;
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-embedded.css17 @media screen and (-webkit-min-device-pixel-ratio:0) {
H A Dbpmn.css15 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
H A Ddmn-embedded.css17 @media screen and (-webkit-min-device-pixel-ratio:0) {
H A Ddmn.css15 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/bpmnioeditor/
H A Dstyle.css839 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css17 @media screen and (-webkit-min-device-pixel-ratio:0) {
H A Dbpmn-modeler.development.js25571 var ratio = 1 - (1 - e.scale) / 1.50,
25572 newZoom = Math.max(MIN_ZOOM, Math.min(MAX_ZOOM, ratio * zoom));
/plugin/c3chart/assets/
H A Dc3.min.js2ratio:this.getRatio("arc",t),index:t.index})},l.prototype.textForArcLabel=function(t){var e,i,n,r,…
H A Dd3.min.js2ratio=function(n){return t((n=+n)>1?n:1)},e}(sd),ld=function t(n){function e(t,e,r,i,o){if((u=t._s… function
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md977 * [#10833](http://dev.ckeditor.com/ticket/10833): Fixed: *Lock ratio* option should be on by defaul…
H A Dckeditor.js586 …ad",function(){var b=v.getInputElement();if(b){var c=v.type in{checkbox:1,ratio:1}&&CKEDITOR.env.i…
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc28 if ( aMatch[ 2 ] == '%' ) // % is allowed - > unlock ratio.
33 // Only if ratio is locked
164 // Check image ratio and original image ratio, but respecting user's preference.
171 dialog.lockRatio = false; // Default: unlock ratio
224 switchLockRatio( dialog, false ); // Unlock ratio
/plugin/ckgdoku/ckeditor/skins/moono/
H A Dskin.js89 function channelBrightness( channel, ratio ) { argument
90 var brighten = ratio < 0 ? (
91 0 | channel * ( 1 + ratio )
93 0 | channel + ( 255 - channel ) * ratio
99 return function( hexColor, ratio ) { argument
103 channels[ i ] = channelBrightness( parseInt( channels[ i ], 16 ), ratio );
/plugin/ckgedit/ckeditor/
H A DCHANGES.md154 …d: [Enhanced Image](https://ckeditor.com/cke4/addon/image2) plugin aspect ratio locking uses an ol…
156 …r-dev/issues/2254): Fixed: [Image](https://ckeditor.com/cke4/addon/image) ratio locking is too pre…
1397 * [#10833](https://dev.ckeditor.com/ticket/10833): Fixed: *Lock ratio* option should be on by defau…
H A Dckeditor.js633 …ad",function(){var b=t.getInputElement();if(b){var c=t.type in{checkbox:1,ratio:1}&&CKEDITOR.env.i…
H A Dckeditor.js.unc12442 ratio: 1
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc29 if ( aMatch[ 2 ] == '%' ) // % is allowed - > unlock ratio.
34 // Only if ratio is locked
165 // Check image ratio and original image ratio, but respecting user's preference.
172 dialog.lockRatio = false; // Default: unlock ratio
225 switchLockRatio( dialog, false ); // Unlock ratio

123456