/dports/textproc/R-cran-sass/sass/src/libsass/src/ |
H A D | ast_sel_super.cpp | 160 const CompoundSelectorObj& compound2, in pseudoNotIsSuperselectorOfCompound() argument 193 const CompoundSelectorObj& compound2, in selectorPseudoIsSuperselector() argument 204 selectorPseudoNamed(compound2, pseudo1->name()); in selectorPseudoIsSuperselector() 218 parents.push_back(compound2); in selectorPseudoIsSuperselector() 227 selectorPseudoNamed(compound2, pseudo1->name()); in selectorPseudoIsSuperselector() 245 selectorPseudoNamed(compound2, "current"); in selectorPseudoIsSuperselector() 252 for (auto simple2 : compound2->elements()) { in selectorPseudoIsSuperselector() 277 const CompoundSelectorObj& compound2, in compoundIsSuperselector() argument 297 for (SimpleSelectorObj simple2 : compound2->elements()) { in compoundIsSuperselector() 319 const CompoundSelectorObj& compound2, in compoundIsSuperselector() argument [all …]
|
H A D | ast_sel_weave.cpp | 345 CompoundSelector* compound2 = Cast<CompoundSelector>(components2.back()); in mergeFinalCombinators() local 352 if (compound1->isSuperselectorOf(compound2)) { in mergeFinalCombinators() 353 result.push_back({ { compound2, combinator2 } }); in mergeFinalCombinators() 355 else if (compound2->isSuperselectorOf(compound1)) { in mergeFinalCombinators() 360 choices.push_back({ compound1, combinator1, compound2, combinator2 }); in mergeFinalCombinators() 361 choices.push_back({ compound2, combinator2, compound1, combinator1 }); in mergeFinalCombinators() 362 if (CompoundSelector* unified = compound1->unifyWith(compound2)) { in mergeFinalCombinators() 380 CompoundSelectorObj unified = compound1->unifyWith(compound2); in mergeFinalCombinators() 401 result.push_back({ { compound2, combinator2 } }); in mergeFinalCombinators() 407 components2.push_back(compound2); in mergeFinalCombinators() [all …]
|
H A D | ast_selectors.hpp | 17 const CompoundSelectorObj& compound2, 33 const sass::vector<SimpleSelectorObj>& compound2);
|
/dports/www/py-libsass/libsass-0.21.0/libsass/src/ |
H A D | ast_sel_super.cpp | 160 const CompoundSelectorObj& compound2, in pseudoNotIsSuperselectorOfCompound() argument 193 const CompoundSelectorObj& compound2, in selectorPseudoIsSuperselector() argument 204 selectorPseudoNamed(compound2, pseudo1->name()); in selectorPseudoIsSuperselector() 218 parents.push_back(compound2); in selectorPseudoIsSuperselector() 227 selectorPseudoNamed(compound2, pseudo1->name()); in selectorPseudoIsSuperselector() 245 selectorPseudoNamed(compound2, "current"); in selectorPseudoIsSuperselector() 252 for (auto simple2 : compound2->elements()) { in selectorPseudoIsSuperselector() 277 const CompoundSelectorObj& compound2, in compoundIsSuperselector() argument 297 for (SimpleSelectorObj simple2 : compound2->elements()) { in compoundIsSuperselector() 319 const CompoundSelectorObj& compound2, in compoundIsSuperselector() argument [all …]
|
H A D | ast_sel_weave.cpp | 345 CompoundSelector* compound2 = Cast<CompoundSelector>(components2.back()); in mergeFinalCombinators() local 352 if (compound1->isSuperselectorOf(compound2)) { in mergeFinalCombinators() 353 result.push_back({ { compound2, combinator2 } }); in mergeFinalCombinators() 355 else if (compound2->isSuperselectorOf(compound1)) { in mergeFinalCombinators() 360 choices.push_back({ compound1, combinator1, compound2, combinator2 }); in mergeFinalCombinators() 361 choices.push_back({ compound2, combinator2, compound1, combinator1 }); in mergeFinalCombinators() 362 if (CompoundSelector* unified = compound1->unifyWith(compound2)) { in mergeFinalCombinators() 380 CompoundSelectorObj unified = compound1->unifyWith(compound2); in mergeFinalCombinators() 401 result.push_back({ { compound2, combinator2 } }); in mergeFinalCombinators() 407 components2.push_back(compound2); in mergeFinalCombinators() [all …]
|
H A D | ast_selectors.hpp | 17 const CompoundSelectorObj& compound2, 33 const sass::vector<SimpleSelectorObj>& compound2);
|
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass_src/src/ |
H A D | ast_sel_super.cpp | 160 const CompoundSelectorObj& compound2, in pseudoNotIsSuperselectorOfCompound() argument 193 const CompoundSelectorObj& compound2, in selectorPseudoIsSuperselector() argument 204 selectorPseudoNamed(compound2, pseudo1->name()); in selectorPseudoIsSuperselector() 218 parents.push_back(compound2); in selectorPseudoIsSuperselector() 227 selectorPseudoNamed(compound2, pseudo1->name()); in selectorPseudoIsSuperselector() 245 selectorPseudoNamed(compound2, "current"); in selectorPseudoIsSuperselector() 252 for (auto simple2 : compound2->elements()) { in selectorPseudoIsSuperselector() 277 const CompoundSelectorObj& compound2, in compoundIsSuperselector() argument 297 for (SimpleSelectorObj simple2 : compound2->elements()) { in compoundIsSuperselector() 319 const CompoundSelectorObj& compound2, in compoundIsSuperselector() argument [all …]
|
H A D | ast_sel_weave.cpp | 345 CompoundSelector* compound2 = Cast<CompoundSelector>(components2.back()); in mergeFinalCombinators() local 352 if (compound1->isSuperselectorOf(compound2)) { in mergeFinalCombinators() 353 result.push_back({ { compound2, combinator2 } }); in mergeFinalCombinators() 355 else if (compound2->isSuperselectorOf(compound1)) { in mergeFinalCombinators() 360 choices.push_back({ compound1, combinator1, compound2, combinator2 }); in mergeFinalCombinators() 361 choices.push_back({ compound2, combinator2, compound1, combinator1 }); in mergeFinalCombinators() 362 if (CompoundSelector* unified = compound1->unifyWith(compound2)) { in mergeFinalCombinators() 380 CompoundSelectorObj unified = compound1->unifyWith(compound2); in mergeFinalCombinators() 401 result.push_back({ { compound2, combinator2 } }); in mergeFinalCombinators() 407 components2.push_back(compound2); in mergeFinalCombinators() [all …]
|
H A D | ast_selectors.hpp | 17 const CompoundSelectorObj& compound2, 33 const sass::vector<SimpleSelectorObj>& compound2);
|
/dports/textproc/libsass/libsass-3.6.4/src/ |
H A D | ast_sel_super.cpp | 160 const CompoundSelectorObj& compound2, in pseudoNotIsSuperselectorOfCompound() argument 193 const CompoundSelectorObj& compound2, in selectorPseudoIsSuperselector() argument 204 selectorPseudoNamed(compound2, pseudo1->name()); in selectorPseudoIsSuperselector() 218 parents.push_back(compound2); in selectorPseudoIsSuperselector() 227 selectorPseudoNamed(compound2, pseudo1->name()); in selectorPseudoIsSuperselector() 245 selectorPseudoNamed(compound2, "current"); in selectorPseudoIsSuperselector() 252 for (auto simple2 : compound2->elements()) { in selectorPseudoIsSuperselector() 277 const CompoundSelectorObj& compound2, in compoundIsSuperselector() argument 297 for (SimpleSelectorObj simple2 : compound2->elements()) { in compoundIsSuperselector() 319 const CompoundSelectorObj& compound2, in compoundIsSuperselector() argument [all …]
|
H A D | ast_sel_weave.cpp | 345 CompoundSelector* compound2 = Cast<CompoundSelector>(components2.back()); in mergeFinalCombinators() local 352 if (compound1->isSuperselectorOf(compound2)) { in mergeFinalCombinators() 353 result.push_back({ { compound2, combinator2 } }); in mergeFinalCombinators() 355 else if (compound2->isSuperselectorOf(compound1)) { in mergeFinalCombinators() 360 choices.push_back({ compound1, combinator1, compound2, combinator2 }); in mergeFinalCombinators() 361 choices.push_back({ compound2, combinator2, compound1, combinator1 }); in mergeFinalCombinators() 362 if (CompoundSelector* unified = compound1->unifyWith(compound2)) { in mergeFinalCombinators() 380 CompoundSelectorObj unified = compound1->unifyWith(compound2); in mergeFinalCombinators() 401 result.push_back({ { compound2, combinator2 } }); in mergeFinalCombinators() 407 components2.push_back(compound2); in mergeFinalCombinators() [all …]
|
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/libsass/src/ |
H A D | ast_sel_super.cpp | 160 const CompoundSelectorObj& compound2, in pseudoNotIsSuperselectorOfCompound() argument 193 const CompoundSelectorObj& compound2, in selectorPseudoIsSuperselector() argument 204 selectorPseudoNamed(compound2, pseudo1->name()); in selectorPseudoIsSuperselector() 218 parents.push_back(compound2); in selectorPseudoIsSuperselector() 227 selectorPseudoNamed(compound2, pseudo1->name()); in selectorPseudoIsSuperselector() 245 selectorPseudoNamed(compound2, "current"); in selectorPseudoIsSuperselector() 252 for (auto simple2 : compound2->elements()) { in selectorPseudoIsSuperselector() 277 const CompoundSelectorObj& compound2, in compoundIsSuperselector() argument 297 for (SimpleSelectorObj simple2 : compound2->elements()) { in compoundIsSuperselector() 319 const CompoundSelectorObj& compound2, in compoundIsSuperselector() argument [all …]
|
H A D | ast_sel_weave.cpp | 345 CompoundSelector* compound2 = Cast<CompoundSelector>(components2.back()); in mergeFinalCombinators() local 352 if (compound1->isSuperselectorOf(compound2)) { in mergeFinalCombinators() 353 result.push_back({ { compound2, combinator2 } }); in mergeFinalCombinators() 355 else if (compound2->isSuperselectorOf(compound1)) { in mergeFinalCombinators() 360 choices.push_back({ compound1, combinator1, compound2, combinator2 }); in mergeFinalCombinators() 361 choices.push_back({ compound2, combinator2, compound1, combinator1 }); in mergeFinalCombinators() 362 if (CompoundSelector* unified = compound1->unifyWith(compound2)) { in mergeFinalCombinators() 380 CompoundSelectorObj unified = compound1->unifyWith(compound2); in mergeFinalCombinators() 401 result.push_back({ { compound2, combinator2 } }); in mergeFinalCombinators() 407 components2.push_back(compound2); in mergeFinalCombinators() [all …]
|
/dports/www/zola/zola-0.15.2/cargo-crates/sass-sys-0.4.22/libsass/src/ |
H A D | ast_sel_super.cpp | 160 const CompoundSelectorObj& compound2, in pseudoNotIsSuperselectorOfCompound() argument 193 const CompoundSelectorObj& compound2, in selectorPseudoIsSuperselector() argument 204 selectorPseudoNamed(compound2, pseudo1->name()); in selectorPseudoIsSuperselector() 218 parents.push_back(compound2); in selectorPseudoIsSuperselector() 227 selectorPseudoNamed(compound2, pseudo1->name()); in selectorPseudoIsSuperselector() 245 selectorPseudoNamed(compound2, "current"); in selectorPseudoIsSuperselector() 252 for (auto simple2 : compound2->elements()) { in selectorPseudoIsSuperselector() 277 const CompoundSelectorObj& compound2, in compoundIsSuperselector() argument 297 for (SimpleSelectorObj simple2 : compound2->elements()) { in compoundIsSuperselector() 319 const CompoundSelectorObj& compound2, in compoundIsSuperselector() argument [all …]
|
H A D | ast_sel_weave.cpp | 345 CompoundSelector* compound2 = Cast<CompoundSelector>(components2.back()); 352 if (compound1->isSuperselectorOf(compound2)) { 353 result.push_back({ { compound2, combinator2 } }); 355 else if (compound2->isSuperselectorOf(compound1)) { 360 choices.push_back({ compound1, combinator1, compound2, combinator2 }); 361 choices.push_back({ compound2, combinator2, compound1, combinator1 }); 362 if (CompoundSelector* unified = compound1->unifyWith(compound2)) { 380 CompoundSelectorObj unified = compound1->unifyWith(compound2); 401 result.push_back({ { compound2, combinator2 } }); 407 components2.push_back(compound2); [all …]
|
/dports/devel/bullet/bullet3-3.21/examples/ExtendedTutorials/ |
H A D | CompoundBoxes.cpp | 95 btCompoundShape* compound2 = new btCompoundShape(); in initPhysics() local 96 m_collisionShapes.push_back(compound2); in initPhysics() 100 compound2->addChildShape(principal.inverse(), compoundShape); in initPhysics() 104 compound2->addChildShape(compoundShape->getChildTransform(i) * principal.inverse(), in initPhysics() 111 createRigidBody(1.0, transform, compound2); in initPhysics()
|
/dports/devel/py-bullet3/bullet3-3.21/examples/ExtendedTutorials/ |
H A D | CompoundBoxes.cpp | 95 btCompoundShape* compound2 = new btCompoundShape(); in initPhysics() local 96 m_collisionShapes.push_back(compound2); in initPhysics() 100 compound2->addChildShape(principal.inverse(), compoundShape); in initPhysics() 104 compound2->addChildShape(compoundShape->getChildTransform(i) * principal.inverse(), in initPhysics() 111 createRigidBody(1.0, transform, compound2); in initPhysics()
|
/dports/textproc/hyphen/hyphen-2.8.8/tests/ |
H A D | Makefile.am | 14 compound2.test \ 69 compound2.hyph \ 70 compound2.pat \ 71 compound2.word \ 102 compound2.test \
|
H A D | Makefile.in | 176 compound2.test \ 228 compound2.hyph \ 229 compound2.pat \ 230 compound2.word \ 261 compound2.test \
|
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/examples/gnu/classpath/examples/swing/ |
H A D | TextFieldDemo.java | 181 Compound compound2; field in TextFieldDemo 302 compound2.setupTextfields("Hello World!", in createRightAlignedPanel() 309 return compound2.panel; in createRightAlignedPanel() 440 boolean enabled = compound2.enabled.isSelected(); in actionPerformed() 441 compound2.textfield1.setEnabled(enabled); in actionPerformed() 442 compound2.textfield2.setEnabled(enabled); in actionPerformed() 443 compound2.textfield3.setEnabled(enabled); in actionPerformed() 447 boolean editable = compound2.editable.isSelected(); in actionPerformed() 448 compound2.textfield1.setEditable(editable); in actionPerformed() 449 compound2.textfield2.setEditable(editable); in actionPerformed() [all …]
|
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/examples/gnu/classpath/examples/swing/ |
H A D | TextFieldDemo.java | 181 Compound compound2; field in TextFieldDemo 302 compound2.setupTextfields("Hello World!", in createRightAlignedPanel() 309 return compound2.panel; in createRightAlignedPanel() 440 boolean enabled = compound2.enabled.isSelected(); in actionPerformed() 441 compound2.textfield1.setEnabled(enabled); in actionPerformed() 442 compound2.textfield2.setEnabled(enabled); in actionPerformed() 443 compound2.textfield3.setEnabled(enabled); in actionPerformed() 447 boolean editable = compound2.editable.isSelected(); in actionPerformed() 448 compound2.textfield1.setEditable(editable); in actionPerformed() 449 compound2.textfield2.setEditable(editable); in actionPerformed() [all …]
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/examples/gnu/classpath/examples/swing/ |
H A D | TextFieldDemo.java | 181 Compound compound2; field in TextFieldDemo 302 compound2.setupTextfields("Hello World!", in createRightAlignedPanel() 309 return compound2.panel; in createRightAlignedPanel() 440 boolean enabled = compound2.enabled.isSelected(); in actionPerformed() 441 compound2.textfield1.setEnabled(enabled); in actionPerformed() 442 compound2.textfield2.setEnabled(enabled); in actionPerformed() 443 compound2.textfield3.setEnabled(enabled); in actionPerformed() 447 boolean editable = compound2.editable.isSelected(); in actionPerformed() 448 compound2.textfield1.setEditable(editable); in actionPerformed() 449 compound2.textfield2.setEditable(editable); in actionPerformed() [all …]
|
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/examples/gnu/classpath/examples/swing/ |
H A D | TextFieldDemo.java | 181 Compound compound2; field in TextFieldDemo 302 compound2.setupTextfields("Hello World!", in createRightAlignedPanel() 309 return compound2.panel; in createRightAlignedPanel() 440 boolean enabled = compound2.enabled.isSelected(); in actionPerformed() 441 compound2.textfield1.setEnabled(enabled); in actionPerformed() 442 compound2.textfield2.setEnabled(enabled); in actionPerformed() 443 compound2.textfield3.setEnabled(enabled); in actionPerformed() 447 boolean editable = compound2.editable.isSelected(); in actionPerformed() 448 compound2.textfield1.setEditable(editable); in actionPerformed() 449 compound2.textfield2.setEditable(editable); in actionPerformed() [all …]
|
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/examples/gnu/classpath/examples/swing/ |
H A D | TextFieldDemo.java | 181 Compound compound2; field in TextFieldDemo 302 compound2.setupTextfields("Hello World!", in createRightAlignedPanel() 309 return compound2.panel; in createRightAlignedPanel() 440 boolean enabled = compound2.enabled.isSelected(); in actionPerformed() 441 compound2.textfield1.setEnabled(enabled); in actionPerformed() 442 compound2.textfield2.setEnabled(enabled); in actionPerformed() 443 compound2.textfield3.setEnabled(enabled); in actionPerformed() 447 boolean editable = compound2.editable.isSelected(); in actionPerformed() 448 compound2.textfield1.setEditable(editable); in actionPerformed() 449 compound2.textfield2.setEditable(editable); in actionPerformed() [all …]
|
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/grass-0.10.8/src/selector/ |
H A D | complex.rs | 184 if let Some(ComplexSelectorComponent::Compound(compound2)) = in is_super_selector() 188 compound2, in is_super_selector()
|