Home
last modified time | relevance | path

Searched refs:internalmedia (Results 1 – 25 of 49) sorted by last modified time

12

/plugin/siteexport/renderer/
H A Dpdf.php231 …public function internalmedia($src, $title = NULL, $align = NULL, $width = NULL, $height = NULL, $… function in renderer_plugin_siteexport_pdf
/plugin/diagrams/syntax/
H A Dmediafile.php54 if (!$data['type'] == 'internalmedia' || !$helper->isDiagramFile(mediaFN($data['src']))) {
95 $renderer->internalmedia($data['src']);
/plugin/struct/renderer/
H A Dcsv.php280 public function internalmedia( function in renderer_plugin_struct_csv
/plugin/struct/types/
H A DMedia.php66 $html = $R->internalmedia($value, null, null, $width, $height, null, 'direct', true);
68 $R->internalmedia($value, null, null, $width, $height, null, 'direct');
/plugin/mermaid/
H A Drenderer.php60 function internalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null, $return = false) function in renderer_plugin_mermaid
62 $xhtml = parent::internalmedia($src, $title, $align, $width, $height, $cache, $linking, true);
/plugin/openlayersmap/syntax/
H A Dolmap.php842 $renderer->internalmedia($_firstimage, $poitabledesc);
/plugin/photogallery/
H A Dsyntax.php302 …$data['ziplink'] = $R->internalmedia($zip,$this->getLang('lnk_download'),null,null,null,null,'link…
/plugin/nodetailsxhtml/
H A Drenderer.php465 * used in internalmedia() and externalmedia()
234 function internalmedia ($src, $title=null, $align=null, $width=null, global() function in renderer_plugin_nodetailsxhtml
/plugin/gallery/
H A Dsyntax.php
/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/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/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/odt/renderer/
H A Dpage.php1179 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL, function in renderer_plugin_odt_page
1479 $doc .= $this->internalmedia($name['src'],
/plugin/odt/
H A DChangeLog.txt144 * Fix the "FIXME internalmedia:xxxx" problem for PDF
/plugin/prosemirror/
H A Drenderer.php440 public function internalmedia( function in renderer_plugin_prosemirror
/plugin/prosemirror/parser/
H A DImageNode.php157 $xhtml_renderer->internalmedia(
/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/html5video2/syntax/
H A Dvideo.php158 $renderer->internalmedia($src,$alt,$align,$w,$h);
168 $renderer->internalmedia($src,$alt,$align,$w,$h,NULL,$linking);
/plugin/changes/
H A Dsyntax.php452 $renderer->internalmedia(':' . $change['id'], null, null, null, null, null, 'linkonly');
/plugin/text/
H A Drenderer.php470 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL, function in renderer_plugin_text
/plugin/actionrenderer/
H A Drenderer.php417 …public function internalmedia($src, $title = null, $align = null, $width = null, $height = null, $… function in renderer_plugin_actionrenderer
/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/popupviewer/syntax/
H A Dviewer.php80 $renderer->internalmedia($id,$title);
/plugin/strata/types/
H A Dimage.php58 // internalmedia resolves media ids, but the name is already resolved.)
59 $R->internalmedia(':'.$value,null,null,$width,$height);

12