Home
last modified time | relevance | path

Searched refs:license (Results 1 – 18 of 18) sorted by last modified time

/dokuwiki/vendor/geshi/geshi/
H A DLICENSE7 of this license document, but changing it is not allowed.
40 (2) offer you this license which gives you legal permission to copy,
190 Program), the recipient automatically receives a license from the
205 license would not permit royalty-free redistribution of the Program by
219 implemented by public license practices. Many people have made
/dokuwiki/inc/
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 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 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
/dokuwiki/inc/Ui/
H A DEditor.php39 global $license;
136 // license note
137 if ($wr && $conf['license']) {
139 'href' => $license[$conf['license']]['url'],
140 'rel' => 'license',
144 $form->addTagOpen('div')->addClass('license');
146 . ' <a ' . buildAttributes($attr, true) . '>' . $license[$conf['license']]['name'] . '</a>');
/dokuwiki/inc/lang/cs/
H A Dstopwords.txt1 # Stopwords for Czech - generated from ispell-cs (license: GNU GPL)
/dokuwiki/
H A DCOPYING7 of this license document, but changing it is not allowed.
40 (2) offer you this license which gives you legal permission to copy,
190 Program), the recipient automatically receives a license from the
205 license would not permit royalty-free redistribution of the Program by
219 implemented by public license practices. Many people have made
H A DREADME9 See COPYING and file headers for license info
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/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE7 of this license document, but changing it is not allowed.
20 This license, the Lesser General Public License, applies to some
24 this license or the ordinary General Public License is the better
49 library, and (2) we offer you this license, which gives you legal
63 restrictive license from a patent holder. Therefore, we insist that
64 any patent license obtained for a version of the library must be
65 consistent with the full freedom of use specified in this license.
68 ordinary GNU General Public License. This license, the GNU Lesser
71 this license for certain libraries in order to permit linking those
82 We call this license th
[all...]
H A DREADME.md85 license changed to LGPL
/dokuwiki/conf/
H A Dlicense.php3 * This file defines multiple available licenses you can license your
5 * license.local.php instead.
10 $license['cc-zero'] = array(
14 $license['publicdomain'] = array(
18 $license['cc-by'] = array(
22 $license['cc-by-sa'] = array(
26 $license['gnufdl'] = array(
30 $license['cc-by-nc'] = array(
34 $license['cc-by-nc-sa'] = array(
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt62 Not sure what this means? See the [[doku>faq:license|FAQ on the Licenses]].
/dokuwiki/lib/tpl/dokuwiki/css/
H A Ddesign.less312 /* license note under edit window */
313 .dokuwiki div.license {
342 div.license {
361 [dir=rtl] #dokuwiki__footer .license img {
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown27 4. `LICENSE.txt` - A copy of the BSD license.
123 [New BSD license](http://www.opensource.org/licenses/BSD-3-Clause)
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE7 of this license document, but changing it is not allowed.
20 This license, the Lesser General Public License, applies to some
24 this license or the ordinary General Public License is the better
49 library, and (2) we offer you this license, which gives you legal
62 restrictive license from a patent holder. Therefore, we insist that
63 any patent license obtained for a version of the library must be
64 consistent with the full freedom of use specified in this license.
67 ordinary GNU General Public License. This license, the GNU Lesser
70 this license for certain libraries in order to permit linking those
81 We call this license th
[all...]
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingLicense.php15 global $license;
17 foreach ($license as $key => $data) {