Home
last modified time | relevance | path

Searched +full:license -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 26 – 50 of 494) sorted by path

12345678910>>...20

/dokuwiki/inc/
H A Dcommon.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
1772 * Returns the path to a image file for the currently chosen license.
1782 global $license;
1784 if (!$conf['license']) return '';
1785 if (!is_array($license[$conf['license']])) return '';
1787 $try[] = 'lib/images/license/' . $type . '/' . $conf['license'] . '.png';
1788 $try[] = 'lib/images/license/' . $type . '/' . $conf['license']
[all...]
H A Dconfig_cascade.php29 'license' => [
30 'default' => [DOKU_CONF . 'license.php'],
31 'local' => [DOKU_CONF . 'license.local.php']
H A Dconfutils.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
H A Ddeprecated.php365 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
H A Dfarm.php23 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
113 'license' => [
114 'default' => [DOKU_INC . 'conf/license.php'],
115 'local' => [DOKU_CONF . 'license.local.php']
H A Dform.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
H A Dfulltext.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
H A Dhtml.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
H A Dhttputils.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
H A Dindexer.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
H A Dinfoutils.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
H A Dinit.php85 //prepare license array()
86 global $license;
87 $license = [];
89 // load the license file(s)
91 if (empty($config_cascade['license'][$config_group])) continue;
92 foreach ($config_cascade['license'][$config_group] as $config_file) {
82 $license = array(); global() variable
H A Dio.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
H A Dmail.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
H A Dmedia.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
H A Dpageutils.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
H A Dparserutils.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
H A Dpluginutils.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
H A Dsearch.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
H A Dtemplate.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
1613 * Print a informational line about the used license
1618 * @param bool $wrap wrap in div with class="license"?
1625 global $license;
1628 if (!$conf['license']) return '';
1629 if (!is_array($license[$conf['license']])) return '';
1630 $lic = $license[$conf['license']];
1634 if ($wrap) $out .= '<div class="license">';
[all...]
H A Dtoolbar.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
/dokuwiki/
H A Dindex.php14 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
H A Dinstall.php185 include(DOKU_CONF . 'license.php');
246 $license[] = ['name' => $lang['i_license_none'], 'url' => ''];
247 if (empty($d['license'])) $d['license'] = 'cc-by-sa';
248 foreach ($license as $key => $lic) {
250 echo '<input type="radio" name="d[license]" value="' . hsc($key) . '" id="lic_' . $key . '"' .
251 (($d['license'] === $key) ? ' checked="checked"' : '') . '>';
311 'license' => 'cc-by-sa'
403 $output .= '$conf[\'license\'] = \'' . addslashes($d['license'])
[all...]
/dokuwiki/lib/exe/
H A Dajax.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
H A Dcss.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)

12345678910>>...20