Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dconfutils.php159 if (!$conf['jquerycdn']) {
162 } elseif ($conf['jquerycdn'] == 'jquery') {
165 } elseif ($conf['jquerycdn'] == 'cdnjs') {
/dokuwiki/conf/
H A Ddokuwiki.php174 $conf['jquerycdn'] = 0; //use a CDN for delivering jQuery?
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php258 $meta['jquerycdn'] = ['multichoice', '_choices' => [0, 'jquery', 'cdnjs']];