Home
last modified time | relevance | path

Searched refs:splitSections (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/devel/stack/stack-2.7.3/_cabal_deps/hpack-0.34.4/src/Hpack/Render/
H A DHints.hs52 extractSectionsFieldOrder = map (fmap extractFieldOrder) . splitSections
54 splitSections input = case break startsWithSpace input of function
58 name : _ -> (name, unindent fields) : splitSections zs
59 _ -> splitSections zs
/dports/devel/hs-hpack/hpack-0.34.4/src/Hpack/Render/
H A DHints.hs52 extractSectionsFieldOrder = map (fmap extractFieldOrder) . splitSections
54 splitSections input = case break startsWithSpace input of function
58 name : _ -> (name, unindent fields) : splitSections zs
59 _ -> splitSections zs
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/internal/repotools/changes/
H A Drelease.go137 func (r *Release) splitSections() ([]string, []string, []string, error) { func
177 announcements, _, _, err := r.splitSections()
183 _, services, _, err := r.splitSections()
189 _, _, core, err := r.splitSections()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/internal/repotools/changes/
H A Drelease.go137 func (r *Release) splitSections() ([]string, []string, []string, error) { func
177 announcements, _, _, err := r.splitSections()
183 _, services, _, err := r.splitSections()
189 _, _, core, err := r.splitSections()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/internal/repotools/changes/
H A Drelease.go137 func (r *Release) splitSections() ([]string, []string, []string, error) { func
177 announcements, _, _, err := r.splitSections()
183 _, services, _, err := r.splitSections()
189 _, _, core, err := r.splitSections()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/internal/repotools/changes/
H A Drelease.go137 func (r *Release) splitSections() ([]string, []string, []string, error) { func
177 announcements, _, _, err := r.splitSections()
183 _, services, _, err := r.splitSections()
189 _, _, core, err := r.splitSections()
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/internal/repotools/changes/
H A Drelease.go137 func (r *Release) splitSections() ([]string, []string, []string, error) { func
177 announcements, _, _, err := r.splitSections()
183 _, services, _, err := r.splitSections()
189 _, _, core, err := r.splitSections()
/dports/security/vault/aws-sdk-go-v2-1.5.0/internal/repotools/changes/
H A Drelease.go137 func (r *Release) splitSections() ([]string, []string, []string, error) { func
177 announcements, _, _, err := r.splitSections()
183 _, services, _, err := r.splitSections()
189 _, _, core, err := r.splitSections()
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/internal/repotools/changes/
H A Drelease.go137 func (r *Release) splitSections() ([]string, []string, []string, error) { func
177 announcements, _, _, err := r.splitSections()
183 _, services, _, err := r.splitSections()
189 _, _, core, err := r.splitSections()
/dports/devel/qbs/qbs-src-1.21.0/src/plugins/generator/keiluv/archs/arm/
H A Darmtargetcompilergroup_v5.cpp92 splitSections = flags.contains(QLatin1String("--split_sections")); in CompilerPageOptions()
149 int splitSections = 0; member
177 appendProperty(QByteArrayLiteral("OneElfS"), opts.splitSections); in ArmTargetCompilerGroup()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/dialogs/
H A DSimpleInsertWidget.cpp41 widget.splitSections->setDefaultAction(tool->action("split_sections")); in SimpleInsertWidget()
48 connect(widget.splitSections, SIGNAL(clicked(bool)), this, SIGNAL(doneWithFocus())); in SimpleInsertWidget()
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/dialogs/
H A DSimpleInsertWidget.cpp41 widget.splitSections->setDefaultAction(tool->action("split_sections")); in SimpleInsertWidget()
48 connect(widget.splitSections, SIGNAL(clicked(bool)), this, SIGNAL(doneWithFocus())); in SimpleInsertWidget()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/plugins/hls-eval-plugin/src/Ide/Plugin/Eval/
H A DTypes.hs20 splitSections,
87 splitSections :: [Section] -> ([Section], [Section])
88 splitSections = partition ((== "setup") . sectionName) function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/plugins/hls-eval-plugin/src/Ide/Plugin/Eval/
H A DTypes.hs20 splitSections,
87 splitSections :: [Section] -> ([Section], [Section])
88 splitSections = partition ((== "setup") . sectionName) function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netschedule/utils/
H A Dcheck_ns_ini_file.py105 lClasses, lQueues, lOther = splitSections( localSections )
106 pClasses, pQueues, pOther = splitSections( patternSections )
324 def splitSections( sections ): function
H A Ddiff_ns_ini_files.py87 lClasses, lQueues, lOther = splitSections( lhsSections )
88 rClasses, rQueues, rOther = splitSections( rhsSections )
382 def splitSections( sections ): function
/dports/www/rss-bridge/rss-bridge-2021-04-25/bridges/
H A DMoinMoinBridge.php93 $sections = $this->splitSections($html);
156 private function splitSections($html){ function in MoinMoinBridge
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/
H A DPprBase.hs216 let splitSections = gopt Opt_SplitSections dflags function
217 subsection | splitSections = sep <> ppr suffix
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/citeproc-0.3.0.7/test/
H A DSpec.hs175 splitSections :: ByteString -> [(Text, ByteString)]
176 splitSections = snd . foldl' go startingState . B.lines . removeBOM function
198 sections <- splitSections <$> B.readFile fp
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/citeproc-0.5/test/
H A DSpec.hs192 splitSections :: ByteString -> [(Text, ByteString)]
193 splitSections = snd . foldl' go startingState . B.lines . removeBOM function
215 sections <- splitSections <$> B.readFile fp
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/armips/Core/ELF/
H A DElfFile.h99 void splitSections();
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/armips/Core/ELF/
H A DElfFile.h99 void splitSections();
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/armips/Core/ELF/
H A DElfFile.h99 void splitSections();
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Types/
H A DLocalBuildInfo.hs150 splitSections :: Bool, -- ^Use -split-sections with GHC, if available function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Types/
H A DLocalBuildInfo.hs151 splitSections :: Bool, -- ^Use -split-sections with GHC, if available function

12345678910