Home
last modified time | relevance | path

Searched refs:aDefinition (Results 1 – 25 of 113) sorted by relevance

12345

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/widgetdraw/
H A DWidgetDefinitionReaderTest.cxx46 vcl::WidgetDefinition aDefinition; in testReadSettings() local
49 CPPUNIT_ASSERT(aReader.read(aDefinition)); in testReadSettings()
50 CPPUNIT_ASSERT_EQUAL(OString(""), aDefinition.mpSettings->msCenteredTabs); in testReadSettings()
54 vcl::WidgetDefinition aDefinition; in testReadSettings() local
57 CPPUNIT_ASSERT(aReader.read(aDefinition)); in testReadSettings()
62 vcl::WidgetDefinition aDefinition; in testReadSettings() local
65 CPPUNIT_ASSERT(aReader.read(aDefinition)); in testReadSettings()
70 CPPUNIT_ASSERT_EQUAL(OString("16"), aDefinition.mpSettings->msTitleHeight); in testReadSettings()
81 vcl::WidgetDefinition aDefinition; in testRead() local
84 CPPUNIT_ASSERT(aReader.read(aDefinition)); in testRead()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/widgetdraw/
H A DWidgetDefinitionReaderTest.cxx39 vcl::WidgetDefinition aDefinition; in testRead() local
42 aReader.read(aDefinition); in testRead()
44 CPPUNIT_ASSERT_EQUAL(OUString("123456"), aDefinition.mpStyle->maFaceColor.AsRGBHexString()); in testRead()
45 CPPUNIT_ASSERT_EQUAL(OUString("234567"), aDefinition.mpStyle->maCheckedColor.AsRGBHexString()); in testRead()
46 CPPUNIT_ASSERT_EQUAL(OUString("345678"), aDefinition.mpStyle->maLightColor.AsRGBHexString()); in testRead()
49 aDefinition.mpStyle->maVisitedLinkColor.AsRGBHexString()); in testRead()
50 CPPUNIT_ASSERT_EQUAL(OUString("ffffff"), aDefinition.mpStyle->maToolTextColor.AsRGBHexString()); in testRead()
51 CPPUNIT_ASSERT_EQUAL(OUString("ffffff"), aDefinition.mpStyle->maFontColor.AsRGBHexString()); in testRead()
58 = aDefinition.getDefinition(ControlType::Pushbutton, ControlPart::Entire) in testRead()
74 = aDefinition.getDefinition(ControlType::Radiobutton, ControlPart::Entire) in testRead()
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/cpp/
H A DCSymbolTable.st70 at: aName put: aDefinition
71 ^symbols at: aName put: aDefinition
78 atStruct: aName put: aDefinition
79 ^structTags at: aName put: aDefinition
86 atEnum: aName put: aDefinition
87 ^enumTags at: aName put: aDefinition
142 at: aName put: aDefinition
143 ^scopeStack first at: aName put: aDefinition
155 atStruct: aName put: aDefinition
168 atEnum: aName put: aDefinition
[all …]
/dports/www/firefox/firefox-99.0/dom/base/
H A DCustomElementRegistry.cpp42 : mDefinition(aDefinition) { in CustomElementUpgradeReaction()
279 CustomElementDefinition* aDefinition) { in SetCustomElementDefinition() argument
282 MOZ_ASSERT(aDefinition ? !mCustomElementDefinition in SetCustomElementDefinition()
284 MOZ_ASSERT_IF(aDefinition, aDefinition->mType == mType); in SetCustomElementDefinition()
286 mCustomElementDefinition = aDefinition; in SetCustomElementDefinition()
569 CustomElementDefinition* definition = aDefinition; in EnqueueLifecycleCallback()
1244 aElement->SetCustomElementDefinition(aDefinition); in Upgrade()
1250 if (!aDefinition->mObservedAttributes.IsEmpty()) { in Upgrade()
1274 aDefinition); in Upgrade()
1289 DoUpgrade(aElement, aDefinition, MOZ_KnownLive(aDefinition->mConstructor), in Upgrade()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DCustomElementRegistry.cpp27 : mDefinition(aDefinition) { in CustomElementUpgradeReaction()
141 CustomElementDefinition* aDefinition) { in SetCustomElementDefinition() argument
144 MOZ_ASSERT(aDefinition->mType == mType); in SetCustomElementDefinition()
146 mCustomElementDefinition = aDefinition; in SetCustomElementDefinition()
321 CustomElementDefinition* aDefinition) { in CreateCustomElementCallback() argument
377 CustomElementDefinition* aDefinition) { in EnqueueLifecycleCallback() argument
378 CustomElementDefinition* definition = aDefinition; in EnqueueLifecycleCallback()
863 if (!aDefinition->mObservedAttributes.IsEmpty()) { in Upgrade()
871 if (aDefinition->IsInObservedAttributeList(attrName)) { in Upgrade()
898 DoUpgrade(aElement, aDefinition->mConstructor, aRv); in Upgrade()
[all …]
H A DCustomElementRegistry.h115 void SetCustomElementDefinition(CustomElementDefinition* aDefinition);
214 CustomElementDefinition* aDefinition);
356 CustomElementDefinition* aDefinition);
362 static void Upgrade(Element* aElement, CustomElementDefinition* aDefinition,
389 CustomElementDefinition* aDefinition);
391 void UpgradeCandidates(nsAtom* aKey, CustomElementDefinition* aDefinition,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A DFontFeaturesDialog.cxx93 vcl::font::FeatureDefinition aDefinition; in fillGrid() local
95 aDefinition = rFontFeature.m_aDefinition; in fillGrid()
96 if (!aDefinition) in fillGrid()
97 aDefinition = { nFontFeatureCode, nullptr }; in fillGrid()
105 nValue = aDefinition.getDefault(); in fillGrid()
109 aCurrentItem.m_nDefault = aDefinition.getDefault(); in fillGrid()
121 if (aDefinition.getType() == vcl::font::FeatureParameterType::ENUM) in fillGrid()
123 aCurrentItem.m_xText->set_label(aDefinition.getDescription()); in fillGrid()
126 sal_Int32 nInit = makeEnumComboBox(*aCurrentItem.m_xCombo, aDefinition, nValue); in fillGrid()
135 aCurrentItem.m_xCheck->set_label(aDefinition.getDescription()); in fillGrid()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DCustomElementRegistry.cpp39 : mDefinition(aDefinition) { in CustomElementUpgradeReaction()
173 CustomElementDefinition* aDefinition) { in SetCustomElementDefinition() argument
176 MOZ_ASSERT(aDefinition ? !mCustomElementDefinition in SetCustomElementDefinition()
178 MOZ_ASSERT_IF(aDefinition, aDefinition->mType == mType); in SetCustomElementDefinition()
180 mCustomElementDefinition = aDefinition; in SetCustomElementDefinition()
447 CustomElementDefinition* aDefinition) { in CreateCustomElementCallback() argument
509 CustomElementDefinition* aDefinition) { in EnqueueLifecycleCallback() argument
510 CustomElementDefinition* definition = aDefinition; in EnqueueLifecycleCallback()
1178 aElement->SetCustomElementDefinition(aDefinition); in Upgrade()
1204 aDefinition); in Upgrade()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DCustomElementRegistry.cpp35 : mDefinition(aDefinition) { in CustomElementUpgradeReaction()
169 CustomElementDefinition* aDefinition) { in SetCustomElementDefinition() argument
172 MOZ_ASSERT(aDefinition ? !mCustomElementDefinition in SetCustomElementDefinition()
174 MOZ_ASSERT_IF(aDefinition, aDefinition->mType == mType); in SetCustomElementDefinition()
176 mCustomElementDefinition = aDefinition; in SetCustomElementDefinition()
439 CustomElementDefinition* aDefinition) { in CreateCustomElementCallback() argument
501 CustomElementDefinition* aDefinition) { in EnqueueLifecycleCallback() argument
502 CustomElementDefinition* definition = aDefinition; in EnqueueLifecycleCallback()
1141 aElement->SetCustomElementDefinition(aDefinition); in Upgrade()
1147 if (!aDefinition->mObservedAttributes.IsEmpty()) { in Upgrade()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DCustomElementRegistry.cpp39 : mDefinition(aDefinition) { in CustomElementUpgradeReaction()
173 CustomElementDefinition* aDefinition) { in SetCustomElementDefinition() argument
176 MOZ_ASSERT(aDefinition ? !mCustomElementDefinition in SetCustomElementDefinition()
178 MOZ_ASSERT_IF(aDefinition, aDefinition->mType == mType); in SetCustomElementDefinition()
180 mCustomElementDefinition = aDefinition; in SetCustomElementDefinition()
447 CustomElementDefinition* aDefinition) { in CreateCustomElementCallback() argument
509 CustomElementDefinition* aDefinition) { in EnqueueLifecycleCallback() argument
510 CustomElementDefinition* definition = aDefinition; in EnqueueLifecycleCallback()
1178 aElement->SetCustomElementDefinition(aDefinition); in Upgrade()
1204 aDefinition); in Upgrade()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/StepElement/
H A DStepElement_SurfaceSectionFieldConstant.cxx37 …epElement_SurfaceSectionFieldConstant::Init (const Handle(StepElement_SurfaceSection) &aDefinition) in Init() argument
41 theDefinition = aDefinition; in Init()
59 …_SurfaceSectionFieldConstant::SetDefinition (const Handle(StepElement_SurfaceSection) &aDefinition) in SetDefinition() argument
61 theDefinition = aDefinition; in SetDefinition()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A DFontFeaturesDialog.cxx104 vcl::font::FeatureDefinition aDefinition; in fillGrid() local
106 aDefinition = rFontFeature.m_aDefinition; in fillGrid()
107 if (!aDefinition) in fillGrid()
108 aDefinition = { nFontFeatureCode, nullptr }; in fillGrid()
116 nValue = aDefinition.getDefault(); in fillGrid()
120 aCurrentItem.m_nDefault = aDefinition.getDefault(); in fillGrid()
132 if (aDefinition.getType() == vcl::font::FeatureParameterType::ENUM) in fillGrid()
134 aCurrentItem.m_xText->set_label(aDefinition.getDescription()); in fillGrid()
137 sal_Int32 nInit = makeEnumComboBox(*aCurrentItem.m_xCombo, aDefinition, nValue); in fillGrid()
146 aCurrentItem.m_xCheck->set_label(aDefinition.getDescription()); in fillGrid()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/
H A DAutowirePassTest.php179 $aDefinition->setAutowired(true);
208 $aDefinition->setAutowired(true);
223 $aDefinition->setAutowired(true);
238 $aDefinition->setAutowired(true);
251 $aDefinition->setAutowired(true);
270 $aDefinition->setAutowired(true);
284 $aDefinition->setAutowired(true);
301 $aDefinition->setAutowired(true);
426 $aDefinition->setAutowired(true);
442 $aDefinition->setAutowired(true);
[all …]
H A DReplaceAliasByActualDefinitionPassTest.php28 $aDefinition = $container->register('a', '\stdClass');
29 $aDefinition->setFactory([new Reference('b'), 'createA']);
52 $resolvedFactory = $aDefinition->getFactory();
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/
H A DAutowirePassTest.php179 $aDefinition->setAutowired(true);
208 $aDefinition->setAutowired(true);
223 $aDefinition->setAutowired(true);
238 $aDefinition->setAutowired(true);
251 $aDefinition->setAutowired(true);
270 $aDefinition->setAutowired(true);
284 $aDefinition->setAutowired(true);
301 $aDefinition->setAutowired(true);
426 $aDefinition->setAutowired(true);
442 $aDefinition->setAutowired(true);
[all …]
H A DReplaceAliasByActualDefinitionPassTest.php28 $aDefinition = $container->register('a', '\stdClass');
29 $aDefinition->setFactory([new Reference('b'), 'createA']);
52 $resolvedFactory = $aDefinition->getFactory();
/dports/cad/opencascade/opencascade-7.6.0/src/StepRepr/
H A DStepRepr_PropertyDefinitionRepresentation.cxx38 …StepRepr_PropertyDefinitionRepresentation::Init (const StepRepr_RepresentedDefinition &aDefinition, in Init() argument
42 theDefinition = aDefinition; in Init()
62 …PropertyDefinitionRepresentation::SetDefinition (const StepRepr_RepresentedDefinition &aDefinition) in SetDefinition() argument
64 theDefinition = aDefinition; in SetDefinition()
H A DStepRepr_PropertyDefinition.cxx42 const StepRepr_CharacterizedDefinition &aDefinition) in Init() argument
53 theDefinition = aDefinition; in Init()
121 …id StepRepr_PropertyDefinition::SetDefinition (const StepRepr_CharacterizedDefinition &aDefinition) in SetDefinition() argument
123 theDefinition = aDefinition; in SetDefinition()
/dports/deskutils/egroupware/egroupware/vendor/symfony/dependency-injection/Tests/Compiler/
H A DAutowirePassTest.php175 $aDefinition->setAutowired(true);
193 $aDefinition->setAutowired(true);
211 $aDefinition->setAutowired(true);
227 $aDefinition->setAutowired(true);
246 $aDefinition->setAutowired(true);
263 $aDefinition->setAutowired(true);
339 $aDefinition->setAutowired(true);
357 $aDefinition->setAutowired(true);
647 $aDefinition->setAutowired(true);
666 $aDefinition->setAutowired(true);
[all …]
H A DReplaceAliasByActualDefinitionPassTest.php28 $aDefinition = $container->register('a', '\stdClass');
29 $aDefinition->setFactory([new Reference('b'), 'createA']);
52 $resolvedFactory = $aDefinition->getFactory();
/dports/audio/midifile/midifile-988d55b/src/
H A DOptions.cpp47 setDefinition(aDefinition); in Option_register()
56 setDefinition(aDefinition); in Option_register()
344 int Options::define(const std::string& aDefinition) { in define() argument
348 auto location = aDefinition.find("="); in define()
354 std::string aliases = aDefinition.substr(0, location); in define()
355 std::string rest = aDefinition.substr(location+1); in define()
371 << " in option definition: " << aDefinition << std::endl; in define()
383 << "\' in defintion: " << aDefinition << std::endl; in define()
402 std::cerr << "\t" << aDefinition << std::endl; in define()
424 int Options::define(const std::string& aDefinition, in define() argument
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/RWStepElement/
H A DRWStepElement_RWSurfaceSectionFieldConstant.cxx49 Handle(StepElement_SurfaceSection) aDefinition; in ReadStep() local
50 …ta->ReadEntity (num, 1, "definition", ach, STANDARD_TYPE(StepElement_SurfaceSection), aDefinition); in ReadStep()
53 ent->Init(aDefinition); in ReadStep()
/dports/cad/opencascade/opencascade-7.6.0/src/RWStepRepr/
H A DRWStepRepr_RWPropertyDefinitionRepresentation.cxx49 StepRepr_RepresentedDefinition aDefinition; in ReadStep() local
50 data->ReadEntity (num, 1, "definition", ach, aDefinition); in ReadStep()
56 ent->Init(aDefinition, in ReadStep()
H A DRWStepRepr_RWPropertyDefinition.cxx60 StepRepr_CharacterizedDefinition aDefinition; in ReadStep() local
61 data->ReadEntity (num, 3, "definition", ach, aDefinition); in ReadStep()
67 aDefinition); in ReadStep()
/dports/cad/opencascade/opencascade-7.6.0/src/RWStepFEA/
H A DRWStepFEA_RWFeaMaterialPropertyRepresentation.cxx53 StepRepr_RepresentedDefinition aDefinition; in ReadStep() local
54 aDefinition.SetValue(aPropertyDefinitionRepresentation_Definition); in ReadStep()
65 ent->Init(aDefinition, in ReadStep()

12345