Home
last modified time | relevance | path

Searched +full:fetchsize -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/conf/
H A Ddokuwiki.php102 $conf['fetchsize'] = 0; //maximum size (bytes) fetch.php may download from extern, disabled by default
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php206 $meta['fetchsize'] = ['numeric'];
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dvisualfoxpro.php102 'Feof','Ferror','FetchMemo','FetchSize','Fflush','Fgets',
/dokuwiki/inc/
H A Dmedia.php1888 // if no cache or fetchsize just redirect
1890 if (!$conf['fetchsize']) return false;
1929 $http->max_bodysize = $conf['fetchsize'];