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 – 6 of 6) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dmedia_get_from_url.test.php10 $conf['fetchsize'] = 500*1024; //500kb
37 $conf['fetchsize'] = 500*1024; //500kb
49 $conf['fetchsize'] = 500*1024; //500kb
/dokuwiki/_test/tests/lib/exe/
H A Dfetch_statuscodes_external.test.php25 $conf['fetchsize'] = 500 * 1024; //500kb
/dokuwiki/conf/
H A Ddokuwiki.php102 $conf['fetchsize'] = 0; //maximum size (bytes) fetch.php may download from extern,…
/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.php1896 // if no cache or fetchsize just redirect
1898 if (!$conf['fetchsize']) return false;
1937 $http->max_bodysize = $conf['fetchsize'];