Lines Matching refs:forKey
61 + (id)dictionaryWithObject:(id)object forKey:(id)key;
74 - (void)setObject:(id)anObject forKey:(id)aKey;
107 dict = [NSDictionary dictionaryWithObject:arr forKey:str];
123 o = [NSDictionary dictionaryWithObject:[NSDictionary dictionary] forKey:@"key"];
127 [mdict setObject:@"value" forKey:@"key"];
129 [mdict setObject:[dict objectForKey:@"key2"] forKey:@"key"];
130 [mdict setObject:[dict objectForKey:@"key2"] forKey:
143 ] forKey:@"key"];
144 [mdict setObject:@"value" forKey:[dict objectForKey:
151 [mdict setObject:@"val" forKey:[dict objectForKey:@"key2"]];
152 …[mdict setObject:[dict objectForKey:@"key1"] forKey:[dict objectForKey:[NSArray arrayWithObject:@"…
171 dict = [NSDictionary dictionaryWithObject:str forKey:globStr];
172 dict = [NSDictionary dictionaryWithObject:globStr forKey:str];