Lines Matching +full:php +full:- +full:versions
1 <?php
45 return [$ext, 'application/octet-stream', true];
134 * Returns the jquery script URLs for the versions defined in lib/scripts/jquery/versions
144 $versions = [];
145 $lines = file(DOKU_INC . 'lib/scripts/jquery/versions');
152 $versions[$key] = $val;
156 $data = ['versions' => $versions, 'src' => &$src];
158 if ($event->advise_before()) {
160 $jqmod = md5(implode('-', $versions));
161 $src[] = DOKU_BASE . 'lib/exe/jquery.php' . '?tseed=' . $jqmod;
163 $src[] = sprintf('https://code.jquery.com/jquery-%s.min.js', $versions['JQ_VERSION']);
164 … $src[] = sprintf('https://code.jquery.com/ui/%s/jquery-ui.min.js', $versions['JQUI_VERSION']);
168 $versions['JQ_VERSION']
171 'https://cdnjs.cloudflare.com/ajax/libs/jqueryui/%s/jquery-ui.min.js',
172 $versions['JQUI_VERSION']
176 $event->advise_after();
305 * $combined - the already read & merged configuration values
306 …* $new - array of config values from the config cascade file being c…
373 || !$auth->canDo('addUser')
379 || !$auth->canDo('modPass')
386 if (!$auth instanceof AuthPlugin || !$auth->canDo('Profile')) {
389 if (!$auth instanceof AuthPlugin || !$auth->canDo('delUser')) {
395 if (!$auth instanceof AuthPlugin || !$auth->canDo('logout')) {