Home
last modified time | relevance | path

Searched refs:tile (Results 1 – 25 of 39) sorted by relevance

12

/plugin/panoview/
H A Dscript.js331 var tile = { class in PanoJS.prepareTiles
373 tile.posx = (tile.xIndex * this.tileSize) + this.x + motion.x;
374 tile.posy = (tile.yIndex * this.tileSize) + this.y + motion.y;
383 tile.posx = (tile.xIndex * this.tileSize) + this.x + motion.x;
395 tile.posx = (tile.xIndex * this.tileSize) + this.x + motion.x;
431 tile.element.style.top = tile.posy + 'px';
432 tile.element.style.left = tile.posx + 'px';
441 tile.element.style.top = tile.posy + 'px';
442 tile.element.style.left = tile.posx + 'px';
478 tileImgId = 'blank:' + tile.qx + ':' + tile.qy;
[all …]
H A Dstyle.css30 div.panoview_plugin .well .tile
/plugin/tile/
H A Dstyle.css8 div.tile {
19 div.tile a {
23 div.tile p {
30 div.tile div.img {
37 div.tile div.img * {
41 div.tile div.img {
44 div.tile div.img span {
51 div.tile div.img img {
H A Dplugin.info.txt1 base tile
6 desc Display URL in tile
7 url https://www.dokuwiki.org/plugin:tile
/plugin/openlayersmap/lang/ru/
H A Dadmin_intro.txt2 Здесь вы можете очистить кэш плиток (tile) и карт, используемых локальным хранилищем статических карт.
/plugin/pgn4web/pgn4web/images/tilesvg/
H A DREADME.txt1 Chess images from http://openclipart.org/search/?query=Chess+tile
H A Dbp.svg7 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Pawn 12006-12-26T00:00:00http://openclipa…
H A Dwp.svg8 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Pawn 32006-12-26T00:00:00http://openclipa…
H A Dbn.svg10 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Knight 32006-12-26T00:00:00http://opencli…
H A Dbb.svg10 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Bishop 22006-12-26T00:00:00http://opencli…
H A Dbr.svg12 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Rook 12006-12-26T00:00:00http://openclipa…
H A Dwn.svg11 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Knight 22006-12-26T00:00:00http://opencli…
H A Dbq.svg10 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Queen 12006-12-26T00:00:00http://openclip…
H A Dwr.svg13 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Rook 32006-12-26T00:00:00http://openclipa…
H A Dwk.svg13 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - King 32006-12-26T00:00:00http://openclipa…
H A Dwb.svg13 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Bishop 12006-12-26T00:00:00http://opencli…
H A Dbk.svg16 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - King 12006-12-26T00:00:00http://openclipa…
H A Dwq.svg21 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Queen 32006-12-26T00:00:00http://openclip…
/plugin/tiledblog/
H A Dsyntax.php70 $this->tile ($renderer, $ns, $cacheDir);
94 function tile (Doku_Renderer $renderer, $ns, $cacheDir) { function in syntax_plugin_tiledblog
/plugin/openlayersmap/
H A DStaticMap.php44 'openstreetmap' => ['txt' => '(c) OpenStreetMap data/ODbl', 'logo' => 'osm_logo.png', 'url' => 'https://tile.openstreetmap.org/{Z}/{X}/{Y}.png'],
46 'opentopomap' => ['txt' => '(c) OpenStreetMap data/ODbl, SRTM | style: (c) OpenTopoMap', 'logo' => 'osm_logo.png', 'url' => 'https:/tile.opentopomap.org/{Z}/{X}/{Y}.png'],
48 'cycle' => ['txt' => '(c) Thunderforest maps', 'logo' => 'tf_logo.png', 'url' => 'https://tile.thunderforest.com/cycle/{Z}/{X}/{Y}.png'],
49 'transport' => ['txt' => '(c) Thunderforest maps', 'logo' => 'tf_logo.png', 'url' => 'https://tile.thunderforest.com/transport/{Z}/{X}/{Y}.png'],
50 'landscape' => ['txt' => '(c) Thunderforest maps', 'logo' => 'tf_logo.png', 'url' => 'https://tile.thunderforest.com/landscape/{Z}/{X}/{Y}.png'],
51 'outdoors' => ['txt' => '(c) Thunderforest maps', 'logo' => 'tf_logo.png', 'url' => 'https://tile.thunderforest.com/outdoors/{Z}/{X}/{Y}.png'],
390 Logger::debug("imagecopy tile into image: $destX, $destY", $this->tileSize);
406 * Fetch a tile and (if configured) store it in the cache.
426 $tile = curl_exec($ch);
444 $tile
[all...]
/plugin/c3chart/assets/
H A Dc3.css18 .c3-legend-item-tile,
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js23361 tile;
23604 tile = {};
23607 tile.dataEnd = tile.length + position - 2;
23676 var tile,
23683 tile = {};
23688 tile.width = tile.tx1 - tile.tx0;
23689 tile.height = tile.ty1 - tile.ty0;
23690 tile.components = [];
23691 tiles.push(tile);
23703 tile = tiles[j];
[all …]
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt358 R=right, C=centre, *=tile)
367 <x> and <y> are the edge (and inter-tile) margin in
396 C=centre, *=tile);
407 <m> is the edge (and inter-tile) margin in percent;
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js10568 var tile = document.createElement('div');
10569 tile.className = "geTempDlgDiagramTile";
10570 tile.setAttribute('title', tooltip);
10575 swapActiveItem(tile, "geTempDlgDiagramTileActive", diagrams[i]);
10606 tile.appendChild(imgDiv);
10611 tile.appendChild(lblDiv);
10620 tile.appendChild(prevImg);
10625 mxEvent.addListener(tile, 'click', function()
10634 mxEvent.addListener(tile, 'dblclick', handleDialogOK);
10640 })(diagrams[i], tile, prevImg);
[all …]

12