Home
last modified time | relevance | path

Searched full:zoom (Results 1 – 25 of 987) sorted by relevance

12345678910>>...40

/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 …]
Dscript.js2 // Cloud Zoom V1.0.2
9zoom, .cloud-zoom-gallery').CloudZoom()});function format(str){for(var i=1;i<arguments.length;i++)…
/plugin/photogallery/lightGallery/js/
Dlg-zoom.js1 /*! lg-zoom - v1.0.4 - 2016-12-20
37 zoom: true, property
43 var Zoom = function(element) { class
49 if (this.core.s.zoom && this.core.doCss()) {
63 Zoom.prototype.init = function() { class
66 …var zoomIcons = '<span id="lg-zoom-in" class="lg-icon"></span><span id="lg-zoom-out" class="lg-ico…
73 _this.core.$outer.addClass('lg-use-left-for-zoom');
75 _this.core.$outer.addClass('lg-use-transition-for-zoom');
81 _this.core.$el.on('onSlideItemLoad.lg.tm.zoom', function(event, index, delay) {
104 * @desc Image zoom
[all …]
Dlg-zoom.min.js1 /*! lg-zoom - v1.0.4 - 2016-12-20
4zoom:!0,actualSize:!0,enableZoomAfter:300,useLeftForZoom:b()},d=function(b){return this.core=a(b).… property
/plugin/revealjs/plugin/zoom-js/
Dzoom.js16 zoom.to({
30 Reveal.registerPlugin( 'zoom', RevealZoom );
33 * zoom.js 0.3 (modified for use with reveal.js)
34 * http://lab.hakim.se/zoom-js
39 var zoom = (function(){ function
41 // The current zoom level (scale)
60 // The easing that will be applied when we zoom in/out
68 // Zoom out if the user hits escape
71 zoom.out();
84 * Applies the CSS required to zoom in, prefers the use of CSS3
[all …]
/plugin/pdfjs/
Dsyntax.php9 * SYNTAX: {{pdfjs [size] > mediaID?zoom|title }}
37 * @var possible zoom values
57 'zoom' => '',
77 //get the zoom
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);
136 if($opts['zoom']) $src .= '#zoom=' . $opts['zoom'];
/plugin/flexpaper/conf/
Ddefault.php10 $conf['Scale'] = 0.6; # The initial zoom factor that should be used. Should be a number above 0 …
11 $conf['ZoomTransition'] = 'easeOut'; # The zoom transition that should be used when zooming in F…
12 $conf['ZoomTime'] = 0.5; # The time it should take for the zoom to reach the new zoom factor. Sh…
13 … = 0.1; # The interval which the zoom slider should be using. Basically how big the "step" should…
19 $conf['MaxZoomSize'] = 5; # Sets the maximum allowed zoom level
20 $conf['MinZoomSize'] = 0.2; # Sets the minimum allowed zoom level
29 $conf['ZoomToolsVisible'] = 1; # Shows or hides zoom tools from the tool bar
/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)
88 // We select the best zoom for the boundary:
89 zoom = map.getBoundsZoomLevel(bounds);
94 // zoom is required to be an integer:
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/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/jdraw/src/com/mxgraph/examples/swing/editor/
DSchemaEditorToolBar.java98 // Sets the zoom in the zoom combo the current value in SchemaEditorToolBar()
122 // if the zoom is changed from outside the combo box in SchemaEditorToolBar()
127 // Invokes once to sync with the actual zoom value in SchemaEditorToolBar()
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()
DEditorToolBar.java195 // Sets the zoom in the zoom combo the current value in EditorToolBar()
219 // if the zoom is changed from outside the combo box in EditorToolBar()
224 // Invokes once to sync with the actual zoom value in EditorToolBar()
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/openlayersmap/helper/
Dstaticmap.php44 … to the image', 'params' => ['lat' => 'float', 'lon' => 'float', 'zoom' => 'integer', '…
52 * @param int $zoom the zoom level in the tile cache, eg. 14
65 int $zoom, argument
77 // normalize zoom
78 $zoom = $zoom ?: 0;
79 if ($zoom > 18) {
80 $zoom = 18;
104 $zoom,
/plugin/rigrr/lib/svg-pan-zoom/
Dsvg-pan-zoom.js14zoom-control { cursor: pointer; fill: black; fill-opacity: 0.333; } .svg-pan-zoom-control:hover { …
17 // Zoom Group
19 zoomGroup.setAttribute('id', 'svg-pan-zoom-controls');
21 zoomGroup.setAttribute('class', 'svg-pan-zoom-control');
37 zoomIn.setAttribute('id', 'svg-pan-zoom-zoom-in');
39 zoomIn.setAttribute('class', 'svg-pan-zoom-control');
47 zoomInBackground.setAttribute('class', 'svg-pan-zoom-control-background');
52 zoomInShape.setAttribute('class', 'svg-pan-zoom-control-element');
61 resetPanZoomControl.setAttribute('id', 'svg-pan-zoom-reset-pan-zoom');
63 resetPanZoomControl.setAttribute('class', 'svg-pan-zoom-control');
[all …]
/plugin/flexpaper/lang/en/
Dsettings.php14 $lang['Scale'] = '<b>(Number)</b> The initial zoom factor that should be used. Should be a number a…
15 $lang['ZoomTransition'] = '<b>(String)</b> The zoom transition that should be used when zooming in …
16 $lang['ZoomTime'] = '<b>(Number)</b> The time it should take for the zoom to reach the new zoom fac…
17 …umber)</b> The interval which the zoom slider should be using. Basically how big the "step" should…
22 $lang['MaxZoomSize'] = '<b>(Number)</b> Sets the maximum allowed zoom level';
23 $lang['MinZoomSize'] = '<b>(Number)</b> Sets the minimum allowed zoom level';
29 $lang['ZoomToolsVisible'] = '(Boolean) Shows or hides zoom tools from the tool bar';
/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/openlayersmap/
DStaticMap.php74 private $zoom; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
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, argument
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 ma…
193 * buffer constant to enlarge (>1.0) the zoom level
249 $zoom = $this->zoom;
251 $zoom = log(360 / ($resolution * $this->tileSize), 2);
254 if (is_finite($zoom) && $zoom < 15 && $zoom > 2) {
[all …]
/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/achart/assets/locales/
Den.json48 "selectionZoom": "Selection Zoom",
49 "zoomIn": "Zoom In",
50 "zoomOut": "Zoom Out",
52 "reset": "Reset Zoom"
Dit.json48 "selectionZoom": "Seleziona Zoom",
49 "zoomIn": "Zoom In",
50 "zoomOut": "Zoom Out",
52 "reset": "Reimposta Zoom"
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Deditor.properties.bak26 zoom=Zoom
28 zoomIn=Zoom In
29 zoomOut=Zoom Out
133 centerZoom=Center Zoom
134 zoomToSelection=Zoom to Selection
Deditor.properties26 zoom=Zoom key
28 zoomIn=Zoom In
29 zoomOut=Zoom Out
137 centerZoom=Center Zoom
138 zoomToSelection=Zoom to Selection
Deditor_zh-CN.properties27 zoom=Zoom key
29 zoomIn=Zoom In
30 zoomOut=Zoom Out
133 centerZoom=Center Zoom
134 zoomToSelection=Zoom to Selection
/plugin/pdfjs/pdfjs/web/locale/en-ZA/
Dviewer.properties29 zoom_out.title=Zoom Out
30 zoom_out_label=Zoom Out
31 zoom_in.title=Zoom In
32 zoom_in_label=Zoom In
33 zoom.title=Zoom
142 # Predefined zoom values
145 page_scale_auto=Automatic Zoom
/plugin/ol3/
Dstyle.css1zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0…
/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;

12345678910>>...40