Home
last modified time | relevance | path

Searched refs:optStandalone (Results 1 – 9 of 9) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DSC_LanguageConfig.cpp49 SC_LanguageConfig::SC_LanguageConfig(bool optStandalone) { in SC_LanguageConfig() argument
50 if (!optStandalone) { in SC_LanguageConfig()
/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
97 optStandalone opts ||
187 (\opt -> return opt { optStandalone = True }))
616 optStandalone = True }) function
H A DOpt.hs91 , optStandalone :: Bool -- ^ Include header, footer function
239 parseYAML v >>= \x -> return (\o -> o{ optStandalone = x })
423 optStandalone = True }) function
497 , optStandalone = False function
H A DOutputSettings.hs100 let standalone = optStandalone opts || not (isTextFormat format) || pdfOutput
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/App/
H A DCommandLineOptions.hs102 , optStandalone = -- certain other options imply standalone function
103 optStandalone opts ||
193 (\opt -> return opt { optStandalone = True }))
623 optStandalone = True }) function
H A DOpt.hs92 , optStandalone :: Bool -- ^ Include header, footer function
354 parseYAML v >>= \x -> return (\o -> o{ optStandalone = x })
538 optStandalone = True }) function
605 , optStandalone = False function
H A DOutputSettings.hs100 let standalone = optStandalone opts || not (isTextFormat format) || pdfOutput
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/
H A DApp.hs169 let standalone = optStandalone opts ||
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/
H A DApp.hs181 let standalone = optStandalone opts ||