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

/opengrok-sun/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.java322 input = ExpandTabsReader.wrap(in, project);
/opengrok-sun/src/org/opensolaris/opengrok/analysis/plain/
H A DPlainAnalyzer.java66 ExpandTabsReader.wrap(in, project);
/opengrok-sun/web/default/
H A Dprint.css58 white-space: pre-wrap;
H A Dstyle.css65 white-space: pre-wrap;
/opengrok-sun/web/offwhite/
H A Dprint.css58 white-space: pre-wrap;
H A Dstyle.css63 white-space: pre-wrap;
197 #bar li:last-child { /* avoid early line wrap */
/opengrok-sun/web/polished/
H A Dprint.css58 white-space: pre-wrap;
H A Dstyle.css82 white-space: pre-wrap;
/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java364 termsa = SlowCompositeReaderWrapper.wrap(reader).terms("u"); //new Term("u", startuid)
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DPageConfig.java216 br = new BufferedReader(ExpandTabsReader.wrap(new InputStreamReader(in[i]), p));
/opengrok-sun/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/opengrok-sun/web/
H A Djquery-1.4.4.min.js113 wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},

Completed in 32 milliseconds