Results for "tag:text"
-
json: Eiffel JSON 251
Eiffel JSON parser and visitors.
Fri, 07 Feb 2025 21:04:43 GMT
-
ael_printf: Amalasoft Eiffel Printf 246
The Amalasoft Eiffel Printf Cluster is a collection of classes that implements a printf facility for the Eiffel language. It depends on the Eiffel base libraries (available in open source or commercial form from Eiffel Software www.eiffel.com) and is, like other Eiffel code, portable across platforms.
Fri, 07 Feb 2025 21:02:24 GMT
-
i18n: Eiffel internationalisation (i18n) library 215
i18n internationalisation applications
Fri, 07 Feb 2025 21:02:17 GMT
-
editor: Vision2 Editor library 224
Vision2 Text Editor Component.
vision2 gui text editor widget
Fri, 07 Feb 2025 21:00:35 GMT
-
parse: EiffelParse 251
Parse library: Parsing facilities.
Fri, 07 Feb 2025 21:00:33 GMT
-
diff: Diff library 270
diff library
Fri, 07 Feb 2025 21:00:21 GMT
-
text_filter: Eiffel Text Filters 250
Filters interface and implementation to transform a text into another. Supported filters: - html content - line break to html - url content - .. And formats being an ordered collection of filters.
Fri, 07 Feb 2025 20:59:59 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 (*,?).