Search Results
OK to copy?
Examples 31 through 40 of
627 (0.0040 seconds)
Class:
org.apache.axis.providers.java.MsgProvider
©,
Rating:
0% of 0,
C3
Class: org.apache.axis.providers.java.MsgProvider ©, Rating: 0% of 0, C3
Class: org.apache.batik.bridge.SVGKernElementBridge ©, Rating: 0% of 0, C3
Class: org.apache.batik.bridge.SVGKernElementBridge ©, Rating: 0% of 0, C3
Class: org.apache.batik.bridge.SVGKernElementBridge ©, Rating: 0% of 0, C3
Class: org.apache.batik.bridge.SVGKernElementBridge ©, Rating: 0% of 0, C3
Class: org.apache.batik.bridge.SVGKernElementBridge ©, Rating: 0% of 0, C3
Class: org.apache.batik.bridge.SVGKernElementBridge ©, Rating: 0% of 0, C3
Class: org.apache.batik.bridge.SVGKernElementBridge ©, Rating: 0% of 0, C3
Class: org.apache.batik.bridge.SVGKernElementBridge ©, Rating: 0% of 0, C3
139 // Element [] / Element []
140 case OperationDesc.MSG_METHOD_ELEMENTARRAY:
141 Element [] elements = new Element [bodies.size()];
142 for (int i = 0; i < elements.length; i++) {
143 SOAPBodyElement body = (SOAPBodyElement)bodies.get(i);
Class: org.apache.axis.providers.java.MsgProvider ©, Rating: 0% of 0, C3
123 // SOAPBodyElement [] / SOAPBodyElement []
124 case OperationDesc.MSG_METHOD_BODYARRAY:
125 SOAPBodyElement [] bodyElements =
126 new SOAPBodyElement[bodies.size()];
127 bodies.toArray(bodyElements);
Class: org.apache.batik.bridge.SVGKernElementBridge ©, Rating: 0% of 0, C3
161 firstRanges[i] = (UnicodeRange)firstUnicodeRanges.elementAt(i);
162 }
163 for (int i = 0; i < secondUnicodeRanges.size(); i++) {
164 secondRanges[i] = (UnicodeRange)secondUnicodeRanges.elementAt(i);
165 }
Class: org.apache.batik.bridge.SVGKernElementBridge ©, Rating: 0% of 0, C3
158 secondGlyphs[i] = ((Integer)secondGlyphSet.elementAt(i)).intValue();
159 }
160 for (int i = 0; i < firstUnicodeRanges.size(); i++) {
161 firstRanges[i] = (UnicodeRange)firstUnicodeRanges.elementAt(i);
162 }
Class: org.apache.batik.bridge.SVGKernElementBridge ©, Rating: 0% of 0, C3
155 firstGlyphs[i] = ((Integer)firstGlyphSet.elementAt(i)).intValue();
156 }
157 for (int i = 0; i < secondGlyphSet.size(); i++) {
158 secondGlyphs[i] = ((Integer)secondGlyphSet.elementAt(i)).intValue();
159 }
Class: org.apache.batik.bridge.SVGKernElementBridge ©, Rating: 0% of 0, C3
152 UnicodeRange[] firstRanges = new UnicodeRange[firstUnicodeRanges.size()];
153 UnicodeRange[] secondRanges = new UnicodeRange[secondUnicodeRanges.size()];
154 for (int i = 0; i < firstGlyphSet.size(); i++) {
155 firstGlyphs[i] = ((Integer)firstGlyphSet.elementAt(i)).intValue();
156 }
Class: org.apache.batik.bridge.SVGKernElementBridge ©, Rating: 0% of 0, C3
151 int[] secondGlyphs = new int[secondGlyphSet.size()];
152 UnicodeRange[] firstRanges = new UnicodeRange[firstUnicodeRanges.size()];
153 UnicodeRange[] secondRanges = new UnicodeRange[secondUnicodeRanges.size()];
154 for (int i = 0; i < firstGlyphSet.size(); i++) {
155 firstGlyphs[i] = ((Integer)firstGlyphSet.elementAt(i)).intValue();
Class: org.apache.batik.bridge.SVGKernElementBridge ©, Rating: 0% of 0, C3
150 int[] firstGlyphs = new int[firstGlyphSet.size()];
151 int[] secondGlyphs = new int[secondGlyphSet.size()];
152 UnicodeRange[] firstRanges = new UnicodeRange[firstUnicodeRanges.size()];
153 UnicodeRange[] secondRanges = new UnicodeRange[secondUnicodeRanges.size()];
154 for (int i = 0; i < firstGlyphSet.size(); i++) {
Class: org.apache.batik.bridge.SVGKernElementBridge ©, Rating: 0% of 0, C3
149 // construct the arrays
150 int[] firstGlyphs = new int[firstGlyphSet.size()];
151 int[] secondGlyphs = new int[secondGlyphSet.size()];
152 UnicodeRange[] firstRanges = new UnicodeRange[firstUnicodeRanges.size()];
153 UnicodeRange[] secondRanges = new UnicodeRange[secondUnicodeRanges.size()];
Class: org.apache.batik.bridge.SVGKernElementBridge ©, Rating: 0% of 0, C3
148
149 // construct the arrays
150 int[] firstGlyphs = new int[firstGlyphSet.size()];
151 int[] secondGlyphs = new int[secondGlyphSet.size()];
152 UnicodeRange[] firstRanges = new UnicodeRange[firstUnicodeRanges.size()];