Search Results
OK to copy?
Examples 51 through 60 of
627 (0.0040 seconds)
Class:
org.apache.batik.svggen.font.table.GlyfCompositeDescript
©,
Rating:
0% of 0,
C1
Class: org.apache.tomcat.util.compat.JdkCompat ©, Rating: 0% of 0, C2
Class: org.apache.tomcat.util.compat.JdkCompat ©, Rating: 0% of 0, C2
Class: org.apache.jk.config.GeneratorApache2 ©, Rating: 0% of 0, C2
Class: org.apache.jk.config.GeneratorApache2 ©, Rating: 0% of 0, C2
Class: org.apache.jk.config.GeneratorApache2 ©, Rating: 0% of 0, C2
Class: org.apache.jk.config.GeneratorApache2 ©, Rating: 0% of 0, C2
Class: org.apache.jk.config.GeneratorApache2 ©, Rating: 0% of 0, C2
Class: org.apache.jk.config.GeneratorApache2 ©, Rating: 0% of 0, C1
Class: org.apache.batik.test.DefaultTestSuiteReport ©, Rating: 0% of 0, C1
143
144 public int getPointCount() {
145 GlyfCompositeComp c = (GlyfCompositeComp) components.elementAt(components.size()-1);
146 return c.getFirstIndex() + parentTable.getDescription(c.getGlyphIndex()).getPointCount();
147 }
Class: org.apache.tomcat.util.compat.JdkCompat ©, Rating: 0% of 0, C2
208 String [] result = new String[comps.size()];
209 for(int i=0; i < comps.size(); i++) {
210 result[i] = (String)comps.elementAt(i);
211 }
212 return result;
Class: org.apache.tomcat.util.compat.JdkCompat ©, Rating: 0% of 0, C2
207 }
208 String [] result = new String[comps.size()];
209 for(int i=0; i < comps.size(); i++) {
210 result[i] = (String)comps.elementAt(i);
211 }
Class: org.apache.jk.config.GeneratorApache2 ©, Rating: 0% of 0, C2
Class: org.apache.jk.config.GeneratorApache2 ©, Rating: 0% of 0, C2
178 out.println( " AuthType basic" );
179 out.print( " Require group " );
180 for( int j=0; j<roles.size(); j++ ) {
181 String role=(String)roles.elementAt(j);
182 out.print( " " + role);
Class: org.apache.jk.config.GeneratorApache2 ©, Rating: 0% of 0, C2
169 if( methods.size() > 0 ) {
170 out.print(" <Limit ");
171 for( int j=0; j<methods.size(); j++ ) {
172 String m=(String)methods.elementAt(j);
173 out.print( " " + m);
Class: org.apache.jk.config.GeneratorApache2 ©, Rating: 0% of 0, C2
167 out.println( "<Location \"" + cpath + url + "\" >");
168
169 if( methods.size() > 0 ) {
170 out.print(" <Limit ");
171 for( int j=0; j<methods.size(); j++ ) {
Class: org.apache.jk.config.GeneratorApache2 ©, Rating: 0% of 0, C2
162 // XXX Only if BASIC/DIGEST and 'integrated auth'
163 public void generateConstraints( Vector urls, Vector methods, Vector roles, boolean isSSL ) {
164 for( int i=0; i<urls.size(); i++ ) {
165 String url=(String)urls.elementAt(i);
166
Class: org.apache.jk.config.GeneratorApache2 ©, Rating: 0% of 0, C1
100 Vector wf= wxml.getWellcomeFiles();
101 out.print(" DirectoryIndex ");
102 for( int i=0; i<wf.size(); i++ ) {
103 out.print( " " + (String)wf.elementAt(i));
104 }
Class: org.apache.batik.test.DefaultTestSuiteReport ©, Rating: 0% of 0, C1
218
219 public TestReport[] getChildrenReports(){
220 int nReports = reports.size();
221 TestReport[] r = new TestReport[nReports];
222 reports.copyInto(r);