Home
last modified time | relevance | path

Searched refs:compound1 (Results 1 – 25 of 98) sorted by relevance

1234

/dports/textproc/R-cran-sass/sass/src/libsass/src/
H A Dast_sel_super.cpp165 if (const CompoundSelectorObj& compound1 = Cast<CompoundSelector>(parent->last())) { in pseudoNotIsSuperselectorOfCompound() local
166 if (typeIsSuperselectorOfCompound(type2, compound1)) return true; in pseudoNotIsSuperselectorOfCompound()
171 if (idIsSuperselectorOfCompound(id2, compound1)) return true; in pseudoNotIsSuperselectorOfCompound()
276 const CompoundSelectorObj& compound1, in compoundIsSuperselector() argument
284 for (SimpleSelectorObj simple1 : compound1->elements()) { in compoundIsSuperselector()
300 if (!simpleIsSuperselectorOfCompound(pseudo2, compound1)) { in compoundIsSuperselector()
318 const CompoundSelectorObj& compound1, in compoundIsSuperselector() argument
323 compound1, compound2, in compoundIsSuperselector()
367 CompoundSelectorObj compound1 = Cast<CompoundSelector>(complex1[i1]); in complexIsSuperselector() local
374 bool rv = compoundIsSuperselector(compound1, compound2, parents_from, parents_to); in complexIsSuperselector()
[all …]
H A Dast_sel_weave.cpp344 CompoundSelector* compound1 = Cast<CompoundSelector>(components1.back()); in mergeFinalCombinators() local
352 if (compound1->isSuperselectorOf(compound2)) { in mergeFinalCombinators()
355 else if (compound2->isSuperselectorOf(compound1)) { in mergeFinalCombinators()
356 result.push_back({ { compound1, combinator1 } }); 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()
402 components1.push_back(compound1); in mergeFinalCombinators()
406 result.push_back({ { compound1, combinator1 } }); in mergeFinalCombinators()
[all …]
H A Dast_selectors.hpp16 const CompoundSelectorObj& compound1,
32 const sass::vector<SimpleSelectorObj>& compound1,
/dports/www/py-libsass/libsass-0.21.0/libsass/src/
H A Dast_sel_super.cpp165 if (const CompoundSelectorObj& compound1 = Cast<CompoundSelector>(parent->last())) { in pseudoNotIsSuperselectorOfCompound() local
166 if (typeIsSuperselectorOfCompound(type2, compound1)) return true; in pseudoNotIsSuperselectorOfCompound()
171 if (idIsSuperselectorOfCompound(id2, compound1)) return true; in pseudoNotIsSuperselectorOfCompound()
276 const CompoundSelectorObj& compound1, in compoundIsSuperselector() argument
284 for (SimpleSelectorObj simple1 : compound1->elements()) { in compoundIsSuperselector()
300 if (!simpleIsSuperselectorOfCompound(pseudo2, compound1)) { in compoundIsSuperselector()
318 const CompoundSelectorObj& compound1, in compoundIsSuperselector() argument
323 compound1, compound2, in compoundIsSuperselector()
367 CompoundSelectorObj compound1 = Cast<CompoundSelector>(complex1[i1]); in complexIsSuperselector() local
374 bool rv = compoundIsSuperselector(compound1, compound2, parents_from, parents_to); in complexIsSuperselector()
[all …]
H A Dast_sel_weave.cpp344 CompoundSelector* compound1 = Cast<CompoundSelector>(components1.back()); in mergeFinalCombinators() local
352 if (compound1->isSuperselectorOf(compound2)) { in mergeFinalCombinators()
355 else if (compound2->isSuperselectorOf(compound1)) { in mergeFinalCombinators()
356 result.push_back({ { compound1, combinator1 } }); 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()
402 components1.push_back(compound1); in mergeFinalCombinators()
406 result.push_back({ { compound1, combinator1 } }); in mergeFinalCombinators()
[all …]
H A Dast_selectors.hpp16 const CompoundSelectorObj& compound1,
32 const sass::vector<SimpleSelectorObj>& compound1,
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass_src/src/
H A Dast_sel_super.cpp165 if (const CompoundSelectorObj& compound1 = Cast<CompoundSelector>(parent->last())) { in pseudoNotIsSuperselectorOfCompound() local
166 if (typeIsSuperselectorOfCompound(type2, compound1)) return true; in pseudoNotIsSuperselectorOfCompound()
171 if (idIsSuperselectorOfCompound(id2, compound1)) return true; in pseudoNotIsSuperselectorOfCompound()
276 const CompoundSelectorObj& compound1, in compoundIsSuperselector() argument
284 for (SimpleSelectorObj simple1 : compound1->elements()) { in compoundIsSuperselector()
300 if (!simpleIsSuperselectorOfCompound(pseudo2, compound1)) { in compoundIsSuperselector()
318 const CompoundSelectorObj& compound1, in compoundIsSuperselector() argument
323 compound1, compound2, in compoundIsSuperselector()
367 CompoundSelectorObj compound1 = Cast<CompoundSelector>(complex1[i1]); in complexIsSuperselector() local
374 bool rv = compoundIsSuperselector(compound1, compound2, parents_from, parents_to); in complexIsSuperselector()
[all …]
H A Dast_sel_weave.cpp344 CompoundSelector* compound1 = Cast<CompoundSelector>(components1.back()); in mergeFinalCombinators() local
352 if (compound1->isSuperselectorOf(compound2)) { in mergeFinalCombinators()
355 else if (compound2->isSuperselectorOf(compound1)) { in mergeFinalCombinators()
356 result.push_back({ { compound1, combinator1 } }); 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()
402 components1.push_back(compound1); in mergeFinalCombinators()
406 result.push_back({ { compound1, combinator1 } }); in mergeFinalCombinators()
[all …]
H A Dast_selectors.hpp16 const CompoundSelectorObj& compound1,
32 const sass::vector<SimpleSelectorObj>& compound1,
/dports/textproc/libsass/libsass-3.6.4/src/
H A Dast_sel_super.cpp165 if (const CompoundSelectorObj& compound1 = Cast<CompoundSelector>(parent->last())) { in pseudoNotIsSuperselectorOfCompound() local
166 if (typeIsSuperselectorOfCompound(type2, compound1)) return true; in pseudoNotIsSuperselectorOfCompound()
171 if (idIsSuperselectorOfCompound(id2, compound1)) return true; in pseudoNotIsSuperselectorOfCompound()
276 const CompoundSelectorObj& compound1, in compoundIsSuperselector() argument
284 for (SimpleSelectorObj simple1 : compound1->elements()) { in compoundIsSuperselector()
300 if (!simpleIsSuperselectorOfCompound(pseudo2, compound1)) { in compoundIsSuperselector()
318 const CompoundSelectorObj& compound1, in compoundIsSuperselector() argument
323 compound1, compound2, in compoundIsSuperselector()
367 CompoundSelectorObj compound1 = Cast<CompoundSelector>(complex1[i1]); in complexIsSuperselector() local
374 bool rv = compoundIsSuperselector(compound1, compound2, parents_from, parents_to); in complexIsSuperselector()
[all …]
H A Dast_sel_weave.cpp344 CompoundSelector* compound1 = Cast<CompoundSelector>(components1.back()); in mergeFinalCombinators() local
352 if (compound1->isSuperselectorOf(compound2)) { in mergeFinalCombinators()
355 else if (compound2->isSuperselectorOf(compound1)) { in mergeFinalCombinators()
356 result.push_back({ { compound1, combinator1 } }); 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()
402 components1.push_back(compound1); in mergeFinalCombinators()
406 result.push_back({ { compound1, combinator1 } }); in mergeFinalCombinators()
[all …]
H A Dast_selectors.hpp16 const CompoundSelectorObj& compound1,
32 const sass::vector<SimpleSelectorObj>& compound1,
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/libsass/src/
H A Dast_sel_super.cpp165 if (const CompoundSelectorObj& compound1 = Cast<CompoundSelector>(parent->last())) { in pseudoNotIsSuperselectorOfCompound() local
166 if (typeIsSuperselectorOfCompound(type2, compound1)) return true; in pseudoNotIsSuperselectorOfCompound()
171 if (idIsSuperselectorOfCompound(id2, compound1)) return true; in pseudoNotIsSuperselectorOfCompound()
276 const CompoundSelectorObj& compound1, in compoundIsSuperselector() argument
284 for (SimpleSelectorObj simple1 : compound1->elements()) { in compoundIsSuperselector()
300 if (!simpleIsSuperselectorOfCompound(pseudo2, compound1)) { in compoundIsSuperselector()
318 const CompoundSelectorObj& compound1, in compoundIsSuperselector() argument
323 compound1, compound2, in compoundIsSuperselector()
367 CompoundSelectorObj compound1 = Cast<CompoundSelector>(complex1[i1]); in complexIsSuperselector() local
374 bool rv = compoundIsSuperselector(compound1, compound2, parents_from, parents_to); in complexIsSuperselector()
[all …]
H A Dast_sel_weave.cpp344 CompoundSelector* compound1 = Cast<CompoundSelector>(components1.back()); in mergeFinalCombinators() local
352 if (compound1->isSuperselectorOf(compound2)) { in mergeFinalCombinators()
355 else if (compound2->isSuperselectorOf(compound1)) { in mergeFinalCombinators()
356 result.push_back({ { compound1, combinator1 } }); 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()
402 components1.push_back(compound1); in mergeFinalCombinators()
406 result.push_back({ { compound1, combinator1 } }); in mergeFinalCombinators()
[all …]
H A Dast_selectors.hpp16 const CompoundSelectorObj& compound1,
32 const sass::vector<SimpleSelectorObj>& compound1,
/dports/www/zola/zola-0.15.2/cargo-crates/sass-sys-0.4.22/libsass/src/
H A Dast_sel_super.cpp165 if (const CompoundSelectorObj& compound1 = Cast<CompoundSelector>(parent->last())) { in pseudoNotIsSuperselectorOfCompound() local
166 if (typeIsSuperselectorOfCompound(type2, compound1)) return true; in pseudoNotIsSuperselectorOfCompound()
171 if (idIsSuperselectorOfCompound(id2, compound1)) return true; in pseudoNotIsSuperselectorOfCompound()
276 const CompoundSelectorObj& compound1, in compoundIsSuperselector() argument
284 for (SimpleSelectorObj simple1 : compound1->elements()) { in compoundIsSuperselector()
300 if (!simpleIsSuperselectorOfCompound(pseudo2, compound1)) { in compoundIsSuperselector()
318 const CompoundSelectorObj& compound1, in compoundIsSuperselector() argument
323 compound1, compound2, in compoundIsSuperselector()
367 CompoundSelectorObj compound1 = Cast<CompoundSelector>(complex1[i1]); in complexIsSuperselector() local
374 bool rv = compoundIsSuperselector(compound1, compound2, parents_from, parents_to); in complexIsSuperselector()
[all …]
H A Dast_sel_weave.cpp344 CompoundSelector* compound1 = Cast<CompoundSelector>(components1.back());
352 if (compound1->isSuperselectorOf(compound2)) {
355 else if (compound2->isSuperselectorOf(compound1)) {
356 result.push_back({ { compound1, combinator1 } });
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);
402 components1.push_back(compound1);
406 result.push_back({ { compound1, combinator1 } });
[all …]
H A Dast_selectors.hpp16 const CompoundSelectorObj& compound1,
32 const sass::vector<SimpleSelectorObj>& compound1,
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/examples/gnu/classpath/examples/swing/
H A DTextFieldDemo.java176 Compound compound1; field in TextFieldDemo
256 compound1 = createTextFieldCompound("Left aligned", 1); in createLeftAlignedPanel()
258 compound1.setupTextfields("Hello World!", in createLeftAlignedPanel()
265 return compound1.panel; in createLeftAlignedPanel()
426 boolean enabled = compound1.enabled.isSelected(); in actionPerformed()
427 compound1.textfield1.setEnabled(enabled); in actionPerformed()
428 compound1.textfield2.setEnabled(enabled); in actionPerformed()
429 compound1.textfield3.setEnabled(enabled); in actionPerformed()
434 compound1.textfield1.setEditable(editable); in actionPerformed()
435 compound1.textfield2.setEditable(editable); in actionPerformed()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/examples/gnu/classpath/examples/swing/
H A DTextFieldDemo.java176 Compound compound1; field in TextFieldDemo
256 compound1 = createTextFieldCompound("Left aligned", 1); in createLeftAlignedPanel()
258 compound1.setupTextfields("Hello World!", in createLeftAlignedPanel()
265 return compound1.panel; in createLeftAlignedPanel()
426 boolean enabled = compound1.enabled.isSelected(); in actionPerformed()
427 compound1.textfield1.setEnabled(enabled); in actionPerformed()
428 compound1.textfield2.setEnabled(enabled); in actionPerformed()
429 compound1.textfield3.setEnabled(enabled); in actionPerformed()
434 compound1.textfield1.setEditable(editable); in actionPerformed()
435 compound1.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 DTextFieldDemo.java176 Compound compound1; field in TextFieldDemo
256 compound1 = createTextFieldCompound("Left aligned", 1); in createLeftAlignedPanel()
258 compound1.setupTextfields("Hello World!", in createLeftAlignedPanel()
265 return compound1.panel; in createLeftAlignedPanel()
426 boolean enabled = compound1.enabled.isSelected(); in actionPerformed()
427 compound1.textfield1.setEnabled(enabled); in actionPerformed()
428 compound1.textfield2.setEnabled(enabled); in actionPerformed()
429 compound1.textfield3.setEnabled(enabled); in actionPerformed()
434 compound1.textfield1.setEditable(editable); in actionPerformed()
435 compound1.textfield2.setEditable(editable); in actionPerformed()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/examples/gnu/classpath/examples/swing/
H A DTextFieldDemo.java176 Compound compound1; field in TextFieldDemo
256 compound1 = createTextFieldCompound("Left aligned", 1); in createLeftAlignedPanel()
258 compound1.setupTextfields("Hello World!", in createLeftAlignedPanel()
265 return compound1.panel; in createLeftAlignedPanel()
426 boolean enabled = compound1.enabled.isSelected(); in actionPerformed()
427 compound1.textfield1.setEnabled(enabled); in actionPerformed()
428 compound1.textfield2.setEnabled(enabled); in actionPerformed()
429 compound1.textfield3.setEnabled(enabled); in actionPerformed()
434 compound1.textfield1.setEditable(editable); in actionPerformed()
435 compound1.textfield2.setEditable(editable); in actionPerformed()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/examples/gnu/classpath/examples/swing/
H A DTextFieldDemo.java176 Compound compound1; field in TextFieldDemo
256 compound1 = createTextFieldCompound("Left aligned", 1); in createLeftAlignedPanel()
258 compound1.setupTextfields("Hello World!", in createLeftAlignedPanel()
265 return compound1.panel; in createLeftAlignedPanel()
426 boolean enabled = compound1.enabled.isSelected(); in actionPerformed()
427 compound1.textfield1.setEnabled(enabled); in actionPerformed()
428 compound1.textfield2.setEnabled(enabled); in actionPerformed()
429 compound1.textfield3.setEnabled(enabled); in actionPerformed()
434 compound1.textfield1.setEditable(editable); in actionPerformed()
435 compound1.textfield2.setEditable(editable); in actionPerformed()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/grass-0.10.8/src/selector/
H A Dcomplex.rs158 let compound1 = match self.components.get(i1) { in is_super_selector() localVariable
176 return compound1.is_super_selector( in is_super_selector()
187 if compound1.is_super_selector( in is_super_selector()
H A Dsimple.rs533 let compound1 = complex.components.last(); in is_super_selector() localVariable
534 if let Some(ComplexSelectorComponent::Compound(c)) = compound1 { in is_super_selector()
542 let compound1 = complex.components.last(); in is_super_selector() localVariable
543 if let Some(ComplexSelectorComponent::Compound(c)) = compound1 { in is_super_selector()

1234