/plugin/masciimath/ |
H A D | syntax.php | 317 $ml = $ml_nobr = '<mn>'.$m[0].'</mn>'; 323 $ml = $ml_nobr = '<mtext>'.$m[1].'</mtext>'; 334 $ml = $ml_nobr = '<mspace />'; 356 $ml .= $old['ml']; 384 $ml = $ml_nobr = $leftbracket['ml_op'] . $ml_nobr; 399 $ml_nobr = $ml; 428 $ml = $ml_nobr = '<mrow>' . $old['ml'] . $new['ml'] . '</mrow>'; 437 $ml = $ml_nobr = $sym['ml']; 463 $ml = '<mover>' . $prevsym['ml'] . $new['ml_nobr'] . '</mover>'; 477 $ml_nobr = $ml; [all …]
|
/plugin/include/_test/ |
H A D | media_linktitle_conversion.test.php | 37 $this->assertStringContainsString('src="'.ml('wiki:dokuwiki.png').'"', $html); 42 $this->assertStringContainsString('src="'.ml('wiki:dokuwiki.png', array('w' => '200')).'"', $html); 47 $this->assertStringContainsString('src="'.ml('wiki:dokuwiki.png', array('w' => '300')).'"', $html); 52 $this->assertStringContainsString('src="'.ml('https://www.dokuwiki.org/lib/tpl/dokuwiki/images/logo.png').'"', $html);
|
/plugin/pubmed2020/classes/ |
H A D | cache.php | 79 $ml = $this->pdfPmidNS.$delimiter.$pmid.".pdf"; 80 $filename = mediaFN($ml); 84 $ml = $this->pdfDoiNS.$delimiter.str_replace("/","_",$doi).".pdf"; 85 $filename = mediaFN($ml); 91 return ml($ml,'',true,'',true); 212 return ml(sprintf($this->linkFormat, $id),'',true,'',true); 219 $ml = $this->pdfDoiNS.$delimiter.$doi.".pdf"; 222 return ml($ml,'',true,'',true); 228 $ml = $this->pdfDoiNS.$delimiter.$doi.'.jpg'; 229 return ml($ml,'',true,'',true);
|
/plugin/avatar/ |
H A D | helper.php | 67 $src = ml($ns.':'.$user.$format, array('w' => $size, 'h' => $size)); 70 $src = ml($ns.':'.$name.$format, array('w' => $size, 'h' => $size)); 93 $default = ml(DOKU_URL.'/lib/plugins/avatar/'.$file, 'cache=recache', true, '&', true); 103 $src = ml($src);
|
/plugin/html5video2/syntax/ |
H A D | video.php | 180 '" '.($poster? 'poster="'.hsc(''.ml($poster)).'" ':''). 184 …$obj .= '<source src="' . ml($src) . '" type="'.hsc($this->getConf('html5VideoType')).'" /></video… 189 … $obj .= '<div class="vjs-alternatetext"><img src="' . ml($poster) . '" alt="' . hsc($alt) . '" '.
|
/plugin/spatialhelper/ |
H A D | action.php | 140 $event->data ['items'] [] = new Item(ml($this->getConf('media_kml'), '', true, '&', true), $lastmod); 292 $link = ml($m ['id'], $opts, false); 294 $src = ml($m ['id'], $opts); 379 "href" => ml($this->getConf('media_georss')), "title" => "Spatial ATOM Feed"]; 381 "href" => ml($this->getConf('media_kml')), "title" => "KML Sitemap"];
|
/plugin/gallery2/dwgallery/ |
H A D | dwgallery.php | 190 …$media = ml(str_replace('/', ':', $picture), 'w='.$gallery['randomwidth'].'&h='.$height.'&… 260 $media = ml(getNS($ID).':'.$gallery['thumbname'][$i], 'w=&h=&cache=cache', TRUE); 263 …$media = ml(getNS($ID).':'.$gallery['imagename'][$i], 'w='.$gallery['thumbwidth'].'&h=&cac… 346 …$detail = ml(getNS($ID).':'.$gallery['imagename'][$gallery['pic']-1], 'id='.$ID.'&cache=cache'… 347 …$media = ml(getNS($ID).':'.$gallery['imagename'][$gallery['pic']-1], 'w=&h=&cache=cache', … 529 $media = ml(getNS($ID).':'.$gallery['thumbname'][$i], 'w=&h=&cache=cache', TRUE); 531 …$media = ml(getNS($ID).':'.$gallery['imagename'][$i], 'w='.$gallery['thumbwidth'].'&h=&cac…
|
/plugin/flash/ |
H A D | syntax.php | 80 $return['swf'] = ml($conf,'',true,'&'); 86 $return['data'][substr($key,1)] = ml($val,'',true,'&');
|
/plugin/nspages/printers/ |
H A D | printerPictures.php | 51 return ml($picture, self::$_dims, true); 56 return ml($this->_defaultPicture, self::$_dims, true);
|
/plugin/prettyphoto/ |
H A D | renderer.php | 36 $link['url'] = ml($src, array('id' => $ID, 'cache' => $cache), ($linking === 'direct')); 44 $link['url'] = ml($src, array('id' => $ID, 'cache' => $cache), true);
|
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/ |
H A D | html2pdf.php | 55 $ml = (int) get_var ( "ml", $_GET, 255, -1 ); variable 132 if ( $ml == -1 ) { 133 $ml = ( isset ( $POST_PROCESSING_DIRECTIVES["margin_left"] ) ? variable 174 'margins' => array ( 'left' => $ml,
|
/plugin/bibtex/ |
H A D | syntax.php | 417 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),true); 510 $ret .= '<img src="'.ml($src,array('w'=>$width,'h'=>$height,'cache'=>$cache)).'"'; 543 $ret .= '<param name="movie" value="'.ml($src).'" />'.DOKU_LF; 545 $ret .= '<embed src="'.ml($src).'"'.
|
/plugin/magnifier/ |
H A D | syntax.php | 71 $p['magnifierImage'] = ml($id); 78 …$renderer->doc .= '<img src="' . ml($id, array( 'w' => $p['width'], 'h' => $p['height'] ) ) . '" '…
|
/plugin/zoom/ |
H A D | syntax.php | 162 …yle . '" class="' . $align . '"><div style="position:relative;"><a href="'.ml($data['image'], arra… 163 ml($data['image'], array('w'=>$data['width'],'h'=>$data['height'])).'" width="'.
|
/plugin/fckg/fckeditor/editor/skins/default/ |
H A D | fck_dialog.css | 187 .ml, .mr 194 * html .ml, * html .mr 199 .rtl .ml, .rtl .mr 206 * html .rtl .ml, * html .rtl .mr 249 .ml
|
/plugin/fckg/fckeditor/editor/skins/silver/ |
H A D | fck_dialog.css | 187 .ml, .mr 194 * html .ml, * html .mr 199 .rtl .ml, .rtl .mr 206 * html .rtl .ml, * html .rtl .mr 249 .ml
|
/plugin/htvid/syntax/ |
H A D | video.php | 98 $video_url1 = ml($video_url1,true,true); 102 $video_url2 = ml($video_url2,$abs=true);
|
/plugin/svgembed/ |
H A D | syntax.php | 264 $svgembed_md5 = sprintf('svgembed_%s', md5(ml($data['src'], $ml_array))); 285 … $properties = '"' . ml($data['src'], $ml_array) . '" class="media' . $data['align'] . '"'; 324 …urlencode(ml($data['src'], $ml_array)) . '\'); return false" onMouseOver="svgembed_onMouseOver(\''…
|
/plugin/imagebox/ |
H A D | syntax.php | 44 $match['detail'] = ml($src, array('id' => $ID, 'cache' => $match['cache']), ($match['linking'] == 'direct')); 56 $match['detail'] = ml($src, array('cache' => 'cache'), false);
|
/plugin/owncloud/ajax/ |
H A D | filelist.php | 60 …$url = $helper->ml($helper->pathToWikiID($dir.'/'.$file), array('fileid'=>($helper->getLastfileid(… 73 …$url = $helper->ml($helper->pathToWikiID($dir.'/'.$file), array('fileid'=>($helper->getLastfileid(…
|
/plugin/imagemapping/ |
H A D | action.php |
|
/plugin/owncloud/ |
H A D | syntax.php | 129 …$match['magnifyLink'] = $helper->ml($src,array('cache'=>$match['cache'],'fileid'=>$match['fileid']… 133 $match['magnifyLink'] = ml($src,array('cache'=>'cache'),true);
|
/plugin/gallery/ |
H A D | syntax.php |
|
/plugin/combo/action/ |
H A D | manifest.php | 55 $url = ml($mediaId, '', true, '', true);
|
/plugin/bootswrapper/syntax/ |
H A D | jumbotron.php | 53 $styles[] = 'background-image:url(' . ml($background) . ')';
|