Results for "tag:parser"
-
microdata: MicroData parser 183
Solution to extract MicroData from HTML5 content.
microdata parser html5 html data machine-readable schema
Fri, 07 Feb 2025 21:04:36 GMT
-
peg: Eiffel PEG 186
Eiffel PEG parser. (Parsing Expression Grammar).
Fri, 07 Feb 2025 20:59:57 GMT
-
argument_parser: Obsolete Eiffel Argument Parser 186
Obsolete, please use the new 'arg_parser' library
obsolete argument parser command line cli
Fri, 07 Feb 2025 21:02:20 GMT
-
uri: EiffelURI 186
Collection of URI parser and builder: - URI : Uniform Resource Identifier - PATH_URI : URI application for path - IRI : Internationalized Resource Identifier
parser uri iri path resource identifier
Fri, 07 Feb 2025 21:02:09 GMT
-
feed: Eiffel FEED parser 187
RSS2.0 and ATOM feed parser. Feed visitor including HTML generation from FEED Eiffel objects.
rss atom feed html generator parser
Fri, 07 Feb 2025 21:04:38 GMT
-
xml: Eiffel XML 187
Collection of Eiffel libraries to manipulate XML content: - XML parser: parser and callbacks components - XML tree: document, elements, and nodes (and related visitors)
xml parser tree callback visitor
Fri, 07 Feb 2025 21:02:07 GMT
-
json: Eiffel JSON 188
Eiffel JSON parser and visitors.
Fri, 07 Feb 2025 21:04:43 GMT
-
parse: EiffelParse 191
Parse library: Parsing facilities.
Fri, 07 Feb 2025 21:00:33 GMT
-
uuid: EiffelUUID 192
Generate/Manipulate UUIDs.
uuid generator parser identifier
Fri, 07 Feb 2025 21:01:26 GMT
-
uri_template: URI Template 194
Implement URI Template as described at http://tools.ietf.org/rfc/rfc6570.txt Support for URI template string expansion But also partial URI Template matching
parser uri template router generator url
Fri, 07 Feb 2025 21:04:40 GMT
-
arg_parser: Eiffel Argument Parser 195
An argument parser library for parsing and validating command line arguments.
arg argument parser command line cli
Fri, 07 Feb 2025 21:01:07 GMT
-
eclop: ECLOP, Eiffel Command Line Parser 196
ECLOP stands for Eiffel Command Line Parser and is a small library for parsing command line options. The current release (0.1.1) should still be considered a beta release but should despite that still be useful for writing command line based programs and it is reasonably stable. Your mileage may vary. ;-)
Fri, 07 Feb 2025 21:03:38 GMT
-
wrap_tidy: Eiffel wrap_tidy 225
Eiffel binding for HTML tidy library. libtidy is a C static and dynamic library that developers can integrate into their applications in order to bring all of Tidy's power to your favorite tools. libtidy is used today in desktop applications, web servers, and more.
Wed, 27 May 2020 13:21:09 GMT
Usage: "criterion:value" (note: "value" is aliased with "text:value") Criteria: [name] name:foo* - packages of short name matching "foo*" pattern [title] title:base - packages of title "base" [tag] tag:web - packages tagged "web" [description] description:"advanced usage" - packages with phrase "advanced usage" in their description [owner] owner:*Caesar - packages published by users with the user names matching "*Caesar" [downloads] downloads:10 - packages with at least 10 downloads [text] text:abc - equivalent to "name:abc or title:abc or tag:abc" Criteria can be combined with "and" (the default), "or" (aliased with prefix "+"), "not" (aliased with prefix "-"). Criteria "name", "title", "tag" and "description" supports wildcards (*,?).