Home
last modified time | relevance | path

Searched refs:rDynamic (Results 1 – 13 of 13) sorted by relevance

/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/skylighting-core-0.8.5/src/Skylighting/
H A DTokenizer.hs298 DetectChar c -> withAttr attr $ detectChar (rDynamic rule) c inp
300 detect2Chars (rDynamic rule) c d inp
303 RegExpr re -> withAttr attr $ regExpr (rDynamic rule) re inp
312 stringDetect (rDynamic rule) (rCaseSensitive rule)
H A DParser.hs334 rDynamic = dynamic, function
H A DTypes.hs134 , rDynamic :: Bool function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/skylighting-core-0.11/src/Skylighting/
H A DTokenizer.hs281 DetectChar c -> withAttr attr $ detectChar (rDynamic rule) c inp
283 detect2Chars (rDynamic rule) c d inp
286 RegExpr re -> withAttr attr $ regExpr (rDynamic rule) re inp
295 stringDetect (rDynamic rule) (rCaseSensitive rule)
H A DParser.hs230 , rDynamic = dynamic function
H A DTypes.hs135 , rDynamic :: !Bool function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/skylighting-core-0.10.4/src/Skylighting/
H A DTokenizer.hs294 DetectChar c -> withAttr attr $ detectChar (rDynamic rule) c inp
296 detect2Chars (rDynamic rule) c d inp
299 RegExpr re -> withAttr attr $ regExpr (rDynamic rule) re inp
308 stringDetect (rDynamic rule) (rCaseSensitive rule)
H A DParser.hs230 , rDynamic = dynamic function
H A DTypes.hs135 , rDynamic :: !Bool function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/utlui/
H A Duitool.cxx243 const SfxBoolItem& rDynamic = rSet.Get(SID_ATTR_PAGE_DYNAMIC); in FillHdFt() local
246 SwFormatFrameSize aFrameSize(rDynamic.GetValue() ? ATT_MIN_SIZE : ATT_FIX_SIZE, in FillHdFt()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Duitool.cxx229 const SfxBoolItem& rDynamic = rSet.Get(SID_ATTR_PAGE_DYNAMIC); in FillHdFt() local
232 SwFormatFrameSize aFrameSize(rDynamic.GetValue() ? SwFrameSize::Minimum : SwFrameSize::Fixed, in FillHdFt()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dhdft.cxx363 const SfxBoolItem& rDynamic = in Reset() local
395 m_xHeightDynBtn->set_active(rDynamic.GetValue()); in Reset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dhdft.cxx352 const SfxBoolItem& rDynamic = in Reset() local
384 m_xHeightDynBtn->set_active(rDynamic.GetValue()); in Reset()