Home
last modified time | relevance | path

Searched refs:blockAttributes (Results 1 – 22 of 22) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/
H A DRtfSpaceManager.java31 private LinkedList blockAttributes = new LinkedList(); field in RtfSpaceManager
56 for (Object blockAttribute : blockAttributes) { in stopUpdatingSpaceBefore()
70 for (Object blockAttribute : blockAttributes) { in setCandidate()
90 blockAttributes.addLast(splitter); in pushRtfSpaceSplitter()
98 if (!blockAttributes.isEmpty()) { in popRtfSpaceSplitter()
100 splitter = (RtfSpaceSplitter) blockAttributes.removeLast(); in popRtfSpaceSplitter()
/dports/graphics/qgis/qgis-3.22.3/src/core/pointcloud/
H A Dqgspointclouddataprovider.cpp205 const QgsPointCloudAttributeCollection blockAttributes = block->attributes(); in operator ()() local
206 const std::size_t recordSize = blockAttributes.pointRecordSize(); in operator ()()
208 …const QgsPointCloudAttribute::DataType xType = blockAttributes.find( QStringLiteral( "X" ), xOffse… in operator ()()
209 …const QgsPointCloudAttribute::DataType yType = blockAttributes.find( QStringLiteral( "Y" ), yOffse… in operator ()()
210 …const QgsPointCloudAttribute::DataType zType = blockAttributes.find( QStringLiteral( "Z" ), zOffse… in operator ()()
221 …antMap pointAttr = QgsPointCloudAttribute::getAttributeMap( ptr, i * recordSize, blockAttributes ); in operator ()()
/dports/graphics/qgis/qgis-3.22.3/src/app/3d/
H A Dqgs3dmaptoolidentify.cpp164 const QgsPointCloudAttributeCollection blockAttributes = block->attributes(); in mouseReleaseEvent() local
165 const std::size_t recordSize = blockAttributes.pointRecordSize(); in mouseReleaseEvent()
167 …const QgsPointCloudAttribute::DataType xType = blockAttributes.find( QStringLiteral( "X" ), xOffse… in mouseReleaseEvent()
168 …const QgsPointCloudAttribute::DataType yType = blockAttributes.find( QStringLiteral( "Y" ), yOffse… in mouseReleaseEvent()
169 …const QgsPointCloudAttribute::DataType zType = blockAttributes.find( QStringLiteral( "Z" ), zOffse… in mouseReleaseEvent()
185 …antMap pointAttr = QgsPointCloudAttribute::getAttributeMap( ptr, i * recordSize, blockAttributes ); in mouseReleaseEvent()
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/commonmark-extensions-0.2.0.4/src/Commonmark/Extensions/
H A DAutoIdentifiers.hs52 case lookup "id" (blockAttributes bd) of
67 return $! bd{ blockAttributes = ("id",ident') : blockAttributes bd }
H A DImplicitHeadingReferences.hs48 let ident = fromMaybe "" $ lookup "id" $ blockAttributes bd
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/commonmark-extensions-0.2.0.4/src/Commonmark/Extensions/
H A DAutoIdentifiers.hs52 case lookup "id" (blockAttributes bd) of
67 return $! bd{ blockAttributes = ("id",ident') : blockAttributes bd }
H A DImplicitHeadingReferences.hs48 let ident = fromMaybe "" $ lookup "id" $ blockAttributes bd
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/commonmark-extensions-0.2.1.2/src/Commonmark/Extensions/
H A DAutoIdentifiers.hs52 case lookup "id" (blockAttributes bd) of
67 return $! bd{ blockAttributes = ("id",ident') : blockAttributes bd }
H A DImplicitHeadingReferences.hs48 let ident = fromMaybe "" $ lookup "id" $ blockAttributes bd
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/commonmark-0.1.1.4/src/Commonmark/
H A DBlocks.hs326 case lookup "id" (blockAttributes (rootLabel child)) of
339 , blockAttributes :: !Attributes function
350 , blockAttributes = mempty function
424 blockAttributes = nextAttr function
447 let attrs = blockAttributes (rootLabel n)
677 let oldAttr = blockAttributes cdata
681 defaultFinalizer (Node cdata{ blockAttributes = oldAttr <> attr
731 let oldAttr = blockAttributes cdata
735 defaultFinalizer (Node cdata{ blockAttributes = oldAttr <> attr
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/commonmark-0.1.1.4/src/Commonmark/
H A DBlocks.hs326 case lookup "id" (blockAttributes (rootLabel child)) of
339 , blockAttributes :: !Attributes function
350 , blockAttributes = mempty function
424 blockAttributes = nextAttr function
447 let attrs = blockAttributes (rootLabel n)
677 let oldAttr = blockAttributes cdata
681 defaultFinalizer (Node cdata{ blockAttributes = oldAttr <> attr
731 let oldAttr = blockAttributes cdata
735 defaultFinalizer (Node cdata{ blockAttributes = oldAttr <> attr
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/commonmark-0.2.1/src/Commonmark/
H A DBlocks.hs326 case lookup "id" (blockAttributes (rootLabel child)) of
339 , blockAttributes :: !Attributes function
350 , blockAttributes = mempty function
424 blockAttributes = nextAttr function
447 let attrs = blockAttributes (rootLabel n)
679 let oldAttr = blockAttributes cdata
683 defaultFinalizer (Node cdata{ blockAttributes = oldAttr <> attr
733 let oldAttr = blockAttributes cdata
737 defaultFinalizer (Node cdata{ blockAttributes = oldAttr <> attr
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/Org/
H A DBlocks.hs123 blockAttributes :: PandocMonad m => OrgParser m BlockAttributes
124 blockAttributes = try $ do function
179 blockAttrs <- blockAttributes
454 figAttrs <- blockAttributes
621 blockAttrs <- blockAttributes
879 >> blockAttributes
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/Org/
H A DBlocks.hs126 blockAttributes :: PandocMonad m => OrgParser m BlockAttributes
127 blockAttributes = try $ do function
182 blockAttrs <- blockAttributes
457 figAttrs <- blockAttributes
625 blockAttrs <- blockAttributes
919 >> blockAttributes
/dports/cad/libopencad/libopencad-0.2.0/lib/
H A Dcadgeometry.cpp149 return blockAttributes; in getBlockAttributes()
154 blockAttributes = data; in setBlockAttributes()
H A Dcadgeometry.h111 … vector<CADAttrib> blockAttributes; // attributes of block reference this geometry is attached to.
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/cad/libopencad/
H A Dcadgeometry.cpp166 return blockAttributes; in getBlockAttributes()
171 blockAttributes = data; in setBlockAttributes()
H A Dcadgeometry.h108 …std::vector<CADAttrib> blockAttributes; // Attributes of block reference this geometry is attached…
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/cad/libopencad/
H A Dcadgeometry.cpp166 return blockAttributes; in getBlockAttributes()
171 blockAttributes = data; in setBlockAttributes()
H A Dcadgeometry.h108 …std::vector<CADAttrib> blockAttributes; // Attributes of block reference this geometry is attached…
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/cad/libopencad/
H A Dcadgeometry.cpp166 return blockAttributes; in getBlockAttributes()
171 blockAttributes = data; in setBlockAttributes()
H A Dcadgeometry.h108 …std::vector<CADAttrib> blockAttributes; // Attributes of block reference this geometry is attached…