Home
last modified time | relevance | path

Searched refs:EN_START (Results 1 – 16 of 16) sorted by relevance

/dports/irc/p5-POE-Session-Irssi/POE-Session-Irssi-0.50/lib/POE/Session/
H A DIrssi.pm219 $self->[POE::Session::SE_STATES]->{+POE::Session::EN_START};
242 $self->[POE::Session::SE_STATES]->{+POE::Session::EN_START} = $real_start_state;
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/area/
H A DLineArea.java31 import static org.apache.fop.fo.Constants.EN_START;
217 case EN_START: in handleIPDVariation()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/
H A DFloatContentLayoutManager.java87 } else if (side == Constants.EN_START || side == Constants.EN_LEFT) { in addChildArea()
98 } else if (side == Constants.EN_START || side == Constants.EN_LEFT) { in addChildArea()
H A DAbstractBreaker.java371 alignment = Constants.EN_START; in doLayout()
372 alignmentLast = Constants.EN_START; in doLayout()
H A DLayoutContext.java100 private int bpAlignment = Constants.EN_START;
H A DPageBreaker.java214 … List<KnuthElement> footnote = fblm.getNextKnuthElements(footnoteContext, Constants.EN_START);
426 alignment, Constants.EN_START, footnoteSeparatorLength,
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DFOPropertyMapping.java1504 pv = EN_START; in calcWritingModeDependent()
1508 pv = EN_START; in calcWritingModeDependent()
1514 pv = EN_START; in calcWritingModeDependent()
1523 if (pv == EN_START) { in makeWritingModeDependentEnum()
1524 return getEnumProperty(EN_START, "START"); in makeWritingModeDependentEnum()
1668 return getEnumProperty(EN_START, "START"); in createBlockAndLineProperties()
1671 } else if (correspondingValue == EN_START) { in createBlockAndLineProperties()
1672 return getEnumProperty(EN_START, "START"); in createBlockAndLineProperties()
1694 m.addEnum("left", getEnumProperty(EN_START, "START")); in createBlockAndLineProperties()
1844 m.addEnum("left", getEnumProperty(EN_START, "START")); in createFloatProperties()
[all …]
H A DConstants.java1128 int EN_START = 135; field
/dports/devel/p5-POE/POE-1.368/lib/POE/
H A DSession.pm27 sub EN_START () { '_start' } subroutine
191 if (exists $self->[SE_STATES]->{+EN_START}) {
H A DNFA.pm22 sub EN_START () { '_start' } subroutine
299 return if $event eq EN_START;
H A DKernel.pm252 sub EN_START () { '_start' } subroutine
295 +EN_START => 1,
1497 EN_START, ET_START, \@args,
1503 _warn("<ss> ", $loggable, " disappeared during ", EN_START);
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/
H A DContentLayoutManager.java132 List contentList = getNextKnuthElements(childLC, Constants.EN_START); in fillArea()
H A DImageLayout.java300 case EN_START: in computeXOffset()
H A DTextLayoutManager.java1266 case EN_START: // fall through in getElementsForBreakingSpace()
1415 case EN_START: // fall through in addElementsForAHyphen()
H A DLineLayoutManager.java351 case Constants.EN_START: in updateData2()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/
H A DAbstractRenderer.java1216 case EN_START: in drawChangeBars()