Home
last modified time | relevance | path

Searched refs:internalmedia (Results 1 – 25 of 49) sorted by path

12

/plugin/actionrenderer/
H A Drenderer.php417 …public function internalmedia($src, $title = null, $align = null, $width = null, $height = null, $… function in renderer_plugin_actionrenderer
/plugin/aimg/
H A Dsyntax.php88 if ($img['type'] == 'internalmedia') {
132 if ($img_type == 'internalmedia') {
/plugin/button/
H A Dsyntax.php281 $image = $this->internalmedia($renderer, $image['src'], null, null, $image['width'], $image['height']);
358 return $this->internalmedia($xhtml, $id, $name);
460 function internalmedia(
418 function internalmedia (&$xhtml, $src, $title=NULL, $align=NULL, $width=NULL, global() function in syntax_plugin_button
/plugin/changes/
H A Dsyntax.php452 $renderer->internalmedia(':' . $change['id'], null, null, null, null, null, 'linkonly');
/plugin/combo/ComboStrap/
H A DMediaMarkup.php44 * The dokuwiki type (internalmedia/externalmedia)
49 public const INTERNAL_MEDIA_CALL_NAME = "internalmedia";
314 return $renderer->internalmedia($src, $title, $align, $width, $height, $cache, $linking, true);
/plugin/combo/renderer/
H A Danalytics.php825 public function internalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null) function in renderer_plugin_combo_analytics
/plugin/combo/syntax/
H A Dmedia.php84 * and {@link Doku_Renderer_metadata::internalmedia()} does not allow svg as first image
355 $renderer->internalmedia($src, $label);
/plugin/diagrams/syntax/
H A Dmediafile.php54 if (!$data['type'] == 'internalmedia' || !$helper->isDiagramFile(mediaFN($data['src']))) {
95 $renderer->internalmedia($data['src']);
/plugin/dokutexit/
H A Dlatex.php1313 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL, function in Doku_Renderer_latex
/plugin/edittable/renderer/
H A Dinverse.php503 function internalmedia($src, $title = null, $align = null, $width = null, function in renderer_plugin_edittable_inverse
541 $this->internalmedia($src, $title, $align, $width, $height, $cache, $linking);
666 $this->internalmedia(
/plugin/eventline/
H A Dplain.php107 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL, function in Doku_Renderer_plain
/plugin/flowcharts/
H A Drenderer.php50 function internalmedia($src, $title = null, $align = null, $width = null, function in renderer_plugin_flowcharts
52 … $xhtml = parent::internalmedia($src, $title, $align, $width, $height, $cache, $linking, true);
/plugin/gallery/
H A Dsyntax.php
/plugin/gemini/
H A Drenderer.php292 $this->internalmedia($title['src'], $title['title']);
395 public function internalmedia( function in renderer_plugin_gemini
434 $this->internalmedia($src, $title, $align, $width, $height, $cache);
/plugin/html5video2/syntax/
H A Dvideo.php158 $renderer->internalmedia($src,$alt,$align,$w,$h);
168 $renderer->internalmedia($src,$alt,$align,$w,$h,NULL,$linking);
/plugin/latexit/_test/
H A Drenderer.test.php699 $this->r->internalmedia("pic:picture.png", "aaa", "left");
704 $this->r->internalmedia("pic:picture.png", "aaa", "center");
709 $this->r->internalmedia("pic:picture.png", "aaa", "right");
715 $this->r->internalmedia("picture.png", "aaa", "left");
720 $this->r->internalmedia("picture.png", "aaa", "center");
725 $this->r->internalmedia("picture.png", "aaa", "right");
/plugin/latexit/
H A Drenderer.php1127 …function internalmedia($src, $title = NULL, $align = NULL, $width = NULL, $height = NULL, $cache =… function in renderer_plugin_latexit
1718 $this->internalmedia($title["src"], $title["title"], $title["align"]);
/plugin/latexport/_test/
H A Ddecorator_images.test.php29 $this->decoratorImages->internalmedia("S1", "Title1", "centered", 10, 20);
41 $this->decoratorImages->internalmedia("S1", "Title1", "centered", 10, 20);
43 $this->decoratorImages->internalmedia("S2", "Title2", "22", 12, 22);
57 $this->decoratorImages->internalmedia("S1", "Title1", "11", 11, 21);
59 $this->decoratorImages->internalmedia("S2", "Title2", "22", 12, 22);
H A Ddecorator_mock.php87 function internalmedia($src, $title = null, $align = null, $width = null, $height = null, function in DecoratorMock
/plugin/latexport/implementation/
H A Ddecorator.php838 function internalmedia($src, $title = null, $align = null, $width = null, function in decorator
841 …$this->decorator->internalmedia($src, $title, $align, $width, $height, $cache, $linking, $position…
H A Ddecorator_images.php41 function internalmedia($src, $title = null, $align = null, $width = null, function in DecoratorImages
80 $this->decorator->internalmedia(
H A Ddecorator_persister.php787 function internalmedia($src, $title = null, $align = null, $width = null, function in DecoratorPersister
/plugin/mcitem/
H A Dsyntax.php120 …$renderer->internalmedia($imageName, $data[2], null, $this->getConf('iconWidth'), null, 'cache', '…
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php463 $this->renderer->internalmedia($url, $text);
/plugin/mellelexport/
H A Drenderer.php710 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL, function in renderer_plugin_mellelexport

12