Home
last modified time | relevance | path

Searched defs:ext (Results 1 – 13 of 13) sorted by relevance

/dokuwiki/inc/Cache/
H A DCacheImageMod.php20 public function __construct($file, $w, $h, $ext, $crop)
H A DCache.php16 public $ext = ''; // file ext for cache data, secondary identifier for this item variable in dokuwiki\\Cache\\Cache
34 public function __construct($key, $ext)
/dokuwiki/inc/
H A Dpageutils.php396 function metaFN($id, $ext)
415 function mediaMetaFN($id, $ext)
481 function localeFN($id, $ext = 'txt')
607 function getCacheName($data, $ext = '')
H A Dcache.php14 public function __construct($key, $ext)
H A Dmedia.php1789 function media_mod_image($file, $ext, $w, $h = 0, $crop = false)
1831 function media_resize_image($file, $ext, $w, $h = 0)
1847 function media_crop_image($file, $ext, $w, $h = 0)
1892 function media_get_from_URL($url, $ext, $cache)
1976 function media_resize_imageIM($ext, $from, $from_w, $from_h, $to, $to_w, $to_h)
2013 function media_crop_imageIM($ext, $from, $from_w, $from_h, $to, $to_w, $to_h, $ofs_x, $ofs_y)
2052 function media_resize_imageGD($ext, $from, $from_w, $from_h, $to, $to_w, $to_h, $ofs_x = 0, $ofs_y …
H A Dcommon.php1015 function rawLocale($id, $ext = 'txt')
/dokuwiki/lib/plugins/extension/
H A Dscript.js64 ext: $section.data('ext'), property
/dokuwiki/bin/
H A Dgittool.php226 private function cloneExtension($ext, $repo)
/dokuwiki/inc/File/
H A DMediaFile.php14 protected $ext; variable in dokuwiki\\File\\MediaFile
/dokuwiki/inc/Extension/
H A DPluginInterface.php80 public function localFN($id, $ext = 'txt');
H A DPluginTrait.php131 public function localFN($id, $ext = 'txt')
/dokuwiki/vendor/composer/
H A DClassLoader.php492 private function findFileWithExtension($class, $ext)
/dokuwiki/lib/scripts/
H A Dmedia.js13 ext: false, property