Lines Matching refs:width

586                   $src,$title=NULL,$align=NULL,$width=NULL,$height=NULL,$cache=NULL  argument
593 $src,$title=NULL,$align=NULL,$width=NULL,$height=NULL,$cache=NULL argument
1208 function mediatops($filename, $title=NULL, $align=NULL, $width=NULL, argument
1212 return $this->mediatops_old($filename, $title, $align, $width, $height,
1236 if ($width || $height) {
1240 if ($width && $height)
1242 if ($width)
1243 $this->put("width=" . $width . "pt", -1);
1264 function mediatops_old($filename, $title=NULL, $align=NULL, $width=NULL, argument
1280 if ($width || $height) {
1284 if ($width && $height)
1286 if ($width)
1287 $this->put("width=" . $width . "pt", -1);
1313 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL, argument
1321 $img = $this->mediatops($filename, $title, $align, $width,
1391 function externalmedia ($src, $title=NULL, $align=NULL, $width=NULL, argument
1403 $img = $this->mediatops($filename, $title, $align, $width,
1501 function _media_test ($src, $title=NULL, $align=NULL, $width=NULL, argument
1508 $ret .= ml($src,array('w'=>$width,'h'=>$height,'cache'=>$cache));
1519 function _media($src, $title=NULL, $align=NULL, $width=NULL, argument
1532 $ret .= $this->mediatops_old($filename, $title, $align, $width,
1554 function _media_xhtml ($src, $title=NULL, $align=NULL, $width=NULL, argument
1562 $ret .= '<img src="'.ml($src,array('w'=>$width,'h'=>$height,'cache'=>$cache)).'"';
1581 if ( !is_null($width) )
1582 $ret .= ' width="'.$this->_xmlEntities($width).'"';
1592 if ( !is_null($width) ) $ret .= ' width="'.$this->_xmlEntities($width).'"';
1599 if ( !is_null($width) ) $ret .= ' width="'.$this->_xmlEntities($width).'"';