Home
last modified time | relevance | path

Searched defs:width (Results 1 – 17 of 17) sorted by relevance

/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php14 protected $width = 0; variable in splitbrain\\slika\\GdAdapter
125 public function resize($width, $height)
136 public function crop($width, $height)
213 protected function createImage($width, $height)
295 protected function boundingBox($width, $height)
351 protected function cropPosition($width, $height)
H A DImageMagickAdapter.php63 public function resize($width, $height)
82 public function crop($width, $height)
H A DAdapter.php66 abstract public function resize($width, $height);
78 abstract public function crop($width, $height);
/dokuwiki/_test/tests/lib/exe/
H A Dfetch_imagetoken.test.php6 private $width = 200; variable in fetch_imagetoken_test
H A Dfetch_statuscodes_external.test.php9 private $width = 200; variable in fetch_statuscodes_external_test
/dokuwiki/inc/
H A Dfetch.functions.php150 function checkFileStatus(&$media, &$file, $rev = '', $width = 0, $height = 0)
H A Dhtml.php941 function html_flashobject($swf, $width, $height, $params = null, $flashvars = null, $atts = null, $…
/dokuwiki/lib/plugins/styling/
H A Dscript.js19 'width': '100%', property
/dokuwiki/inc/File/
H A DMediaFile.php17 protected $width; variable in dokuwiki\\File\\MediaFile
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php293 protected function wordwrap($str, $width = 75, $break = "\n", $cut = false)
/dokuwiki/inc/parser/
H A Dxhtml.php1189 $width = null,
1274 $width = null,
1675 $width = null,
1878 public function _getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render)
1908 public function _video($src, $width, $height, $atts = null)
H A Drenderer.php678 $width = null,
700 $width = null,
721 $width = null,
741 $width = null,
H A Dmetadata.php614 $width = null,
641 $width = null,
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php219 public $width; variable in SimplePie\\Enclosure
229 …null, $restrictions = null, $samplingrate = null, $thumbnails = null, $title = null, $width = null)
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6 ….ui.version="1.14.1";var n,s,x,k,o,a,r,l,h,i,E=0,N=Array.prototype.hasOwnProperty,c=Array.prototyp…
/dokuwiki/lib/scripts/
H A Dmedia.js159 autoOpen: false, width: 280, modal: true, property
640 …jQuery('#mediamanager__diff').find('div.imageDiff.portions div.image2').css({width: $slider.slider… property
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php1350 public function set_tab_width($width) {