| /plugin/bpmnio/syntax/ |
| H A D | bpmnio.php | 24 protected string $zoom = ''; // optional scaling factor variable in syntax_plugin_bpmnio_bpmnio 70 $this->zoom = $this->normalizeZoom($attrs['zoom'] ?? null) ?? ''; 72 return [$state, $this->type, '', $pos, '', false, $this->zoom]; 82 … return [$state, $this->type, base64_encode($match), $posStart, $posEnd, $inline, $this->zoom]; 87 $this->zoom = ''; 103 private function normalizeZoom($zoom): ?string argument 105 if ($zoom === null || $zoom === '') { 109 if (!is_numeric($zoom)) { 113 $zoom = (float) $zoom; 114 if ($zoom <= 0) { [all …]
|
| /plugin/zoom/ |
| D | style.css | 1 .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 …]
|
| D | plugin.info.txt | 2 base zoom 6 name zoom Plugin
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ |
| D | SearchMvt.php | 32 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/ |
| D | script.js | 34 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/ |
| H A D | StaticMap.php | 77 private int $zoom; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap 104 * @param int $zoom 130 int $zoom, argument 143 $this->zoom = $zoom; 252 $zoom = $this->zoom; 254 $zoom = log(360 / ($resolution * $this->tileSize), 2); 257 if (is_finite($zoom) && $zoom < 15 && $zoom > 2) { 258 $this->zoom = floor($zoom); 262 …Logger::debug("StaticMap::autoZoom: Set autozoom options to: z: $this->zoom, lon: $this->lon, lat:… 278 $this->zoom, [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/ |
| D | TileCoordinates.php | 24 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/ |
| D | GeolayerdataGeo.php | 46 public $zoom; variable in Google\\Service\\Books\\GeolayerdataGeo 137 public function setZoom($zoom) argument 139 $this->zoom = $zoom; 146 return $this->zoom;
|
| /plugin/openlayersmap/helper/ |
| H A D | staticmap.php | 52 * @param int $zoom the zoom level in the tile cache, eg. 14 65 int $zoom, argument 75 if ($zoom > 18) { 76 $zoom = 18; 100 $zoom,
|
| /plugin/pdfjs/ |
| D | syntax.php | 78 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/ |
| D | all.less | 77 .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/ |
| D | SchemaEditorToolBar.java | 143 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()
|
| D | EditorToolBar.java | 240 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/bpmnio/script/ |
| H A D | bpmnio_render.js | 245 const zoom = getZoomFactor(container); 246 const layout = computeSizeFn(viewer, zoom); 264 const zoom = Number.parseFloat(container.dataset.zoom ?? "1"); 266 if (!Number.isFinite(zoom) || zoom <= 0) { 270 return zoom; 273 function computeBpmnDiagramSize(viewer, zoom) { argument 286 scaledWidth: Math.max(width * zoom, 1), 287 scaledHeight: Math.max(height * zoom, 1), 300 function computeDmnDiagramSize(viewer, zoom) { argument 318 scaledWidth: Math.max(width * zoom, 1), [all …]
|
| /plugin/fulldisplay/ |
| D | script.js | 10 page.style.zoom = JSINFO.fulldisplay.zoom; 30 page.style.zoom = '';
|
| /plugin/bpmnio/test/data/ |
| H A D | bpmn-test.txt | 12 <bpmnio type="bpmn" src="bpmn-test.bpmn" zoom="0.5"> 17 <bpmnio type="bpmn" src="bpmn-test.bpmn" zoom="1.5"> 22 2. You should be able to zoom and pan the diagram
|
| H A D | dmn-test.txt | 12 <bpmnio type="dmn" src="dmn-test.dmn" zoom="0.5"> 17 <bpmnio type="dmn" src="dmn-test.dmn" zoom="1.5">
|
| /plugin/ol3/ |
| D | style.css | 1 …zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0…
|
| /plugin/revealjs/plugin/zoom-js/ |
| D | zoom.js | 16 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/ |
| D | lg-transitions.min.css | 1 …zoom-in .lg-item{opacity:0}.lg-css3.lg-zoom-in .lg-item.lg-next-slide,.lg-css3.lg-zoom-in .lg-item…
|
| D | lg-transitions.css | 4 .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/ |
| D | raphael.vml.js | 25 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/ |
| H A D | ol.css | 1 …zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0…
|
| /plugin/asciidocjs/node_modules/minimist/test/ |
| D | parse.js | 175 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/ |
| D | script.js | 226 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);
|