Home
last modified time | relevance | path

Searched refs:parseFields (Results 226 – 250 of 254) sorted by relevance

1234567891011

/dports/devel/gh/cli-2.4.0/pkg/cmd/api/
H A Dapi.go225 params, err := parseFields(opts)
464 func parseFields(opts *ApiOptions) (map[string]interface{}, error) { func
H A Dapi_test.go911 params, err := parseFields(&opts)
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DhttpHdrs.cc160 parseFields(); in parse()
164 void MsgHdr::parseFields() { in parseFields() function in MsgHdr
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/tests/examples/
H A DAttributes.hs504 , liftM URL $ parseFields ["URL", "href"]
527 , liftM DPI $ parseFields ["dpi", "resolution"]
528 , liftM EdgeURL $ parseFields ["edgeURL", "edgehref"]
541 , liftM HeadURL $ parseFields ["headURL", "headhref"]
551 , liftM LabelURL $ parseFields ["labelURL", "labelhref"]
631 , liftM TailURL $ parseFields ["tailURL", "tailhref"]
H A DAttributes.hs.prettyprinter.golden327 liftM URL $ parseFields ["URL", "href"],
349 liftM DPI $ parseFields ["dpi", "resolution"],
350 liftM EdgeURL $ parseFields ["edgeURL", "edgehref"],
363 liftM HeadURL $ parseFields ["headURL", "headhref"],
372 liftM LabelURL $ parseFields ["labelURL", "labelhref"],
445 liftM TailURL $ parseFields ["tailURL", "tailhref"],
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/tests/examples/
H A DAttributes.hs504 , liftM URL $ parseFields ["URL", "href"]
527 , liftM DPI $ parseFields ["dpi", "resolution"]
528 , liftM EdgeURL $ parseFields ["edgeURL", "edgehref"]
541 , liftM HeadURL $ parseFields ["headURL", "headhref"]
551 , liftM LabelURL $ parseFields ["labelURL", "labelhref"]
631 , liftM TailURL $ parseFields ["tailURL", "tailhref"]
H A DAttributes.hs.prettyprinter.golden327 liftM URL $ parseFields ["URL", "href"],
349 liftM DPI $ parseFields ["dpi", "resolution"],
350 liftM EdgeURL $ parseFields ["edgeURL", "edgehref"],
363 liftM HeadURL $ parseFields ["headURL", "headhref"],
372 liftM LabelURL $ parseFields ["labelURL", "labelhref"],
445 liftM TailURL $ parseFields ["tailURL", "tailhref"],
H A DAttributes.hs.parser.golden27363 "parseFields")))
29974 "parseFields")))
30114 "parseFields")))
31586 "parseFields")))
32753 "parseFields")))
41802 "parseFields")))
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/tests/examples/
H A DAttributes.hs504 , liftM URL $ parseFields ["URL", "href"]
527 , liftM DPI $ parseFields ["dpi", "resolution"]
528 , liftM EdgeURL $ parseFields ["edgeURL", "edgehref"]
541 , liftM HeadURL $ parseFields ["headURL", "headhref"]
551 , liftM LabelURL $ parseFields ["labelURL", "labelhref"]
631 , liftM TailURL $ parseFields ["tailURL", "tailhref"]
H A DAttributes.hs.prettyprinter.golden327 liftM URL $ parseFields ["URL", "href"],
349 liftM DPI $ parseFields ["dpi", "resolution"],
350 liftM EdgeURL $ parseFields ["edgeURL", "edgehref"],
363 liftM HeadURL $ parseFields ["headURL", "headhref"],
372 liftM LabelURL $ parseFields ["labelURL", "labelhref"],
445 liftM TailURL $ parseFields ["tailURL", "tailhref"],
H A DAttributes.hs.parser.golden27363 "parseFields")))
29974 "parseFields")))
30114 "parseFields")))
31586 "parseFields")))
32753 "parseFields")))
41802 "parseFields")))
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdap4/
H A Dd4parser.c129 static int parseFields(NCD4parser*, NCD4node* container, ezxml_t xml);
424 if((ret = parseFields(parser,type,xml))) goto done; in parseStructure()
448 parseFields(NCD4parser* parser, NCD4node* container, ezxml_t xml) in parseFields() function
556 if((ret = parseFields(parser,structtype,xml))) goto done; in parseSequence()
/dports/science/netcdf/netcdf-c-4.7.4/libdap4/
H A Dd4parser.c129 static int parseFields(NCD4parser*, NCD4node* container, ezxml_t xml);
430 if((ret = parseFields(parser,type,xml))) goto done; in parseStructure()
454 parseFields(NCD4parser* parser, NCD4node* container, ezxml_t xml) in parseFields() function
562 if((ret = parseFields(parser,structtype,xml))) goto done; in parseSequence()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-doc/
H A DSerialize.cpp234 static void parseFields(RecordInfo &I, const RecordDecl *D, bool PublicOnly) { in parseFields() function
415 parseFields(*I, D, PublicOnly); in emitInfo()
/dports/security/silktools/silk-3.19.1/src/rwpmap/
H A Drwgeoip2ccmap.l416 static int parseFields(int idx, const char *str);
929 if (parseFields(opt_index, opt_arg)) {
977 parseFields(
H A Drwgeoip2ccmap.c933 static int parseFields(int idx, const char *str);
2682 if (parseFields(opt_index, opt_arg)) { in appOptionsHandler()
2730 parseFields( in parseFields() function
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/mpeg/id3v2/
H A Did3v2frame.cpp233 parseFields(fieldData(data)); in parse()
/dports/audio/taglib/taglib-1.12/taglib/mpeg/id3v2/
H A Did3v2frame.cpp236 parseFields(fieldData(data)); in parse()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/mpeg/id3v2/
H A Did3v2frame.cpp233 parseFields(fieldData(data)); in parse()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxql/
H A Dparser.go724 if stmt.Fields, err = p.parseFields(); err != nil {
2014 func (p *Parser) parseFields() (Fields, error) { func
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/tests/
H A Dtest_id3v2.cpp62 virtual void parseFields(const ByteVector &) {} in parseFields() function in PublicFrame
/dports/audio/taglib/taglib-1.12/tests/
H A Dtest_id3v2.cpp66 virtual void parseFields(const ByteVector &) {} in parseFields() function in PublicFrame
/dports/net/sflowtool/sflowtool-5.06/src/
H A Dsflowtool.c5775 static int parseFields(char *start, char **array) { in parseFields() function
5797 fieldList->n = parseFields(start, NULL); in parseFieldList()
5802 parseFields(start, fieldList->fields); in parseFieldList()
/dports/lang/nim/nim-1.6.2/lib/packages/docutils/
H A Drst.nim1757 proc parseFields(p: var RstParser): PRstNode =
2470 a = parseFields(p)
2545 options = parseFields(p)
/dports/audio/id3lib/id3lib-3.8.3/
H A DChangeLog1141 * src/frame_parse.cpp (1.28): Moved parseFields into unnamed
1265 (parseFields): Added debug warning
1721 (parseFields): Now returns true on successful parse
2514 - Added function parseFields(ID3_Reader&, ID3_Frame&)

1234567891011