Home
last modified time | relevance | path

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

12

/plugin/panoview/
Dscript.js331 var tile = { variable
341 tileCol.push(tile);
371 var tile = this.tiles[c][r];
373 tile.posx = (tile.xIndex * this.tileSize) + this.x + motion.x;
374 tile.posy = (tile.yIndex * this.tileSize) + this.y + motion.y;
378 if (tile.posx > this.width) {
382 tile.xIndex -= this.tiles.length;
383 tile.posx = (tile.xIndex * this.tileSize) + this.x + motion.x;
384 } while (tile.posx > this.width);
386 if (tile.posx + this.tileSize < 0) {
[all …]
Dstyle.css30 div.panoview_plugin .well .tile
/plugin/tile/
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 {
Dplugin.info.txt1 base tile
6 desc Display URL in tile
7 url https://www.dokuwiki.org/plugin:tile
DREADME.md1 # tile chapter
3 DokuWiki Extensions : https://www.dokuwiki.org/plugin:tile
/plugin/openlayersmap/lang/ru/
Dadmin_intro.txt2 Здесь вы можете очистить кэш плиток (tile) и карт, используемых локальным хранилищем статических ка…
/plugin/pgn4web/pgn4web/images/tilesvg/
DREADME.txt1 Chess images from http://openclipart.org/search/?query=Chess+tile
Dbp.svg7 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Pawn 12006-12-26T00:00:00http://openclipa…
Dwp.svg8 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Pawn 32006-12-26T00:00:00http://openclipa…
Dbn.svg10 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Knight 32006-12-26T00:00:00http://opencli…
Dbb.svg10 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Bishop 22006-12-26T00:00:00http://opencli…
Dbq.svg10 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Queen 12006-12-26T00:00:00http://openclip…
Dbr.svg12 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Rook 12006-12-26T00:00:00http://openclipa…
Dwn.svg11 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Knight 22006-12-26T00:00:00http://opencli…
Dwr.svg13 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Rook 32006-12-26T00:00:00http://openclipa…
Dwk.svg13 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - King 32006-12-26T00:00:00http://openclipa…
Dwb.svg13 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Bishop 12006-12-26T00:00:00http://opencli…
Dbk.svg16 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - King 12006-12-26T00:00:00http://openclipa…
Dwq.svg21 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Queen 32006-12-26T00:00:00http://openclip…
/plugin/tiledblog/
Dsyntax.php70 $this->tile ($renderer, $ns, $cacheDir);
94 function tile (Doku_Renderer $renderer, $ns, $cacheDir) { function in syntax_plugin_tiledblog
/plugin/openlayersmap/
DStaticMap.php426 $tile = curl_exec($ch);
444 $tile = file_get_contents($url . $this->apikey, false, $context);
446 if ($tile && $this->useTileCache) {
447 $this->writeTileToCache($url, $tile);
449 return $tile;
/plugin/c3chart/assets/
Dc3.css18 .c3-legend-item-tile,
/plugin/openlayersmap/ol/
Dol.js.map1tile loading failed\n * @type {number}\n */\n ERROR: 3,\n EMPTY: 4,\n};\n","/**\n * @module …
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js23361 tile;
23604 tile = {};
23605 tile.index = (0, _util.readUint16)(data, position + 2);
23606 tile.length = (0, _util.readUint32)(data, position + 4);
23607 tile.dataEnd = tile.length + position - 2;
23608 tile.partIndex = data[position + 8];
23609 tile.partsCount = data[position + 9];
23612 if (tile.partIndex === 0) {
23613 tile.COD = context.COD;
23614 tile.COC = context.COC.slice(0);
[all …]
/plugin/photogallery/phpThumb/docs/
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;

12