PageRenderTime 191ms queryTime 30ms sortTime 1ms getByIdsTime 34ms findMatchingLines 16ms

100+ results results for 'List<Object> repo:Autobase/fluent-nhibernate' (191 ms)

Not the results you expected?
NetworkAvailability.java http://mobicents.googlecode.com/svn/trunk/ | Java | 349 lines
                    
99    @XmlAnyElement(lax = true)
                    
100    protected List<Object> any;
                    
101    @XmlAnyAttribute
                    
155     */
                    
156    public List<Object> getAny() {
                    
157        if (any == null) {
                    
157        if (any == null) {
                    
158            any = new ArrayList<Object>();
                    
159        }
                    
217        @XmlAnyElement(lax = true)
                    
218        protected List<Object> any;
                    
219        @XmlAttribute(required = true)
                    
296         */
                    
297        public List<Object> getAny() {
                    
298            if (any == null) {
                    
                
CompilerBlob.cs git://github.com/sorear/niecza.git | C# | 275 lines
                    
117                    VarDeque it = o.mo.mro_raw_iterator.Get(v);
                    
118                    var lo = new List<object>();
                    
119                    while (Kernel.IterHasFlat(it, true))
                    
128        public static Variable DownCall(Variable list) {
                    
129            List<object> lo = new List<object>();
                    
130            VarDeque it = Builtins.start_iter(list);
                    
160        static void SerializeNam(Variable v, StringBuilder sb,
                    
161                List<object> refs) {
                    
162
                    
202            StringBuilder sb = new StringBuilder();
                    
203            List<object> refs = new List<object>();
                    
204            SerializeNam(nam, sb, refs);
                    
                
org.apache.commons.collections.iterators.IteratorChain.cs git://github.com/gadfly/nofs.git | C# | 317 lines
                    
51        /** The chain of iterators */
                    
52        protected readonly java.util.List<Object> iteratorChain = new java.util.ArrayList<Object>();
                    
53        /** The index of the current iterator */
                    
183         */
                    
184        public java.util.List<Object> getIterators()
                    
185        {
                    
                
NotificationHistoryResponse.java http://grails-google-checkout.googlecode.com/svn/trunk/ | Java | 339 lines
                    
289        })
                    
290        protected List<Object> newOrderNotificationOrOrderStateChangeNotificationOrChargeAmountNotification;
                    
291
                    
319         */
                    
320        public List<Object> getNewOrderNotificationOrOrderStateChangeNotificationOrChargeAmountNotification() {
                    
321            if (newOrderNotificationOrOrderStateChangeNotificationOrChargeAmountNotification == null) {
                    
321            if (newOrderNotificationOrOrderStateChangeNotificationOrChargeAmountNotification == null) {
                    
322                newOrderNotificationOrOrderStateChangeNotificationOrChargeAmountNotification = new ArrayList<Object>();
                    
323            }
                    
                
GenericClassProxyTestCase.cs git://github.com/castleproject/Castle.Core-READONLY.git | C# | 328 lines
                    
142		{
                    
143			GenClassWithGenMethodsConstrained<List<object>> proxy =
                    
144				generator.CreateClassProxy<GenClassWithGenMethodsConstrained<List<object>>>(logger);
                    
175			GenClassWithGenReturn<List<object>, List<object>> proxy =
                    
176				generator.CreateClassProxy<GenClassWithGenReturn<List<object>, List<object>>>(logger);
                    
177
                    
191			GenClassNameClash<List<object>, List<object>> proxy =
                    
192				generator.CreateClassProxy<GenClassNameClash<List<object>, List<object>>>(logger);
                    
193
                    
221			KeepDataInterceptor interceptor = new KeepDataInterceptor();
                    
222			GenClassWithGenMethods<List<object>> proxy = generator.CreateClassProxy<GenClassWithGenMethods<List<object>>>(interceptor);
                    
223
                    
251			GenClassWithGenReturn<List<object>, List<object>> proxy =
                    
252				generator.CreateClassProxy<GenClassWithGenReturn<List<object>, List<object>>>(interceptor);
                    
253
                    
                
AbstractLatLonBox.java http://javaapiforkml.googlecode.com/svn/trunk/ | Java | 479 lines
                    
98    @XmlSchemaType(name = "anySimpleType")
                    
99    protected List<Object> abstractLatLonBoxSimpleExtension;
                    
100    /**
                    
224     */
                    
225    public List<Object> getAbstractLatLonBoxSimpleExtension() {
                    
226        if (abstractLatLonBoxSimpleExtension == null) {
                    
226        if (abstractLatLonBoxSimpleExtension == null) {
                    
227            abstractLatLonBoxSimpleExtension = new ArrayList<Object>();
                    
228        }
                    
313     */
                    
314    public void setAbstractLatLonBoxSimpleExtension(final List<Object> abstractLatLonBoxSimpleExtension) {
                    
315        this.abstractLatLonBoxSimpleExtension = abstractLatLonBoxSimpleExtension;
                    
358    @Override
                    
359    public void setObjectSimpleExtension(final List<Object> objectSimpleExtension) {
                    
360        super.setObjectSimpleExtension(objectSimpleExtension);
                    
                
GotoTargetHandler.java git://github.com/JetBrains/intellij-community.git | Java | 376 lines
                    
114
                    
115    List<Object> allElements = new ArrayList<>(targets.length + additionalActions.size());
                    
116    Collections.addAll(allElements, targets);
                    
                
IndexAlreadyExistsException.java git://github.com/apache/hive.git | Java | 396 lines
                    
231  public int hashCode() {
                    
232    List<Object> list = new ArrayList<Object>();
                    
233
                    
                
DictProxy.cs git://github.com/IronLanguages/main.git | C# | 322 lines
                    
166
                    
167                return new List<object>(res);
                    
168            }
                    
176            get {
                    
177                List<object> res = new List<object>();
                    
178                foreach (KeyValuePair<object, object> kvp in _dt.GetMemberDictionary(DefaultContext.Default, false)) {
                    
                
ComposablePartExtensibilityTests.cs git://github.com/mono/mono.git | C# | 293 lines
                    
253
                    
254                List<object> constructorArgs = new List<object>();
                    
255
                    
                
RPProduto.java http://freedom-erp.googlecode.com/svn/trunk/ | Java | 223 lines
                    
98
                    
99	private List<Object> prefere = new ArrayList<Object>();
                    
100
                    
                
RegistryCore.cs git://github.com/aurora-sim/Aurora-Sim.git | C# | 0 lines
                    
38        /// </value>
                    
39        protected Dictionary<Type, List<object>> ModuleInterfaces = new Dictionary<Type, List<object>>();
                    
40
                    
50
                    
51            List<Object> l = null;
                    
52            if (!ModuleInterfaces.TryGetValue(typeof(T), out l))
                    
53            {
                    
54                l = new List<Object>();
                    
55                ModuleInterfaces.Add(typeof(T), l);
                    
63
                    
64        public void AddModuleInterfaces(Dictionary<Type, List<object>> dictionary)
                    
65        {
                    
148            //Flatten the array
                    
149            Dictionary<Type, List<object>> interfaces = new Dictionary<Type, List<object>>();
                    
150            foreach (KeyValuePair<Type, List<object>> kvp in ModuleInterfaces)
                    
                
ShDataExtension.java http://mobicents.googlecode.com/svn/trunk/ | Java | 208 lines
                    
205   */
                    
206  public abstract List<Object> getAny();
                    
207
                    
                
FIMPSResource.cs https://hg01.codeplex.com/fimpscmdlets | C# | 253 lines
                    
114                    {
                    
115                        List<object> listOfValues = new List<object>(resourceValue.Values.Count);
                    
116                        foreach (RmAttributeValue rmValue in resourceValue.Values)
                    
                
CustomStringDictionary.cs git://github.com/IronLanguages/main.git | C# | 456 lines
                    
114            get {
                    
115                List<object> res = new List<object>();
                    
116                lock (this) {
                    
174            get {
                    
175                List<object> res = new List<object>();
                    
176                lock (this) {
                    
325        public System.Collections.IEnumerator GetEnumerator() {
                    
326            List<object> l = new List<object>(this.Keys);
                    
327            for (int i = 0; i < l.Count; i++) {
                    
366            get {
                    
367                return new List<object>(((IDictionary<object, object>)this).Keys);
                    
368            }
                    
376            get {
                    
377                return new List<object>(((IDictionary<object, object>)this).Values);
                    
378            }
                    
                
JsonMapperToJavaTest.java http://restfb.googlecode.com/svn/trunk/ | Java | 296 lines
                    
48  public void emptyList() {
                    
49    List<Object> objects = createJsonMapper().toJavaList("[]", Object.class);
                    
50    assertTrue(objects.size() == 0);
                    
                
PortletPersistenceTest.java git://github.com/liferay/liferay-portal.git | Java | 227 lines
                    
167
                    
168		List<Object> result = _persistence.findWithDynamicQuery(dynamicQuery);
                    
169
                    
185
                    
186		List<Object> result = _persistence.findWithDynamicQuery(dynamicQuery);
                    
187
                    
                
DKSqlGenerator.java http://diffkit.googlecode.com/svn/trunk/ | Java | 335 lines
                    
134         return null;
                    
135      List<Object> values = new ArrayList<Object>(row_.size());
                    
136      List<DKDBTypeInfo> typeInfos = new ArrayList<DKDBTypeInfo>(row_.size());
                    
                
Topic.java https://hg01.codeplex.com/pservicebusext | Java | 275 lines
                    
129		validateObjectState();
                    
130		List<Object> list = new ArrayList<Object>();
                    
131		list.add(message);
                    
134
                    
135	public void  publishMany(List<Object> messages) throws TopicNotRegisteredException, ESBException, IOException, IllegalAccessException, InvocationTargetException {
                    
136		validateObjectState();
                    
144
                    
145	private void internalPublish(List<Object> messages) throws TopicNotRegisteredException, ESBException, IOException, IllegalAccessException, InvocationTargetException {
                    
146		List<Map<String, Object>> publishDicts = new ArrayList<Map<String, Object>>();
                    
236
                    
237    public static void publishMessages(List<Object> messages) throws TopicNotRegisteredException, ESBException, IOException, IllegalAccessException, InvocationTargetException {
                    
238    	Class type = messages.get(0).getClass();
                    
                
OLazyObjectList.java http://orient.googlecode.com/svn/ | Java | 236 lines
                    
35	private ORecord<?>									sourceRecord;
                    
36	private final ArrayList<Object>			list							= new ArrayList<Object>();
                    
37	private ODatabasePojoAbstract<TYPE>	database;
                    
                
HgPath.java https://bitbucket.org/mercurialeclipse/main/ | Java | 212 lines
                    
59		}
                    
60		List<Object> children = new ArrayList<Object>();
                    
61		for (File file : files) {
                    
                
DoubleDictionarys.cs git://github.com/aurora-sim/Aurora-Sim.git | C# | 0 lines
                    
36    {
                    
37        Dictionary<TKey, List<object>> Dictionary = new Dictionary<TKey, List<object>>();
                    
38
                    
43
                    
44            List<object> Values = new List<object>(2);
                    
45            Values.Add(value1);
                    
64
                    
65                List<Object> Values = new List<object>();
                    
66                Dictionary.TryGetValue(key, out Values);
                    
70            {
                    
71                List<Object> Values = new List<object>();
                    
72                if (Dictionary.ContainsKey(key))
                    
86
                    
87                List<Object> Values = new List<object>();
                    
88                Dictionary.TryGetValue(key, out Values);
                    
                
ModuleScope.cs https://IronPython.svn.codeplex.com/svn | C# | 221 lines
                    
44
                    
45        public List<object> staticData;
                    
46
                    
                
StackedBarChart.java http://ofcj.googlecode.com/svn/trunk/ | Java | 234 lines
                    
99    public Stack stack(int index) {
                    
100        return new Stack((List<Object>) getValues().get(index));
                    
101    }
                    
122    public static class Stack {
                    
123        private transient List<Object> values;
                    
124        
                    
125        public Stack() {
                    
126            values = new ArrayList<Object>();
                    
127        }
                    
128        
                    
129        Stack(List<Object> values) {
                    
130            this.values = values;
                    
153        
                    
154        List<Object> getBackingList() {
                    
155            return this.values;
                    
                
ParsedRequest.java http://dovetaildb.googlecode.com/svn/trunk/ | Java | 381 lines
                    
146//				// array
                    
147//				ArrayList<Object> array;
                    
148//				if (cur == null) {
                    
148//				if (cur == null) {
                    
149//					cur = array = new ArrayList<Object>();
                    
150//				} else if (!(cur instanceof ArrayList)) {
                    
152//				} else {
                    
153//					array = (ArrayList<Object>) cur;
                    
154//				}
                    
                
ColumnFillerAdapters.java http://cellengine.googlecode.com/svn/trunk/ | Java | 340 lines
                    
64		public ArrayList<Object> getValues(ObjectPropertyRowPanel<?> panel, Field columnType, ArrayList<?> rowDatas) {
                    
65			ArrayList<Object> ret = new ArrayList<Object>(rowDatas.size());
                    
66			try {
                    
122		public ArrayList<Object> getValues(ObjectPropertyRowPanel<?> panel, Field columnType, ArrayList<?> rowDatas) {
                    
123			ArrayList<Object> ret = new ArrayList<Object>(rowDatas.size());
                    
124			if (field_data != null) {
                    
171		public ArrayList<Object> getValues(ObjectPropertyRowPanel<?> panel, Field columnType, ArrayList<?> rowDatas) {
                    
172			ArrayList<Object> ret = new ArrayList<Object>(rowDatas.size());
                    
173			for (int i = 0; i < rowDatas.size(); i++) {
                    
209		public ArrayList<Object> getValues(ObjectPropertyRowPanel<?> panel, Field columnType, ArrayList<?> rowDatas) {
                    
210			ArrayList<Object> ret = new ArrayList<Object>(rowDatas.size());
                    
211			for (int i = 0; i < rowDatas.size(); i++) {
                    
317		@Override
                    
318		public ArrayList<Object> getValues(ObjectPropertyRowPanel<?> panel,
                    
319				Field columnType, ArrayList<?> rowDatas) {
                    
                
DBUtils.java http://fastcodingtools.googlecode.com/svn/trunk/ | Java | 447 lines
                    
73		ResultSetMetaData metadata = rs.getMetaData();
                    
74		ArrayList<Object> results = new ArrayList<Object>();
                    
75		Object object;
                    
                
DotNetObject.cs https://code.google.com/p/s-sharp/ | C# | 246 lines
                    
39
                    
40		public object Expand(IList<object> args) {
                    
41			return Expand(args, false);
                    
47		/// </summary>
                    
48		public object Expand(IList<object> args, bool isSetter) {
                    
49			if (args.Count != 1) {
                    
                
EditorComboBox.java git://github.com/JetBrains/intellij-community.git | Java | 340 lines
                    
178  public void prependItem(String item) {
                    
179    ArrayList<Object> objects = new ArrayList<>();
                    
180    objects.add(item);
                    
191  public void appendItem(String item) {
                    
192    ArrayList<Object> objects = new ArrayList<>();
                    
193
                    
                
FormResolverImpl.java http://t-2.googlecode.com/svn/trunk/ | Java | 187 lines
                    
121			Locale locale) {
                    
122		List<Object> list = null;
                    
123		if (List.class.isAssignableFrom(srcType)) {
                    
123		if (List.class.isAssignableFrom(srcType)) {
                    
124			list = (List<Object>) src;
                    
125		} else if (srcType.isArray()) {
                    
129		if (list != null) {
                    
130			List<Object> ret = new ArrayList<Object>();
                    
131			for (Object o : list) {
                    
150		if (List.class.isAssignableFrom(srcType)) {
                    
151			List<Object> list = (List) src;
                    
152			params = list.toArray(new Object[list.size()]);
                    
                
ObjectList.java http://acide-0-8-release-2010-2011.googlecode.com/svn/trunk/ | Java | 194 lines
                    
52	 */
                    
53	private ArrayList<Object> _list;
                    
54
                    
62		// Creates the list of objects
                    
63		_list = new ArrayList<Object>();
                    
64	}
                    
                
OwlsAssignItemProvider.java http://owl-composer.googlecode.com/svn/trunk/ | Java | 239 lines
                    
125				           Collection filter = new ArrayList();
                    
126				           Collection<?> results = new UniqueEList<Object>();
                    
127				           for (Object input : inputs) {
                    
167						   Collection filter = new ArrayList();
                    
168						   Collection<?> results = new UniqueEList<Object>();
                    
169						   for (Object output : outputs) {
                    
                
URLParser.cs git://github.com/sones/sones.git | C# | 441 lines
                    
181        /// <returns>The methodInfo callback and the optional parameters</returns>
                    
182        public Tuple<UrlNode, List<Object>> GetCallback(String url, String webMethod = "GET")
                    
183        {
                    
205
                    
206            return GetCallback(_RootNodes[webMethod], urlParts, new List<Object>(), url, 0);
                    
207
                    
218        /// <returns></returns>
                    
219        private Tuple<UrlNode, List<Object>> GetCallback(Dictionary<String, UrlNode> urlNodes, IEnumerable<String> urlParts, List<Object> parameters, String url, Int32 posInUrl)
                    
220        {
                    
252                    posInUrl = url.Length;
                    
253                    return new Tuple<UrlNode, List<object>>(curUrlNode, parameters);
                    
254                }
                    
290                // we have some more childs defined
                    
291                Tuple<UrlNode, List<object>> retval = null;
                    
292                var newParams = new List<Object>();
                    
                
JSHelper.java http://tatami.googlecode.com/svn/trunk/ | Java | 197 lines
                    
79	public static Collection<Object> convertJSArrayToCollection(JavaScriptObject array){
                    
80		Collection<Object> collec = new ArrayList<Object>();
                    
81		int length = getArraySize(array);
                    
                
AlternateTaxRule.java http://google-checkout-java-sdk.googlecode.com/svn/trunk/ | Java | 439 lines
                    
399        })
                    
400        protected List<Object> allTaxAreas;
                    
401
                    
428         */
                    
429        public List<Object> getAllTaxAreas() {
                    
430            if (allTaxAreas == null) {
                    
430            if (allTaxAreas == null) {
                    
431                allTaxAreas = new ArrayList<Object>();
                    
432            }
                    
                
HierarchicalTest.java http://google-gin.googlecode.com/svn/trunk/ | Java | 152 lines
                    
86  @Singleton
                    
87  public static class ModuleInitializationList extends ArrayList<Object> {}
                    
88
                    
                
Vehiculo.cs https://pis2011grupo04.svn.codeplex.com/svn | C# | 217 lines
                    
52            {
                    
53                compartments = new List<object>(),
                    
54                //originItem. NO SE ESPECIFICA EN CASO DE QUE EL VEHICULO PARTA DEL DEPOSITO COMO EN ESTE CASO.
                    
57                arrivalTime = tiempoUsoLlegada,
                    
58                timeWindows = new Dictionary<int,List<object>>(),
                    
59                maxUsage = tiempoMaxUso,
                    
73                };
                    
74            List<object> listaVentanaTiempo=new List<object>();
                    
75            listaVentanaTiempo.Add(t);
                    
                
StructSerializer.cs https://asmanalyzer.svn.codeplex.com/svn | C# | 352 lines
                    
332			{
                    
333				List<object> list = new List<object>();
                    
334				object defaultInstance = Activator.CreateInstance(elementType);
                    
                
BinderHelper.cs https://IronPython.svn.codeplex.com/svn | C# | 225 lines
                    
83                rule.Parameters[rule.ParameterCount - 1],
                    
84                typeof(IList<object>)
                    
85            );
                    
96                    ),
                    
97                    Ast.Constant(((IList<object>)paramArg).Count)
                    
98                )
                    
113                    case ArgumentKind.List:
                    
114                        IList<object> list = args[i] as IList<object>;
                    
115                        if (list == null) return null;
                    
                
StoredProceduresMain.java http://oopex.googlecode.com/svn/trunk/ | Java | 104 lines
                    
92			query.addArgument("param"); 
                    
93			List<Object> parameters = new ArrayList<Object>();
                    
94			parameters.add(Integer.valueOf(-2));
                    
                
ORecordSerializerJSON.java http://orient.googlecode.com/svn/ | Java | 356 lines
                    
180			else
                    
181				embeddedCollection = new ArrayList<Object>();
                    
182
                    
                
ModelUtils.java http://iks-project.googlecode.com/svn/ | Java | 290 lines
                    
146			info.append(':');
                    
147			Collection<Object> values = new ArrayList<Object>();
                    
148			for(Iterator<Object> valueIt = rep.get(field);valueIt.hasNext();){
                    
                
ArrayOps.cs git://github.com/IronLanguages/main.git | C# | 374 lines
                    
194        public static string __repr__(CodeContext/*!*/ context, [NotNull]Array/*!*/ self) {
                    
195            List<object> infinite = PythonOps.GetAndCheckInfinite(self);
                    
196            if (infinite == null) {
                    
363
                    
364        private static int[] TupleToIndices(Array a, IList<object> tuple) {
                    
365            int[] indices = new int[tuple.Count];
                    
                
RdfRepresentation.java http://iks-project.googlecode.com/svn/ | Java | 363 lines
                    
72		UriRef fieldUriRef = new UriRef(field);
                    
73		Collection<Object> values = new ArrayList<Object>();
                    
74		//process the parsed value with the Utility Method ->
                    
                
PersistentList.cs https://hg01.codeplex.com/mangacrawler | C# | 623 lines
                    
57
                    
58			List<object> clonedList = new List<object>(list.Count);
                    
59			foreach (object current in list)
                    
167		{
                    
168			IList deletes = new List<object>();
                    
169			IList sn = (IList) GetSnapshot();
                    
                
EnumerableExtensions.cs git://github.com/ServiceStack/ServiceStack.git | C# | 376 lines
                    
35        [MethodImpl(MethodImplOptions.AggressiveInlining)]
                    
36        public static List<object> Skip(IEnumerable items, int count)
                    
37        {
                    
39                return TypeConstants.EmptyObjectList;
                    
40            var to = new List<object>();
                    
41            int i = 0;
                    
52        [MethodImpl(MethodImplOptions.AggressiveInlining)]
                    
53        public static List<object> SplitOnFirst(IEnumerable items, out object first)
                    
54        {
                    
57                return TypeConstants.EmptyObjectList;
                    
58            var to = new List<object>();
                    
59            int i = 0;
                    
72        [MethodImpl(MethodImplOptions.AggressiveInlining)]
                    
73        public static List<object> Take(IEnumerable items, int count)
                    
74        {
                    
                
UiBinderInstanciator.java http://gwt-test-utils.googlecode.com/svn/src/framework/trunk/ | Java | 197 lines
                    
49
                    
50  private static List<Object> extractArgs(String[] argNames,
                    
51      Map<String, Object> attributes) {
                    
52
                    
53    List<Object> args = new ArrayList<Object>();
                    
54    for (String argName : argNames) {
                    
89        for (String[] argNames : registeredUiConstructors) {
                    
90          List<Object> potentialArgs = extractArgs(argNames, attributes);
                    
91          if (potentialArgs != null && matchs(uiConstructor, potentialArgs)) {
                    
157
                    
158  private static <U> U instanciate(Constructor<U> cons, List<Object> args) {
                    
159    try {
                    
180
                    
181  private static boolean matchs(Constructor<?> cons, List<Object> args) {
                    
182    Class<?>[] paramTypes = cons.getParameterTypes();
                    
                
CollectionUtil.cs http://nettopologysuite.googlecode.com/svn/trunk/ | C# | 182 lines
                    
3#if SILVERLIGHT
                    
4using ArrayList = System.Collections.Generic.List<object>;
                    
5#endif
                    
                
XmlCertificateValuesType.java http://xades4j.googlecode.com/svn/trunk/ | Java | 118 lines
                    
55    })
                    
56    protected List<Object> encapsulatedX509CertificateOrOtherCertificate;
                    
57    @XmlAttribute(name = "Id")
                    
85     */
                    
86    public List<Object> getEncapsulatedX509CertificateOrOtherCertificate() {
                    
87        if (encapsulatedX509CertificateOrOtherCertificate == null) {
                    
87        if (encapsulatedX509CertificateOrOtherCertificate == null) {
                    
88            encapsulatedX509CertificateOrOtherCertificate = new ArrayList<Object>();
                    
89        }
                    
                
ObjectType.java https://HealthVaultJavaLib.svn.codeplex.com/svn | Java | 172 lines
                    
55    @XmlAnyElement(lax = true)
                    
56    protected List<Object> content;
                    
57    @XmlAttribute(name = "Id")
                    
91     */
                    
92    public List<Object> getContent() {
                    
93        if (content == null) {
                    
93        if (content == null) {
                    
94            content = new ArrayList<Object>();
                    
95        }
                    
                
StreamCore.java git://github.com/vaclav/GPars.git | Java | 375 lines
                    
237    @Override
                    
238    public final FList<Object> map(final Closure mapClosure) {
                    
239        final StreamCore<Object> newStream = (StreamCore<Object>) createNewStream();
                    
                
OEntityKey.java https://code.google.com/p/odata4j/ | Java | 390 lines
                    
144    String[] tokens = tokens(keyString, ',');
                    
145    List<Object> values = new ArrayList<Object>(tokens.length);
                    
146    for (String token : tokens) {
                    
                
PO_Record.java https://bitbucket.org/idempiere/idempiere/ | Java | 276 lines
                    
172
                    
173		List<List<Object>> dependents = DB.getSQLArrayObjectsEx(trxName, sql, tableName, tableName, tableName);
                    
174		if (dependents != null) {
                    
174		if (dependents != null) {
                    
175			for (List<Object> row : dependents) {
                    
176				String dependentTableName = (String) row.get(0);
                    
                
java_test.py http://pyconcordion.googlecode.com/svn/trunk/ | Python | 394 lines
                    
85	if(result != null && result.getClass().isArray()){
                    
86		List<Object> list = new ArrayList<Object>();
                    
87		for(int i = 0; i < Array.getLength(result); i++){
                    
                
ElementConverter.groovy https://code.google.com/p/rivoli/ | Groovy | 107 lines
                    
85		if (element.descriptor.containerFor) {
                    
86			List<Object> children = []
                    
87
                    
                
PersonPicker.java http://silkin.googlecode.com/svn/trunk/ | Java | 394 lines
                    
25		public Individual ind;
                    
26		public ArrayList<Object> source, selections = new ArrayList<Object>();
                    
27		public boolean oneValue;
                    
37		
                    
38		public PersonPicker(ArrayList<Object> srce, String title, String fieldNam,
                    
39							boolean singleValue, KSJInternalFrame editor)  {
                    
52			
                    
53		public PersonPicker(ArrayList<Object> srce, String title, String fieldNam, int udpNum,
                    
54							boolean singleValue, KSJInternalFrame editor)  {
                    
                
ClpSerializer.java git://github.com/liferay/liferay-plugins.git | Java | 348 lines
                    
122	public static Object translateInput(List<Object> oldList) {
                    
123		List<Object> newList = new ArrayList<Object>(oldList.size());
                    
124
                    
169		else if (obj instanceof List<?>) {
                    
170			return translateInput((List<Object>)obj);
                    
171		}
                    
200	public static Object translateOutput(List<Object> oldList) {
                    
201		List<Object> newList = new ArrayList<Object>(oldList.size());
                    
202
                    
216		else if (obj instanceof List<?>) {
                    
217			return translateOutput((List<Object>)obj);
                    
218		}
                    
                
JSONExport.java https://code.google.com/p/parsets/ | Java | 256 lines
                    
80		dataset.put(METAKEY, meta);
                    
81		Map<String, List<List<Object>>> data = new LinkedHashMap<String, List<List<Object>>>();
                    
82		dataset.put("data", data);
                    
107	private static void exportTable(Map<String, List<List<Object>>> container, LocalDB db, String tableName, String key, String value) {
                    
108		List<List<Object>> data = new ArrayList<List<Object>>();
                    
109		try {
                    
121					numColumns = rs.getMetaData().getColumnCount();
                    
122					List<Object> row = new ArrayList<Object>(numColumns);
                    
123					for (int column = 1; column <= numColumns; column++) {
                    
141				}
                    
142				List<Object> row = new ArrayList<Object>(numColumns);
                    
143				for (int column = 1; column <= numColumns; column++) {
                    
                
TaskDataTreeBuilder.java https://code.google.com/p/rabbit-eclipse/ | Java | 129 lines
                    
82      IFile file = data.get(ITaskData.FILE);
                    
83      List<Object> segments = newArrayList();
                    
84
                    
                
FdfWriter.cs https://hg01.codeplex.com/comictool | C# | 346 lines
                    
124                return false;
                    
125            List<object> hist = new List<object>();
                    
126            while (true) {
                    
                
PostgresGenerator.cs git://github.com/schambers/fluentmigrator.git | C# | 321 lines
                    
179                var columnNames = new List<string>();
                    
180                var columnData = new List<object>();
                    
181                foreach (var item in row)
                    
299
                    
300        protected string GetDataList(List<object> data)
                    
301        {
                    
                
URLParser.cs git://github.com/sones/sones.git | C# | 423 lines
                    
181        /// <returns>The methodInfo callback and the optional parameters</returns>
                    
182        public Tuple<UrlNode, List<Object>> GetCallback(String url, String webMethod = "GET")
                    
183        {
                    
205
                    
206            return GetCallback(_rootNodes[webMethod], urlParts, new List<Object>(), url, 0);
                    
207
                    
218        /// <returns></returns>
                    
219        private static Tuple<UrlNode, List<Object>> GetCallback(IDictionary<string, UrlNode> urlNodes, IEnumerable<String> urlParts, List<Object> parameters, String url, Int32 posInUrl)
                    
220        {
                    
251                    parameters.Add(url.Substring(posInUrl));
                    
252                    return new Tuple<UrlNode, List<object>>(curUrlNode, parameters);
                    
253                }
                    
287                // we have some more childs defined
                    
288                Tuple<UrlNode, List<object>> retval;
                    
289                var newParams = new List<Object>();
                    
                
DefaultOutcomeFeatureExtractor.java http://cleartk.googlecode.com/svn/trunk/ | Java | 178 lines
                    
102
                    
103  public List<Feature> extractFeatures(List<Object> previousOutcomes) {
                    
104    if (previousOutcomes == null || previousOutcomes.size() == 0) {
                    
                
VersioningService.groovy http://poliwiki.googlecode.com/svn/trunk/ | Groovy | 342 lines
                    
154            if (Collection.isInstance(prop)) {
                    
155                List<Object> list = new ArrayList<Object>()
                    
156                for (Object b: prop) {
                    
289        if (version != null) {
                    
290            List<Object> revisions = (List<Object>)version.get("revisions")
                    
291            if (revisions == null) {
                    
291            if (revisions == null) {
                    
292                revisions = new ArrayList<Object>()
                    
293            }
                    
301            dbo.put("revision", obj.revision.revision)
                    
302            List<Object> revisions = (List<Object>)dbo.get("revisions")
                    
303            if (revisions == null) {
                    
315        DBObject latest= findLatestVersion(o.id,o.getClass().getName())
                    
316        List<Object> revisionNumbers= (List<Object>)latest.get("revisions")
                    
317        List<RevisionInformation> res = new ArrayList<RevisionInformation>()
                    
                
GroupedEndResultTransformer.java git://github.com/apache/lucene-solr.git | Java | 131 lines
                    
56  public void transform(Map<String, ?> result, ResponseBuilder rb, SolrDocumentSource solrDocumentSource) {
                    
57    NamedList<Object> commands = new SimpleOrderedMap<>();
                    
58    SortSpec withinGroupSortSpec = rb.getGroupingSpec().getWithinGroupSortSpec();
                    
63        TopGroups<BytesRef> topGroups = (TopGroups<BytesRef>) value;
                    
64        NamedList<Object> command = new SimpleOrderedMap<>();
                    
65        command.add("matches", rb.totalHitCount);
                    
103        QueryCommandResult queryCommandResult = (QueryCommandResult) value;
                    
104        NamedList<Object> command = new SimpleOrderedMap<>();
                    
105        command.add("matches", queryCommandResult.getMatches());
                    
                
Vehiculo.cs https://pis2011grupo04.svn.codeplex.com/svn | C# | 192 lines
                    
46
                    
47            veh.compartments = new List<object>();
                    
48            veh.compartments.Add(comp);
                    
54            veh.timeWindows = new Dictionary<int, List<object>>();
                    
55            List<object> listaTiempo = new List<object>();
                    
56            TimeWindow t = new TimeWindow()
                    
                
L2Collections.java http://l2emu.googlecode.com/svn/trunk/ | Java | 871 lines
                    
195	
                    
196	private static final class EmptyList extends EmptyCollection implements List<Object>
                    
197	{
                    
197	{
                    
198		private static final List<Object> INSTANCE = new EmptyList();
                    
199		
                    
254		@Override
                    
255		public List<Object> subList(int fromIndex, int toIndex)
                    
256		{
                    
409		@Override
                    
410		public List<Object> moveToList(List<Object> list)
                    
411		{
                    
                
RubyMarshalDummy.cs http://nekokun.googlecode.com/svn/trunk/ | C# | 556 lines
                    
13        // Fields
                    
14        private static List<object> r_objects = new List<object>();
                    
15        private static BinaryReader r_stream;
                    
195                        num2 = readint();
                    
196                        List<object> item = new List<object>((int)num2);
                    
197                        r_objects.Add(item);
                    
                
SelectionHelper.cs http://pslib.googlecode.com/svn/trunk/ | C# | 501 lines
                    
256
                    
257		static void UpdateSelectedItems(ListView lvControl, IList<object> newList)
                    
258		{
                    
259			List<object> addList = new List<object>();
                    
260			List<object> removeList = new List<object>(lvControl.SelectedItems as IList<object>);
                    
261
                    
300
                    
301				List<object> newList = new List<object>();
                    
302				List<int> newIntList = new List<int>();
                    
                
SelectionHelper.cs http://pslib.googlecode.com/svn/trunk/ | C# | 497 lines
                    
258
                    
259        static void UpdateSelectedItems(ListView lvControl, IList<object> newList)
                    
260        {
                    
261            List<object> addList = new List<object>();
                    
262            List<object> removeList = new List<object>(lvControl.SelectedItems as IList<object>);
                    
263
                    
302
                    
303                List<object> newList = new List<object>();
                    
304                List<int> newIntList = new List<int>();
                    
                
AddRemoveMembersDialog.java http://suafe.googlecode.com/svn/trunk/ | Java | 626 lines
                    
161		if (!getNonMemberList().isSelectionEmpty()) {
                    
162			List<Object> values = Arrays.asList(getNonMemberList().getSelectedValues());
                    
163
                    
                
VaWriter.java http://managarm.googlecode.com/svn/trunk/ | Java | 818 lines
                    
119	// constant arrays
                    
120	private final ArrayList<Object> cnstList = new ArrayList<Object>();
                    
121	private final ArrayList<String> stringList = new ArrayList<String>();
                    
                
ReservationImpl.java http://rapla.googlecode.com/svn/ | Java | 447 lines
                    
164            return;
                    
165        ArrayList<Object> list = null;
                    
166        for (Object key:restrictions.keySet()) {
                    
169                if (list == null)
                    
170                    list = new ArrayList<Object>();
                    
171                list.add(key);
                    
                
ExprParser.java http://reportgear.googlecode.com/svn/trunk/ | Java | 722 lines
                    
335		Token FUNCNAME1 = null;
                    
336		List<Object> e = null;
                    
337
                    
418	// $ANTLR start "args"
                    
419	// D:\\antlr\\Expr.g:70:1: args returns [List<Object> value] : (e= expr ) (
                    
420	// ',' (e= strQuoted | e= expr ) )* ;
                    
420	// ',' (e= strQuoted | e= expr ) )* ;
                    
421	public final List<Object> args() throws RecognitionException {
                    
422		List<Object> value = null;
                    
425
                    
426		value = new ArrayList<Object>();
                    
427
                    
                
Session.java http://icatproject.googlecode.com/svn/icat3_api/trunk/ | Java | 449 lines
                    
169	public void clear() throws Exception {
                    
170		List<Object> lo = this.search("Job");
                    
171		for (final Object o : lo) {
                    
218
                    
219		List<Object> lo1 = this.search("Rule");
                    
220		List<Object> lo2 = this.search("UserGroup");
                    
220		List<Object> lo2 = this.search("UserGroup");
                    
221		List<Object> lo3 = this.search("User");
                    
222		List<Object> lo4 = this.search("Group");
                    
360
                    
361	public List<Object> search(String query) throws BadParameterException_Exception,
                    
362			IcatInternalException_Exception, InsufficientPrivilegesException_Exception,
                    
                
ICAT.java http://icatproject.googlecode.com/svn/icat3_api/trunk/ | Java | 406 lines
                    
112	@WebMethod
                    
113	public List<Object> createMany(@WebParam(name = "sessionId") String sessionId,
                    
114			@WebParam(name = "beans") List<EntityBaseBean> beans)
                    
                
MacroExpander.java https://code.google.com/p/streme/ | Java | 893 lines
                    
322    Lst clauses = (Lst) pair.cdr();
                    
323    List<Object> rewrittenClauses = new ArrayList<Object>();
                    
324    Sym temp = renamer.rename(new Sym("t"));
                    
343    Lst varInitSteps = (Lst) pair.car();
                    
344    List<Object> vars = new ArrayList<Object>();
                    
345    List<Object> inits = new ArrayList<Object>();
                    
345    List<Object> inits = new ArrayList<Object>();
                    
346    List<Object> steps = new ArrayList<Object>();
                    
347    for (Object varInitStepObj : varInitSteps)
                    
446      }
                    
447      List<Object> params = new ArrayList<Object>();
                    
448      List<Object> operands = new ArrayList<Object>();
                    
469      {
                    
470        List<Object> params = new ArrayList<Object>();
                    
471        List<Object> operands = new ArrayList<Object>();
                    
                
QueryRunner.cs https://code.google.com/p/stack-exchange-data-explorer/ | C# | 731 lines
                    
49
                    
50        private static readonly Dictionary<string, Func<SqlConnection, IEnumerable<object>, List<object>>> magic_columns
                    
51            = GetMagicColumns();
                    
88
                    
89            var newRows = new List<List<object>>();
                    
90
                    
93
                    
94                List<object> foundRow;
                    
95                if (map.TryGetValue(string.Join("|||", row.Where((c, i) => i != pivotIndex)), out foundRow))
                    
                
CollectionTemplate.java git://github.com/msgpack/msgpack.git | Java | 94 lines
                    
58		if(to == null) {
                    
59			c = new LinkedList<Object>();
                    
60		} else {
                    
75		if(to == null) {
                    
76			c = new LinkedList<Object>();
                    
77		} else {
                    
                
OCommandExecutorSQLUpdate.java http://orient.googlecode.com/svn/ | Java | 439 lines
                    
162					// IN ALL OTHER CASES USE A LIST
                    
163					coll = new ArrayList<Object>();
                    
164
                    
                
GroupController.java http://swe574-g1.googlecode.com/svn/trunk/ | Java | 186 lines
                    
28	private BounGroup showGroup = new BounGroup();
                    
29	private List<Object> showMember = new ArrayList<Object>();
                    
30 
                    
173
                    
174	public List<Object> getShowMember() {
                    
175		return showMember;
                    
178
                    
179	public void setShowMember(List<Object> showMember) {
                    
180		this.showMember = showMember;
                    
                
MultiConverter.java http://xxl.googlecode.com/svn/trunk/ | Java | 123 lines
                    
96	public T read(DataInput dataInput, T object) throws IOException {
                    
97		List<Object> o = new ArrayList<Object>(converters.length);
                    
98		for (int i = 0; i < converters.length; i++)
                    
                
Story.cs https://BehaveSharp.svn.codeplex.com/svn | C# | 216 lines
                    
90        {
                    
91            List<object> fullMessageParameters = new List<object>();
                    
92            fullMessageParameters.Add(type);
                    
                
ShoppingCart.java http://google-checkout-java-sdk.googlecode.com/svn/trunk/ | Java | 332 lines
                    
229        })
                    
230        protected List<Object> allBuyerMessages;
                    
231
                    
261         */
                    
262        public List<Object> getAllBuyerMessages() {
                    
263            if (allBuyerMessages == null) {
                    
263            if (allBuyerMessages == null) {
                    
264                allBuyerMessages = new ArrayList<Object>();
                    
265            }
                    
                
Registry.java http://geoforge.googlecode.com/svn/trunk/ | Java | 218 lines
                    
164    {
                    
165        ArrayList<Object> list = new ArrayList<Object>();
                    
166
                    
                
IExtract.cs http://encog-cs.googlecode.com/svn/trunk/ | C# | 76 lines
                    
61        /// <returns>The results of the extraction as a List.</returns>
                    
62        IList<Object> ExtractList(WebPage page);
                    
63
                    
                
BankCatalog.java http://finval.googlecode.com/svn/trunk/ | Java | 500 lines
                    
314
                    
315	private List<Object> getDataFromDb()
                    
316	{
                    
316	{
                    
317		List<Object> data = new ArrayList<Object>();
                    
318		
                    
325			   BankBean bank = banks.get(i);
                    
326			   List<Object> raw = new ArrayList<Object>();
                    
327			   raw.add(bank.getBank().getId());
                    
                
PlantPestService.java http://ala-portal.googlecode.com/svn/trunk/ | Java | 119 lines
                    
110    private Collection<Object> getFacts(SensitiveTaxon st, List<SensitivityZone> zones, Date date) {
                    
111      ArrayList<Object> facts = new ArrayList<Object>();
                    
112      facts.add(st);
                    
                
DatabaseSearchTableModel.java http://pride-toolsuite.googlecode.com/svn/ | Java | 131 lines
                    
16 */
                    
17public class DatabaseSearchTableModel extends ListTableModel<List<Object>> {
                    
18    /**
                    
68    public void addData(List<Object> newData) {
                    
69        List<Object> content = new ArrayList<Object>();
                    
70        // row number
                    
81    public void setValueAt(Object aValue, int rowIndex, int columnIndex) {
                    
82        List<Object> content = contents.get(rowIndex);
                    
83        if (content != null) {
                    
92     *
                    
93     * @return List<List<Object>>  all the actual values in the table
                    
94     */
                    
123        if (DatabaseSearchEvent.Status.RESULT.equals(evt.getStatus())) {
                    
124            List<List<Object>> newData = (List<List<Object>>) evt.getResult();
                    
125            for (List<Object> data : newData) {
                    
                
ViewVolume.java http://javaapiforkml.googlecode.com/svn/trunk/ | Java | 547 lines
                    
125    @XmlSchemaType(name = "anySimpleType")
                    
126    protected List<Object> viewVolumeSimpleExtension;
                    
127    /**
                    
275     */
                    
276    public List<Object> getViewVolumeSimpleExtension() {
                    
277        if (viewVolumeSimpleExtension == null) {
                    
277        if (viewVolumeSimpleExtension == null) {
                    
278            viewVolumeSimpleExtension = new ArrayList<Object>();
                    
279        }
                    
369     */
                    
370    public void setViewVolumeSimpleExtension(final List<Object> viewVolumeSimpleExtension) {
                    
371        this.viewVolumeSimpleExtension = viewVolumeSimpleExtension;
                    
414    @Override
                    
415    public void setObjectSimpleExtension(final List<Object> objectSimpleExtension) {
                    
416        super.setObjectSimpleExtension(objectSimpleExtension);
                    
                
PackagesType.java http://mobicents.googlecode.com/svn/trunk/ | Java | 108 lines
                    
73    @XmlAnyElement(lax = true)
                    
74    protected List<Object> packageAndAny;
                    
75
                    
99     */
                    
100    public List<Object> getPackageAndAny() {
                    
101        if (packageAndAny == null) {
                    
101        if (packageAndAny == null) {
                    
102            packageAndAny = new ArrayList<Object>();
                    
103        }
                    
                
customObject.cs https://bitbucket.org/dmmd123/yeti/ | C# | 392 lines
                    
311
                    
312            List<object> dataObjects = new List<object>();
                    
313
                    
                
org.apache.commons.collections.collection.TransformedCollection.cs git://github.com/gadfly/nofs.git | C# | 129 lines
                    
107        {
                    
108            java.util.List<Object> list = new java.util.ArrayList<Object>(coll.size());
                    
109            for (java.util.Iterator<Object> it = coll.iterator(); it.hasNext(); )
                    
                
ASArrayAccess.java http://actionscripttohaxe.googlecode.com/svn/trunk/ | Java | 157 lines
                    
149	static {
                    
150		List<Object> properyList = new ArrayList<Object>(3);
                    
151		createPropertyList(ASArrayAccess.class, properyList);
                    
                
ChartSeriesScale.cs https://OpenWPFChart.svn.codeplex.com/svn | C# | 357 lines
                    
182					return longTickAnchor;
                    
183				List<object> list = Series.Cast<object>().ToList();
                    
184				if (list.Count == 0 || list.IndexOf(longTickAnchor) >= 0)
                    
239				// Check if the Start and Stop Values belonge to the Series.
                    
240				List<object> list = Series.Cast<object>().ToList();
                    
241				int start = list.IndexOf(Start), stop = list.IndexOf(Stop);
                    
251
                    
252			List<object> list = Series.Cast<object>().ToList();
                    
253			int valueIndex = list.IndexOf(value);
                    
269
                    
270			List<object> list = Series.Cast<object>().ToList();
                    
271			int start = list.IndexOf(Start), stop = list.IndexOf(Stop);
                    
290
                    
291			List<object> list = Series.Cast<object>().ToList();
                    
292			int longTickRate = LongTickRate;
                    
                
ExecutingTest.java http://jmockit.googlecode.com/svn/trunk/ | Java | 374 lines
                    
26   private final Map<MockedType, Object> finalLocalMockFields = new HashMap<MockedType, Object>(4);
                    
27   private final List<Object> injectableMocks = new ArrayList<Object>();
                    
28   private final Map<Object, Object> originalToCapturedInstance = new IdentityHashMap<Object, Object>(4);
                    
28   private final Map<Object, Object> originalToCapturedInstance = new IdentityHashMap<Object, Object>(4);
                    
29   private final List<Object> nonStrictMocks = new ArrayList<Object>();
                    
30   private final List<Object> strictMocks = new ArrayList<Object>();
                    
                
ErlangValueTest.java http://scalaris.googlecode.com/svn/trunk/ | Java | 1035 lines
                    
94
                    
95    private static List<Object> getRandomList(final Random random, final int capacity) {
                    
96        // note: we do not generate (recursive) maps -> so there won't be keys to worry about
                    
99
                    
100    private static List<Object> getRandomListRecursive(final Random random, final int capacity, final int maxDepth, final boolean mapKeyOnlyChars) {
                    
101        List<Object> currentList = null;
                    
101        List<Object> currentList = null;
                    
102        currentList = new ArrayList<Object>(capacity);
                    
103        final int curMaxDepth = maxDepth == 0 ? 0 : random.nextInt(maxDepth);
                    
380        for (int i = 0; i < 10000; ++i) {
                    
381            List<Object> currentList = null;
                    
382            try {
                    
391
                    
392    private final void testListValue(final List<Object> value) {
                    
393        final ErlangValue eVal = new ErlangValue(value);
                    
                
FieldAccessMethodReferenceProvider.java http://ibatis-plugin.googlecode.com/svn/trunk/ | Java | 342 lines
                    
107            Map<String, String> setterMethods = getAllSetterMethods(psiClass, getCanonicalText());
                    
108            List<Object> variants = new ArrayList<Object>();
                    
109            for (Map.Entry<String, String> entry : setterMethods.entrySet()) {
                    
178            Map<String, String> setterMethods = getAllGetterMethods(psiClass, getCanonicalText().replace("IntellijIdeaRulezzz ", ""));
                    
179            List<Object> variants = new ArrayList<Object>();
                    
180            for (String setterMethod : setterMethods.keySet()) {
                    
                
SimpleBeanTest.java http://simplestuff.googlecode.com/svn/trunk/ | Java | 739 lines
                    
164        Object secondBean = new Object();
                    
165        List<Object> list = new ArrayList<Object>();
                    
166
                    
                
MatchInformationGui.java http://ontobuilder.googlecode.com/svn/trunk/ | Java | 452 lines
                    
311        List<?> goodMatches = (exact != null ? SchemaMatchingsUtilities.intersectMappings(st,
                    
312            exact, _matchInformation.getMatrix()) : new ArrayList<Object>());
                    
313        List<?> allMatches = st.getMatches();
                    
                
MatchInformation.java http://ontobuilder.googlecode.com/svn/trunk/ | Java | 943 lines
                    
137    {
                    
138        originalTargetTerms = new ArrayList<Object>(targetTerms);
                    
139    }
                    
145    {
                    
146        originalCandidateTerms = new ArrayList<Object>(CandidateTerms);
                    
147    }
                    
                
Parameters.java http://ravi-project-iptest.googlecode.com/svn/trunk/ | Java | 436 lines
                    
98    if(parameterTypes.length > 0) {
                    
99      List<Object> vResult = new ArrayList<Object>();
                    
100  
                    
285  {
                    
286    List<Object> result = new ArrayList<Object>();
                    
287    
                    
                
MatrixJC.java http://groovy-matrix.googlecode.com/svn/trunk/ | Java | 1200 lines
                    
192			// Multiple 1D-coordinates
                    
193			List<Object> list = (List<Object>)address;
                    
194			ArrayList<Object> results = new ArrayList<Object>(list.size());
                    
256			// Multiple entries
                    
257			List<Object> list = (List<Object>)entry;
                    
258			// Make sure sizes match
                    
281	@SuppressWarnings("unchecked")
                    
282	private void distribute(Address address, int dimension, List<Object> values, ArrayList<Object> data) {
                    
283		if(dimension + 1 == dimensions){
                    
417	public ArrayList<Object> list(){
                    
418		ArrayList<Object> list = new ArrayList<Object>(entries());
                    
419		for(int i = 0; i < entries(); ++i){
                    
427		Iterator<Object> iterator = set.iterator();
                    
428		ArrayList<Object> result = new ArrayList<Object>(set.size());
                    
429		while(iterator.hasNext()){
                    
                
AxiomSAModel.java http://genxdm.googlecode.com/svn/trunk/ | Java | 614 lines
                    
360//            {
                    
361//                final ArrayList<Object> namespaces = new ArrayList<Object>();
                    
362//                while (it.hasNext())
                    
472//        {
                    
473//            final ArrayList<Object> attributes = new ArrayList<Object>();
                    
474//            @SuppressWarnings("unchecked")
                    
                
AxiomModel.java http://genxdm.googlecode.com/svn/trunk/ | Java | 1468 lines
                    
101            boolean hasBase = false;
                    
102            final ArrayList<Object> attributes = new ArrayList<Object>();
                    
103            @SuppressWarnings("unchecked")
                    
                
ProductRemoteServiceImpl.java http://magja.googlecode.com/svn/trunk/ | Java | 752 lines
                    
166				product.getCategories().addAll(
                    
167						getCategoriesBasicInfo((List<Object>) mpp
                    
168								.get("category_ids")));
                    
170				List<Category> categories = new ArrayList<Category>();
                    
171				for (Object obj : (List<Object>) mpp.get("category_ids")) {
                    
172					Integer id = Integer.parseInt((String) obj);
                    
201	 */
                    
202	private List<Category> getCategoriesBasicInfo(List<Object> ids)
                    
203			throws ServiceException {
                    
441
                    
442				List<Object> newProduct = new LinkedList<Object>();
                    
443				newProduct.add(product.getSku());
                    
484
                    
485				List<Object> newProduct = (LinkedList<Object>) product
                    
486						.serializeToApi();
                    
                
CategoryRemoteServiceImpl.java http://magja.googlecode.com/svn/trunk/ | Java | 694 lines
                    
306		if (category.getId() == null) {
                    
307			List<Object> newCategory = new LinkedList<Object>();
                    
308			newCategory.add(category.getParent().getId());
                    
337			// update existing category
                    
338			List<Object> newCategory = new LinkedList<Object>();
                    
339			newCategory.add(category.getId());
                    
536			throws ServiceException {
                    
537		List<Object> list = new LinkedList<Object>();
                    
538		list.add(category.getId());
                    
572
                    
573		List<Object> list = new LinkedList<Object>();
                    
574		list.add(category.getId());
                    
                
ProductAttribute.java http://magja.googlecode.com/svn/trunk/ | Java | 708 lines
                    
96		Map<String, Object> properties = getAllProperties();
                    
97		List<Object> list = new LinkedList<Object>();
                    
98
                    
                
PluginFactory.java http://andiparos.googlecode.com/svn/trunk/ | Java | 241 lines
                    
107		}
                    
108		List<Object> listTest = loader.getFilteredObject(AbstractPlugin.class);
                    
109
                    
                
RetrievePeptideTableTask.java http://pride-toolsuite.googlecode.com/svn/ | Java | 126 lines
                    
22 */
                    
23public class RetrievePeptideTableTask extends AbstractDataAccessTask<Void, Tuple<TableContentType, List<Object>>> {
                    
24    private static final Logger logger = LoggerFactory.getLogger(RetrievePeptideTableTask.class);
                    
103                        for (Comparable peptideId : ids) {
                    
104                            List<Object> content = TableDataRetriever.getPeptideTableRow(controller, identId, peptideId);
                    
105                            publish(new Tuple<TableContentType, List<Object>>(TableContentType.PEPTIDE, content));
                    
                
_______NHibernatePersister.cs http://comdivmvccontrib.googlecode.com/svn/trunk/ | C# | 434 lines
                    
298
                    
299        private IEnumerable getByHql(string alias, Type type, string query, Hint hint, IList<object> advancedParameters) {
                    
300
                    
                
EntryService.groovy http://neddick.googlecode.com/svn/trunk/ | Groovy | 535 lines
                    
68		log.debug( "called getAllNonHiddenEntriesForUser( final User user )");
                    
69		List<Object> temp = Entry.executeQuery( "select entry, link from Entry as entry, User as user, UserEntryScoreLink as link where user.userId = ? and entry not in elements(user.hiddenEntries) and link.entry = entry and link.user = user order by entry.dateCreated desc", [user.userId] );
                    
70		for( Object o : temp )
                    
99		log.debug( "called getAllNonHiddenEntriesForUser( final Channel channel, final User user )");
                    
100		List<Object> temp = Entry.executeQuery( "select entry, link from Entry as entry, User as user, UserEntryScoreLink as link, " 
                    
101												+ " ChannelEntryLink as clink where user.userId = ? and clink.entry = entry and clink.channel = ? " 
                    
121		log.debug( "called getAllNonHiddenEntriesForUser( final User user, final int maxResults, final int offset )");
                    
122		List<Object> temp = Entry.executeQuery( "select entry, link from Entry as entry, User as user, UserEntryScoreLink as link where user.userId = ? and entry not in elements(user.hiddenEntries)  and link.entry = entry and link.user = user order by entry.dateCreated desc", [user.userId], [max:maxResults, offset:offset]);
                    
123		for( Object o : temp )
                    
138		log.debug( "called getAllNonHiddenEntriesForUser( final Channel channel, final User user, final int maxResults )");
                    
139		List<Object> temp = Entry.executeQuery( "select entry, link from Entry as entry, User as user, UserEntryScoreLink as link, " 
                    
140			+ "ChannelEntryLink as clink where user.userId = ? and clink.entry = entry and clink.channel = ? " 
                    
180		log.debug( "called getAllEntries( final User user )" );
                    
181		List<Object> temp = Entry.executeQuery( "select entry, link from Entry as entry, UserEntryScoreLink as link where entry.submitter = ?  and link.entry = entry and link.user = ? order by entry.dateCreated desc", [user, user] );
                    
182		for( Object o : temp )
                    
                
Iteration.java http://sourcebox.googlecode.com/svn/trunk/ | Java | 1038 lines
                    
304         * -----------------------------------------------------
                    
305         * Collection<Object> a = toCollection(new ArrayList<Object>(), 1, 2, 3, 4, 5, 6, 3, 3, 10);
                    
306         * Iterable<Integer> b = range(2, 10, 3);
                    
                
CatExecutor.cs http://cat-language.googlecode.com/svn/trunk/ | C# | 603 lines
                    
27        INameLookup otherNames;
                    
28        List<Object> stack = new List<Object>();
                    
29
                    
                
PICTUtilities.java http://ksfl.googlecode.com/svn/trunk/main/java/KSFL/ | Java | 788 lines
                    
77		DataInputStream dis = new DataInputStream(bis);
                    
78		List<Object> objs = new Vector<Object>();
                    
79		for (Class<?> c : classes) {
                    
                
MainWindow.java http://fbdtoverilog.googlecode.com/svn/trunk/ | Java | 2604 lines
                    
158    public Stack<Object> operatorStackState = new Stack<Object>();
                    
159    public Queue<Object> totalStackQueue = new LinkedList<Object>();
                    
160    //Queue<Stack<Object>> totalStackQueue = new LinkedList<Stack<object>>();
                    
                
SummaryPage.java http://dftproject.googlecode.com/svn/trunk/ | Java | 548 lines
                    
88	private boolean updateScheduled;
                    
89	private final Queue<Object> updateQueue = new LinkedList<Object>();
                    
90	private final Runnable uiRunnable = new Runnable() {
                    
                
AbstractDAO.cs http://3rgbcom.googlecode.com/svn/trunk/ | C# | 486 lines
                    
47        /// <param name="list"></param>
                    
48        protected void Save(List<Object> list)
                    
49        {
                    
                
YtuScheduler_14.java http://ytuscheduler.googlecode.com/svn/trunk/ | Java | 1653 lines
                    
91    public static List<String> savedloginP = new ArrayList<String>();
                    
92    public static List<?> savedloginUE = new ArrayList<Object>();
                    
93    public static List<?> savedloginPE = new ArrayList<Object>();
                    
                
SlideShowAnnotationController.java http://geoforge.googlecode.com/svn/trunk/ | Java | 645 lines
                    
33    protected String state;
                    
34    protected java.util.List<Object> imageSources;
                    
35    // Concurrent task components.
                    
45        this.index = -1;
                    
46        this.imageSources = new java.util.ArrayList<Object>();
                    
47
                    
                
InstructionList.cs git://github.com/IronLanguages/main.git | C# | 1001 lines
                    
84        private readonly List<Instruction> _instructions = new List<Instruction>();
                    
85        private List<object> _objects;
                    
86
                    
117
                    
118            internal static InstructionView[] GetInstructionViews(IList<Instruction> instructions, IList<object> objects,
                    
119                Func<int, int> labelIndexer, IList<KeyValuePair<int, object>> debugCookies) {
                    
344            if (_objects == null) {
                    
345                _objects = new List<object>();
                    
346                if (_loadObjectCached == null) {
                    
                
MutableTuple.cs git://github.com/IronLanguages/main.git | C# | 1891 lines
                    
179
                    
180            List<object> res = new List<object>();
                    
181
                    
240
                    
241        private static void GetTupleValues(MutableTuple tuple, List<object> args) {
                    
242            Type[] types = tuple.GetType().GetGenericArguments();
                    
                
DDG.cs git://github.com/IronLanguages/main.git | C# | 671 lines
                    
243            if (mods != null) {
                    
244                var mems = new List<object>(mods.Length);
                    
245                foreach (var mod in mods) {
                    
                
Builtin.cs git://github.com/IronLanguages/main.git | C# | 2501 lines
                    
101            if (fromlist is string || fromlist is Extensible<string>) {
                    
102                fromlist = new List<object> { fromlist };
                    
103            }
                    
                
PythonOps.cs git://github.com/IronLanguages/main.git | C# | 4721 lines
                    
65        [ThreadStatic]
                    
66        private static List<object> InfiniteRepr;
                    
67
                    
147        [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
                    
148        public static List<object> GetReprInfinite() {
                    
149            if (InfiniteRepr == null) {
                    
149            if (InfiniteRepr == null) {
                    
150                InfiniteRepr = new List<object>();
                    
151            }
                    
179
                    
180            List<object> searchFunctions = PythonContext.GetContext(context).SearchFunctions;
                    
181            string normalized = encoding.ToLower().Replace(' ', '-');
                    
198
                    
199            List<object> searchFunctions = PythonContext.GetContext(context).SearchFunctions;
                    
200
                    
                
PythonTypeOps.cs git://github.com/IronLanguages/main.git | C# | 923 lines
                    
40        internal static PythonTuple MroToPython(IList<PythonType> types) {
                    
41            List<object> res = new List<object>(types.Count);
                    
42            foreach (PythonType dt in types) {
                    
                
ConversionBinder.cs git://github.com/IronLanguages/main.git | C# | 913 lines
                    
214                            } else {
                    
215                                res = TryToGenericInterfaceConversion(self, type, typeof(IList<object>), typeof(ListGenericWrapper<>));
                    
216                            }
                    
                
OldInstance.cs git://github.com/IronLanguages/main.git | C# | 1062 lines
                    
92
                    
93            List<object> keys = (List<object>)info.GetValue("keys", typeof(List<object>));
                    
94            List<object> values = (List<object>)info.GetValue("values", typeof(List<object>));
                    
105            info.AddValue("__class__", _class);
                    
106            List<object> keys = new List<object>();
                    
107            List<object> values = new List<object>();
                    
                
OldClass.cs git://github.com/IronLanguages/main.git | C# | 652 lines
                    
160
                    
161            List<object> keys = (List<object>)info.GetValue("keys", typeof(List<object>));
                    
162            List<object> values = (List<object>)info.GetValue("values", typeof(List<object>));
                    
177
                    
178            List<object> keys = new List<object>();
                    
179            List<object> values = new List<object>();
                    
                
List.cs git://github.com/IronLanguages/main.git | C# | 1671 lines
                    
44    [DebuggerTypeProxy(typeof(ObjectCollectionDebugProxy)), DebuggerDisplay("list, {Count} items")]
                    
45    public class List : IList, ICodeFormattable, IList<object>, IReversible, IStructuralEquatable, IStructuralComparable
                    
46#if CLR2
                    
                
PythonContext.cs git://github.com/IronLanguages/main.git | C# | 4294 lines
                    
102        private Dictionary<string, object> _errorHandlers;
                    
103        private List<object> _searchFunctions;
                    
104        private Dictionary<object, object> _moduleState;
                    
                
PythonTuple.cs git://github.com/IronLanguages/main.git | C# | 734 lines
                    
51    [PythonType("tuple"), Serializable, DebuggerTypeProxy(typeof(CollectionDebugProxy)), DebuggerDisplay("tuple, {Count} items")]
                    
52    public class PythonTuple : ICollection, IEnumerable, IEnumerable<object>, IList, IList<object>, ICodeFormattable, IExpressionSerializable,
                    
53#if CLR2
                    
174
                    
175                List<object> l = new List<object>();
                    
176                IEnumerator i = PythonOps.GetEnumerator(o);
                    
359
                    
360        #region IList<object> Members
                    
361
                    
369
                    
370        void IList<object>.Insert(int index, object item) {
                    
371            throw new InvalidOperationException("Tuple is readonly");
                    
373
                    
374        void IList<object>.RemoveAt(int index) {
                    
375            throw new InvalidOperationException("Tuple is readonly");
                    
                
Indexable.cs git://github.com/IronLanguages/main.git | C# | 663 lines
                    
217    public class IndexableList : IList {
                    
218        List<object> myList = new List<object>();
                    
219
                    
                
BinderTest.cs git://github.com/IronLanguages/main.git | C# | 973 lines
                    
177        public void M600(Dictionary<object, object> arg) { Flag.Value = 600; }
                    
178        public void M601(List<object> arg) { Flag.Value = 601; }
                    
179#endif
                    
                
CFuncPtrType.cs git://github.com/IronLanguages/main.git | C# | 381 lines
                    
53            private DynamicMethod _reverseDelegate;         // reverse delegates are lazily computed the 1st time a callable is turned into a func ptr
                    
54            private List<object> _reverseDelegateConstants;
                    
55            private Type _reverseDelegateType;
                    
145
                    
146            MarshalCleanup INativeType.EmitMarshalling(ILGenerator/*!*/ method, LocalOrArg argIndex, List<object>/*!*/ constantPool, int constantPoolArgument) {
                    
147                Type argumentType = argIndex.Type;
                    
163
                    
164            void INativeType.EmitReverseMarshalling(ILGenerator method, LocalOrArg value, List<object> constantPool, int constantPoolArgument) {
                    
165                value.Emit(method);
                    
222
                    
223                List<object> constantPool = new List<object>();
                    
224                constantPool.Add(null); // 1st item is the target object, will be put in later.
                    
                
CFuncPtr.cs git://github.com/IronLanguages/main.git | C# | 966 lines
                    
55            private object _errcheck, _restype = _noResType;
                    
56            private IList<object> _argtypes;
                    
57            private int _id;
                    
232                    if (value != null) {
                    
233                        IList<object> argValues = value as IList<object>;
                    
234                        if (argValues == null) {
                    
                
array.cs git://github.com/IronLanguages/main.git | C# | 1324 lines
                    
45        [PythonType]
                    
46        public class array : IPythonArray, IEnumerable, IWeakReferenceable, ICollection, ICodeFormattable, IList<object>, IStructuralEquatable
                    
47#if CLR2
                    
242
                    
243                List<object> items = new List<object>();
                    
244                while (ie.MoveNext()) {
                    
                
re.cs git://github.com/IronLanguages/main.git | C# | 1316 lines
                    
150                    int k = 0;
                    
151                    List<object> tpl = new List<object>();
                    
152                    foreach (Group g in mc[i].Groups) {
                    
                
IListOps.cs git://github.com/IronLanguages/main.git | C# | 2080 lines
                    
111            RubyArray array;
                    
112            List<object> listOfObject;
                    
113            ICollection<object> collection;
                    
115                array.InsertRange(index, items, start, count);
                    
116            } else if ((listOfObject = list as List<object>) != null && ((collection = items as ICollection<object>) != null) && start == 0 && count == collection.Count) {
                    
117                listOfObject.InsertRange(index, collection);
                    
132
                    
133            List<object> list;
                    
134            RubyArray array;
                    
136                array.RemoveRange(index, count);
                    
137            } else if ((list = collection as List<object>) != null) {
                    
138                list.RemoveRange(index, count);
                    
                
RubyArray.cs git://github.com/IronLanguages/main.git | C# | 704 lines
                    
34    [DebuggerDisplay("{GetDebugView()}")]
                    
35    public partial class RubyArray : IList<object>, IList, IRubyObjectState, IDuplicable {
                    
36        private object[]/*!*/ _content;
                    
                
classes.rb git://github.com/IronLanguages/main.git | Ruby | 1550 lines
                    
299    public string IListOfIntArg(IList<int> arg) { Tracker.Add(arg); return "IListOfIntArg";} 
                    
300    public string IListOfObjArg(IList<object> arg) { Tracker.Add(arg); return "IListOfObjArg";} 
                    
301    public string ArrayArg(Array arg) { Tracker.Add(arg); return "ArrayArg";} 
                    
                
InterpreterTests.cs git://github.com/IronLanguages/main.git | C# | 1211 lines
                    
39        [ThreadStatic]
                    
40        public static List<object> _trace = new List<object>();
                    
41
                    
                
Navigation.xaml.cs http://yet-another-music-application.googlecode.com/svn/trunk/ | C# | 0 lines
                    
58		/// </summary>
                    
59		public List<object> AddToPlaylistQueue { get; set; }
                    
60
                    
318
                    
319			AddToPlaylistQueue = new List<object>();
                    
320		}
                    
448			{
                    
449				List<object> addQueue = AddToPlaylistQueue;
                    
450				PlaylistManager.CreatePlaylist(e.NewText);
                    
                
PlaylistManager.cs http://yet-another-music-application.googlecode.com/svn/trunk/ | C# | 791 lines
                    
99		/// <param name="pos">The position to insert the track at (-1 means at the end)</param>
                    
100		public static void AddToPlaylist(List<object> tracks, String playlistName, int pos = -1)
                    
101		{
                    
                
DialogManager.java http://magicwars.googlecode.com/svn/trunk/ | Java | 606 lines
                    
434    
                    
435    public void showChooseDialog(ArrayList<Object> objectList) {
                    
436    	showChooseDialog(objectList, null);
                    
438
                    
439    public void showChooseDialog(ArrayList<Object> objectList, String title) {
                    
440
                    
                
GameManager.java http://magicwars.googlecode.com/svn/trunk/ | Java | 661 lines
                    
153    public void askChooseSpecificAbilityToPlay(ArrayList<SpellBean> sp) {
                    
154    	ArrayList<Object> params = new ArrayList<Object>();
                    
155    	params.addAll(sp);
                    
202    public void askChooseValue(ArrayList<Serializable> values, String title) {
                    
203    	ArrayList<Object> params = new ArrayList<Object>();
                    
204    	params.addAll(values);
                    
                
CardBean.java http://magicwars.googlecode.com/svn/trunk/ | Java | 764 lines
                    
118        aspects = new HashMap<String, List<Serializable>>();
                    
119        for (Entry<String, List<Object>> aspect : card.getAspects().entrySet()) {
                    
120        	if (mw.server.constant.Constant.copiedAspects.contains(aspect.getKey())) {
                    
                
Card.java http://magicwars.googlecode.com/svn/trunk/ | Java | 1671 lines
                    
42	private ArrayList<String> keyword = new ArrayList<String>();
                    
43	private Map<String, List<Object>> aspects = new HashMap<String, List<Object>>();
                    
44	private ArrayList<Card> attached = new ArrayList<Card>();
                    
                
PluginManager.cs git://github.com/sones/sones.git | C# | 580 lines
                    
54        /// </summary>
                    
55        private readonly Dictionary<Type, Tuple<ActivatorInfo, List<Object>>> _inheritTypeAndInstance;
                    
56
                    
104
                    
105            _inheritTypeAndInstance = new Dictionary<Type, Tuple<ActivatorInfo, List<object>>>();
                    
106        }
                    
138            _inheritTypeAndInstance.Add(typeof (T1),
                    
139                                        new Tuple<ActivatorInfo, List<object>>(activatorInfo, new List<object>()));
                    
140
                    
262                {
                    
263                    IEnumerable<KeyValuePair<Type, Tuple<ActivatorInfo, List<object>>>> matchings =
                    
264                        _inheritTypeAndInstance.Where(kv => Assembly.GetAssembly(kv.Key).GetName().Name == assembly.Name);
                    
365            
                    
366            IEnumerable<KeyValuePair<Type, Tuple<ActivatorInfo, List<object>>>> validBaseTypes =
                    
367                _inheritTypeAndInstance.Where(kv => 
                    
                
CollectionUtils.cs git://github.com/sones/sones.git | C# | 614 lines
                    
401        // Activator.CreateInstance throws AmbiguousMatchException. Manually invoke constructor
                    
402        Func<Type, IList<object>, object> instanceCreator = (t, a) =>
                    
403        {
                    
428        // Activator.CreateInstance throws AmbiguousMatchException. Manually invoke constructor
                    
429        Func<Type, IList<object>, object> instanceCreator = (t, a) =>
                    
430        {
                    
                
JsonSerializerInternalWriter.cs git://github.com/sones/sones.git | C# | 506 lines
                    
41    private JsonSerializerProxy _internalSerializer;
                    
42    private List<object> _serializeStack;
                    
43
                    
43
                    
44    private List<object> SerializeStack
                    
45    {
                    
48        if (_serializeStack == null)
                    
49          _serializeStack = new List<object>();
                    
50
                    
                
GridCutter.java http://alageospatialportal.googlecode.com/svn/trunk/ | Java | 718 lines
                    
33    public static ArrayList<Object> loadCutGridsForAloc(File[] files, String extentsFilename, int pieces, AnalysisJob job) {
                    
34        ArrayList<Object> data = new ArrayList<Object>();
                    
35
                    
                
Aloc.java http://alageospatialportal.googlecode.com/svn/trunk/ | Java | 822 lines
                    
50     */
                    
51    public static int[] runGowerMetricThreadedMemory(ArrayList<Object> data_pieces, int nNoOfGroups, int nCols, int pieces, Layer[] layers, AnalysisJob job, int threadcount, int[] iterationCount) {
                    
52
                    
                
FreeMapMainScreen.xaml.cs git://github.com/meirtsvi/WazeWP7.git | C# | 0 lines
                    
67
                    
68        private List<object> m_menuItems = new List<object>();
                    
69        private List<object> m_contextMenuItems;
                    
69        private List<object> m_contextMenuItems;
                    
70        private List<object> m_MiniMenuItems;
                    
71        private static int c_on_key_down;
                    
                
JSONArray.java git://github.com/douglascrockford/JSON-java.git | Java | 1521 lines
                    
88     */
                    
89    private final ArrayList<Object> myArrayList;
                    
90
                    
94    public JSONArray() {
                    
95        this.myArrayList = new ArrayList<Object>();
                    
96    }
                    
172        if (collection == null) {
                    
173            this.myArrayList = new ArrayList<Object>();
                    
174        } else {
                    
174        } else {
                    
175            this.myArrayList = new ArrayList<Object>(collection.size());
                    
176        	for (Object o: collection){
                    
                
CollectionSerializerGenericTests.cs git://github.com/mongodb/mongo-csharp-driver.git | C# | 543 lines
                    
38        {
                    
39            public List<object> L { get; set; }
                    
40            public ICollection<object> IC { get; set; }
                    
41            public IEnumerable<object> IE { get; set; }
                    
42            public IList<object> IL { get; set; }
                    
43            public Queue<object> Q { get; set; }
                    
45            public HashSet<object> H { get; set; }
                    
46            public LinkedList<object> LL { get; set; }
                    
47        }
                    
71        {
                    
72            var list = new List<object>();
                    
73            var obj = new T { L = list, IC = list, IE = list, IL = list, Q = new Queue<object>(list), S = new Stack<object>(list), H = new HashSet<object>(list), LL = new LinkedList<object>(list) };
                    
80            var rehydrated = BsonSerializer.Deserialize<T>(bson);
                    
81            Assert.IsInstanceOf<List<object>>(rehydrated.L);
                    
82            Assert.IsInstanceOf<Queue<object>>(rehydrated.Q);
                    
                
TrivialDOM.java https://code.google.com/p/ingatan/ | Java | 609 lines
                    
38		private Hashtable<String,String> nodeAttr;
                    
39		private ArrayList<Object> children;
                    
40		
                    
44			nodeAttr=new Hashtable<String,String>();
                    
45			children=new ArrayList<Object>();
                    
46		}
                    
                
StringExtensions.cs https://code.google.com/p/dataobjectsdotnet/ | C# | 0 lines
                    
61      
                    
62      var arguments = new List<object>();
                    
63      string rewrittenFormat = formatWithRegex.Replace(format, m => {
                    
                
MapperGeneralTests.cs https://code.google.com/p/dataobjectsdotnet/ | C# | 0 lines
                    
206      }
                    
207      var transformedList = (List<object>) mapper.Transform(source);
                    
208      var target = transformedList.Cast<AuthorDto>().ToList();
                    
227      }
                    
228      var transformedList = (List<object>) mapper.Transform(source);
                    
229      var original = transformedList.Cast<AuthorDto>().ToList();
                    
255      var source = new List<Person> {GetSourcePerson(1), GetSourcePerson(2)};
                    
256      var original = (List<object>) mapper.Transform(source);
                    
257      var modified = new PersonDto {BirthDate = DateTime.Now, Id = 3};
                    
304      var source = GetSourceCreatures();
                    
305      var target = ((List<object>) mapper.Transform(source)).Cast<CreatureDto>().ToList();
                    
306      Assert.AreEqual(source.Count, target.Count);
                    
                
MapperHandlingCollectionTests.cs https://code.google.com/p/dataobjectsdotnet/ | C# | 0 lines
                    
98
                    
99      var target = (List<object>) mapper.Transform(source);
                    
100      Assert.AreEqual(source.Count, target.Count);
                    
123      var source = GetSourcePersonStructure(out person, out intItem, out stringItem, out structureItem);
                    
124      var original = (List<object>) mapper.Transform(source);
                    
125      var modified = Clone(original);
                    
276
                    
277    private static List<object> GetSourcePersonStructure(out Person person, out int intItem,
                    
278      out string stringItem, out Structure structureItem)
                    
279    {
                    
280      var source = new List<object>();
                    
281      person = new Person {BirthDate = DateTime.Now, FirstName = "Name"};
                    
                
QueryDumper.cs https://code.google.com/p/dataobjectsdotnet/ | C# | 0 lines
                    
38
                    
39      var listOfElements = new List<object>();
                    
40      foreach (var o in query)
                    
201
                    
202    private void CreateNodeTree(List<object> values, ref XmlDocument document, string rootElement, XmlNode parentElement)
                    
203    {
                    
304          var enumerable = (IEnumerable) property.GetValue(value, property.GetIndexParameters());
                    
305          var list = new List<object>();
                    
306          foreach (var o in enumerable)
                    
                
DefaultEventStrategy.java http://mobicents.googlecode.com/svn/trunk/ | Java | 597 lines
                    
177        // Event??????????????Map
                    
178        Map<Event, List<Object>> handlers = new HashMap<Event, List<Object>>();
                    
179        for(SipHandlerFactory hfactory:this.sipHandlerFactories) {
                    
186                    }
                    
187                    List<Object> list = handlers.get(evt);
                    
188                    if(list == null) {
                    
188                    if(list == null) {
                    
189                        list = new LinkedList<Object>();
                    
190                    }
                    
198            // ?????????????????????
                    
199            List<Object> handlerList = handlers.get(evt);
                    
200            if(handlerList != null) {
                    
                
CivicAddress.java http://mobicents.googlecode.com/svn/trunk/ | Java | 1000 lines
                    
202    @XmlAnyElement(lax = true)
                    
203    protected List<Object> any;
                    
204    @XmlAnyAttribute
                    
                
Extensiontypes.java http://mobicents.googlecode.com/svn/trunk/ | Java | 650 lines
                    
136    @XmlAnyElement(lax = true)
                    
137    protected List<Object> any;
                    
138
                    
                
 

Source

Language