Text.PCLT.Config
- data StrictOrient_ofParamsAndCmpsts_onDfltLngTplsSets = StrictOrient_ofParamsAndCmpsts_onDfltLngTplsSets {}
- type PCLT_InnerConfigID = Int
- type ReparsingDepth = Int
- data PCLT_InnerConfig = PCLT_InnerConfig {
- pcsInnerConfigID :: PCLT_InnerConfigID
- pcsCompositePlaceholderWrapper :: ByteString
- pcsParameterPlaceholderWrapper :: ByteString
- pcsInsuficientDetLevelPlaceholder :: ByteString
- pcsMarkingErrorPlaceholderWrapper :: ByteString
- pcsDefaultLanguage :: LanguageName
- pcsStrictOrient_ofParamsAndCmpsts_onDfltLngTplsSets :: StrictOrient_ofParamsAndCmpsts_onDfltLngTplsSets
- pcsAllowUntemplatedMessages :: Bool
- pcsAllowUntemplatedLocalizationsOfMessages :: Bool
- pcsShowAdhocParamsInResultOfUntemplated :: Bool
- pcsInstaniationResultMaxSize :: Int64
- pcsAllowEmptySDL_parseItByModusMargin :: Bool
- pcsAllowUnreadableSDL_parseIdByModusMargin :: Bool
- pcsAllowFailureToDetermineSDL_parseIdByModusMargin :: Bool
- pcsNewlineLBS :: ByteString
- pcsReparsingDepthMax :: ReparsingDepth
- pcsReparseParameterContentMaxSize :: Int64
- defaultPCLTInnerConfig :: PCLT_InnerConfig
Documentation
data StrictOrient_ofParamsAndCmpsts_onDfltLngTplsSets Source
Constructors
| StrictOrient_ofParamsAndCmpsts_onDfltLngTplsSets | |
Fields
| |
type PCLT_InnerConfigID = IntSource
type ReparsingDepth = IntSource
NOT USED, RESERVED FOR FUTURE VERSIONS OF PCLT!
data PCLT_InnerConfig Source
Constructors
| PCLT_InnerConfig | |
Fields
| |
Instances
defaultPCLTInnerConfig :: PCLT_InnerConfigSource
PCLT_InnerConfig {
pcsInnerConfigID = 0
, pcsCompositePlaceholderWrapper = B.pack "##|"
, pcsParameterPlaceholderWrapper = B.pack "@@|"
, pcsInsuficientDetLevelPlaceholder = B.pack "#x#"
, pcsMarkingErrorPlaceholderWrapper = B.pack "/!E!\"
, pcsDefaultLanguage = "eng"
, pcsStrictOrient_ofParamsAndCmpsts_onDfltLngTplsSets =
StrictOrient_ofParamsAndCmpsts_onDfltLngTplsSets {
soStrict_IsIt = True
, soExcludingInComposites = []
, soExcludingComposites = []
, soExcludingParameters = []
, soExcludingCompComposites = []
, soExcludingCompParameters = []
}
, pcsAllowUntemplatedMessages = True
, pcsAllowUntemplatedLocalizationsOfMessages = True
, pcsShowAdhocParamsInResultOfUntemplated = True
, pcsInstaniationResultMaxSize = 10000000
, pcsAllowEmptySDL_parseItByModusMargin = False
, pcsAllowUnreadableSDL_parseIdByModusMargin = False
, pcsAllowFailureToDetermineSDL_parseIdByModusMargin = False
, pcsNewlineLBS = B.pack "\n"
}