mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 16:50:52 +00:00
2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com>
o added -templateParserTypeForResourcesNamed: o added ivar _templateParserTypeCache o change +templateNamed:... call git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14736 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
25cec67d33
commit
d11da395ee
2 changed files with 62 additions and 9 deletions
|
@ -42,6 +42,7 @@
|
|||
NSMutableDictionary* _archiveCache;
|
||||
NSMutableDictionary* _apiCache;//NDFN
|
||||
NSMutableDictionary* _encodingCache;
|
||||
NSMutableDictionary* _templateParserTypeCache;//NDFN
|
||||
NSMutableDictionary* _pathCache;
|
||||
NSMutableDictionary* _urlCache;
|
||||
NSMutableDictionary* _stringsTableCache;
|
||||
|
@ -133,6 +134,8 @@
|
|||
|
||||
-(NSStringEncoding)encodingForResourcesNamed:(NSString*)aName;
|
||||
|
||||
-(GSWTemplateParserType)templateParserTypeForResourcesNamed:(NSString*)aName;//NDFN
|
||||
|
||||
-(NSDictionary*)archiveNamed:(NSString*)aName;
|
||||
-(NSDictionary*)apiNamed:(NSString*)aName;//NDFN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue