/plugin/odt/ODT/ |
H A D | ODTUnits.php | 135 * @param string|int $pixel String with pixel length value, e.g. '20px' 138 public function pixelToPointsX ($pixel) { argument 139 $pixel = self::getDigits ((string)$pixel); 140 $value = $pixel * $this->twips_per_pixel_x / self::$twips_per_point; 147 * @param string|int $pixel String with pixel length value, e.g. '20px' 150 public function pixelToPointsY ($pixel) { argument 151 $pixel = self::getDigits ((string)$pixel); 152 $value = $pixel * $this->twips_per_pixel_y / self::$twips_per_point;
|
/plugin/odt/helper/ |
H A D | units.php | 137 * @param string|int $pixel String with pixel length value, e.g. '20px' 140 public function pixelToPointsX ($pixel) { argument 141 return $this->internal->pixelToPointsX ($pixel); 147 * @param string|int $pixel String with pixel length value, e.g. '20px' 150 public function pixelToPointsY ($pixel) { argument 151 return $this->internal->pixelToPointsY ($pixel);
|
/plugin/pixelyear/ |
H A D | syntax.php | 79 list ($month, $day, $pixel) = explode ("|", $row); 82 if ($pixel>=1 and $pixel<=5) { 83 $dates[intval($month)."-".intval($day)]=$pixel;
|
H A D | SYNTAX.md | 8 … list dates with a month, day and 'pixel' separated with a pipe character "|" in the format month|…
|
/plugin/stlviewer/ |
H A D | README.md | 12 - s: size in pixel (defines height and width in one call) 13 - h: height in pixel 14 - w: width in pixel
|
/plugin/farmer/ |
H A D | all.less | 11 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
|
/plugin/mp3play2/ |
H A D | README.md | 80 <td>Width size in pixel or %</td> 85 <td>Height in pixel or %</td>
|
/plugin/openlayersmap/ |
H A D | script.js | 506 const selFeature = map.forEachFeatureAtPixel(evt.pixel, function (feature) { 563 const pixel = map.getEventPixel(e.originalEvent); 564 const hit = map.hasFeatureAtPixel(pixel);
|
/plugin/icons/assets/font-linux/ |
H A D | font-linux.css | 16 @media screen and (-webkit-min-device-pixel-ratio:0) {
|
/plugin/skype/ |
H A D | README.md | 66 <td>size of icon in pixel (10, 12, 14, 16, 24, 32)</td>
|
/plugin/schedule/lib/ |
H A D | scheduleCitiesMap.js | 428 map.forEachFeatureAtPixel (evt.pixel, function (feature) { 450 map.forEachFeatureAtPixel (evt.pixel, function (feature) {
|
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/ |
H A D | dmn.css | 15 @media screen and (-webkit-min-device-pixel-ratio:0) {
|
H A D | dmn-embedded.css | 17 @media screen and (-webkit-min-device-pixel-ratio:0) {
|
/plugin/odt/renderer/ |
H A D | page.php | 2021 public function pixelToPointsX ($pixel) { argument 2022 return $this->document->toPoints($pixel, 'x'); 2033 public function pixelToPointsY ($pixel) { argument 2034 return $this->document->toPoints($pixel, 'y');
|
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/ |
H A D | bpmn.css | 15 @media screen and (-webkit-min-device-pixel-ratio:0) {
|
H A D | bpmn-embedded.css | 17 @media screen and (-webkit-min-device-pixel-ratio:0) {
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/ |
H A D | firebug-1.3a2.css | 575 @media screen and (-webkit-min-device-pixel-ratio:0) {
|
/plugin/farmer/css/ |
H A D | chosen.less | 437 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
|
/plugin/jcapture/lib/ |
H A D | transform-3.0.2.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/photogallery/phpThumb/docs/ |
H A D | phpthumb.readme.txt | 463 least 1 pixel of width and height always remains. 583 * Cropping images can be specified with either exact pixel
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-embedded.css | 17 @media screen and (-webkit-min-device-pixel-ratio:0) {
|
/plugin/tagfilter/ |
H A D | style.css | 736 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
|
/plugin/tagfilter/script/select2/ |
H A D | select2.css | 633 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
|
/plugin/amcharts/assets/amcharts/plugins/export/ |
H A D | README.md | 660 Additionally, you can add `fit` property which is an array of pixel dimensions, 682 Pagesize | Dimensions in pixel
|