Home
last modified time | relevance | path

Searched refs:leftAnchor (Results 1 – 25 of 66) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DOptAnchorInfo.java25 int leftAnchor; field in OptAnchorInfo
29 leftAnchor = rightAnchor = 0; in clear()
33 leftAnchor = other.leftAnchor; in copy()
38 leftAnchor = left.leftAnchor; in concat()
40 leftAnchor |= right.leftAnchor; in concat()
50 if ((leftAnchor & anchor) != 0) { in isSet()
58 leftAnchor |= anchor; in add()
66 leftAnchor &= ~anchor; in remove()
73 leftAnchor &= other.leftAnchor; in altMerge()
H A DNodeOptInfo.java67 other.map.anchor.leftAnchor |= anchor.leftAnchor; in concatLeftNode()
H A DRegex.java225 subAnchor |= anc.leftAnchor & AnchorType.BEGIN_LINE; in setSubAnchor()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DOptAnchorInfo.java25 int leftAnchor; field in OptAnchorInfo
29 leftAnchor = rightAnchor = 0; in clear()
33 leftAnchor = other.leftAnchor; in copy()
38 leftAnchor = left.leftAnchor; in concat()
40 leftAnchor |= right.leftAnchor; in concat()
50 if ((leftAnchor & anchor) != 0) { in isSet()
58 leftAnchor |= anchor; in add()
66 leftAnchor &= ~anchor; in remove()
73 leftAnchor &= other.leftAnchor; in altMerge()
H A DNodeOptInfo.java67 other.map.anchor.leftAnchor |= anchor.leftAnchor; in concatLeftNode()
H A DRegex.java225 subAnchor |= anc.leftAnchor & AnchorType.BEGIN_LINE; in setSubAnchor()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DOptAnchorInfo.java25 int leftAnchor; field in OptAnchorInfo
29 leftAnchor = rightAnchor = 0; in clear()
33 leftAnchor = other.leftAnchor; in copy()
38 leftAnchor = left.leftAnchor; in concat()
40 leftAnchor |= right.leftAnchor; in concat()
50 if ((leftAnchor & anchor) != 0) { in isSet()
58 leftAnchor |= anchor; in add()
66 leftAnchor &= ~anchor; in remove()
73 leftAnchor &= other.leftAnchor; in altMerge()
H A DNodeOptInfo.java67 other.map.anchor.leftAnchor |= anchor.leftAnchor; in concatLeftNode()
H A DRegex.java225 subAnchor |= anc.leftAnchor & AnchorType.BEGIN_LINE; in setSubAnchor()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DOptAnchorInfo.java25 int leftAnchor; field in OptAnchorInfo
29 leftAnchor = rightAnchor = 0; in clear()
33 leftAnchor = other.leftAnchor; in copy()
38 leftAnchor = left.leftAnchor; in concat()
40 leftAnchor |= right.leftAnchor; in concat()
50 if ((leftAnchor & anchor) != 0) { in isSet()
58 leftAnchor |= anchor; in add()
66 leftAnchor &= ~anchor; in remove()
73 leftAnchor &= other.leftAnchor; in altMerge()
H A DNodeOptInfo.java67 other.map.anchor.leftAnchor |= anchor.leftAnchor; in concatLeftNode()
H A DRegex.java225 subAnchor |= anc.leftAnchor & AnchorType.BEGIN_LINE; in setSubAnchor()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DOptAnchorInfo.java25 int leftAnchor; field in OptAnchorInfo
29 leftAnchor = rightAnchor = 0; in clear()
33 leftAnchor = other.leftAnchor; in copy()
38 leftAnchor = left.leftAnchor; in concat()
40 leftAnchor |= right.leftAnchor; in concat()
50 if ((leftAnchor & anchor) != 0) { in isSet()
58 leftAnchor |= anchor; in add()
66 leftAnchor &= ~anchor; in remove()
73 leftAnchor &= other.leftAnchor; in altMerge()
H A DNodeOptInfo.java67 other.map.anchor.leftAnchor |= anchor.leftAnchor; in concatLeftNode()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/regexp/joni/
H A DOptAnchorInfo.java25 int leftAnchor; field in OptAnchorInfo
29 leftAnchor = rightAnchor = 0; in clear()
33 leftAnchor = other.leftAnchor; in copy()
38 leftAnchor = left.leftAnchor; in concat()
40 leftAnchor |= right.leftAnchor; in concat()
50 if ((leftAnchor & anchor) != 0) { in isSet()
58 leftAnchor |= anchor; in add()
66 leftAnchor &= ~anchor; in remove()
73 leftAnchor &= other.leftAnchor; in altMerge()
H A DNodeOptInfo.java67 other.map.anchor.leftAnchor |= anchor.leftAnchor; in concatLeftNode()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/regexp/joni/
H A DOptAnchorInfo.java25 int leftAnchor; field in OptAnchorInfo
29 leftAnchor = rightAnchor = 0; in clear()
33 leftAnchor = other.leftAnchor; in copy()
38 leftAnchor = left.leftAnchor; in concat()
40 leftAnchor |= right.leftAnchor; in concat()
50 if ((leftAnchor & anchor) != 0) { in isSet()
58 leftAnchor |= anchor; in add()
66 leftAnchor &= ~anchor; in remove()
73 leftAnchor &= other.leftAnchor; in altMerge()
H A DNodeOptInfo.java67 other.map.anchor.leftAnchor |= anchor.leftAnchor; in concatLeftNode()
/dports/lang/fpc-source/fpc-3.2.2/packages/palmunits/src/
H A Dcontrol.pp38 UInt8 leftAnchor :1; // set if bounds expand to the right
176 …x, y, width, height: Coord; font: FontID; group: UInt8; leftAnchor: Boolean): ControlPtr; syscall …
179 …x, y, width, height: Coord; group: UInt8; leftAnchor: Boolean): GraphicControlPtr; syscall sysTrap…
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/propertyeditor/
H A Dqmlanchorbindingproxy.cpp193 AnchorLine leftAnchor = m_qmlItemNode.anchors().instanceAnchor(AnchorLineLeft); in setupAnchorTargets() local
194 ModelNode targetNode = leftAnchor.qmlItemNode(); in setupAnchorTargets()
197 if (leftAnchor.type() == AnchorLineLeft) { in setupAnchorTargets()
199 } else if (leftAnchor.type() == AnchorLineRight) { in setupAnchorTargets()
201 } else if (leftAnchor.type() == AnchorLineHorizontalCenter) { in setupAnchorTargets()
/dports/graphics/graphviz/graphviz-2.44.1/lib/glcomp/
H A Dglcompbutton.c84 b->image->common.anchor.leftAnchor = 1; in glCompButtonAddPngGlyph()
93 b->label->common.anchor.leftAnchor = 1; in glCompButtonAddPngGlyph()
H A Dglcompdefs.h151 int leftAnchor; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/search_widget_extension/
H A Dcopied_content_view.mm139 [_hairlineView.leftAnchor constraintEqualToAnchor:self.leftAnchor],
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/common/ui/util/
H A Dconstraints_ui_util.h77 @property(nonatomic, readonly, strong) NSLayoutXAxisAnchor* leftAnchor;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/side_swipe/
H A Dcard_side_swipe_view.mm103 [[background leftAnchor] constraintEqualToAnchor:self.leftAnchor],

123