Home
last modified time | relevance | path

Searched refs:ucFirst (Results 1 – 25 of 96) sorted by relevance

1234

/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/opentype/
H A Dotcmap.cpp85 if (ucFirst <= uc) in findSegmentFormat4()
113 uint32_t ucFirst; in mapTextToGlyphsFormat4() local
152 if (uc < ucFirst || uc > ucLast) in mapTextToGlyphsFormat4()
187 uint32_t ucFirst = subTable->first(); in mapTextToGlyphsFormat6() local
192 uint32_t uc = ptr[0] - ucFirst; in mapTextToGlyphsFormat6()
223 uint32_t ucFirst = subTable->first(); in mapTextToGlyphsFormat10() local
228 uint32_t uc = ptr[0] - ucFirst; in mapTextToGlyphsFormat10()
266 ucFirst = group->first(); in findGroupFormat12_13()
267 if (ucFirst > uc) in findGroupFormat12_13()
293 uint32_t ucFirst; in mapTextToGlyphsFormat12_13() local
[all …]
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/haskell-gi-0.24.7/lib/Data/GI/CodeGen/
H A DSymbolNaming.hs42 import Data.GI.CodeGen.Util (lcFirst, ucFirst, modifyQualified)
152 normalizedAPIName (APIConst _) (Name ns name) = Name ns (ucFirst name)
167 in qualified (toModulePath (ucFirst ns) <> submoduleLocation n api) normalized
173 qualified (toModulePath (ucFirst ns) <> submoduleLocation n api) (Name ns s)
181 hyphensToCamelCase = T.concat . map ucFirst . T.split (== '-')
199 T.concat . map normalize . map ucFirst . T.split (== '_')
248 let infoName = upperName n <> (ucFirst . signalHaskellName . sigName) signal
255 in w <> T.concat (map ucFirst ws)
H A DConstant.hs16 import Data.GI.CodeGen.Util (tshow, ucFirst)
34 "pattern " <> ucFirst name <> " = " <> value <> " :: " <> t function
38 line $ "pattern " <> ucFirst name <> " <- (" <> view <> " -> "
41 ucFirst name <> " = " <> expression <> " " <> value <> " :: " <> t function
54 export ToplevelSection ("pattern " <> ucFirst name))
H A DCabalHooks.hs26 import Data.GI.CodeGen.Util (utf8ReadFile, utf8WriteFile, ucFirst)
85 , T.unpack (ucFirst modName)
94 , "module GI." <> ucFirst modName <> ".Config ( overrides ) where"
128 let buildInfo = MN.fromString . T.unpack $ "GI." <> ucFirst name <> ".Config"
188 return (("GI." <> ucFirst name <> ".Config") : listModuleTree m,
H A DUtil.hs8 , ucFirst
57 ucFirst :: Text -> Text
58 ucFirst "" = "" function
59 ucFirst t = T.cons (toUpper $ T.head t) (T.tail t) function
H A DModulePath.hs18 import Data.GI.CodeGen.Util (ucFirst)
41 toModulePath p = ModulePath (map ucFirst (T.split (== '.') p))
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/influxdata/influxdb-client-go/v2/domain/templates/
H A Dclient-with-responses.tmpl28 type {{$opid | ucFirst}}Response struct {
37 func (r {{$opid | ucFirst}}Response) Status() string {
45 func (r {{$opid | ucFirst}}Response) StatusCode() int {
64 return Parse{{genResponseTypeName $opid | ucFirst}}(rsp)
76 return Parse{{genResponseTypeName $opid | ucFirst}}(rsp)
85 // Parse{{genResponseTypeName $opid | ucFirst}} parses an HTTP response from a {{$opid}}WithRespons…
86 func Parse{{genResponseTypeName $opid | ucFirst}}(rsp *http.Response) (*{{genResponseTypeName $opid…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb-client-go/v2/domain/templates/
H A Dclient-with-responses.tmpl28 type {{$opid | ucFirst}}Response struct {
37 func (r {{$opid | ucFirst}}Response) Status() string {
45 func (r {{$opid | ucFirst}}Response) StatusCode() int {
64 return Parse{{genResponseTypeName $opid | ucFirst}}(rsp)
76 return Parse{{genResponseTypeName $opid | ucFirst}}(rsp)
85 // Parse{{genResponseTypeName $opid | ucFirst}} parses an HTTP response from a {{$opid}}WithRespons…
86 func Parse{{genResponseTypeName $opid | ucFirst}}(rsp *http.Response) (*{{genResponseTypeName $opid…
/dports/editors/calligra/calligra-3.2.1/filters/sheets/excel/sidewinder/
H A Drecordsxml2cpp.cpp26 static inline QString ucFirst(const QString &s) in ucFirst() function
51 return "is" + ucFirst(name); in getterName()
58 return "set" + ucFirst(name); in setterName()
110 map[name].type = ucFirst(name); in getFields()
157 QString name = ucFirst(f.attribute("name")); in processEnumsForHeader()
213 if (type.isEmpty()) type = ucFirst(f.attribute("name")); in processRecordForHeader()
466 QString name = ucFirst(field.attribute("name")); in processFieldElement()
663 out << ucFirst(name) << " : \" << "; in processFieldElementForDump()
666 out << ucFirst(name); in processFieldElementForDump()
723 QString name = ucFirst(f.attribute("name")); in processEnumsForImplementation()
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/
H A Dclient-with-responses.tmpl43 type {{$opid | ucFirst}}Response struct {
52 func (r {{$opid | ucFirst}}Response) Status() string {
60 func (r {{$opid | ucFirst}}Response) StatusCode() int {
79 return Parse{{genResponseTypeName $opid | ucFirst}}(rsp)
91 return Parse{{genResponseTypeName $opid | ucFirst}}(rsp)
100 // Parse{{genResponseTypeName $opid | ucFirst}} parses an HTTP response from a {{$opid}}WithRespons…
101 func Parse{{genResponseTypeName $opid | ucFirst}}(rsp *http.Response) (*{{genResponseTypeName $opid…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/
H A Dclient-with-responses.tmpl43 type {{$opid | ucFirst}}Response struct {
52 func (r {{$opid | ucFirst}}Response) Status() string {
60 func (r {{$opid | ucFirst}}Response) StatusCode() int {
79 return Parse{{genResponseTypeName $opid | ucFirst}}(rsp)
91 return Parse{{genResponseTypeName $opid | ucFirst}}(rsp)
100 // Parse{{genResponseTypeName $opid | ucFirst}} parses an HTTP response from a {{$opid}}WithRespons…
101 func Parse{{genResponseTypeName $opid | ucFirst}}(rsp *http.Response) (*{{genResponseTypeName $opid…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/
H A Dclient-with-responses.tmpl43 type {{$opid | ucFirst}}Response struct {
52 func (r {{$opid | ucFirst}}Response) Status() string {
60 func (r {{$opid | ucFirst}}Response) StatusCode() int {
79 return Parse{{genResponseTypeName $opid | ucFirst}}(rsp)
91 return Parse{{genResponseTypeName $opid | ucFirst}}(rsp)
100 // Parse{{genResponseTypeName $opid | ucFirst}} parses an HTTP response from a {{$opid}}WithRespons…
101 func Parse{{genResponseTypeName $opid | ucFirst}}(rsp *http.Response) (*{{genResponseTypeName $opid…
/dports/lang/ghc/ghc-8.10.7/libraries/text/scripts/
H A DSpecialCasing.hs47 last = which ++ "Mapping c s = Yield (to" ++ ucFirst which ++ " c) (CC s '\\0' '\\0')"
55 ucFirst (c:cs) = toUpper c : cs function
56 ucFirst [] = [] function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/text-1.2.3.2/scripts/
H A DSpecialCasing.hs47 last = which ++ "Mapping c s = Yield (to" ++ ucFirst which ++ " c) (CC s '\\0' '\\0')"
55 ucFirst (c:cs) = toUpper c : cs function
56 ucFirst [] = [] function
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/pkg/zbxerr/
H A Dzbxerr.go58 ucFirst := func(str string) string {
80 return ucFirst(msg)
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/pkg/zbxerr/
H A Dzbxerr.go58 ucFirst := func(str string) string {
80 return ucFirst(msg)
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/pkg/zbxerr/
H A Dzbxerr.go58 ucFirst := func(str string) string {
80 return ucFirst(msg)
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/pkg/zbxerr/
H A Dzbxerr.go58 ucFirst := func(str string) string {
80 return ucFirst(msg)
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/pkg/zbxerr/
H A Dzbxerr.go58 ucFirst := func(str string) string {
80 return ucFirst(msg)
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/pkg/zbxerr/
H A Dzbxerr.go58 ucFirst := func(str string) string {
80 return ucFirst(msg)
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/go/pkg/zbxerr/
H A Dzbxerr.go58 ucFirst := func(str string) string {
80 return ucFirst(msg)
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/pkg/zbxerr/
H A Dzbxerr.go58 ucFirst := func(str string) string {
80 return ucFirst(msg)
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/pkg/zbxerr/
H A Dzbxerr.go58 ucFirst := func(str string) string {
80 return ucFirst(msg)
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/pkg/zbxerr/
H A Dzbxerr.go58 ucFirst := func(str string) string {
80 return ucFirst(msg)
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/prettyprinter-ansi-terminal-1.1.2/bench/
H A DLargeOutput.hs65 , AppC <$> ucFirst arbitrary <*> fromTo 0 3 arbitrary
68 instance Arbitrary Alt where arbitrary = Alt <$> ucFirst arbitrary <*> fromTo 0 3 arbitrary <*> arb…
77 ucFirst :: Gen Text -> Gen Text
78 ucFirst gen = do function

1234