Searched refs:text (Results 1 - 25 of 36) sorted by relevance

12

/pkg/src/util/publish/
H A Dupdate_file_layout.py45 def error(text, cmd=None):
49 text = "{0}: {1}".format(cmd, text)
56 text = str(text)
60 text_nows = text.lstrip()
61 ws = text[:len(text) - len(text_nows)]
H A Dpkgmogrify.py54 def error(text, exitcode=EXIT_OOPS):
57 print("pkgmogrify: {0}".format(text), file=sys.stderr)
H A Dpkgsurf.py104 def error(text, cmd=None):
108 text = "\n{0}: {1}".format(cmd, text)
111 text = "\n{0}: {1}".format(PKG_CLIENT_NAME, text)
116 text_nows = text.lstrip()
117 ws = text[:len(text) - len(text_nows)]
H A Dpkgfmt.py110 def error(text, exitcode=EXIT_OOPS):
115 text = str(text)
119 text_nows = text.lstrip()
120 ws = text[:len(text) - len(text_nows)]
/pkg/src/util/apache2/
H A Dproxy-example.conf68 AddOutputFilterByType DEFLATE text/html application/javascript text/css text/plain
/pkg/doc/
H A Dpkg-guide-web.css18 text-decoration: none;
32 text-align: right;
60 text-size: 24px;
66 text-size: 24px;
/pkg/src/web/_themes/default/en/
H A Dbase.css30 a { text-decoration: none; }
31 a:hover { text-decoration: underline; }
43 text-align: left;
81 text-align: right;
144 text-align: left;
148 text-align: right;
151 table.stats td.value { text-align: center; }
183 text-decoration: underline;
190 text-align: right;
203 text
[all...]
/pkg/src/web/_themes/sun.com/en/
H A Dbase.css29 a { text-decoration: none; }
30 a:hover { text-decoration: underline; }
42 text-align: left;
136 text-align: left;
141 text-align: right;
144 table.stats td.value { text-align: center; }
196 text-decoration: underline;
203 text-align: right;
216 text-align: left;
232 text
[all...]
/pkg/src/web/_themes/oracle.com/en/
H A Dbase.css42 text-align:right;
86 text-decoration: underline;
138 text-decoration:none;
145 text-decoration:none;
152 text-decoration:underline;
165 a { color:#666666; text-decoration: none; }
166 a:hover { text-decoration: underline; color:#FF0000;}
175 text-align: left;
249 text-align: left;
253 text
[all...]
/pkg/src/web/_themes/opensolaris.com/en/
H A Dbase.css30 text-decoration: none;
33 a:hover { text-decoration: underline; }
48 text-align: left;
84 text-align: right;
154 text-align: left;
158 text-align: right;
161 table.stats td.value { text-align: center; }
213 text-decoration: underline;
220 text-align: right;
238 text
[all...]
/pkg/src/web/_themes/opensolaris.org/en/
H A Dbase.css29 a { text-decoration: none; }
30 a:hover { text-decoration: underline; }
42 text-align: left;
84 text-align: right;
151 text-align: left;
155 text-align: right;
158 table.stats td.value { text-align: center; }
210 text-decoration: underline;
217 text-align: right;
230 text
[all...]
/pkg/src/
H A Dpkgdep.py62 def error(text, cmd=None):
66 text = "{0}: {1}".format(cmd, text)
70 text = str(text)
74 text_nows = text.lstrip()
75 ws = text[:len(text) - len(text_nows)]
396 text = ""
399 text
[all...]
H A Drad-invoke.py52 def error(text):
56 return {"status": entry.ERROR, "errors": [{"reason": text}]}
57 ips_logger.error(text)
H A Dsign.py69 def error(text, cmd=None):
73 text = "{0}: {1}".format(cmd, text)
76 text = "{0}: {1}".format(PKG_CLIENT_NAME, text)
81 text_nows = text.lstrip()
82 ws = text[:len(text) - len(text_nows)]
H A Ddepot-config.py109 def error(text, cmd=None):
113 text = "{0}: {1}".format(cmd, text)
120 text = str(text)
124 text_nows = text.lstrip()
125 ws = text[:len(text) - len(text_nows)]
H A Dsysrepo.py133 def error(text, cmd=None):
137 text = "{0}: {1}".format(cmd, text)
144 text = str(text)
148 text_nows = text.lstrip()
149 ws = text[:len(text) - len(text_nows)]
H A Dpkgrepo.py94 def error(text, cmd=None):
98 text = "{0}: {1}".format(cmd, text)
105 text = str(text)
109 text_nows = text.lstrip()
110 ws = text[:len(text) - len(text_nows)]
1164 text = ("{0}".format(*line)).rstrip() variable
1165 if not text
[all...]
H A Dpublish.py71 def error(text, cmd=None):
74 if not isinstance(text, six.string_types):
76 text = str(text)
80 text_nows = text.lstrip()
81 ws = text[:len(text) - len(text_nows)]
H A Ddepot.py140 def usage(text=None, retcode=2, full=False):
144 if text:
145 emsg(text)
/pkg/src/tests/api/
H A Dt_action.py416 def assertMalformed(self, text):
420 action.fromstr(text)
422 assert e.actionstr == text
423 self.debug(text)
428 self.assertTrue(malformed, "Action not malformed: " + text)
430 def assertInvalid(self, text):
434 action.fromstr(text)
439 self.assertTrue(invalid, "Action not invalid: " + text)
H A Dt_api.py740 # Verify license text.
741 text = dest.license
742 self.assertEqual(dest.get_text(), text)
786 # Verify license text.
787 text = dest.license
788 self.assertEqual(dest.get_text(), text)
857 # Verify license text.
858 text = dest.license
859 self.assertEqual(dest.get_text(), text)
/pkg/src/web/_themes/
H A Dyui-reset-font-grids_base-min.css7 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}body{text-align:center;}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em;}#doc2{width:73.076em;*width:71.25em;}#doc3{margin:auto 10px;width:auto;}#doc4{width:74.923em;*width:73.05em;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main,.yui-g .yui-u .yui-g{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.30769em;*width:12.00em;}.yui-t1 #yui-main .yui-b{margin-left:13.30769em;*margin-left:13.05em;}.yui-t2 .yui-b{float:left;width:13.8461em;*width:13.50em;}.yui-t2 #yui-main .yui-b{margin-left:14.8461em;*margin-left:14.55em;}.yui-t3 .yui-b{float:left;width:23.0769em;*width:22.50em;}.yui-t3 #yui-main .yui-b{margin-left:24.0769em;*margin-left:23.62em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.50em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.55em;}.yui-t5 .yui-b{float:right;width:18.4615em;*width:18.00em;}.yui-t5 #yui-main .yui-b{margin-right:19.4615em;*margin-right:19.125em;}.yui-t6 .yui-b{float:right;width:23.0769em;*width:22.50em;}.yui-t6 #yui-main .yui-b{margin-right:24.0769em;*margin-right:23.62em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right;}.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{width:32%;margin-left:1.99%;}.yui-gb .yui-u{*margin-left:1.9%;*width:31.9%;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-ge .yui-u,.yui-gf div.first{width:24%;}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0;}.yui-g .yui-g .yui-u{width:48.1%;}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%;}.yui-g .yui-gc div.first,.yui-gd .yui-g{width:66%;}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%;}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0;}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%;}.yui-g .yui-gb .yui-u{_margin-left:1.0%;}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%;}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%;}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0;}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0;}.yui-gb .yui-gb .yui-u{_margin-left:.7%;}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0;}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0;}.yui-gb .yui-gd div.first{width:32%;}.yui-g .yui-gd div.first{_width:29.9%;}.yui-ge .yui-g{width:24%;}.yui-gf .yui-g{width:74.2%;}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first{float:left;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%;}.yui-ge div.first .yui-gd .yui-u{width:65%;}.yui-ge div.first .yui-gd div.first{width:32%;}#hd:after,#bd:after,#ft:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#hd,#bd,#ft,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}/*
13 body{margin:10px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom (…)
/pkg/src/modules/
H A Dapi_common.py42 def __init__(self, pfmri, act, img=None, text=None, alt_pub=None):
47 self.__text = text
54 should be text). This may require remote retrieval of
H A Dquery_parser.py413 "and the text of the query. The query provided lacked at "
442 def __init__(self, text, case_sensitive, return_type, num_to_return,
446 The "text" parameter is the tokens and syntax of the query.
461 token_cnt = len(text.split(" "))
465 self.text = text
478 self.text)
487 start_point, text = s.split("_", 4)
520 return Query(text, case_sensitive, return_type,
/pkg/src/modules/server/
H A Dapi.py584 text = s.getvalue()
587 text=text))

Completed in 1684 milliseconds

12