/plugin/avatar/parts/ |
H A D | image.info | 2 layer 120x120 0,0 Mouth_10.png 3 layer 120x120 0,0 Mouth_9.png 4 layer 120x120 0,0 Mouth_8.png 5 layer 120x120 0,0 Mouth_7.png 6 layer 120x120 0,0 Mouth_6.png 7 layer 120x120 0,0 Mouth_5.png 8 layer 120x120 0,0 Mouth_4.png 9 layer 120x120 0,0 Mouth_3.png 10 layer 120x120 0,0 Mouth_2.png 11 layer 12 [all...] |
/plugin/openlayersmap/ol7/ |
H A D | ol-layerswitcher.css |
|
/plugin/layeranimation/ |
H A D | script.js | 20 this.layer = new Array(); 36 …if ( !self.layer[layerNr] || !self.layer[layerNr].items[itemNr] ) { self.isRunning = false; return… 92 if ( self.layer.length > 1 ) 120 if ( layer < 0 ) { layer = self.layer.length-1; } 121 if ( !self.layer[layer] ) { return; } 126 $(self.layer[layer].items).each(function(){ 132 self.layer[layer].elem.css({ 134 'left' : self.layer[layer].items[0].direction * offset 307 self.layer = new Array(); 332 …erListItem = $('<li/>').text(self.layer.length).attr('title', 'skip to page ' + self.layer.length)… [all …]
|
H A D | style.less | 17 &, div.layer { 21 /* div.layer:not(:nth-last-child(2)) { */ 22 div.layer { 40 div.layer, div.layer div.item { 48 div.layer { 83 div.layer, div.layer div.item { 95 div.layer div.item { 104 div.layer div.item.right { 108 div.layer.fixed div.item { 130 div.layer:last-child div.box, &.scripting div.box { [all …]
|
H A D | README.md | 8 Pausing the animation causes the current layer to end its animation (if still in progress) and then… 10 The lower left also shows a button for each layer. Clicking the button skips to the layer and pause… 16 <layer %OPTION% [%CLASS%]> 25 </layer> 27 <layer> 29 </layer> 41 …* Keyword **fixed** in **layer** - this can only be used in the first layer and will make it a sta… 43 …* ``%CLIP%`` (optional) - if you use several items with links in the same layer, you will not be a…
|
H A D | plugin.info.txt | 9 url http://www.inetsoftware.de/other-products/dokuwiki-plugins/layer-animation
|
/plugin/openlayersmapoverlays/lib/ |
H A D | layers.js | 59 …layer.events.on({moveend:this.update,refresh:this.update,visibilitychanged:this.update,scope:this}…
|
/plugin/openlayersmap/ |
H A D | script.js | 95 let overlayGroup = new ol.layer.Group({title: 'Overlays', fold: 'open', layers: []}); 96 const baseLyrGroup = new ol.layer.Group({'title': 'Base maps', layers: []}); 116 new ol.layer.Tile({ 124 new ol.layer.Tile({ 138 new ol.layer.Tile({ 151 new ol.layer.Tile({ 164 new ol.layer.Tile({ 177 new ol.layer.Tile({ 192 new ol.layer.Tile({ 203 new ol.layer [all...] |
/plugin/ol3/ |
H A D | test.js | 2 var layer = new ol.layer.Tile ({ 11 layers: [layer],
|
/plugin/aceeditor/ |
H A D | style.css | 23 .ace-doku .ace_marker-layer .ace_preview { 30 .ace-doku .ace_marker-layer .ace_menu {
|
/plugin/osm/ |
H A D | script.js | 31 for (var layer in layers) { 32 if (layer != params['layer']) { 33 map.addLayer(layers[layer]);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/ |
H A D | OptionalContentWriter.php | 55 foreach ($this->mpdf->layers as $id => $layer) { 62 $name = $layer['name'];
|
H A D | ResourceWriter.php | 221 foreach ($this->mpdf->layers as $id => $layer) { 222 $this->writer->write('/ZI' . $id . ' ' . $layer['n'] . ' 0 R');
|
/plugin/jcapture/src/com/hammurapi/jcapture/ |
H A D | ButtonManager.java | 55 public Place2 getButton(final String name, final int layer, final int xpos, final int ypos) { in getButton() argument 57 place.setLayer(layer); in getButton()
|
H A D | SwfEncoder.java | 101 int layer = maxImgLayer+2; in encode() local 194 Place2 placeBackground = manager.getButton("background", layer++, 0, 0); in encode() 199 …movie.add(manager.getButton("play_button", layer++, toolbarX + 500, toolbarY + toolbarHeight / 2)); in encode() 200 …movie.add(manager.getButton("progress_bar", layer++, toolbarX + 1000, toolbarY + toolbarHeight / 2… in encode() 201 …movie.add(manager.getButton("volume_control", layer++, toolbarX + 5600, toolbarY + toolbarHeight /… in encode()
|
/plugin/preregister/ |
H A D | plugin.info.txt | 6 desc Additional confirmation layer for new registrations
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | http-handler.asciidoc | 4 Elasticsearch-PHP uses an interchangeable HTTP transport layer called 6 a generic HTTP request, then pass it to the transport layer to execute. The
|
/plugin/securelogin/ |
H A D | plugin.info.txt | 5 …ed. This plugin encrypts submitted passwords, giving you and your users an extra layer of security.
|
/plugin/webcomponent/_test/data/pages/ |
H A D | console.txt | 4 The ''console'' component is just a semantic layer above the [[doku>wiki:syntax#code_blocks|dokuwik…
|
/plugin/pureldap/vendor/freedsx/sasl/ |
H A D | README.md | 3 FreeDSx SASL is a pure PHP SASL library. It supports authentication and security layer functionality (privacy / integrity, depending on the mechanism).
|
/plugin/simplemap/ |
H A D | syntax.php | 95 'layer' => 'mapnik',
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.mp3header.php | 1524 function MPEGaudioBitrateLookup($version, $layer, $rawbitrate) { argument 1529 …set($MPEGaudioBitrateLookup["$version"]["$layer"]["$rawbitrate"]) ? $MPEGaudioBitrateLookup["$vers… 1545 function MPEGaudioModeExtensionLookup($layer, $rawmodeextension) { argument 1549 …rn (isset($MPEGaudioModeExtensionLookup["$layer"]["$rawmodeextension"]) ? $MPEGaudioModeExtensionL… 2766 function MPEGaudioFrameLength(&$bitrate, &$version, &$layer, $padding, &$samplerate) { argument 2769 if (!isset($AudioFrameLengthCache[$bitrate][$version][$layer][$padding][$samplerate])) { 2770 $AudioFrameLengthCache[$bitrate][$version][$layer][$padding][$samplerate] = false; 2775 if ($layer == 'I') { 2791 if ($layer == 'I') { 2797 } elseif ($layer == 'II') { [all …]
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | GraphViewer.js | 669 var layer = model.getChildAt(model.root, i); 670 allVisible = allVisible && model.isVisible(layer); 671 result.push(model.isVisible(layer)); 1068 var layer = model.getCell(layerIds[i]); 1070 if (layer != null) 1073 visibleLayers[layer.id] = true; 1081 var layer = model.getChildAt(model.root, parseInt(idx[i])); 1083 if (layer != null) 1086 visibleLayers[layer.id] = true; 1095 var layer = model.getChildAt(model.root, i); [all …]
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.audio.mp3.php | 1910 * @param string $layer 1916 …public static function MPEGaudioFrameLength(&$bitrate, &$version, &$layer, $padding, &$samplerate)… argument 1919 if (!isset($AudioFrameLengthCache[$bitrate][$version][$layer][$padding][$samplerate])) { 1920 $AudioFrameLengthCache[$bitrate][$version][$layer][$padding][$samplerate] = false; 1925 if ($layer == '1') { 1941 if ($layer == '1') { 1947 } elseif ($layer == '2') { 1970 … $AudioFrameLengthCache[$bitrate][$version][$layer][$padding][$samplerate] = (int) $NewFramelength; 1974 return $AudioFrameLengthCache[$bitrate][$version][$layer][$padding][$samplerate];
|
/plugin/jukebox/id3/ |
H A D | module.audio.mp3.php | 1719 function MPEGaudioFrameLength(&$bitrate, &$version, &$layer, $padding, &$samplerate) { argument 1722 if (!isset($AudioFrameLengthCache[$bitrate][$version][$layer][$padding][$samplerate])) { 1723 $AudioFrameLengthCache[$bitrate][$version][$layer][$padding][$samplerate] = false; 1728 if ($layer == '1') { 1744 if ($layer == '1') { 1750 } elseif ($layer == '2') { 1773 … $AudioFrameLengthCache[$bitrate][$version][$layer][$padding][$samplerate] = (int) $NewFramelength; 1777 return $AudioFrameLengthCache[$bitrate][$version][$layer][$padding][$samplerate];
|