Searched refs:gallery (Results 1 – 25 of 38) sorted by relevance
12
| /plugin/gallery2/dwgallery/ |
| D | dwgallery.php | 41 $gallery['namespace'] = 'Fotos'; 44 $gallery['nopicture'] = 'Es sind noch keine Bilder vorhanden.'; 45 $gallery['picturename'] = 'Bild #'; 46 $gallery['of'] = 'von'; 47 $gallery['content'] = 'Übersicht'; 48 $gallery['city'] = 'Ort'; 49 $gallery['country'] = 'Land'; 50 $gallery['count'] = 'Anzahl der Bilder:'; 53 $gallery['titlestart'] = '<h2>'; // Überschrift Start 54 $gallery['titleend'] = '</h2>'; // Überschrift Ende [all …]
|
| D | config.php.sample.php | 4 $gallery['namespace'] = 'Fotos'; 7 $gallery['nopicture'] = 'Es sind noch keine Bilder vorhanden.'; 8 $gallery['picturename'] = 'Bild #'; 9 $gallery['of'] = 'von'; 10 $gallery['content'] = 'Übersicht'; 11 $gallery['city'] = 'Ort'; 12 $gallery['country'] = 'Land'; 13 $gallery['count'] = 'Anzahl der Bilder:'; 16 $gallery['titlestart'] = '<h2>'; // Überschrift Start 17 $gallery['titleend'] = '</h2>'; // Überschrift Ende [all …]
|
| /plugin/gallery/script/ |
| D | prosemirror.js | 19 JSINFO.plugins.gallery.defaults 39 label: LANG.plugins.gallery.label_namespace, 45 label: LANG.plugins.gallery.label_thumbnailsize, 48 title: LANG.plugins.gallery.pattern_hint_thumbnailsize, 53 label: LANG.plugins.gallery.label_imagesize, 56 title: LANG.plugins.gallery.pattern_hint_imagesize, 61 label: LANG.plugins.gallery.label_cache, 68 label: LANG.plugins.gallery.label_filter, 74 label: LANG.plugins.gallery.label_showname, 81 label: LANG.plugins.gallery.label_showtitle, [all …]
|
| /plugin/gallery/syntax/ |
| D | main.php | 5 use dokuwiki\plugin\gallery\classes\BasicFormatter; 6 use dokuwiki\plugin\gallery\classes\FeedGallery; 7 use dokuwiki\plugin\gallery\classes\ListGallery; 8 use dokuwiki\plugin\gallery\classes\NamespaceGallery; 9 use dokuwiki\plugin\gallery\classes\Options; 10 use dokuwiki\plugin\gallery\classes\XHTMLFormatter; 86 $gallery = new ListGallery($src, $options); 88 $gallery = new FeedGallery($src, $options); 90 $gallery = new NamespaceGallery($src, $options); 99 $formatter->render($gallery);
|
| D | list.php | 3 use dokuwiki\plugin\gallery\classes\Options;
|
| /plugin/photogallery/ |
| D | screen.less | 1 div.dokuwiki div.gallery table { 4 div.dokuwiki div.gallery table td { 11 div.dokuwiki div.gallery table img.tn { 17 div.dokuwiki div.gallery { 22 /*div.dokuwiki div.gallery div { 26 div.dokuwiki div.gallery img.tn { 37 div.dokuwiki div.gallery div { 56 div.dokuwiki div.gallery div.gallery_pages {
|
| D | plugin.info.txt | 6 desc Creates a gallery of images from a namespace
|
| /plugin/galleryv1.5/ |
| D | style.css | 1 table.gallery { 6 table.gallery td { 12 table.gallery img.tn { 17 div.gallery { 26 div.gallery div { 30 div.gallery img.tn {
|
| /plugin/gallery/ |
| D | plugin.info.txt | 1 base gallery 6 desc Creates a gallery of images from a namespace or RSS/ATOM feed 7 url https://www.dokuwiki.org/plugin:gallery
|
| D | screen.less | 21 div.plugin-gallery { 26 div.gallery-page { 54 &.gallery-title { 82 .gallery-page-selector {
|
| D | README | 1 gallery Plugin for DokuWiki 4 http://www.dokuwiki.org/plugin:gallery 7 lib/plugins/gallery/ - if the folder is called different it
|
| D | script.js | 17 glnk.innerHTML = LANG.plugins.gallery.addgal;
|
| D | GalleryNode.php | 3 namespace dokuwiki\plugin\gallery;
|
| /plugin/gallery/classes/ |
| D | BasicFormatter.php | 3 namespace dokuwiki\plugin\gallery\classes; 34 * @param AbstractGallery $gallery 37 public function render(AbstractGallery $gallery) argument 39 $images = $gallery->getImages();
|
| D | XHTMLFormatter.php | 3 namespace dokuwiki\plugin\gallery\classes; 10 public function render(AbstractGallery $gallery) argument 33 $images = $gallery->getImages();
|
| D | ListGallery.php | 3 namespace dokuwiki\plugin\gallery\classes;
|
| D | NamespaceGallery.php | 3 namespace dokuwiki\plugin\gallery\classes;
|
| D | AbstractGallery.php | 3 namespace dokuwiki\plugin\gallery\classes;
|
| D | FeedGallery.php | 3 namespace dokuwiki\plugin\gallery\classes;
|
| D | Image.php | 3 namespace dokuwiki\plugin\gallery\classes;
|
| /plugin/autogallery/ |
| D | README | 3 Creates fully automatic a gallery based on Plugin Gallery, placing all images of a gallery in a sub…
|
| /plugin/gallery/action/ |
| D | prosemirror.php | 6 use dokuwiki\plugin\gallery\classes\Options; 7 use dokuwiki\plugin\gallery\GalleryNode;
|
| /plugin/gallery/conf/ |
| D | metadata.php | 9 use dokuwiki\plugin\gallery\classes\Options;
|
| /plugin/photogallery/phpThumb/demo/ |
| D | readme.demos.txt | 23 * phpThumb.demo.gallery.php - basic demonstration of a photo 24 gallery with ability to browse subdirectories. May use
|
| /plugin/zoom/ |
| D | style.css | 4 .cloud-zoom-gallery img{
|
12