Results for "tag:pattern"
Found 5 out of 82 items.
-
criteria: Eiffel criteria 195
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
Thu, 28 Sep 2023 09:47:39 GMT
-
event: Eiffel Event Library (EEL) 193
Event library
Thu, 28 Sep 2023 09:48:43 GMT
-
kmp_matcher: Eiffel Matcher 187
Matcher pattern - wildchar implementation (* and ?).
kmp wildchar matcher regexp pattern
Thu, 28 Sep 2023 09:50:27 GMT
-
pcre: PCRE regexp library 168
PCRE regexp library, also supporting unicode.
Thu, 28 Sep 2023 09:48:25 GMT
-
patterns: Patterns 162
Patterns library
Thu, 28 Sep 2023 09:49:19 GMT
Found 5 out of 82 items.
Advanced search help:
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 (*,?).