Home
last modified time | relevance | path

Searched defs:optStandalone (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/App/
H A DCommandLineOptions.hs96 , optStandalone = -- certain other options imply standalone function
616 optStandalone = True }) function
H A DOpt.hs91 , optStandalone :: Bool -- ^ Include header, footer function
423 optStandalone = True }) function
497 , optStandalone = False function
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/App/
H A DCommandLineOptions.hs102 , optStandalone = -- certain other options imply standalone function
623 optStandalone = True }) function
H A DOpt.hs92 , optStandalone :: Bool -- ^ Include header, footer function
538 optStandalone = True }) function
605 , optStandalone = False function
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DSC_LanguageConfig.cpp49 SC_LanguageConfig::SC_LanguageConfig(bool optStandalone) { in SC_LanguageConfig()