Searched refs:repeat (Results 1 - 9 of 9) sorted by relevance
/pkg/src/web/_themes/oracle.com/en/ |
H A D | base.css | 49 background:url("../navigation-item-background.png") repeat-x scroll left bottom transparent; 69 background:url("../mosaic-homebutton.png") repeat scroll -2px -46px transparent; 80 background:url("../separator.png") no-repeat scroll right top transparent; 91 background:url("../navigation-last-button-cap.png") no-repeat scroll right bottom transparent; 106 background:url("../breadcrumb-left.png") no-repeat scroll left top transparent; 112 background:url("../breadcrumb-center.png") repeat-x scroll left top transparent; 118 background:url("../breadcrumb-right.png") no-repeat scroll right top transparent; 168 background: transparent url(../../p5i-link.png) scroll no-repeat right center; 210 background: url("../oralogo_small.gif") no-repeat scroll 0 0px transparent; 233 background: transparent url(../feed-icon-14x14.png) no-repeat; [all...] |
/pkg/src/web/_themes/opensolaris.org/en/ |
H A D | base.css | 32 background: transparent url(../../p5i-link.png) scroll no-repeat right center; 63 background-repeat: no-repeat; 140 background-repeat: no-repeat; 173 background: transparent url(http://opensolaris.org/oracle/logo_oracle_footer.gif) no-repeat scroll;
|
/pkg/src/web/_themes/default/en/ |
H A D | base.css | 33 background: transparent url(../../p5i-link.png) scroll no-repeat right center; 62 background: transparent url(../../pkg-block-logo.png) no-repeat; 133 background: transparent url(../feed-icon-14x14.png) no-repeat;
|
/pkg/src/web/_themes/sun.com/en/ |
H A D | base.css | 32 background: transparent url(../../p5i-link.png) scroll no-repeat right center; 64 background: transparent url(http://www.sun.com/im/a1a2_sprite.png) no-repeat scroll -47px -453px; 68 background: transparent url(http://www.sun.com/im/a1a2_sprite.png) no-repeat scroll 100% -453px; 78 background: transparent url(http://www.sun.com/im/a1a2_sprite.png) repeat-x scroll 0 0; 128 background: #E4E4E4 url(http://www.sun.com/im/bg_navblue.gif) repeat-x scroll left bottom; 132 background: transparent url(http://www.sun.com/im/generic_tl.gif) no-repeat scroll left top; 137 background: transparent url(http://www.sun.com/im/generic_tr.gif) no-repeat scroll right top; 159 background: transparent url(http://opensolaris.org/oracle/logo_oracle_footer.gif) no-repeat scroll;
|
/pkg/src/web/_themes/opensolaris.com/en/ |
H A D | base.css | 38 background: transparent url(../../p5i-link.png) scroll no-repeat right center; 67 background: transparent url(http://www.opensolaris.com/images/opensolaris_logo_trans.png) no-repeat scroll left bottom; 104 background: transparent url(http://www.opensolaris.com/images/header_gradientpart.png) repeat-x scroll; 134 background: transparent url(http://www.opensolaris.com/images/feed-icon-16x16.gif) no-repeat; 176 background: transparent url(http://opensolaris.org/oracle/logo_oracle_footer.gif) no-repeat scroll; 250 background: transparent url(http://www.opensolaris.com/images/footer_gradientpart_new.png) repeat-x scroll;
|
/pkg/src/util/publish/ |
H A D | pkgsurf.py | 80 from itertools import repeat namespace 423 ref_pkgs = list(zip(latest_ref_pkgs.values(), repeat(intent)))
|
/pkg/src/modules/ |
H A D | manifest.py | 38 from itertools import groupby, chain, product, repeat namespace 1494 for v, d in zip(v_list, repeat(variants)): 1505 for v, d in zip(f_list, repeat(facets)):
|
/pkg/src/tests/api/ |
H A D | t_api_search.py | 1465 repeat = 3 1473 for i in range(1, repeat):
|
/pkg/src/modules/client/ |
H A D | progress.py | 3144 itertools.repeat(0, len(self.linked_running)))
|
Completed in 38 milliseconds