Home
last modified time | relevance | path

Searched refs:pixel (Results 1 – 25 of 52) sorted by relevance

123

/plugin/odt/ODT/
DODTUnits.php135 * @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/
Dunits.php137 * @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/
Dsyntax.php79 list ($month, $day, $pixel) = explode ("|", $row);
82 if ($pixel>=1 and $pixel<=5) {
83 $dates[intval($month)."-".intval($day)]=$pixel;
DSYNTAX.md8 … list dates with a month, day and 'pixel' separated with a pipe character "|" in the format month|…
/plugin/stlviewer/
DREADME.md14 - 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 Dall.less11 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144d…
/plugin/mp3play2/
DREADME.md80 <td>Width size in pixel or %</td>
85 <td>Height in pixel or %</td>
/plugin/openlayersmap/
Dscript.js506 const selFeature = map.forEachFeatureAtPixel(evt.pixel, function (feature) {
563 const pixel = map.getEventPixel(e.originalEvent);
564 const hit = map.hasFeatureAtPixel(pixel);
/plugin/skype/
DREADME.md66 <td>size of icon in pixel (10, 12, 14, 16, 24, 32)</td>
/plugin/icons/assets/font-linux/
Dfont-linux.css16 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/schedule/lib/
DscheduleCitiesMap.js428 map.forEachFeatureAtPixel (evt.pixel, function (feature) {
450 map.forEachFeatureAtPixel (evt.pixel, function (feature) {
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
Ddmn.css15 @media screen and (-webkit-min-device-pixel-ratio:0) {
Ddmn-embedded.css17 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/odt/renderer/
Dpage.php2021 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 DREADME.md17 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/
Dbpmn.css16 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
Dfirebug-1.3a2.css575 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/openlayersmap/ol/
Dol.js.map1pixel ratio and a\n * {@link module:ol/proj/Projection~Projection} for the projection as argument…
/plugin/farmer/css/
H A Dchosen.less437 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144d…
/plugin/jcapture/lib/
Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/photogallery/phpThumb/docs/
Dphpthumb.readme.txt463 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/
DREADME.md171 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/
Dstyle.css736 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dpp…
/plugin/tagfilter/script/select2/
Dselect2.css633 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dpp…
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-embedded.css17 @media screen and (-webkit-min-device-pixel-ratio:0) {

123