Home
last modified time | relevance | path

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

/dokuwiki/bin/
Dgittool.php217 private function downloadExtension($ext)
255 private function cloneExtension($ext, $repo)
/dokuwiki/inc/Cache/
DCacheImageMod.php20 public function __construct($file, $w, $h, $ext, $crop)
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/
Dpageutils.php396 function metaFN($id, $ext)
415 function mediaMetaFN($id, $ext)
481 function localeFN($id, $ext = 'txt')
607 function getCacheName($data, $ext = '')
Dcache.php14 public function __construct($key, $ext)
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 …
Dcommon.php1014 function rawLocale($id, $ext = 'txt')
/dokuwiki/lib/plugins/extension/
Dscript.js64 ext: $section.data('ext'), property
/dokuwiki/inc/File/
DMediaFile.php14 protected $ext; variable in dokuwiki\\File\\MediaFile
/dokuwiki/inc/Extension/
DPluginInterface.php80 public function localFN($id, $ext = 'txt');
DPluginTrait.php131 public function localFN($id, $ext = 'txt')
/dokuwiki/vendor/composer/
DClassLoader.php492 private function findFileWithExtension($class, $ext)
/dokuwiki/lib/scripts/
Dmedia.js13 ext: false, property