Searched refs:wrap (Results 1 - 13 of 13) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/analysis/archive/
H A DBZip2Analyzer.java61 StreamSource bzSrc = wrap(src);
92 private static StreamSource wrap(final StreamSource src) { method in class:BZip2Analyzer
H A DGZIPAnalyzer.java67 StreamSource gzSrc = wrap(src);
79 //TODO we could probably wrap tar analyzer here, need to do research on reader coming from gzis ...
102 private static StreamSource wrap(final StreamSource src) { method in class:GZIPAnalyzer
/opengrok/src/org/opensolaris/opengrok/analysis/
H A DExpandTabsReader.java66 * @param in the reader to wrap
72 public static Reader wrap(Reader in, Project p) { method in class:ExpandTabsReader
H A DAnalyzerGuru.java404 input = ExpandTabsReader.wrap(in, project);
/opengrok/src/org/opensolaris/opengrok/analysis/plain/
H A DPlainAnalyzer.java72 return ExpandTabsReader.wrap(super.getReader(stream), project);
/opengrok/web/default/
H A Dstyle.css97 white-space: pre-wrap;
536 -ms-word-wrap: break-all;
538 -webkit-word-wrap: break-word;
540 word-wrap: break-word;
H A Dprint.css70 white-space: pre-wrap;
/opengrok/web/offwhite/
H A Dstyle.css97 white-space: pre-wrap;
395 #bar li:last-child { /* avoid early line wrap */
574 -ms-word-wrap: break-all;
576 -webkit-word-wrap: break-word;
578 word-wrap: break-word;
H A Dprint.css70 white-space: pre-wrap;
/opengrok/web/polished/
H A Dstyle.css115 white-space: pre-wrap;
629 -ms-word-wrap: break-all;
631 -webkit-word-wrap: break-word;
633 word-wrap: break-word;
H A Dprint.css70 white-space: pre-wrap;
/opengrok/src/org/opensolaris/opengrok/web/
H A DPageConfig.java266 ExpandTabsReader.wrap(new InputStreamReader(in[i]), p))) {
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 26 milliseconds