/pkg/src/util/log-scripts/ |
H A D | cron.ksh | 53 grep " /search" access_log > access_log.search 58 python $LOG_HOME/an_search.py access_log.search > search.html
|
H A D | split.awk | 53 / \/search/ { 54 print $0 >> ("raw.search." timestamp)
|
H A D | an_first_timestamp.py | 47 m = comb_log_pat.search(l)
|
H A D | an_filelist.py | 65 pm = pkg_pat.search(mg["uri"]) 103 m = comb_log_pat.search(l)
|
H A D | an_manifest.py | 83 pm = pkg_pat.search(mg["uri"]) 97 agent = pkg_agent_pat.search(mg["agent"]) 132 m = comb_log_pat.search(l)
|
H A D | an_search.py | 52 pkg_pat = re.compile("/search/(?P<mversion>\d+)/(?P<keywords>.*)") 63 <div id="search-{searchtype}-container"> 64 <table id="search-{searchtype}-table"> 77 "search-{searchtype}-table")); 91 new YAHOO.widget.DataTable("search-{searchtype}-container", 120 pm = pkg_pat.search(mg["uri"]) 128 # A zero-length response is a failed search 151 agent = pkg_agent_pat.search(mg["agent"]) 175 summary_file = prefix_summary_open("search") 187 m = comb_log_pat.search( [all...] |
H A D | an_catalog.py | 144 agent = pkg_agent_pat.search(mg["agent"]) 183 m = comb_log_pat.search(l)
|
H A D | an_ip_active.py | 93 m = comb_log_pat.search(l)
|
/pkg/src/web/_themes/default/en/ |
H A D | base.css | 167 form.advanced-search input#search-field { 170 form.search table { 174 form.search table td { 177 form.search a { 181 form.search span.tip { 185 form.search table td.label { 189 form.search table td.submit {
|
/pkg/src/web/_themes/sun.com/en/ |
H A D | base.css | 180 form.advanced-search input#search-field { 183 form.search table { 187 form.search table td { 190 form.search a { 194 form.search span.tip { 198 form.search table td.label { 202 form.search table td.submit {
|
/pkg/src/web/_themes/opensolaris.com/en/ |
H A D | base.css | 197 form.advanced-search input#search-field { 200 form.search table { 204 form.search table td { 207 form.search a { 211 form.search span.tip { 215 form.search table td.label { 219 form.search table td.submit {
|
/pkg/src/web/_themes/opensolaris.org/en/ |
H A D | base.css | 194 form.advanced-search input#search-field { 197 form.search table { 201 form.search table td { 204 form.search a { 208 form.search span.tip { 212 form.search table td.label { 216 form.search table td.submit {
|
/pkg/src/modules/ |
H A D | query_parser.py | 99 # 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...] |
H A D | fmri.py | 97 search path. In general, package names may also be prefixed by a domain 580 return re.search(pattern, pkg_name)
|
/pkg/src/modules/server/ |
H A D | query_parser.py | 74 """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 D | api.py | 437 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
|
/pkg/src/web/_themes/oracle.com/en/ |
H A D | base.css | 310 form.advanced-search input#search-field { 313 form.search table { 317 form.search table td { 320 form.search a { 324 form.search span.tip { 328 form.search table td.label { 332 form.search table td.submit {
|
/pkg/src/modules/client/ |
H A D | query_parser.py | 74 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/tests/cli/ |
H A D | t_pkg_help.py | 115 m = re.search(r"ja_JP.eucJP", line)
|
H A D | t_pkg_history.py | 153 re.search("START\s+", o.splitlines()[0]) == None) 190 re.search("purge-history", o.splitlines()[0]) != None) 288 re.search("START\s+", o.splitlines()[0]) == None)
|
H A D | t_change_variant.py | 149 # verify pkg search indexes 192 if token_re.search(line): 322 # make sure that pkg search doesn't report corrupted indexes 325 self.pkg("search -l {0}".format(p))
|
H A D | t_pkgmogrify.py | 218 int(bool(re.search(regex, line)))
|
/pkg/src/tests/api/ |
H A D | t_sysattr.py | 45 m = re.search(p_re, self.output)
|
/pkg/src/tests/ |
H A D | run.py | 313 if re.search(startatpat, full): 319 [ re.search(pat, full) for pat in pats ],
|
/pkg/src/ |
H A D | setup.py | 894 match = cddl_re.search(buf) 913 sb_match = shebang_re.search(fl) 1334 ov = re.search(versionre, ocontent).group(1)
|