Results for "tag:pattern"
-
criteria: Eiffel criteria 11
Implementation of Filter|Criteria pattern. Useful to filter a list. Via a Criteria factory, it provides expression evaluation based on binary operators and labels, such as "name:foo or tag:test" which keeps items satisfying criteria "name=foo" and has tag "test".
criteria filter pattern search
Fri, 21 Feb 2025 18:01:28 GMT
-
event: Eiffel Event Library (EEL) 9
Event library
Fri, 21 Feb 2025 18:03:32 GMT
-
ise_gobo: Gobo Eiffel for EiffelSoftware 6
Welcome to the distribution of Gobo from EiffelSoftware. Here are some information on this distribution: * The Gobo binaries are located in spec/$ISE_PLATFORM/bin. * The documentation is available from http://www.gobosoft.com * The samples can be compiled using the gobo_sample.ecf file and replacing the THE_ROOT_CLASS_HERE by the actual name of the root class for the sample you chose. Happy Eiffeling, The EiffelSoftware Team
ise gobo argument lex yacc lexical math parse pattern regexp string structure test time utility tools xml
Fri, 21 Feb 2025 18:04:13 GMT
-
kmp_matcher: Eiffel Matcher 9
Matcher pattern - wildchar implementation (* and ?).
kmp wildchar matcher regexp pattern
Fri, 21 Feb 2025 18:05:10 GMT
-
patterns: Patterns 10
Patterns library
Fri, 21 Feb 2025 18:04:05 GMT
-
pcre: PCRE regexp library 8
PCRE regexp library, also supporting unicode.
Fri, 21 Feb 2025 18:02:19 GMT
-
scoop_patterns: Eiffel SCOOP patterns 9
Services for concurrent programming in SCOOP.
Fri, 21 Feb 2025 18:01:30 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 (*,?).