| /plugin/odt/ODT/ |
| 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/ |
| 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/ |
| D | syntax.php | 79 list ($month, $day, $pixel) = explode ("|", $row); 82 if ($pixel>=1 and $pixel<=5) { 83 $dates[intval($month)."-".intval($day)]=$pixel;
|
| D | SYNTAX.md | 8 … list dates with a month, day and 'pixel' separated with a pipe character "|" in the format month|…
|
| /plugin/stlviewer/ |
| D | README.md | 14 - s: Size in pixel (defines height and width in one call) 16 - h: Height in pixel 18 - 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: 144d…
|
| /plugin/mp3play2/ |
| D | README.md | 80 <td>Width size in pixel or %</td> 85 <td>Height in pixel or %</td>
|
| /plugin/openlayersmap/ |
| 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/skype/ |
| D | README.md | 66 <td>size of icon in pixel (10, 12, 14, 16, 24, 32)</td>
|
| /plugin/icons/assets/font-linux/ |
| D | font-linux.css | 16 @media screen and (-webkit-min-device-pixel-ratio:0) {
|
| /plugin/schedule/lib/ |
| 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/ |
| D | dmn.css | 15 @media screen and (-webkit-min-device-pixel-ratio:0) {
|
| D | dmn-embedded.css | 17 @media screen and (-webkit-min-device-pixel-ratio:0) {
|
| /plugin/odt/renderer/ |
| 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/farmer/vendor/splitbrain/php-ico/ |
| H A D | README.md | 17 Images are encoded using 32 bits per pixel. This allows for alpha channel information in the result…
|
| /plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/ |
| D | bpmn.css | 16 @media screen and (-webkit-min-device-pixel-ratio:0) {
|
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/ |
| D | firebug-1.3a2.css | 575 @media screen and (-webkit-min-device-pixel-ratio:0) {
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …pixel ratio and a\n * {@link module:ol/proj/Projection~Projection} for the projection as argument…
|
| /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: 144d…
|
| /plugin/jcapture/lib/ |
| D | transform-3.0.2.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/photogallery/phpThumb/docs/ |
| 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/asciidocjs/node_modules/clean-css/ |
| D | README.md | 171 shorterLengthUnits: false, // controls shortening pixel units into `pc`, `pt`, or `in` units 366 …roundingPrecision: false, // rounds pixel values to `N` decimal places; `false` disables rounding;…
|
| /plugin/tagfilter/ |
| D | style.css | 736 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dpp…
|
| /plugin/tagfilter/script/select2/ |
| D | select2.css | 633 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dpp…
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-embedded.css | 17 @media screen and (-webkit-min-device-pixel-ratio:0) {
|