Home
last modified time | relevance | path

Searched refs:is_configurable (Results 1 – 25 of 60) sorted by relevance

123

/dports/audio/ario/ario-1.6/src/plugins/
H A Dario-plugin.c45 is_configurable (ArioPlugin *plugin) in is_configurable() function
58 klass->is_configurable = is_configurable; in ario_plugin_class_init()
92 return ARIO_PLUGIN_GET_CLASS (plugin)->is_configurable (plugin); in ario_plugin_is_configurable()
H A Dario-plugin.h73 gboolean (*is_configurable) (ArioPlugin *plugin); member
H A Dario-python-plugin.c227 plugin_class->is_configurable = impl_is_configurable; in ario_python_object_class_init()
/dports/www/drupal8/drupal-8.9.20/core/modules/image/src/Form/
H A DImageStyleEditForm.php122 $is_configurable = $effect instanceof ConfigurableImageEffectInterface;
123 if ($is_configurable) {
/dports/www/drupal9/drupal-9.2.10/core/modules/image/src/Form/
H A DImageStyleEditForm.php122 $is_configurable = $effect instanceof ConfigurableImageEffectInterface;
123 if ($is_configurable) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dproperty-descriptor-object.tq10 is_configurable: bool: 1 bit;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dproperty-descriptor-object.tq10 is_configurable: bool: 1 bit;
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dproperty-descriptor-object.tq10 is_configurable: bool: 1 bit;
/dports/www/moodle310/moodle/mod/assign/submission/comments/
H A Dlocallib.php187 public function is_configurable() { function in assign_submission_comments
/dports/www/moodle311/moodle/mod/assign/submission/comments/
H A Dlocallib.php187 public function is_configurable() { function in assign_submission_comments
/dports/www/moodle39/moodle/mod/assign/submission/comments/
H A Dlocallib.php187 public function is_configurable() { function in assign_submission_comments
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-extensions.c96 klass->is_configurable = gth_extension_base_is_configurable; in gth_extension_class_init()
151 return GTH_EXTENSION_GET_CLASS (self)->is_configurable (self); in gth_extension_is_configurable()
367 elc->is_configurable = gth_extension_module_real_is_configurable; in gth_extension_module_class_init()
H A Dgth-extensions.h91 gboolean (*is_configurable) (GthExtension *self); member
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/views/Admin/Improve/Payment/PaymentMethods/Blocks/
H A Dpayment_modules_list.html.twig48 {% if module.attributes.is_configurable %}
/dports/audio/rhythmbox/rhythmbox-3.4.4/bindings/vala/
H A Drb.vapi43 public virtual bool is_configurable ();
/dports/www/moodle39/moodle/mod/assign/feedback/editpdf/
H A Dlocallib.php359 public function is_configurable() { function in assign_feedback_editpdf
/dports/www/moodle39/moodle/mod/assign/
H A Dassignmentplugin.php691 public function is_configurable() { function in assign_plugin
/dports/www/moodle310/moodle/mod/assign/feedback/editpdf/
H A Dlocallib.php429 public function is_configurable() { function in assign_feedback_editpdf
/dports/www/moodle310/moodle/mod/assign/
H A Dassignmentplugin.php691 public function is_configurable() { function in assign_plugin
/dports/www/moodle311/moodle/mod/assign/feedback/editpdf/
H A Dlocallib.php429 public function is_configurable() { function in assign_feedback_editpdf
/dports/www/moodle311/moodle/mod/assign/
H A Dassignmentplugin.php691 public function is_configurable() { function in assign_plugin
/dports/finance/prestashop/prestashop/classes/module/
H A DModule.php1441 …$item->is_configurable = $tmp_module->is_configurable = method_exists($tmp_module, 'getContent') ?…
1550 $item->is_configurable = 0;
2658 …<is_configurable>' . (isset($this->is_configurable) ? (int) $this->is_configurable : 0) . '</is_co…
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_hobject_props.c5193 duk_bool_t is_configurable; local
5221 is_configurable = (defprop_flags & DUK_DEFPROP_CONFIGURABLE);
5239 (long) has_configurable, (long) is_configurable,
5397 if (has_configurable && is_configurable) {
5433 if (has_configurable && is_configurable) {
5499 if (is_configurable) {
5572 if (has_configurable && is_configurable) {
5748 if (is_configurable) {
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_hobject_props.c5193 duk_bool_t is_configurable; local
5221 is_configurable = (defprop_flags & DUK_DEFPROP_CONFIGURABLE);
5239 (long) has_configurable, (long) is_configurable,
5397 if (has_configurable && is_configurable) {
5433 if (has_configurable && is_configurable) {
5499 if (is_configurable) {
5572 if (has_configurable && is_configurable) {
5748 if (is_configurable) {
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_hobject_props.c5193 duk_bool_t is_configurable; local
5221 is_configurable = (defprop_flags & DUK_DEFPROP_CONFIGURABLE);
5239 (long) has_configurable, (long) is_configurable,
5397 if (has_configurable && is_configurable) {
5433 if (has_configurable && is_configurable) {
5499 if (is_configurable) {
5572 if (has_configurable && is_configurable) {
5748 if (is_configurable) {

123