Home
last modified time | relevance | path

Searched refs:gallery (Results 1 – 25 of 38) sorted by relevance

12

/plugin/gallery2/dwgallery/
Ddwgallery.php41 $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 …]
Dconfig.php.sample.php4 $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/
Dprosemirror.js19 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/
Dmain.php5 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);
Dlist.php3 use dokuwiki\plugin\gallery\classes\Options;
/plugin/photogallery/
Dscreen.less1 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 {
Dplugin.info.txt6 desc Creates a gallery of images from a namespace
/plugin/galleryv1.5/
Dstyle.css1 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/
Dplugin.info.txt1 base gallery
6 desc Creates a gallery of images from a namespace or RSS/ATOM feed
7 url https://www.dokuwiki.org/plugin:gallery
Dscreen.less21 div.plugin-gallery {
26 div.gallery-page {
54 &.gallery-title {
82 .gallery-page-selector {
DREADME1 gallery Plugin for DokuWiki
4 http://www.dokuwiki.org/plugin:gallery
7 lib/plugins/gallery/ - if the folder is called different it
Dscript.js17 glnk.innerHTML = LANG.plugins.gallery.addgal;
DGalleryNode.php3 namespace dokuwiki\plugin\gallery;
/plugin/gallery/classes/
DBasicFormatter.php3 namespace dokuwiki\plugin\gallery\classes;
34 * @param AbstractGallery $gallery
37 public function render(AbstractGallery $gallery) argument
39 $images = $gallery->getImages();
DXHTMLFormatter.php3 namespace dokuwiki\plugin\gallery\classes;
10 public function render(AbstractGallery $gallery) argument
33 $images = $gallery->getImages();
DListGallery.php3 namespace dokuwiki\plugin\gallery\classes;
DNamespaceGallery.php3 namespace dokuwiki\plugin\gallery\classes;
DAbstractGallery.php3 namespace dokuwiki\plugin\gallery\classes;
DFeedGallery.php3 namespace dokuwiki\plugin\gallery\classes;
DImage.php3 namespace dokuwiki\plugin\gallery\classes;
/plugin/autogallery/
DREADME3 Creates fully automatic a gallery based on Plugin Gallery, placing all images of a gallery in a sub…
/plugin/gallery/action/
Dprosemirror.php6 use dokuwiki\plugin\gallery\classes\Options;
7 use dokuwiki\plugin\gallery\GalleryNode;
/plugin/gallery/conf/
Dmetadata.php9 use dokuwiki\plugin\gallery\classes\Options;
/plugin/photogallery/phpThumb/demo/
Dreadme.demos.txt23 * phpThumb.demo.gallery.php - basic demonstration of a photo
24 gallery with ability to browse subdirectories. May use
/plugin/zoom/
Dstyle.css4 .cloud-zoom-gallery img{

12