Home
last modified time | relevance | path

Searched refs:STATE_LOCKED (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/modules/form_test/src/Form/
H A DFormTestLanguageSelectForm.php43 '#languages' => LanguageInterface::STATE_LOCKED,
48 '#languages' => LanguageInterface::STATE_CONFIGURABLE | LanguageInterface::STATE_LOCKED,
54 '#languages' => LanguageInterface::STATE_CONFIGURABLE | LanguageInterface::STATE_LOCKED,
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/modules/form_test/src/Form/
H A DFormTestLanguageSelectForm.php43 '#languages' => LanguageInterface::STATE_LOCKED,
48 '#languages' => LanguageInterface::STATE_CONFIGURABLE | LanguageInterface::STATE_LOCKED,
54 '#languages' => LanguageInterface::STATE_CONFIGURABLE | LanguageInterface::STATE_LOCKED,
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
H A DGlitchAnalyzer.h93 bool gotLock = (mState == STATE_LOCKED) || (mGlitchCount > 0); in analyze()
177 mState = STATE_LOCKED; in processInputFrame()
188 case STATE_LOCKED: { in processInputFrame()
277 mState = STATE_LOCKED; in onGlitchEnd()
321 STATE_LOCKED, // locked on the sine wave, looking for glitches enumerator
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgvariant-core.c214 #define STATE_LOCKED 1 macro
261 g_assert (value->state & STATE_LOCKED); in g_variant_release_children()
337 g_assert (value->state & STATE_LOCKED); in g_variant_ensure_size()
372 g_assert (value->state & STATE_LOCKED); in g_variant_serialise()
447 g_assert (value->state & STATE_LOCKED); in g_variant_ensure_serialised()
702 if G_UNLIKELY (value->state & STATE_LOCKED) in g_variant_unref()
706 value->state |= STATE_LOCKED; in g_variant_unref()
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/src/Functional/Form/
H A DLanguageSelectElementTest.php52 'edit-languages-locked' => LanguageInterface::STATE_LOCKED,
53 …ages-config-and-locked' => LanguageInterface::STATE_CONFIGURABLE | LanguageInterface::STATE_LOCKED,
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/src/Functional/Form/
H A DLanguageSelectElementTest.php53 'edit-languages-locked' => LanguageInterface::STATE_LOCKED,
54 …ages-config-and-locked' => LanguageInterface::STATE_CONFIGURABLE | LanguageInterface::STATE_LOCKED,
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DGlitchActivity.java41 final static int STATE_LOCKED = 4; field in GlitchActivity
73 case STATE_LOCKED: in stateToString()
131 int lockedFrames = getStateFrameCount(STATE_LOCKED); in run()
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Language/
H A DLanguageInterface.php69 const STATE_LOCKED = 2; define
H A DLanguageManager.php419 …if (($language->isLocked() && ($flags & LanguageInterface::STATE_LOCKED)) || (!$language->isLocked…
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Language/
H A DLanguageInterface.php71 const STATE_LOCKED = 2; define
H A DLanguageManager.php423 …if (($language->isLocked() && ($flags & LanguageInterface::STATE_LOCKED)) || (!$language->isLocked…
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Connection/
H A DUnitOfWork.php57 if ($state === Doctrine_Record::STATE_LOCKED || $state === Doctrine_Record::STATE_TLOCKED) {
61 …$record->state($record->exists() ? Doctrine_Record::STATE_LOCKED : Doctrine_Record::STATE_TLOCKED);
123 …$record->state($record->exists() ? Doctrine_Record::STATE_LOCKED : Doctrine_Record::STATE_TLOCKED);
390 …$record->state($record->exists() ? Doctrine_Record::STATE_LOCKED : Doctrine_Record::STATE_TLOCKED);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/
H A DRecord.php79 const STATE_LOCKED = 6; define in Doctrine_Record
386 if ($this->_state == self::STATE_LOCKED || $this->_state == self::STATE_TLOCKED) {
421 $this->_state = $this->exists() ? self::STATE_LOCKED : self::STATE_TLOCKED;
1893 if ($this->_state == self::STATE_LOCKED || $this->_state == self::STATE_TLOCKED) {
1898 $this->_state = $this->exists() ? self::STATE_LOCKED : self::STATE_TLOCKED;
2123 if ($this->_state == self::STATE_LOCKED || $this->_state == self::STATE_TLOCKED) {
2128 $this->_state = $this->exists() ? self::STATE_LOCKED : self::STATE_TLOCKED;
2681 if ($this->_state != self::STATE_LOCKED && $this->_state != self::STATE_TLOCKED) {
2682 $this->_state = $this->exists() ? self::STATE_LOCKED : self::STATE_TLOCKED;
/dports/www/drupal8/drupal-8.9.20/core/modules/language/tests/src/Functional/
H A DLanguageConfigurationTest.php202 …foreach (\Drupal::languageManager()->getLanguages(LanguageInterface::STATE_LOCKED) as $locked_lang…
H A DLanguageListTest.php219 …nguages = $this->container->get('language_manager')->getLanguages(LanguageInterface::STATE_LOCKED);
/dports/www/drupal9/drupal-9.2.10/core/modules/language/tests/src/Functional/
H A DLanguageConfigurationTest.php206 …foreach (\Drupal::languageManager()->getLanguages(LanguageInterface::STATE_LOCKED) as $locked_lang…
H A DLanguageListTest.php222 …nguages = $this->container->get('language_manager')->getLanguages(LanguageInterface::STATE_LOCKED);
/dports/www/drupal8/drupal-8.9.20/core/modules/language/src/
H A DConfigurableLanguageManager.php349 $locked_languages = $this->getLanguages(LanguageInterface::STATE_LOCKED);
/dports/www/drupal9/drupal-9.2.10/core/modules/language/src/
H A DConfigurableLanguageManager.php349 $locked_languages = $this->getLanguages(LanguageInterface::STATE_LOCKED);
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/ctxfi/
H A Dcthw20k2.c1400 #define STATE_LOCKED 0x00 macro
1458 hw_write_20kx(hw, I2C_IF_WLOCK, STATE_LOCKED); in hw20k2_i2c_lock_chip()
1459 hw_write_20kx(hw, I2C_IF_WLOCK, STATE_LOCKED); in hw20k2_i2c_lock_chip()
1460 if (hw_read_20kx(hw, I2C_IF_WLOCK) == STATE_LOCKED) in hw20k2_i2c_lock_chip()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/ctxfi/
H A Dcthw20k2.c1400 #define STATE_LOCKED 0x00 macro
1458 hw_write_20kx(hw, I2C_IF_WLOCK, STATE_LOCKED); in hw20k2_i2c_lock_chip()
1459 hw_write_20kx(hw, I2C_IF_WLOCK, STATE_LOCKED); in hw20k2_i2c_lock_chip()
1460 if (hw_read_20kx(hw, I2C_IF_WLOCK) == STATE_LOCKED) in hw20k2_i2c_lock_chip()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/ctxfi/
H A Dcthw20k2.c1400 #define STATE_LOCKED 0x00 macro
1458 hw_write_20kx(hw, I2C_IF_WLOCK, STATE_LOCKED); in hw20k2_i2c_lock_chip()
1459 hw_write_20kx(hw, I2C_IF_WLOCK, STATE_LOCKED); in hw20k2_i2c_lock_chip()
1460 if (hw_read_20kx(hw, I2C_IF_WLOCK) == STATE_LOCKED) in hw20k2_i2c_lock_chip()
/dports/security/gcr/gcr-3.40.0/gck/
H A Dgck-attributes.c49 #define STATE_LOCKED 1 macro
2279 g_bit_lock (&attrs->state, STATE_LOCKED); in gck_attributes_ref_sink()
2286 g_bit_unlock (&attrs->state, STATE_LOCKED); in gck_attributes_ref_sink()
/dports/www/drupal8/drupal-8.9.20/core/modules/content_translation/
H A Dcontent_translation.admin.inc330 … foreach (\Drupal::languageManager()->getLanguages(LanguageInterface::STATE_LOCKED) as $language) {
/dports/www/drupal9/drupal-9.2.10/core/modules/content_translation/
H A Dcontent_translation.admin.inc330 … foreach (\Drupal::languageManager()->getLanguages(LanguageInterface::STATE_LOCKED) as $language) {

12