Searched defs:search (Results 1 - 6 of 6) sorted by relevance

/pkg/src/modules/server/
H A Dquery_parser.py74 """This class handles the client specific search logic for searching
79 def search(self, restriction, fmris): member in class:TermQuery
81 search on a server.
85 then it's treated as the domain for search. If it is None then
86 the actions of all known packages is the domain for search.
H A Dapi.py437 def search(self, tokens, case_sensitive=False, member in class:CatalogInterface
454 search results should be discarded before returning any results.
458 many search results should be returned. None means return all
463 filter the search results as they are retrieved.
549 res_list = self._depot.repo.search([str(query)],
558 res_list = self._depot.repo.search([str(query)],
566 """Returns a Boolean value indicating whether search
H A Drepository.py275 """Used to indicate that the token(s) provided to search were undefined
280 return _("No token was provided to search.").format(
283 return _("The specified search token '{0}' is invalid.").format(
288 """Used to indicate that search is not currently available."""
711 """Private helper function to dump repository search data."""
745 # Discard in-memory search data.
823 # Only discard search data if this isn't an incremental
850 # and declare search available. This is only logged
873 # Prepare search for use (ensuring most current data is loaded).
884 # before the search check
1760 def search(self, queries): member in class:_RepoStore
3604 def search(self, queries, pub=None): member in class:Repository
[all...]
/pkg/src/modules/client/
H A Dquery_parser.py74 def search(self, *args): member in class:EmptyQuery
120 """This class handles raising the exception if the search was conducted
129 """Return whether slow search has been used."""
134 """Set whether slow search has been used."""
140 so that a search can be performed."""
147 def search(self, *args): member in class:TopQuery
148 """This function performs performs local client side search.
150 If slow search was used, then after all results have been
153 for i in qp.TopQuery.search(self, *args):
169 """This class handles the client specific search logi
254 def search(self, restriction, fmris, manifest_func, excludes): member in class:TermQuery
[all...]
/pkg/src/modules/
H A Dquery_parser.py99 # This rule handles valid search terms with a colon in them. If
151 # This rule handles the general search terms as well as
195 to perform the search."""
249 # performing the search.
440 VALIDATION_STRING = { 1:'Return from search v1\n' }
560 expected to implement search, allow_version, set_info, and to
581 search being executed. For a boolean query, it only needs to
587 def search(self, *args): member in class:BooleanQuery
588 """Distributes the search to the two children and returns a
591 return set(self.lc.search(Non
628 def search(self, restriction, *args): member in class:AndQuery
665 def search(self, restriction, *args): member in class:OrQuery
751 def search(self, restriction, *args): member in class:PkgConversion
844 def search(self, restriction, *args): member in class:PhraseQuery
908 def search(self, restriction, *args): member in class:FieldQuery
990 def search(self, *args): member in class:TopQuery
[all...]
/pkg/src/
H A Dclient.py208 "search",
258 adv_usage["search"] = _(
333 " [--search-after=publisher]\n"
334 " [--search-before=publisher]\n"
335 " [--search-first]\n"
456 Package Information : list search info contents
1457 error("The search index appears corrupted. Please rebuild the "
1782 if re.search("^actions\.[0-9]+\.json$", f):
1784 if re.search("^pkgs\.[0-9]+\.json$", f):
2778 """Given a result from search, massage
2816 def search(api_inst, args): function
[all...]

Completed in 47 milliseconds