Home
last modified time | relevance | path

Searched refs:preload (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/
H A Dpreload.php.dist3 * This is an example for a farm setup. Simply copy this file to preload.php and
5 * You can also use preload.php for other things than farming, e.g. for moving
H A Dinit.php29 // if available load a preload config file
30 $preload = fullpath(__DIR__) . '/preload.php';
31 if (file_exists($preload)) include($preload);
68 // previously in preload.php set fields of $config_cascade will be merged with the defaults
201 // setup plugin controller class (can be overwritten in preload.php)
25 $preload = fullpath(dirname(__FILE__)).'/preload.php'; global() variable
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php655 public $add_attributes = ['audio' => ['preload' => 'none'], 'iframe' => ['sandbox' => 'allow-scripts allow-same-origin'], 'video' => ['preload' => 'none']];