Home
last modified time | relevance | path

Searched refs:zoom (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/plugin/zoom/
H A Dstyle.css1 .cloud-zoom img{
4 .cloud-zoom-gallery img{
9 .cloud-zoom-lens {
17 .cloud-zoom-title {
31 .cloud-zoom-big {
37 .cloud-zoom-loading {
43 .cloud-zoom-center {
47 .cloud-zoom-block-left {
53 .cloud-zoom-block-right {
59 .cloud-zoom-float-left {
[all …]
H A Dplugin.info.txt2 base zoom
6 name zoom Plugin
H A Dreadme1 zoom Plugin for DokuWiki
4 lib/plugins/zoom/ - if the folder is called different it
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DSearchMvt.php32 protected $zoom; variable in Elasticsearch\\Endpoints\\SearchMvt
40 $zoom = $this->zoom ?? null;
44 if (isset($index) && isset($field) && isset($zoom) && isset($x) && isset($y)) {
45 return "/$index/_mvt/$field/$zoom/$x/$y";
86 public function setZoom($zoom): SearchMvt argument
88 if (isset($zoom) !== true) {
91 $this->zoom = $zoom;
/plugin/google_maps/
H A Dscript.js34 function queryGoogleGeo(map, bounds, locations, index, zoom, retry) argument
59 setTimeout(queryGoogleGeo, GMAPS_RETRY_DELAY, map, bounds, locations, index, zoom, retry);
84 if (zoom == null)
89 zoom = map.getBoundsZoomLevel(bounds);
95 zoom = parseInt(zoom);
98 map.setCenter(bounds.getCenter(), zoom);
103 queryGoogleGeo(map, bounds, locations, index + 1, zoom, retry);
156 …queryGoogleGeo(map, new GLatLngBounds(), locations, 0, attrs.zoom == null ? null : attrs.zoom.valu…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
H A DTileCoordinates.php24 public $zoom; variable in Google\\Service\\SemanticTile\\TileCoordinates
42 public function setZoom($zoom) argument
44 $this->zoom = $zoom;
48 return $this->zoom;
/plugin/openlayersmap/helper/
H A Dstaticmap.php44 return [['name' => 'getMap', 'desc' => 'returns url to the image', 'params' => ['lat' => 'float', 'lon' => 'float', 'zoom' => 'integer', 'size' => 'string', 'maptype' => 'string', 'markers' => 'string', 'gpx' => 'string', 'kml' => 'string', 'geojson' => 'string', 'apikey' => 'string'], 'return' => ['image' => 'string']]];
52 * @param int $zoom the zoom level in the tile cache, eg. 14
65 int $zoom,
77 // normalize zoom
78 $zoom = $zoom ?: 0;
79 if ($zoom > 18) {
80 $zoom = 18;
104 $zoom,
81 getMap(float $lat, float $lon, int $zoom, string $size, string $maptype, array $markers, string $gpx, string $kml, string $geojson, string $apikey = '') global() argument
[all...]
/plugin/openlayersmap/
H A DStaticMap.php74 private $zoom;
101 * @param int $zoom
121 * Wheter or not to override zoom/lat/lon and zoom to the extent of gpx/kml and markers
127 int $zoom,
140 $this->zoom = $zoom;
190 * Calculate the lat/lon/zoom values to make sure that all of the markers and gpx/kml are on the map.
193 * buffer constant to enlarge (>1.0) the zoom level
249 $zoom
145 private $zoom; global() variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
198 __construct(float $lat, float $lon, int $zoom, int $width, int $height, string $maptype, array $markers, string $gpx, string $kml, string $geojson, string $mediaDir, string $tileCacheBaseDir, bool $autoZoomExtent = true, string $apikey = '') global() argument
413 lonToTile(float $long, int $zoom) global() argument
423 latToTile(float $lat, int $zoom) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DGeolayerdataGeo.php46 public $zoom; variable in Google\\Service\\Books\\GeolayerdataGeo
137 public function setZoom($zoom) argument
139 $this->zoom = $zoom;
146 return $this->zoom;
/plugin/pdfjs/
H A Dsyntax.php78 list($id, $zoom) = explode('?', $idzoom, 2);
79 if($zoom) {
80 if(in_array($zoom, $this->zoom_opts)) {
81 $opts['zoom'] = $zoom;
83 msg('pdfjs: unknown zoom: ' . $zoom, -1);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaEditorToolBar.java143 String zoom = zoomCombo.getSelectedItem().toString(); in SchemaEditorToolBar()
145 if (zoom.equals(mxResources.get("page"))) in SchemaEditorToolBar()
151 else if (zoom.equals(mxResources.get("width"))) in SchemaEditorToolBar()
157 else if (zoom.equals(mxResources.get("actualSize"))) in SchemaEditorToolBar()
165 zoom = zoom.replace("%", ""); in SchemaEditorToolBar()
167 Double.parseDouble(zoom) / 100)); in SchemaEditorToolBar()
H A DEditorToolBar.java240 String zoom = zoomCombo.getSelectedItem().toString(); in EditorToolBar()
242 if (zoom.equals(mxResources.get("page"))) in EditorToolBar()
248 else if (zoom.equals(mxResources.get("width"))) in EditorToolBar()
254 else if (zoom.equals(mxResources.get("actualSize"))) in EditorToolBar()
262 zoom = zoom.replace("%", ""); in EditorToolBar()
264 Double.parseDouble(zoom) / 100)); in EditorToolBar()
/plugin/photogallery/
H A Dall.less77 .pg-poster a:hover .pg-zoom > img {
81 .pg-poster a .pg-zoom {
93 .pg-poster a .pg-zoom > img {
105 .pg-poster a:hover .pg-zoom {
125 .pg-poster > a:hover .pg-zoom > img {
129 .pg-poster > a .pg-zoom {
141 .pg-poster > a .pg-zoom > img {
153 .pg-poster > a:hover .pg-zoom {
157 .pg-poster .video .pg-zoom img {
/plugin/ol3/
H A Dstyle.css1zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0…
/plugin/revealjs/plugin/zoom-js/
H A Dzoom.js16 zoom.to({
39 var zoom = (function(){ function
71 zoom.out();
137 document.body.style.zoom = '';
146 document.body.style.zoom = scale;
214 zoom.out();
/plugin/photogallery/lightGallery/css/
H A Dlg-transitions.min.css1zoom-in .lg-item{opacity:0}.lg-css3.lg-zoom-in .lg-item.lg-next-slide,.lg-css3.lg-zoom-in .lg-item…
H A Dlg-transitions.css4 .lg-css3.lg-zoom-in .lg-item {
16 ….lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.l…
21 .lg-css3.lg-zoom-in-big .lg-item {
33 ….lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .l…
38 .lg-css3.lg-zoom-out .lg-item {
50 ….lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3…
67 ….lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, …
84 ….lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .l…
101 ….lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .l…
106 .lg-css3.lg-soft-zoom .lg-item {
[all …]
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js25 zoom = 21600,
43 vals.push(round(value * zoom));
79 kx = zoom / sx,
80 ky = zoom / sy;
181 …4},{1}x", round((cx - rx) * zoom), round((cy - ry) * zoom), round((cx + rx) * zoom), round((cy + r…
340 …(res.path.v = R.format("m{0},{1}l{2},{1}", round(a.x * zoom), round(a.y * zoom), round(a.x * zoom)…
482 o.coordorigin = (dx * -zoom) + S + (dy * -zoom);
741 el.coordsize = zoom + S + zoom;
831 … path.v = R.format("m{0},{1}l{2},{1}", round(x * zoom), round(y * zoom), round(x * zoom) + 1);
836 el.coordsize = zoom + S + zoom;
[all …]
/plugin/openlayersmap/ol7/
H A Dol.css
/plugin/galleryv1.5/
H A Dscript.js226 var zoom = document.createElement('img');
227 zoom.id = 'gallery__actionImage';
228 with (zoom.style) {
235 self._set_cursor(zoom);
236 zoom.src = self._expand;
237 addEvent(zoom,'mouseover',function(){ self._show_action(); });
238 addEvent(zoom,'click', function() { self._zoom(); });
239 box.appendChild(zoom);
/plugin/googlemap3/
H A Dgooglemap3.js78 var zoom = map.getZoom();
87 '<strong>Zoom:</strong> ' + zoom;
132 zoom: googleMapArray[i].zoom, property in init_googlemap3.mapOptions
/plugin/revealjs/css/
H A Dreveal.css52 .reveal .slides section .fragment.zoom-in {
55 .reveal .slides section .fragment.zoom-in.visible {
473 -ms-touch-action: pinch-zoom;
474 touch-action: pinch-zoom; }
725 .reveal .slides section[data-transition=zoom],
726 .reveal.zoom .slides section:not([data-transition]) {
729 .reveal .slides > section[data-transition=zoom].past,
730 .reveal .slides > section[data-transition~=zoom-out].past,
731 .reveal.zoom .slides > section:not([data-transition]).past {
736 .reveal .slides > section[data-transition=zoom].future,
[all …]
/plugin/achart/assets/
H A Dapexcharts.css432 .apexcharts-svg.apexcharts-zoomable.hovering-zoom {
440 .apexcharts-zoom-icon,
456 .apexcharts-zoom-icon svg,
469 .apexcharts-theme-dark .apexcharts-zoom-icon svg,
480 .apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg,
482 .apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg {
487 .apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,
504 .apexcharts-zoom-icon,
627 .apexcharts-zoom-rect,
/plugin/pdfjs/pdfjs/web/locale/it/
H A Dviewer.properties12 zoom_out.title = Riduci zoom
13 zoom_out_label = Riduci zoom
14 zoom_in.title = Aumenta zoom
15 zoom_in_label = Aumenta zoom
16 zoom.title = Zoom
/plugin/photogallery/lightGallery/js/
H A Dlg-zoom.js37 zoom: true, property in AnonymousFunction03190cd90200.defaults
49 if (this.core.s.zoom && this.core.doCss()) {
109 var zoom = function(scaleVal) { method in Zoom.init
148 zoom(scale);
217 zoom(scale);
526 $.fn.lightGallery.modules.zoom = Zoom;

12345678910>>...17