Home
last modified time | relevance | path

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

12345678910>>...18

/plugin/zoom/
Dstyle.css1 .cloud-zoom img{
4 .cloud-zoom-gallery img{
9 .cloud-zoom-lens {
17 .cloud-zoom-title {
30 /* This is the zoom window. */
31 .cloud-zoom-big {
37 .cloud-zoom-loading {
43 .cloud-zoom-center {
47 .cloud-zoom-block-left {
53 .cloud-zoom-block-right {
[all …]
Dplugin.info.txt2 base zoom
6 name zoom Plugin
Dreadme1 zoom Plugin for DokuWiki
4 lib/plugins/zoom/ - if the folder is called different it
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
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/
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/openlayersmap/
DStaticMap.php74 private $zoom; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
101 * @param int $zoom
127 int $zoom, argument
140 $this->zoom = $zoom;
249 $zoom = $this->zoom;
251 $zoom = log(360 / ($resolution * $this->tileSize), 2);
254 if (is_finite($zoom) && $zoom < 15 && $zoom > 2) {
255 $this->zoom = floor($zoom);
259 …Logger::debug("StaticMap::autoZoom: Set autozoom options to: z: $this->zoom, lon: $this->lon, lat:…
274 …[$this->zoom, $this->lat, $this->lon, $this->width, $this->height, serialize($this->markers), $thi…
[all …]
/plugin/openlayersmap/helper/
Dstaticmap.php52 * @param int $zoom the zoom level in the tile cache, eg. 14
65 int $zoom, argument
78 $zoom = $zoom ?: 0;
79 if ($zoom > 18) {
80 $zoom = 18;
104 $zoom,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
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/authgooglesheets/vendor/google/apiclient-services/src/Books/
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/
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/photogallery/
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/jdraw/src/com/mxgraph/examples/swing/editor/
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()
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/fulldisplay/
Dscript.js10 page.style.zoom = JSINFO.fulldisplay.zoom;
30 page.style.zoom = '';
/plugin/ol3/
Dstyle.css1zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0…
/plugin/revealjs/plugin/zoom-js/
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/
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…
Dlg-transitions.css4 .lg-css3.lg-zoom-in .lg-item {
6 .lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
9 .lg-css3.lg-zoom-in .lg-item.lg-next-slide {
12 .lg-css3.lg-zoom-in .lg-item.lg-current {
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 {
23 .lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
26 .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
29 .lg-css3.lg-zoom-in-big .lg-item.lg-current {
33 ….lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .l…
[all …]
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.vml.js25 zoom = 21600,
43 vals.push(round(value * zoom));
56 r += round(p[j] * zoom) + (j != jj - 1 ? "," : E);
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);
[all …]
/plugin/openlayersmap/ol/
Dol.css1zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0…
/plugin/asciidocjs/node_modules/minimist/test/
Dparse.js175 t.equal(argv.zoom, 55);
176 t.equal(argv.z, argv.zoom);
185 t.equal(argv.zoom, 55);
186 t.equal(argv.z, argv.zoom);
/plugin/galleryv1.5/
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/
Dgooglemap3.js78 var zoom = map.getZoom();
87 '<strong>Zoom:</strong> ' + zoom;
132 zoom: googleMapArray[i].zoom, property
/plugin/revealjs/css/
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/networkgraph/
Dscript.js23 const zoom = d3.zoom().on('zoom', event => {
29 svg.call(zoom);
194 .call(zoom.transform, currentTransform)

12345678910>>...18