Home
last modified time | relevance | path

Searched refs:_template (Results 1 – 25 of 1244) sorted by relevance

12345678910>>...50

/dports/www/piwigo/piwigo/include/smarty/libs/sysplugins/
H A Dsmarty_template_compiled.php46 $_template->source->handler->populateCompiledFilepath($compiled, $_template);
93 $_basename = $_template->source->handler->getBasename($_template->source);
119 if ($_template->source->handler->recompiled || !$_template->compiled->exists ||
120 $_template->smarty->force_compile || ($_template->smarty->compile_check &&
155 $_template->smarty->ext->_subTemplate->registerSubTemplates($_template);
173 $_template->smarty->ext->_hhvm->includeHhvm($_template, $_template->compiled->filepath);
190 $_template->smarty->_debug->start_render($_template);
203 …if (isset($_template->parent) && $_template->parent->_objType == 2 && !empty($_template->tpl_funct…
204 …$_template->parent->tpl_function = array_merge($_template->parent->tpl_function, $_template->tpl_f…
207 $_template->smarty->_debug->end_render($_template);
[all …]
H A Dsmarty_template_cached.php98 $_template->cached = new Smarty_Template_Cached($_template);
99 $_template->cached->handler->populate($_template->cached, $_template);
102 … $_template->caching == Smarty::CACHING_LIFETIME_SAVED) || $_template->source->handler->recompiled
106 return $_template->cached;
121 $_template->smarty->_debug->start_cache($_template);
128 $_template->smarty->_debug->end_cache($_template);
132 … $_template->smarty->ext->_updateCache->updateCache($this, $_template, $no_output_filter);
156 … $_template->cache_lifetime >= 0 && time() > ($this->timestamp + $_template->cache_lifetime)
179 $_template->smarty->_debug->start_cache($_template);
187 $_template->smarty->_debug->end_cache($_template);
[all …]
H A Dsmarty_internal_runtime_updatecache.php17 * @param Smarty_Internal_Template $_template
68 … $content = $_template->smarty->ext->_filterHandler->runFilter('output', $content, $_template);
87 $_template->source->render($_template);
91 $_template->loadCompiled();
93 $_template->compiled->render($_template);
96 $_template->smarty->_debug->start_cache($_template);
101 if (isset($_template->parent) && $_template->parent->_objType == 2) {
102 $_template->compiled->unifunc = $_template->parent->compiled->unifunc;
105 $_template->cached->process($_template, true);
110 $_template->smarty->_debug->end_cache($_template);
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_template_cached.php105 $_template->cached = new Smarty_Template_Cached($_template);
106 $_template->cached->handler->populate($_template->cached, $_template);
109 … $_template->caching == Smarty::CACHING_LIFETIME_SAVED) || $_template->source->handler->recompiled
113 return $_template->cached;
131 $_template->smarty->_debug->start_cache($_template);
138 $_template->smarty->_debug->end_cache($_template);
142 … $_template->smarty->ext->_updateCache->updateCache($this, $_template, $no_output_filter);
166 … $_template->cache_lifetime >= 0 && time() > ($this->timestamp + $_template->cache_lifetime)
189 $_template->smarty->_debug->start_cache($_template);
197 $_template->smarty->_debug->end_cache($_template);
[all …]
H A Dsmarty_internal_runtime_updatecache.php17 * @param Smarty_Internal_Template $_template
68 … $content = $_template->smarty->ext->_filterHandler->runFilter('output', $content, $_template);
86 if (!isset($_template->compiled)) {
87 $_template->loadCompiled();
89 $_template->compiled->render($_template);
91 $_template->smarty->_debug->start_cache($_template);
96 if ($_template->_isSubTpl()) {
97 $_template->compiled->unifunc = $_template->parent->compiled->unifunc;
100 $_template->cached->process($_template, true);
105 $_template->smarty->_debug->end_cache($_template);
[all …]
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_template_cached.php93 $this->source = $_template->source;
107 $_template->cached = new Smarty_Template_Cached($_template);
108 $_template->cached->handler->populate($_template->cached, $_template);
110 if (!$_template->caching || $_template->source->handler->recompiled
114 return $_template->cached;
132 $_template->smarty->_debug->start_cache($_template);
139 $_template->smarty->_debug->end_cache($_template);
143 … $_template->smarty->ext->_updateCache->updateCache($this, $_template, $no_output_filter);
190 $_template->smarty->_debug->start_cache($_template);
198 $_template->smarty->_debug->end_cache($_template);
[all …]
H A Dsmarty_internal_runtime_updatecache.php36 $_template->loadCompiled();
38 $_template->compiled->render($_template);
40 $_template->smarty->_debug->start_cache($_template);
45 if ($_template->_isSubTpl()) {
46 $_template->compiled->unifunc = $_template->parent->compiled->unifunc;
49 $_template->cached->process($_template, true);
54 $_template->smarty->_debug->end_cache($_template);
123 … $content = $_template->smarty->ext->_filterHandler->runFilter('output', $content, $_template);
139 if ($_template->source->handler->recompiled || !$_template->caching
145 $_template->loadCached();
[all …]
H A Dsmarty_template_compiled.php28 public static function load($_template) argument
32 $_template->source->handler->populateCompiledFilepath($compiled, $_template);
46 $source = &$_template->source;
47 $smarty = &$_template->smarty;
73 if ($_template->caching) {
102 $_template->smarty->_debug->start_render($_template);
105 $this->process($_template);
112 $_template->source->handler->renderUncompiled($_template->source, $_template);
120 $_template->smarty->_debug->end_render($_template);
184 $this->write($_template, $_template->compiler->compileTemplate($_template));
[all …]
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_template_cached.php93 $this->source = $_template->source;
107 $_template->cached = new Smarty_Template_Cached($_template);
108 $_template->cached->handler->populate($_template->cached, $_template);
110 if (!$_template->caching || $_template->source->handler->recompiled
114 return $_template->cached;
132 $_template->smarty->_debug->start_cache($_template);
139 $_template->smarty->_debug->end_cache($_template);
143 … $_template->smarty->ext->_updateCache->updateCache($this, $_template, $no_output_filter);
190 $_template->smarty->_debug->start_cache($_template);
198 $_template->smarty->_debug->end_cache($_template);
[all …]
H A Dsmarty_internal_runtime_updatecache.php36 $_template->loadCompiled();
38 $_template->compiled->render($_template);
40 $_template->smarty->_debug->start_cache($_template);
45 if ($_template->_isSubTpl()) {
46 $_template->compiled->unifunc = $_template->parent->compiled->unifunc;
49 $_template->cached->process($_template, true);
54 $_template->smarty->_debug->end_cache($_template);
123 … $content = $_template->smarty->ext->_filterHandler->runFilter('output', $content, $_template);
139 if ($_template->source->handler->recompiled || !$_template->caching
145 $_template->loadCached();
[all …]
H A Dsmarty_template_compiled.php28 public static function load($_template) argument
32 $_template->source->handler->populateCompiledFilepath($compiled, $_template);
46 $source = &$_template->source;
47 $smarty = &$_template->smarty;
73 if ($_template->caching) {
102 $_template->smarty->_debug->start_render($_template);
105 $this->process($_template);
112 $_template->source->handler->renderUncompiled($_template->source, $_template);
120 $_template->smarty->_debug->end_render($_template);
184 $this->write($_template, $_template->compiler->compileTemplate($_template));
[all …]
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_template_cached.php93 $this->source = $_template->source;
107 $_template->cached = new Smarty_Template_Cached($_template);
108 $_template->cached->handler->populate($_template->cached, $_template);
110 if (!$_template->caching || $_template->source->handler->recompiled
114 return $_template->cached;
132 $_template->smarty->_debug->start_cache($_template);
139 $_template->smarty->_debug->end_cache($_template);
143 … $_template->smarty->ext->_updateCache->updateCache($this, $_template, $no_output_filter);
190 $_template->smarty->_debug->start_cache($_template);
198 $_template->smarty->_debug->end_cache($_template);
[all …]
H A Dsmarty_internal_runtime_updatecache.php36 $_template->loadCompiled();
38 $_template->compiled->render($_template);
40 $_template->smarty->_debug->start_cache($_template);
45 if ($_template->_isSubTpl()) {
46 $_template->compiled->unifunc = $_template->parent->compiled->unifunc;
49 $_template->cached->process($_template, true);
54 $_template->smarty->_debug->end_cache($_template);
123 … $content = $_template->smarty->ext->_filterHandler->runFilter('output', $content, $_template);
139 if ($_template->source->handler->recompiled || !$_template->caching
145 $_template->loadCached();
[all …]
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_template_cached.php93 $this->source = $_template->source;
107 $_template->cached = new Smarty_Template_Cached($_template);
108 $_template->cached->handler->populate($_template->cached, $_template);
110 if (!$_template->caching || $_template->source->handler->recompiled
114 return $_template->cached;
132 $_template->smarty->_debug->start_cache($_template);
139 $_template->smarty->_debug->end_cache($_template);
143 … $_template->smarty->ext->_updateCache->updateCache($this, $_template, $no_output_filter);
190 $_template->smarty->_debug->start_cache($_template);
198 $_template->smarty->_debug->end_cache($_template);
[all …]
H A Dsmarty_internal_runtime_updatecache.php36 $_template->loadCompiled();
38 $_template->compiled->render($_template);
40 $_template->smarty->_debug->start_cache($_template);
45 if ($_template->_isSubTpl()) {
46 $_template->compiled->unifunc = $_template->parent->compiled->unifunc;
49 $_template->cached->process($_template, true);
54 $_template->smarty->_debug->end_cache($_template);
123 … $content = $_template->smarty->ext->_filterHandler->runFilter('output', $content, $_template);
139 if ($_template->source->handler->recompiled || !$_template->caching
145 $_template->loadCached();
[all …]
H A Dsmarty_template_compiled.php28 public static function load($_template) argument
32 $_template->source->handler->populateCompiledFilepath($compiled, $_template);
46 $source = &$_template->source;
47 $smarty = &$_template->smarty;
73 if ($_template->caching) {
102 $_template->smarty->_debug->start_render($_template);
105 $this->process($_template);
112 $_template->source->handler->renderUncompiled($_template->source, $_template);
120 $_template->smarty->_debug->end_render($_template);
184 $this->write($_template, $_template->compiler->compileTemplate($_template));
[all …]
/dports/www/smarty3/smarty-3.1.34/libs/sysplugins/
H A Dsmarty_template_cached.php93 $this->source = $_template->source;
107 $_template->cached = new Smarty_Template_Cached($_template);
108 $_template->cached->handler->populate($_template->cached, $_template);
110 if (!$_template->caching || $_template->source->handler->recompiled
114 return $_template->cached;
132 $_template->smarty->_debug->start_cache($_template);
139 $_template->smarty->_debug->end_cache($_template);
143 … $_template->smarty->ext->_updateCache->updateCache($this, $_template, $no_output_filter);
190 $_template->smarty->_debug->start_cache($_template);
198 $_template->smarty->_debug->end_cache($_template);
[all …]
H A Dsmarty_internal_runtime_updatecache.php36 $_template->loadCompiled();
38 $_template->compiled->render($_template);
40 $_template->smarty->_debug->start_cache($_template);
45 if ($_template->_isSubTpl()) {
46 $_template->compiled->unifunc = $_template->parent->compiled->unifunc;
49 $_template->cached->process($_template, true);
54 $_template->smarty->_debug->end_cache($_template);
123 … $content = $_template->smarty->ext->_filterHandler->runFilter('output', $content, $_template);
139 if ($_template->source->handler->recompiled || !$_template->caching
145 $_template->loadCached();
[all …]
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_template_cached.php93 $this->source = $_template->source;
107 $_template->cached = new Smarty_Template_Cached($_template);
108 $_template->cached->handler->populate($_template->cached, $_template);
110 if (!$_template->caching || $_template->source->handler->recompiled
114 return $_template->cached;
132 $_template->smarty->_debug->start_cache($_template);
139 $_template->smarty->_debug->end_cache($_template);
143 … $_template->smarty->ext->_updateCache->updateCache($this, $_template, $no_output_filter);
190 $_template->smarty->_debug->start_cache($_template);
198 $_template->smarty->_debug->end_cache($_template);
[all …]
H A Dsmarty_internal_runtime_updatecache.php36 $_template->loadCompiled();
38 $_template->compiled->render($_template);
40 $_template->smarty->_debug->start_cache($_template);
45 if ($_template->_isSubTpl()) {
46 $_template->compiled->unifunc = $_template->parent->compiled->unifunc;
49 $_template->cached->process($_template, true);
54 $_template->smarty->_debug->end_cache($_template);
123 … $content = $_template->smarty->ext->_filterHandler->runFilter('output', $content, $_template);
139 if ($_template->source->handler->recompiled || !$_template->caching
145 $_template->loadCached();
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_template_cached.php93 $this->source = $_template->source;
107 $_template->cached = new Smarty_Template_Cached($_template);
108 $_template->cached->handler->populate($_template->cached, $_template);
110 if (!$_template->caching || $_template->source->handler->recompiled
114 return $_template->cached;
132 $_template->smarty->_debug->start_cache($_template);
139 $_template->smarty->_debug->end_cache($_template);
143 … $_template->smarty->ext->_updateCache->updateCache($this, $_template, $no_output_filter);
190 $_template->smarty->_debug->start_cache($_template);
198 $_template->smarty->_debug->end_cache($_template);
[all …]
H A Dsmarty_internal_runtime_updatecache.php36 $_template->loadCompiled();
38 $_template->compiled->render($_template);
40 $_template->smarty->_debug->start_cache($_template);
45 if ($_template->_isSubTpl()) {
46 $_template->compiled->unifunc = $_template->parent->compiled->unifunc;
49 $_template->cached->process($_template, true);
54 $_template->smarty->_debug->end_cache($_template);
123 … $content = $_template->smarty->ext->_filterHandler->runFilter('output', $content, $_template);
139 if ($_template->source->handler->recompiled || !$_template->caching
145 $_template->loadCached();
[all …]
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/sysplugins/
H A Dsmarty_template_cached.php93 $this->source = $_template->source;
107 $_template->cached = new Smarty_Template_Cached($_template);
108 $_template->cached->handler->populate($_template->cached, $_template);
110 if (!$_template->caching || $_template->source->handler->recompiled
114 return $_template->cached;
132 $_template->smarty->_debug->start_cache($_template);
139 $_template->smarty->_debug->end_cache($_template);
143 … $_template->smarty->ext->_updateCache->updateCache($this, $_template, $no_output_filter);
190 $_template->smarty->_debug->start_cache($_template);
198 $_template->smarty->_debug->end_cache($_template);
[all …]
H A Dsmarty_internal_runtime_updatecache.php36 $_template->loadCompiled();
38 $_template->compiled->render($_template);
40 $_template->smarty->_debug->start_cache($_template);
45 if ($_template->_isSubTpl()) {
46 $_template->compiled->unifunc = $_template->parent->compiled->unifunc;
49 $_template->cached->process($_template, true);
54 $_template->smarty->_debug->end_cache($_template);
123 … $content = $_template->smarty->ext->_filterHandler->runFilter('output', $content, $_template);
139 if ($_template->source->handler->recompiled || !$_template->caching
145 $_template->loadCached();
[all …]
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/sysplugins/
H A Dsmarty_internal_templatebase.php58 $ptr = $_template;
135 $code = $_template->compiler->compileTemplate($_template);
148 …if (!$_template->compiled->exists || ($_template->smarty->force_compile && !$_template->compiled->…
171 $_template->decodeProperties($_template->compiled->_properties, false);
182 $_template->properties['unifunc']($_template);
200 $_template->source->renderUncompiled($_template);
210 …if (!$_template->source->recompiled && empty($_template->properties['file_dependency'][$_template-…
211 …$_template->properties['file_dependency'][$_template->source->uid] = array($_template->source->fil…
270 …$_template->parent->has_nocache_code = $_template->parent->has_nocache_code || $_template->has_noc…
283 $_template->properties['unifunc']($_template);
[all …]

12345678910>>...50