Home
last modified time | relevance | path

Searched refs:TemplateCache (Results 1 – 25 of 55) sorted by relevance

123

/dports/textproc/google-ctemplate/ctemplate-ctemplate-2.4/src/
H A Dtemplate_cache.cc84 class TemplateCache::RefcountedTemplate {
137 class TemplateCache::RefTplPtrHash {
170 struct TemplateCache::CachedTemplate {
197 TemplateCache::TemplateCache() in TemplateCache() function in ctemplate::TemplateCache
206 TemplateCache::~TemplateCache() { in ~TemplateCache()
275 TemplateCache::RefcountedTemplate* TemplateCache::GetTemplateLocked( in GetTemplateLocked()
408 bool TemplateCache::ExpandNoLoad( in ExpandNoLoad()
603 void TemplateCache::ClearCache() { in ClearCache()
686 void TemplateCache::Freeze() { in Freeze()
708 TemplateCache* TemplateCache::Clone() const { in Clone()
[all …]
H A Dtemplate.cc949 const TemplateCache *) const { in Expand()
1067 const TemplateCache *) const { in Expand()
1229 const TemplateCache *cache) const { in ExpandOnce()
1233 TemplateCache* cache_ptr = const_cast<TemplateCache*>(cache); in ExpandOnce()
1377 const TemplateCache *cache) const;
1427 const TemplateCache* cache) const { in ExpandOnce()
1464 const TemplateCache *cache) const { in Expand()
2100 g_default_template_cache = new TemplateCache(); in CreateTemplateCache()
2103 const TemplateCache* default_template_cache() { in default_template_cache()
2108 TemplateCache* mutable_default_template_cache() { in mutable_default_template_cache()
[all …]
/dports/devel/poco/poco-1.10.1-all/JSON/include/Poco/JSON/
H A DTemplateCache.h34 class JSON_API TemplateCache
42 TemplateCache();
48 virtual ~TemplateCache();
64 static TemplateCache* instance();
74 static TemplateCache* _pInstance;
84 inline void TemplateCache::addPath(const Path& path) in addPath()
90 inline TemplateCache* TemplateCache::instance() in instance()
96 inline void TemplateCache::setLogger(Logger& logger) in setLogger()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DTemplateCache.cpp37 static TemplateCache* instance = NULL;
39 TemplateCache::TemplateCache() in TemplateCache() function in Rocket::Core::TemplateCache
45 TemplateCache::~TemplateCache() in ~TemplateCache()
55 bool TemplateCache::Initialise() in Initialise()
57 new TemplateCache(); in Initialise()
62 void TemplateCache::Shutdown() in Shutdown()
67 Template* TemplateCache::LoadTemplate(const String& name) in LoadTemplate()
107 Template* TemplateCache::GetTemplate(const String& name) in GetTemplate()
117 void TemplateCache::Clear() in Clear()
H A DTemplateCache.h44 class TemplateCache
60 TemplateCache();
61 ~TemplateCache();
H A DCore.cpp106 TemplateCache::Initialise(); in Initialise()
129 TemplateCache::Shutdown(); in Shutdown()
/dports/devel/poco/poco-1.10.1-all/JSON/src/
H A DTemplateCache.cpp23 TemplateCache* TemplateCache::_pInstance = 0;
26 TemplateCache::TemplateCache(): _pLogger(0) in TemplateCache() function in Poco::JSON::TemplateCache
32 TemplateCache::~TemplateCache() in ~TemplateCache()
38 void TemplateCache::setup() in setup()
45 Template::Ptr TemplateCache::getTemplate(const Path& path) in getTemplate()
129 Path TemplateCache::resolvePath(const Path& path) const in resolvePath()
/dports/textproc/google-ctemplate/ctemplate-ctemplate-2.4/src/tests/
H A Dtemplate_cache_test.cc88 TemplateCache cache1; in TestGetTemplate()
108 TemplateCache cache2; in TestGetTemplate()
123 TemplateCache cache1; in TestLoadTemplate()
141 TemplateCache cache1; in TestStringGetTemplate()
148 TemplateCache cache2; in TestStringGetTemplate()
174 TemplateCache cache; in TestStringToTemplateCacheWithStrip()
193 TemplateCache cache; in TestExpandNoLoad()
262 TemplateCache cache1; in TestTemplateSearchPath()
300 TemplateCache cache2; in TestTemplateSearchPath()
324 TemplateCache cache1; in TestDelete()
[all …]
H A Dtemplate_test_util.h60 class TemplateCache; variable
111 void AssertExpandWithCacheIs(TemplateCache* cache,
236 TemplateCachePeer(TemplateCache* cache) in TemplateCachePeer()
239 struct TemplateCacheKey : public TemplateCache::TemplateCacheKey {
246 TemplateCache::TemplateMap* parsed_template_cache() { in parsed_template_cache()
274 TemplateCache* cache_; // Not owned.
/dports/textproc/google-ctemplate/ctemplate-ctemplate-2.4/src/windows/ctemplate/
H A Dtemplate_cache.h71 class CTEMPLATE_DLL_DECL TemplateCache {
73 TemplateCache();
74 ~TemplateCache();
268 TemplateCache* Clone() const;
371 TemplateCache(const TemplateCache&);
372 void operator=(const TemplateCache &);
H A Dtemplate.h82 extern CTEMPLATE_DLL_DECL const TemplateCache* default_template_cache();
83 extern CTEMPLATE_DLL_DECL TemplateCache* mutable_default_template_cache();
305 TemplateCache::LAZY_RELOAD); in ReloadAllIfChanged()
346 Template(const TemplateString& filename, Strip strip, TemplateCache* owner);
396 TemplateCache* template_cache_;
448 friend class TemplateCache;
455 const TemplateCache* cache) const;
461 const TemplateCache* cache) const;
/dports/graphics/yacreader/yacreader-9.8.2/third_party/QtWebApp/templateengine/
H A Dtemplatecache.h44 class DECLSPEC TemplateCache : public TemplateLoader {
46 Q_DISABLE_COPY(TemplateCache)
59 TemplateCache(const QSettings* settings, QObject* parent=nullptr);
H A Dtemplatecache.cpp8 TemplateCache::TemplateCache(const QSettings* settings, QObject* parent) in TemplateCache() function in TemplateCache
16 QString TemplateCache::tryFile(const QString localizedName) in tryFile()
/dports/devel/stack/stack-2.7.3/_cabal_deps/mustache-2.3.1/src/Text/Mustache/
H A DCompile.hs14 ( automaticCompile, localAutomaticCompile, TemplateCache, compileTemplateWithCache
65 -> TemplateCache
96 cacheFromList :: [Template] -> TemplateCache
125 flattenPartials :: TemplateCache -> TemplateCache
H A DTypes.hs18 , TemplateCache
109 askPartials :: SubM TemplateCache
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/lit-html/package/lib/
H A Dtemplate-factory.d.ts52 export interface TemplateCache {
56 export declare const templateCaches: Map<string, TemplateCache>;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/lit-html/package/ts3.4/lib/
H A Dtemplate-factory.d.ts52 export interface TemplateCache {
56 export declare const templateCaches: Map<string, TemplateCache>;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/lit-html/package/src/lib/
H A Dtemplate-factory.ts87 export interface TemplateCache { interface
92 export const templateCaches = new Map<string, TemplateCache>();
/dports/devel/stack/stack-2.7.3/_cabal_deps/mustache-2.3.1/src/Text/Mustache/Internal/
H A DTypes.hs47 …xt Value, TemplateCache) ([SubstitutionError], [Text]) () a } deriving (Monad, Functor, Applicati… function
49 runSubM :: SubM a -> Context Value -> TemplateCache -> ([SubstitutionError], [Text])
334 type TemplateCache = HM.HashMap String Template type
345 , partials :: TemplateCache
348 instance Lift TemplateCache where
/dports/textproc/google-ctemplate/ctemplate-ctemplate-2.4/src/ctemplate/
H A Dtemplate.h.in71 // the TemplateCache object.
74 // to create your own TemplateCache object, and work directly with
77 extern @ac_windows_dllexport@ const TemplateCache* default_template_cache();
220 // using your own TemplateCache (which supports richer operations
276 // the default TemplateCache; see template_cache.h for what these do.
300 TemplateCache::LAZY_RELOAD);
305 // TemplateCache. We'd really like you to move from these to one
391 TemplateCache* template_cache_;
443 friend class TemplateCache;
450 const TemplateCache* cache) const;
[all …]
H A Dtemplate_cache.h.in61 class @ac_windows_dllexport@ TemplateCache {
63 TemplateCache();
64 ~TemplateCache();
253 // The caller is responsible for deallocating the returned TemplateCache.
255 // a TemplateCache instance local to the method, but we
258 TemplateCache* Clone() const;
361 TemplateCache(const TemplateCache&);
362 void operator=(const TemplateCache &);
/dports/devel/p5-Class-MakeMethods/Class-MakeMethods-1.01/MakeMethods/
H A DTemplate.pm17 use vars qw( %TemplateCache );
25 if (exists $TemplateCache{"$class\::$name"}) {
26 return $TemplateCache{"$class\::$name"};
34 $TemplateCache{"$class\::$name"} = $def;
/dports/graphics/yacreader/yacreader-9.8.2/YACReaderLibrary/server/
H A Dstartup.cpp33 using stefanfrings::TemplateCache;
59 Static::templateLoader = new TemplateCache(templateSettings, app); in start()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_templatecache.cpp28 XFA_Element::TemplateCache, in CXFA_TemplateCache()
/dports/devel/poco/poco-1.10.1-all/JSON/
H A DMakefile13 JSONException Template TemplateCache pdjson

123