Home
last modified time | relevance | path

Searched refs:tca (Results 1 – 25 of 617) sorted by relevance

12345678910>>...25

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Migrations/
H A DTcaMigration.php51 $tca = $this->migrateColumnsConfig($tca);
53 $tca = $this->migratePagesLanguageOverlayRemoval($tca);
54 $tca = $this->removeSelIconFieldPath($tca);
55 $tca = $this->removeSetToDefaultOnCopy($tca);
56 $tca = $this->sanitizeControlSectionIntegrity($tca);
59 $tca = $this->removeShowRecordFieldListField($tca);
61 $tca = $this->migrateLanguageFieldToTcaTypeLanguage($tca);
63 $tca = $this->removeShowRemovedLocalizationRecords($tca);
64 $tca = $this->migrateFileFolderConfiguration($tca);
65 $tca = $this->migrateLevelLinksPosition($tca);
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Migrations/
H A DTcaMigration.php51 $tca = $this->migrateColumnsConfig($tca);
52 $tca = $this->migrateLocalizeChildrenAtParentLocalization($tca);
53 $tca = $this->migratePagesLanguageOverlayRemoval($tca);
54 $tca = $this->removeSelIconFieldPath($tca);
55 $tca = $this->removeSetToDefaultOnCopy($tca);
56 $tca = $this->sanitizeControlSectionIntegrity($tca);
58 $tca = $this->removeExcludeFieldForTransOrigPointerField($tca);
59 $tca = $this->removeShowRecordFieldListField($tca);
62 return $tca;
121 return $tca;
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Migrations/
H A DTcaMigration.php52 $tca = $this->migrateColumnsConfig($tca);
59 $tca = $this->migrateIconsInOptionTags($tca);
62 $tca = $this->migrateSelectFieldIconTable($tca);
65 $tca = $this->migrateSelectTreeOptions($tca);
67 $tca = $this->migrateShowIfRteOption($tca);
68 $tca = $this->migrateWorkspacesOptions($tca);
69 $tca = $this->migrateTranslationTable($tca);
70 $tca = $this->migrateL10nModeDefinitions($tca);
73 $tca = $this->migrateRequestUpdate($tca);
87 $tca = $this->migrateOptionsOfTypeGroup($tca);
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/leds/
H A Dleds-tca6507.c356 set = tca->reg_set; in tca6507_work()
358 tca->reg_set = 0; in tca6507_work()
487 b = &tca->bank[i]; in led_prepare()
510 set_times(tca, i); in led_prepare()
542 if (tca->reg_set) in led_assign()
607 set_select(tca, tca->gpio_map[offset], in tca6507_gpio_set_value()
610 if (tca->reg_set) in tca6507_gpio_set_value()
649 err = gpiochip_add_data(&tca->gpio, tca); in tca6507_probe_gpios()
756 tca = devm_kzalloc(dev, sizeof(*tca), GFP_KERNEL); in tca6507_probe()
757 if (!tca) in tca6507_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/leds/
H A Dleds-tca6507.c356 set = tca->reg_set; in tca6507_work()
358 tca->reg_set = 0; in tca6507_work()
487 b = &tca->bank[i]; in led_prepare()
510 set_times(tca, i); in led_prepare()
542 if (tca->reg_set) in led_assign()
607 set_select(tca, tca->gpio_map[offset], in tca6507_gpio_set_value()
610 if (tca->reg_set) in tca6507_gpio_set_value()
649 err = gpiochip_add_data(&tca->gpio, tca); in tca6507_probe_gpios()
756 tca = devm_kzalloc(dev, sizeof(*tca), GFP_KERNEL); in tca6507_probe()
757 if (!tca) in tca6507_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/leds/
H A Dleds-tca6507.c356 set = tca->reg_set; in tca6507_work()
358 tca->reg_set = 0; in tca6507_work()
487 b = &tca->bank[i]; in led_prepare()
510 set_times(tca, i); in led_prepare()
542 if (tca->reg_set) in led_assign()
607 set_select(tca, tca->gpio_map[offset], in tca6507_gpio_set_value()
610 if (tca->reg_set) in tca6507_gpio_set_value()
649 err = gpiochip_add_data(&tca->gpio, tca); in tca6507_probe_gpios()
756 tca = devm_kzalloc(dev, sizeof(*tca), GFP_KERNEL); in tca6507_probe()
757 if (!tca) in tca6507_probe()
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Preparations/
H A DTcaPreparation.php43 * @param array $tca
46 public function prepare(array $tca): array argument
48 $tca = $this->configureCategoryRelations($tca);
50 $tca = $this->prepareQuotingOfTableNamesAndColumnNames($tca);
52 return $tca;
72 * @param array $tca
77 foreach ($tca as $table => &$tableDefinition) {
175 return $tca;
181 * @param array $tca Incoming TCA
188 $newTca = $tca;
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Configuration/Event/
H A DAfterTcaCompilationEvent.php31 private $tca; variable in TYPO3\\CMS\\Core\\Configuration\\Event\\AfterTcaCompilationEvent
33 public function __construct(array $tca) argument
35 $this->tca = $tca;
40 return $this->tca;
43 public function setTca(array $tca) argument
45 $this->tca = $tca;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Configuration/Event/
H A DAfterTcaCompilationEvent.php31 private $tca; variable in TYPO3\\CMS\\Core\\Configuration\\Event\\AfterTcaCompilationEvent
33 public function __construct(array $tca) argument
35 $this->tca = $tca;
40 return $this->tca;
43 public function setTca(array $tca) argument
45 $this->tca = $tca;
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Preparations/
H A DTcaPreparation.php40 * @param array $tca
43 public function prepare(array $tca): array argument
45 $tca = $this->prepareQuotingOfTableNamesAndColumnNames($tca);
46 return $tca;
52 * @param array $tca Incoming TCA
55 protected function prepareQuotingOfTableNamesAndColumnNames(array $tca): array argument
59 $newTca = $tca;
65 foreach ($tca as $table => $tableDefinition) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Preparations/
H A DTcaPreparation.php42 * @param array $tca
45 public function prepare(array $tca): array argument
47 $tca = $this->prepareQuotingOfTableNamesAndColumnNames($tca);
48 return $tca;
54 * @param array $tca Incoming TCA
57 protected function prepareQuotingOfTableNamesAndColumnNames(array $tca): array argument
61 $newTca = $tca;
67 foreach ($tca as $table => $tableDefinition) {
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Dsslcmds.c678 if (! cdir || ! tca) { in sslEncKey()
700 path = tca; in sslEncKey()
723 strcat(tca, program_name); in sslEncKey()
724 strcat(tca, " -ssldir '"); in sslEncKey()
725 strcat(tca, cdir); in sslEncKey()
730 system(tca); in sslEncKey()
731 free(tca); in sslEncKey()
772 tca[0] = '\0'; in sslEncKey()
804 if (tca[0] == '\0') { in sslEncKey()
807 if (stat(tca, &sbuf) == 0) { in sslEncKey()
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/recycler/Classes/Task/
H A DCleanerFieldProvider.php111 * @param array $tca The given TCA-tables as array
114 protected function validateAdditionalFieldTca($tca) argument
116 return $this->checkTcaIsNotEmpty($tca) && $this->checkTcaIsValid($tca);
122 * @param array $tca The given TCA-tables as array
125 protected function checkTcaIsNotEmpty($tca) argument
127 if (is_array($tca) && !empty($tca)) {
143 * @param array $tca The given TCA-tables as array
146 protected function checkTcaIsValid(array $tca) argument
149 foreach ($tca as $tcaTable) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/recycler/Classes/Task/
H A DCleanerFieldProvider.php113 * @param array $tca The given TCA-tables as array
116 protected function validateAdditionalFieldTca($tca) argument
118 return $this->checkTcaIsNotEmpty($tca) && $this->checkTcaIsValid($tca);
124 * @param array $tca The given TCA-tables as array
127 protected function checkTcaIsNotEmpty($tca) argument
129 if (is_array($tca) && !empty($tca)) {
145 * @param array $tca The given TCA-tables as array
148 protected function checkTcaIsValid(array $tca) argument
151 foreach ($tca as $tcaTable) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/recycler/Classes/Task/
H A DCleanerFieldProvider.php113 * @param array $tca The given TCA-tables as array
116 protected function validateAdditionalFieldTca($tca) argument
118 return $this->checkTcaIsNotEmpty($tca) && $this->checkTcaIsValid($tca);
124 * @param array $tca The given TCA-tables as array
127 protected function checkTcaIsNotEmpty($tca) argument
129 if (is_array($tca) && !empty($tca)) {
145 * @param array $tca The given TCA-tables as array
148 protected function checkTcaIsValid(array $tca) argument
151 foreach ($tca as $tcaTable) {
/dports/biology/emboss/EMBOSS-6.6.0/ajax/ensembl/
H A Denstranscript.h386 EnsPTranscriptadaptor tca,
390 EnsPTranscriptadaptor tca,
395 EnsPTranscriptadaptor tca,
400 EnsPTranscriptadaptor tca,
405 EnsPTranscriptadaptor tca,
410 EnsPTranscriptadaptor tca,
417 EnsPTranscriptadaptor tca,
422 EnsPTranscriptadaptor tca,
426 EnsPTranscriptadaptor tca,
434 EnsPTranscriptadaptor tca,
[all …]
/dports/graphics/lensfun/lensfun-0.3.95/data/db/
H A Dlensfun-database.dtd56 <!ELEMENT tca EMPTY > element
57 <!ATTLIST tca model (linear | poly3) #REQUIRED >
58 <!ATTLIST tca focal NMTOKEN #REQUIRED >
60 <!ATTLIST tca kr NMTOKEN #IMPLIED >
61 <!ATTLIST tca kb NMTOKEN #IMPLIED >
63 <!ATTLIST tca vr NMTOKEN #IMPLIED >
64 <!ATTLIST tca vb NMTOKEN #IMPLIED >
65 <!ATTLIST tca cr NMTOKEN #IMPLIED >
66 <!ATTLIST tca cb NMTOKEN #IMPLIED >
67 <!ATTLIST tca br NMTOKEN #IMPLIED >
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/lensfun/data/db/
H A Dlensfun-database.dtd56 <!ELEMENT tca EMPTY > element
57 <!ATTLIST tca model (linear | poly3) #REQUIRED >
58 <!ATTLIST tca focal NMTOKEN #REQUIRED >
60 <!ATTLIST tca kr NMTOKEN #IMPLIED >
61 <!ATTLIST tca kb NMTOKEN #IMPLIED >
63 <!ATTLIST tca vr NMTOKEN #IMPLIED >
64 <!ATTLIST tca vb NMTOKEN #IMPLIED >
65 <!ATTLIST tca cr NMTOKEN #IMPLIED >
66 <!ATTLIST tca cb NMTOKEN #IMPLIED >
67 <!ATTLIST tca br NMTOKEN #IMPLIED >
[all …]
/dports/lang/rexx-regutil/regutil/
H A Dregstem.c334 chararray * ca, *tca; in rxfunc() local
383 tca = new_chararray(); in rxfunc()
384 getastem(argv+1, tca); in rxfunc()
388 if (tca->ptr_alloc < (tca->count + count + tind)) { in rxfunc()
389 tca->ptr_alloc = tca->count+count+tind; in rxfunc()
390 tca->array = realloc(tca->array, tca->ptr_alloc*sizeof(tca->array)); in rxfunc()
404 memmove(tca->array+tind+count, tca->array+tind, (tca->count-tind)*sizeof(*tca->array)); in rxfunc()
405 tca->count += count; in rxfunc()
412 tca->array = realloc(tca->array, tca->ptr_alloc*sizeof(tca->array)); in rxfunc()
432 setastem(argv+1, tca); in rxfunc()
[all …]
/dports/lang/rexx-regina/regina-rexx-3.9.3/regutil/
H A Dregstem.c472 chararray * ca, *tca; in rxfunc() local
521 tca = new_chararray(); in rxfunc()
522 getastem(argv+1, tca); in rxfunc()
526 if (tca->ptr_alloc < (tca->count + count + tind)) { in rxfunc()
527 tca->ptr_alloc = tca->count+count+tind; in rxfunc()
528 tca->array = realloc(tca->array, tca->ptr_alloc*sizeof(*tca->array)); in rxfunc()
542 memmove(tca->array+tind+count, tca->array+tind, (tca->count-tind)*sizeof(*tca->array)); in rxfunc()
543 tca->count += count; in rxfunc()
550 tca->array = realloc(tca->array, tca->ptr_alloc*sizeof(*tca->array)); in rxfunc()
569 setastem(argv+1, tca); in rxfunc()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI/
H A DTemplateContainerAttributeCas.cs49 TemplateContainerAttribute tca = new TemplateContainerAttribute (null); in Ctor1_Deny_Unrestricted()
50 Assert.IsNull (tca.ContainerType, "ContainerType"); in Ctor1_Deny_Unrestricted()
51 Assert.AreEqual (BindingDirection.OneWay, tca.BindingDirection, "BindingDirection"); in Ctor1_Deny_Unrestricted()
58 …TemplateContainerAttribute tca = new TemplateContainerAttribute (typeof (string), BindingDirection… in Ctor2_Deny_Unrestricted()
59 Assert.AreEqual (typeof (string), tca.ContainerType, "ContainerType"); in Ctor2_Deny_Unrestricted()
60 Assert.AreEqual (BindingDirection.TwoWay, tca.BindingDirection, "BindingDirection"); in Ctor2_Deny_Unrestricted()
/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A DEffectLFO.C53 tca = iperiod/(iperiod + 0.02); //20ms default in EffectLFO()
54 tcb = 1.0f - tca; in EffectLFO()
81 tca = iperiod/(iperiod + 0.02); //20ms default in updateparams()
82 tcb = 1.0f - tca; in updateparams()
115 tca = iperiod/(iperiod + tmp); // in updateparams()
116 tcb = 1.0f - tca; in updateparams()
186 oldlreg = xlreg*tca + oldlreg*tcb; in getlfoshape()
187 oldrreg = xrreg*tca + oldrreg*tcb; in getlfoshape()
/dports/games/alienarena-data/alienarena-7.66/data1/
H A Dmaps.lst55 tca-cryogenic "Dawn of Cryogenics TCA"
56 tca-invasion "Martian Invasion TCA"
57 tca-extermination "Extermination TCA"
58 tca-titan2k8 "Titan Station TCA"
59 tca-zion2k9 "Last Days of Zion TCA"
60 tca-corrosion "Corrosion TCA"
61 tca-purgatory "Purgatory TCA"
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Preview/
H A DStandardPreviewRendererResolver.php46 $tca = $GLOBALS['TCA'][$table];
47 $tcaTypeField = $tca['ctrl']['type'] ?? null;
51 $typeConfiguration = $tca['types'][$tcaTypeOfRow] ?? [];
74 $previewRendererClassName = $tca['ctrl']['previewRenderer'] ?? null;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Preview/
H A DStandardPreviewRendererResolver.php46 $tca = $GLOBALS['TCA'][$table];
47 $tcaTypeField = $tca['ctrl']['type'] ?? null;
51 $typeConfiguration = $tca['types'][$tcaTypeOfRow] ?? [];
74 $previewRendererClassName = $tca['ctrl']['previewRenderer'] ?? null;

12345678910>>...25