Home
last modified time | relevance | path

Searched refs:createable (Results 1 – 22 of 22) sorted by relevance

/dports/www/moodle310/moodle/admin/
H A Dqtypes.php194 $createable = isset($createabletypes[$qtypename]); variable
195 $icons = question_types_enable_disable_icons($qtypename, $createable);
196 if (!$createable) {
237 function question_types_enable_disable_icons($qtypename, $createable) { argument
238 if ($createable) {
/dports/www/moodle311/moodle/admin/
H A Dqtypes.php194 $createable = isset($createabletypes[$qtypename]); variable
195 $icons = question_types_enable_disable_icons($qtypename, $createable);
196 if (!$createable) {
237 function question_types_enable_disable_icons($qtypename, $createable) { argument
238 if ($createable) {
/dports/www/moodle39/moodle/admin/
H A Dqtypes.php194 $createable = isset($createabletypes[$qtypename]); variable
195 $icons = question_types_enable_disable_icons($qtypename, $createable);
196 if (!$createable) {
237 function question_types_enable_disable_icons($qtypename, $createable) { argument
238 if ($createable) {
/dports/databases/postgresql-ogr_fdw/pgsql-ogr-fdw-1.1.0/
H A Dogr_fdw_info.c94 int createable = TRUE; in formats() local
100 createable = CSLFetchBoolean(papszMD, GDAL_DCAP_CREATE, FALSE); in formats()
102 createable = GDALDatasetTestCapability(ogr_dr, ODrCCreateDataSource); in formats()
111 if (createable) in formats()
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningSequence/
H A DREADME.md4 In order to extend createable types for LSO, a plugin will have to add 'lso'
/dports/www/ilias6/ILIAS-6.14/Modules/LearningSequence/
H A DREADME.md4 In order to extend createable types for LSO, a plugin will have to add 'lso'
/dports/devel/msbuild/msbuild-0.06/src/Build/Instance/
H A DTaskRegistry.cs1229 …bool createable = ((AssemblyTaskFactory)_taskFactoryWrapperInstance.TaskFactory).TaskNameCreatable… in CanTaskBeCreatedByFactory()
1231 if (createable) in CanTaskBeCreatedByFactory()
1246 … bool createable = _taskFactoryWrapperInstance.IsCreatableByFactory(taskName); in CanTaskBeCreatedByFactory()
1248 if (createable) in CanTaskBeCreatedByFactory()
/dports/net-mgmt/observium/observium/mibs/cisco/
H A DCISCO-DS0BUNDLE-MIB121 a createable row and the agent must be allowed to
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/cisco/
H A DCISCO-DS0BUNDLE-MIB.my121 a createable row and the agent must be allowed to
/dports/net-mgmt/libsmi/libsmi-0.4.8/mibs/ietf/
H A DDS0BUNDLE-MIB118 choose the index in a createable row and the agent
/dports/net-mgmt/observium/observium/mibs/rfc/
H A DDS0BUNDLE-MIB117 choose the index in a createable row and the agent
/dports/net-mgmt/docsis/docsis-upstream-0.9.8/mibs/ietf/
H A DDS0BUNDLE-MIB118 choose the index in a createable row and the agent
/dports/lang/spidermonkey78/firefox-78.9.0/browser/extensions/formautofill/
H A DFormAutofillHandler.jsm108 * Examine the section is createable for storing the profile. This method
111 * @param {Object} record The record for examining createable
112 * @returns {boolean} True for the record is createable, otherwise false
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/formautofill/
H A DFormAutofillHandler.jsm82 * Examine the section is createable for storing the profile. This method
85 * @param {Object} record The record for examining createable
86 * @returns {boolean} True for the record is createable, otherwise false
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/formautofill/
H A DFormAutofillHandler.jsm124 * Examine the section is createable for storing the profile. This method
127 * @param {Object} record The record for examining createable
128 * @returns {boolean} True for the record is createable, otherwise false
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/formautofill/
H A DFormAutofillHandler.jsm124 * Examine the section is createable for storing the profile. This method
127 * @param {Object} record The record for examining createable
128 * @returns {boolean} True for the record is createable, otherwise false
/dports/www/firefox/firefox-99.0/toolkit/components/formautofill/
H A DFormAutofillHandler.jsm120 * Examine the section is createable for storing the profile. This method
123 * @param {Object} record The record for examining createable
124 * @returns {boolean} True for the record is createable, otherwise false
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/docsrc/imap/reference/admin/murder/
H A Dmurder-concepts.rst347 un-createable. Though, this is safer than potentially having the
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/docsrc/imap/reference/admin/murder/
H A Dmurder-concepts.rst347 un-createable. Though, this is safer than potentially having the
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/docsrc/imap/reference/admin/murder/
H A Dmurder-concepts.rst347 un-createable. Though, this is safer than potentially having the
/dports/devel/py-setuptools44/setuptools-44.1.1/
H A DCHANGES.rst3053 * Distribute #320: Fix check for "createable" in distribute_setup.py.
/dports/devel/py-setuptools/setuptools-57.0.0/
H A DCHANGES.rst4126 * Distribute #320: Fix check for "createable" in distribute_setup.py.