Home
last modified time | relevance | path

Searched refs:getLeadingSpace (Results 1 – 15 of 15) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/
H A DLayoutContext.java310 public SpaceSpecifier getLeadingSpace() { in getLeadingSpace() method in LayoutContext
655 + (getLeadingSpace() == null ? "null" : getLeadingSpace().toString()) in toString()
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/parsoid/src/Html2Wt/DOMHandlers/
H A DHeadingHandler.php31 $space = $this->getLeadingSpace( $state, $node, ' ' );
H A DDOMHandler.php207 $space = $this->getLeadingSpace( $state, $node, ' ' );
330 protected function getLeadingSpace( function in Wikimedia\\Parsoid\\Html2Wt\\DOMHandlers\\DOMHandler
H A DTDHandler.php47 $leadingSpace = $this->getLeadingSpace( $state, $node, '' );
H A DTHHandler.php43 $leadingSpace = $this->getLeadingSpace( $state, $node, '' );
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/parsoid/src/Html2Wt/DOMHandlers/
H A DHeadingHandler.php31 $space = $this->getLeadingSpace( $state, $node, ' ' );
H A DDOMHandler.php206 $space = $this->getLeadingSpace( $state, $node, ' ' );
329 protected function getLeadingSpace( function in Wikimedia\\Parsoid\\Html2Wt\\DOMHandlers\\DOMHandler
H A DTHHandler.php42 $leadingSpace = $this->getLeadingSpace( $state, $node, '' );
H A DTDHandler.php46 $leadingSpace = $this->getLeadingSpace( $state, $node, '' );
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/src/Html2Wt/DOMHandlers/
H A DHeadingHandler.php31 $space = $this->getLeadingSpace( $state, $node, ' ' );
H A DDOMHandler.php207 $space = $this->getLeadingSpace( $state, $node, ' ' );
331 protected function getLeadingSpace( function in Wikimedia\\Parsoid\\Html2Wt\\DOMHandlers\\DOMHandler
H A DTDHandler.php47 $leadingSpace = $this->getLeadingSpace( $state, $node, '' );
H A DTHHandler.php43 $leadingSpace = $this->getLeadingSpace( $state, $node, '' );
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/
H A DInlineLayoutManager.java295 context.getLeadingSpace().addSpace(new SpaceVal(getSpaceStart(), this)); in getNextKnuthElements()
480 context.getLeadingSpace().addSpace(new SpaceVal(getSpaceStart(), this)); in addAreas()
560 addSpace(parent, getContext().getLeadingSpace().resolve(false), in addChildArea()
H A DLineLayoutManager.java1660 addSpace(parent, getContext().getLeadingSpace().resolve(false), in addChildArea()