Home
last modified time | relevance | path

Searched refs:Media (Results 26 – 50 of 98) sorted by relevance

1234

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.table.column.width.php5 $media = new Media(array('width' => 100,
26 $media = new Media(array('width' => 100,
H A Dtest.pagebreak.table.br.php9 $media = new Media(array('width' => 100, 'height' => 200/mm2pt(1)),
H A Dtest.line-box.top.php5 $media = new Media(array('width' => 100, 'height' => 200/mm2pt(1)),
H A Dtest.pagebreak.fixed.height.php5 $media = new Media(array('width' => 100, 'height' => 200/mm2pt(1)),
H A Dtest.pagebreak.table.lines.php9 $media = new Media(array('width' => 100, 'height' => 200/mm2pt(1)),
H A Dtest.line-box.nested.php5 $media = new Media(array('width' => 100, 'height' => 200/mm2pt(1)),
H A Dgeneric.test.php26 $media = Media::predefined("A4");
H A Dtest.note-call.width.php13 $media = Media::predefined("A5");
/plugin/orphanmedia2/
H A Ddokuwiki-plugin-page.md35 | summary | __Counter based information:__ \\ # of Page files \\ # of Media files \\ # of Media
38 | missing | Missing Media, the media file does not exist, but there are link(s) to it elsewhere on …
39 | orphan | Orphan Media, the media file exists, but not linked and wasting space only |
54 ====== Orphan Media detection ======
/plugin/multiorphan/lang/de/
H A Dintro.txt3 Durchsucht das Wiki nach verwaisten oder benötigten Seiten und Media-Dateien.
/plugin/multiorphan/lang/de-informal/
H A Dintro.txt3 Durchsucht das Wiki nach verwaisten oder benötigten Seiten und Media-Dateien.
/plugin/imageshack/
H A Dplugin.info.txt6 desc Integrates uploading to ImageShack into the Media Manager
/plugin/resizeblacklist/
H A Dplugin.info.txt5 name Media Resize Blacklist
/plugin/gitbacked/
H A Dplugin.info.txt6 desc Pages and Media are stored in Git
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.pipeline.default.php18 $media = Media::predefined('A4');
H A Dsample.pipeline.custom.php18 $media = Media::predefined('A4');
H A Dsample.simplest.from.file.php68 $media = Media::predefined("A4");
H A Dsample.simplest.from.memory.php85 $media =& Media::predefined('A4');
/plugin/farmsync/lang/en/
H A Dupdate.txt3 Media files are handled analogous.
/plugin/latexcaption/
H A Dstyle.less87 // Media queries
123 // Media queries
/plugin/struct/action/
H A Dmove.php18 use dokuwiki\plugin\struct\types\Media;
75 } elseif ($col->getType() instanceof Media) {
14 use dokuwiki\plugin\struct\types\Media; global() alias
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.size.inc.php24 $media =& Media::predefined($name);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DMedia.php20 class Media extends \Google\Collection class
547 class_alias(Media::class, 'Google_Service_CloudSupport_Media');
/plugin/webdav/_test/lib/
H A DDAVServerTest.php18 'media' => new Collection\Media\Directory(),
/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\Media;

1234