Home
last modified time | relevance | path

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

12

/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_images.php41 function internalmedia($src, $title = null, $align = null, $width = null, function in DecoratorImages
80 $this->decorator->internalmedia(
/plugin/aimg/
H A Dsyntax.php88 if ($img['type'] == 'internalmedia') {
132 if ($img_type == 'internalmedia') {
/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/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/owncloud/tpl/
H A Ddetail.php77 …echo $helper->internalmedia($_GET['fileid'],$IMG,$helper->getLang('download'),NULL,NULL,NULL,NULL,…
126 … echo $helper->internalmedia('',$helper->pathToWikiID($dir),$helper->getLang('parentFolder'));
/plugin/owncloud/ajax/
H A Dfilelist.php57 $link = $helper->internalmedia(0,$helper->pathToWikiID($dir.'/'.$folder));
71 …$detail = $helper->internalmedia(0,$helper->pathToWikiID($dir.'/'.$file),NULL,NULL,16,NULL,NULL,'l…
/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/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/mcitem/
H A Dsyntax.php120 …$renderer->internalmedia($imageName, $data[2], null, $this->getConf('iconWidth'), null, 'cache', '…
/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);
/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/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/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/prettyphoto/
H A Drenderer.php21 public function internalmedia($src, $title=NULL, $align=NULL, $width=NULL, $height=NULL, function in renderer_plugin_prettyphoto
/plugin/projects/lib/
H A Dlayout.php150 $renderer->internalmedia($this->file_name, NULL, NULL, NULL, NULL, NULL, 'linkonly');
168 $renderer->internalmedia($this->project->id($name));
/plugin/diagrams/syntax/
H A Dmediafile.php54 if (!$data['type'] == 'internalmedia' || !$helper->isDiagramFile(mediaFN($data['src']))) {
95 $renderer->internalmedia($data['src']);
/plugin/owncloud/
H A Dsyntax.php105 …$renderer->doc.= $helper->internalmedia($match['fileid'],$match['src'], $match['title'], $match['…
H A Dhelper.php185 …$ret .= $this->internalmedia($row['fileid'],"",(($row['path']!='')?$row['path']:'/'),NULL,16,NULL,…
400 …public function internalmedia($fileid, $src, $title=NULL, $align=NULL, $width=NULL,$height=NULL, $… function in helper_plugin_owncloud
519 …lass="filelistheader">'.($this->getLang('filelistHeader')).' '.$this->internalmedia($folderid,NULL…
/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/prosemirror/parser/
H A DImageNode.php157 $xhtml_renderer->internalmedia(
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php194 public function internalmedia ($src, $title = null, $align = null, $width = null, function in renderer_plugin_nsexport_xhtml
/plugin/popupviewer/syntax/
H A Dviewer.php80 $renderer->internalmedia($id,$title);
/plugin/struct/renderer/
H A Dcsv.php280 public function internalmedia( function in renderer_plugin_struct_csv

12