Home
last modified time | relevance | path

Searched refs:IS_IN_CHAIN (Results 1 – 12 of 12) sorted by relevance

/dports/science/cdk/cdk-cdk-2.3/base/isomorphism/src/main/java/org/openscience/cdk/isomorphism/matchers/
H A DExpr.java246 case IS_IN_CHAIN: in matches()
397 case IS_IN_CHAIN: in matches()
537 type = Type.IS_IN_CHAIN; in negate()
539 case IS_IN_CHAIN: in negate()
807 IS_IN_CHAIN, enumConstant
955 case IS_IN_CHAIN: in hasValue()
H A DQueryAtomContainer.java1780 optset.contains(IS_IN_CHAIN))
1781 expr.and(new Expr(atom.isInRing() ? IS_IN_RING : IS_IN_CHAIN));
1839 else if (optset.contains(IS_IN_CHAIN) && !bond.isInRing())
1840 expr.and(new Expr(IS_IN_CHAIN));
/dports/science/cdk/cdk-cdk-2.3/tool/smarts/src/test/java/org/openscience/cdk/smarts/
H A DSmartsExprReadTest.java297 Expr expected = expr(IS_IN_CHAIN); in chainMembership()
304 Expr expected = expr(IS_IN_CHAIN); in chainMembership2()
311 Expr expected = expr(IS_IN_CHAIN); in chainMembership3()
318 Expr expected = expr(IS_IN_CHAIN); in chainMembership4()
374 Expr expected = expr(IS_IN_CHAIN); in ringCount0()
444 Expr expected = expr(IS_IN_CHAIN); in ringSize0()
571 Expr expected = expr(IS_IN_CHAIN); in ringBondCount0()
771 Expr expected = expr(IS_IN_CHAIN); in chainBond()
802 Expr expected = expr(IS_IN_CHAIN); in notInRing()
H A DSmartsExprWriteTest.java51 import static org.openscience.cdk.isomorphism.matchers.Expr.Type.IS_IN_CHAIN;
125 assertThat(Smarts.generateAtom(expr(IS_IN_CHAIN)), is("[!R]")); in ringMembership()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dflyenum.hxx37 IS_IN_CHAIN = 2, ///< Destination already in chain. enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dflyenum.hxx37 IS_IN_CHAIN = 2, ///< Destination already in chain. enumerator
/dports/science/cdk/cdk-cdk-2.3/base/isomorphism/src/test/java/org/openscience/cdk/isomorphism/
H A DExprTest.java69 import static org.openscience.cdk.isomorphism.matchers.Expr.Type.IS_IN_CHAIN;
303 Expr expr = new Expr(IS_IN_CHAIN); in testIsInChain()
1279 Expr expr = new Expr(IS_IN_CHAIN); in testBondIsChainT()
1287 Expr expr = new Expr(IS_IN_CHAIN); in testBondIsChainF()
1410 assertThat(new Expr(IS_IN_RING).negate(), is(new Expr(IS_IN_CHAIN))); in testNegationOptimizations()
1411 assertThat(new Expr(IS_IN_CHAIN).negate(), is(new Expr(IS_IN_RING))); in testNegationOptimizations()
/dports/science/cdk/cdk-cdk-2.3/tool/smarts/src/main/java/org/openscience/cdk/smarts/
H A DSmarts.java824 expr = new Expr(Expr.Type.IS_IN_CHAIN);
979 expr = new Expr(IS_IN_CHAIN);
1070 expr = new Expr(Expr.Type.IS_IN_CHAIN);
1152 expr = new Expr(Expr.Type.IS_IN_CHAIN);
2110 case IS_IN_CHAIN:
2658 case IS_IN_CHAIN:
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocfly.cxx1032 return SwChainRet::IS_IN_CHAIN; in Chainable()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddocfly.cxx994 return SwChainRet::IS_IN_CHAIN; in Chainable()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dunusedenumconstants.writeonly.results4624 enum SwChainRet IS_IN_CHAIN
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dunusedenumconstants.writeonly.results9648 enum SwChainRet IS_IN_CHAIN