Home
last modified time | relevance | path

Searched defs:ext (Results 1 – 14 of 14) sorted by path

/dokuwiki/bin/
H A Dgittool.php215 downloadExtension($ext) global() argument
252 cloneExtension($ext, $repo) global() argument
[all...]
/dokuwiki/inc/Cache/
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) argument
[all...]
H A DCacheImageMod.php21 __construct($file, $w, $h, $ext, $crop) global() argument
/dokuwiki/inc/Extension/
H A DPluginInterface.php80 public function localFN($id, $ext = 'txt'); argument
H A DPluginTrait.php107 localFN($id, $ext = 'txt') global() argument
[all...]
/dokuwiki/inc/File/
H A DMediaFile.php13 protected $ext; global() variable in dokuwiki\\File\\MediaFile
/dokuwiki/inc/
H A Dcache.php13 __construct($key, $ext) global() argument
H A Dcommon.php1044 rawLocale($id, $ext = 'txt') global() argument
H A Dmedia.php1704 media_mod_image($file, $ext, $w, $h = 0, $crop = false) global() argument
1746 media_resize_image($file, $ext, $w, $h = 0) global() argument
1762 media_crop_image($file, $ext, $w, $h = 0) global() argument
1806 media_get_from_URL($url, $ext, $cache) global() argument
1887 media_resize_imageIM($ext, $from, $from_w, $from_h, $to, $to_w, $to_h) global() argument
1923 media_crop_imageIM($ext, $from, $from_w, $from_h, $to, $to_w, $to_h, $ofs_x, $ofs_y) global() argument
1961 media_resize_imageGD($ext, $from, $from_w, $from_h, $to, $to_w, $to_h, $ofs_x = 0, $ofs_y = 0) global() argument
[all...]
H A Dpageutils.php392 metaFN($id, $ext) global() argument
410 mediaMetaFN($id, $ext) global() argument
475 localeFN($id, $ext = 'txt') global() argument
601 getCacheName($data, $ext = '') global() argument
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php542 makeLinkList($ext) global() argument
/dokuwiki/lib/scripts/
H A Dfileuploader.js452 var ext = (-1 !== fileName.indexOf('.')) ? fileName.replace(/.*[.]/, '').toLowerCase() : ''; variable
H A Dmedia.js13 ext: false, property in dw_mediamanager
690 var $link, id, dot, ext; variable
[all...]
/dokuwiki/vendor/composer/
H A DClassLoader.php498 findFileWithExtension($class, $ext) global() argument