Home
last modified time | relevance | path

Searched refs:LICENSE_ENABLED (Results 1 – 9 of 9) sorted by path

/dports/www/moodle310/moodle/admin/tool/licensemanager/classes/output/
H A Dtable.php128 if ($license->enabled == license_manager::LICENSE_ENABLED) {
/dports/www/moodle310/moodle/lib/
H A Dlicenselib.php46 const LICENSE_ENABLED = 1; define in license_manager
123 $license->enabled = self::LICENSE_ENABLED;
309 $license->enabled = self::LICENSE_ENABLED;
341 $licenses = self::read(['enabled' => self::LICENSE_ENABLED]);
/dports/www/moodle310/moodle/lib/tests/
H A Dlicenselib_test.php141 … $DB->set_field('license', 'enabled', license_manager::LICENSE_ENABLED, ['shortname' => 'cc-nc']);
167 $this->assertEquals(license_manager::LICENSE_ENABLED, $actual);
/dports/www/moodle311/moodle/admin/tool/licensemanager/classes/output/
H A Dtable.php128 if ($license->enabled == license_manager::LICENSE_ENABLED) {
/dports/www/moodle311/moodle/lib/
H A Dlicenselib.php46 const LICENSE_ENABLED = 1; define in license_manager
123 $license->enabled = self::LICENSE_ENABLED;
309 $license->enabled = self::LICENSE_ENABLED;
341 $licenses = self::read(['enabled' => self::LICENSE_ENABLED]);
/dports/www/moodle311/moodle/lib/tests/
H A Dlicenselib_test.php141 … $DB->set_field('license', 'enabled', license_manager::LICENSE_ENABLED, ['shortname' => 'cc-nc']);
167 $this->assertEquals(license_manager::LICENSE_ENABLED, $actual);
/dports/www/moodle39/moodle/admin/tool/licensemanager/classes/output/
H A Dtable.php128 if ($license->enabled == license_manager::LICENSE_ENABLED) {
/dports/www/moodle39/moodle/lib/
H A Dlicenselib.php46 const LICENSE_ENABLED = 1; define in license_manager
123 $license->enabled = self::LICENSE_ENABLED;
309 $license->enabled = self::LICENSE_ENABLED;
341 $licenses = self::read(['enabled' => self::LICENSE_ENABLED]);
/dports/www/moodle39/moodle/lib/tests/
H A Dlicenselib_test.php141 … $DB->set_field('license', 'enabled', license_manager::LICENSE_ENABLED, ['shortname' => 'cc-nc']);
167 $this->assertEquals(license_manager::LICENSE_ENABLED, $actual);