Home
last modified time | relevance | path

Searched refs:cache_id (Results 1 – 25 of 1144) sorted by relevance

12345678910>>...46

/dports/finance/prestashop/prestashop/classes/Smarty/
H A DSmartyCustom.php73 * @param string $cache_id cache id
132 * @param string $cache_id cache id
150 if ($cache_id !== null && (is_object($cache_id) || is_array($cache_id))) {
151 $cache_id = null;
168 * @param string $cache_id cache id
178 $sql .= ' AND cache_id="' . pSQL((string) $cache_id) . '"';
192 * @param string $cache_id cache id
245 * @param string $cache_id cache id
257 $sql .= ',"' . pSQL((string) $cache_id) . '"';
272 * @param string $cache_id cache id
[all …]
H A DSmartyCacheResourceMysql.php33 * @param string $cache_id cache id
38 protected function fetch($id, $name, $cache_id, $compile_id, &$content, &$mtime) argument
57 * @param string $cache_id cache id
62 protected function fetchTimestamp($id, $name, $cache_id, $compile_id) argument
75 * @param string $cache_id cache id
82 protected function save($id, $name, $cache_id, $compile_id, $exp_time, $content) argument
89 "' . pSQL($cache_id, true) . '",
100 * @param string $cache_id cache id
106 protected function delete($name, $cache_id, $compile_id, $exp_time) argument
123 if ($cache_id !== null) {
[all …]
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/xgl/
H A DhwCacheUtilXGL.c112 char cache_id[128] ; in _dxf_GetTmeshCacheXGL() local
117 sprintf (cache_id, "%x-%s", f, fun) ; in _dxf_GetTmeshCacheXGL()
143 char cache_id[128] ; in _dxf_PutTmeshCacheXGL() local
210 char *priv, cache_id[128] ; in _dxf_GetPolyCacheXGL() local
214 sprintf (cache_id, "%x-%s", f, fun) ; in _dxf_GetPolyCacheXGL()
239 char cache_id[128] ; in _dxf_PutPolyCacheXGL() local
269 char cache_id[128] ; in _dxf_GetPointCacheXGL() local
273 sprintf (cache_id, "%x-%s", f, fun) ; in _dxf_GetPointCacheXGL()
299 char cache_id[128] ; in _dxf_PutPointCacheXGL() local
340 char *priv, cache_id[128] ; in _dxf_GetLineCacheXGL() local
[all …]
/dports/www/smarty3/smarty-3.1.34/demo/plugins/
H A Dcacheresource.pdo.php158 * @param string|null $cache_id cache id
167 if (!is_null($cache_id) && !is_null($compile_id)) {
170 } elseif (is_null($cache_id) && !is_null($compile_id)) {
191 * @param string|null $cache_id cache id
221 * @param string|null $cache_id cache id
239 * @param string|null $cache_id cache id
252 … $stmt->bindValue('cache_id', $cache_id, (is_null($cache_id)) ? PDO::PARAM_NULL : PDO::PARAM_STR);
290 * @param string|null $cache_id cache id
312 if ($cache_id !== null) {
315 $this->pdo->quote($cache_id) .
[all …]
H A Dcacheresource.mysql.php72 * @param string $cache_id cache id
79 protected function fetch($id, $name, $cache_id, $compile_id, &$content, &$mtime) argument
101 * @param string $cache_id cache id
106 protected function fetchTimestamp($id, $name, $cache_id, $compile_id) argument
119 * @param string $cache_id cache id
131 'cache_id' => $cache_id,
142 * @param string $cache_id cache id
148 protected function delete($name, $cache_id, $compile_id, $exp_time) argument
171 if ($cache_id !== null) {
174 $this->db->quote($cache_id) .
[all …]
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/demo/plugins/
H A Dcacheresource.pdo.php158 * @param string|null $cache_id cache id
167 if (!is_null($cache_id) && !is_null($compile_id)) {
170 } elseif (is_null($cache_id) && !is_null($compile_id)) {
191 * @param string|null $cache_id cache id
221 * @param string|null $cache_id cache id
239 * @param string|null $cache_id cache id
252 … $stmt->bindValue('cache_id', $cache_id, (is_null($cache_id)) ? PDO::PARAM_NULL : PDO::PARAM_STR);
290 * @param string|null $cache_id cache id
312 if ($cache_id !== null) {
315 $this->pdo->quote($cache_id) .
[all …]
H A Dcacheresource.mysql.php72 * @param string $cache_id cache id
79 protected function fetch($id, $name, $cache_id, $compile_id, &$content, &$mtime) argument
101 * @param string $cache_id cache id
106 protected function fetchTimestamp($id, $name, $cache_id, $compile_id) argument
119 * @param string $cache_id cache id
131 'cache_id' => $cache_id,
142 * @param string $cache_id cache id
148 protected function delete($name, $cache_id, $compile_id, $exp_time) argument
171 if ($cache_id !== null) {
174 $this->db->quote($cache_id) .
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/demo/plugins/
H A Dcacheresource.pdo.php142 if (!is_null($cache_id) && !is_null($compile_id)) {
145 } elseif (is_null($cache_id) && !is_null($compile_id)) {
148 } elseif (!is_null($cache_id) && is_null($compile_id)) {
170 * @param string|null $cache_id cache id
181 $stmt = $this->getFetchStatement($this->fetchColumns, $id, $cache_id, $compile_id);
202 * @param string|null $cache_id cache id
221 * @param string|null $cache_id cache id
236 … $stmt->bindValue('cache_id', $cache_id, (is_null($cache_id)) ? PDO::PARAM_NULL : PDO::PARAM_STR);
273 * @param string|null $cache_id cache id
296 if ($cache_id !== null) {
[all …]
H A Dcacheresource.mysql.php55 * @param string $cache_id cache id
62 protected function fetch($id, $name, $cache_id, $compile_id, &$content, &$mtime) argument
83 * @param string $cache_id cache id
88 protected function fetchTimestamp($id, $name, $cache_id, $compile_id) argument
102 * @param string $cache_id cache id
109 protected function save($id, $name, $cache_id, $compile_id, $exp_time, $content) argument
121 * @param string $cache_id cache id
127 protected function delete($name, $cache_id, $compile_id, $exp_time) argument
151 if ($cache_id !== null) {
152 $where[] = '(cache_id = ' . $this->db->quote($cache_id) . ' OR cache_id LIKE ' .
[all …]
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/sysplugins/
H A Dsmarty_cacheresource_keyvaluestore.php58 . '#' . $this->sanitize($cached->cache_id)
150 * @param string $cache_id cache id
172 * @param string $cache_id cache id
222 * @param string $cache_id cache id
280 * @param string $cache_id cache id
290 if (!$resource_name && !$cache_id && !$compile_id) {
294 else if ($resource_name && !$cache_id && !$compile_id) {
299 $key = 'IVK#CACHE#' . $this->sanitize($cache_id);
317 * @param string $cache_id cache id
350 * @param string $cache_id cache id
[all …]
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_cacheresource_custom.php23 * @param string $cache_id cache id
39 * @param string $cache_id cache id
44 protected function fetchTimestamp($id, $name, $cache_id, $compile_id) argument
54 * @param string $cache_id cache id
67 * @param string|null $cache_id cache id
85 … $_cache_id = isset($cached->cache_id) ? preg_replace('![^\w\|]+!', '_', $cached->cache_id) : null;
115 $cached->cache_id,
147 $_smarty_tpl->cache_id,
174 $_template->cache_id,
197 $_template->cache_id,
[all …]
H A Dsmarty_cacheresource_keyvaluestore.php74 $cached->cache_id,
111 $_smarty_tpl->cache_id,
157 $_template->cache_id,
198 * @param string $cache_id cache id
270 $cache_id = null, argument
325 * @param string $cache_id cache id
334 $cache_id = null, argument
370 * @param string $cache_id cache id
379 $cache_id = null, argument
416 $cache_id = null, argument
[all …]
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_cacheresource_custom.php23 * @param string $cache_id cache id
39 * @param string $cache_id cache id
44 protected function fetchTimestamp($id, $name, $cache_id, $compile_id) argument
54 * @param string $cache_id cache id
67 * @param string|null $cache_id cache id
85 … $_cache_id = isset($cached->cache_id) ? preg_replace('![^\w\|]+!', '_', $cached->cache_id) : null;
115 $cached->cache_id,
147 $_smarty_tpl->cache_id,
174 $_template->cache_id,
197 $_template->cache_id,
[all …]
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_cacheresource_custom.php23 * @param string $cache_id cache id
39 * @param string $cache_id cache id
44 protected function fetchTimestamp($id, $name, $cache_id, $compile_id) argument
54 * @param string $cache_id cache id
67 * @param string|null $cache_id cache id
85 … $_cache_id = isset($cached->cache_id) ? preg_replace('![^\w\|]+!', '_', $cached->cache_id) : null;
115 $cached->cache_id,
147 $_smarty_tpl->cache_id,
174 $_template->cache_id,
197 $_template->cache_id,
[all …]
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_cacheresource_custom.php23 * @param string $cache_id cache id
39 * @param string $cache_id cache id
44 protected function fetchTimestamp($id, $name, $cache_id, $compile_id) argument
54 * @param string $cache_id cache id
67 * @param string|null $cache_id cache id
85 … $_cache_id = isset($cached->cache_id) ? preg_replace('![^\w\|]+!', '_', $cached->cache_id) : null;
115 $cached->cache_id,
147 $_smarty_tpl->cache_id,
174 $_template->cache_id,
197 $_template->cache_id,
[all …]
H A Dsmarty_cacheresource_keyvaluestore.php74 $cached->cache_id,
111 $_smarty_tpl->cache_id,
157 $_template->cache_id,
198 * @param string $cache_id cache id
270 $cache_id = null, argument
325 * @param string $cache_id cache id
334 $cache_id = null, argument
370 * @param string $cache_id cache id
379 $cache_id = null, argument
416 $cache_id = null, argument
[all …]
/dports/www/smarty3/smarty-3.1.34/libs/sysplugins/
H A Dsmarty_cacheresource_custom.php23 * @param string $cache_id cache id
39 * @param string $cache_id cache id
44 protected function fetchTimestamp($id, $name, $cache_id, $compile_id) argument
54 * @param string $cache_id cache id
67 * @param string|null $cache_id cache id
85 … $_cache_id = isset($cached->cache_id) ? preg_replace('![^\w\|]+!', '_', $cached->cache_id) : null;
115 $cached->cache_id,
147 $_smarty_tpl->cache_id,
174 $_template->cache_id,
197 $_template->cache_id,
[all …]
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/sysplugins/
H A Dsmarty_cacheresource_custom.php23 * @param string $cache_id cache id
39 * @param string $cache_id cache id
44 protected function fetchTimestamp($id, $name, $cache_id, $compile_id) argument
54 * @param string $cache_id cache id
67 * @param string|null $cache_id cache id
85 … $_cache_id = isset($cached->cache_id) ? preg_replace('![^\w\|]+!', '_', $cached->cache_id) : null;
115 $cached->cache_id,
147 $_smarty_tpl->cache_id,
174 $_template->cache_id,
197 $_template->cache_id,
[all …]
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_cacheresource_custom.php23 * @param string $cache_id cache id
39 * @param string $cache_id cache id
44 protected function fetchTimestamp($id, $name, $cache_id, $compile_id) argument
54 * @param string $cache_id cache id
67 * @param string|null $cache_id cache id
85 … $_cache_id = isset($cached->cache_id) ? preg_replace('![^\w\|]+!', '_', $cached->cache_id) : null;
115 $cached->cache_id,
147 $_smarty_tpl->cache_id,
174 $_template->cache_id,
197 $_template->cache_id,
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_cacheresource_custom.php23 * @param string $cache_id cache id
39 * @param string $cache_id cache id
44 protected function fetchTimestamp($id, $name, $cache_id, $compile_id) argument
54 * @param string $cache_id cache id
67 * @param string|null $cache_id cache id
85 … $_cache_id = isset($cached->cache_id) ? preg_replace('![^\w\|]+!', '_', $cached->cache_id) : null;
115 $cached->cache_id,
147 $_smarty_tpl->cache_id,
174 $_template->cache_id,
197 $_template->cache_id,
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_cacheresource_custom.php23 * @param string $cache_id cache id
30 abstract protected function fetch($id, $name, $cache_id, $compile_id, &$content, &$mtime); argument
39 * @param string $cache_id cache id
44 protected function fetchTimestamp($id, $name, $cache_id, $compile_id) argument
54 * @param string $cache_id cache id
67 * @param string|null $cache_id cache id
73 abstract protected function delete($name, $cache_id, $compile_id, $exp_time); argument
85 … $_cache_id = isset($cached->cache_id) ? preg_replace('![^\w\|]+!', '_', $cached->cache_id) : null;
203 * @param string $cache_id cache id
222 return $this->delete($cache_name, $cache_id, $compile_id, $exp_time);
[all …]
/dports/www/piwigo/piwigo/include/smarty/libs/sysplugins/
H A Dsmarty_cacheresource_custom.php23 * @param string $cache_id cache id
30 abstract protected function fetch($id, $name, $cache_id, $compile_id, &$content, &$mtime); argument
39 * @param string $cache_id cache id
44 protected function fetchTimestamp($id, $name, $cache_id, $compile_id) argument
54 * @param string $cache_id cache id
67 * @param string $cache_id cache id
73 abstract protected function delete($name, $cache_id, $compile_id, $exp_time); argument
85 … $_cache_id = isset($cached->cache_id) ? preg_replace('![^\w\|]+!', '_', $cached->cache_id) : null;
201 * @param string $cache_id cache id
228 return $this->delete($cache_name, $cache_id, $compile_id, $exp_time);
[all …]
H A Dsmarty_internal_templatebase.php49 public $cache_id = null; variable in Smarty_Internal_TemplateBase
84 * @param mixed $cache_id cache id to be used with this template
94 $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);
102 * @param mixed $cache_id cache id to be used with this template
109 $this->_execute($template, $cache_id, $compile_id, $parent, 1);
127 return $this->_execute($template, $cache_id, $compile_id, $parent, 2);
134 * @param mixed $cache_id cache id to be used with this template
143 private function _execute($template, $cache_id, $compile_id, $parent, $function) argument
308 * @param string $cache_id
310 public function setCacheId($cache_id) argument
[all …]
/dports/net/xrdp-devel/xrdp-0.9.16/xrdp/
H A Dxrdp_cache.c306 int cache_id; in xrdp_cache_add_bitmap() local
326 cache_id = 0; in xrdp_cache_add_bitmap()
336 cache_id = 0; in xrdp_cache_add_bitmap()
341 cache_id = 1; in xrdp_cache_add_bitmap()
346 cache_id = 2; in xrdp_cache_add_bitmap()
357 ll = &(self->crc16[cache_id][crc16]); in xrdp_cache_add_bitmap()
384 if (self->lru_reset[cache_id]) in xrdp_cache_add_bitmap()
386 self->lru_reset[cache_id] = 0; in xrdp_cache_add_bitmap()
388 cache_id); in xrdp_cache_add_bitmap()
390 index = self->lru_tail[cache_id]; in xrdp_cache_add_bitmap()
[all …]
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/xrdp/
H A Dxrdp_cache.c306 int cache_id; in xrdp_cache_add_bitmap() local
326 cache_id = 0; in xrdp_cache_add_bitmap()
336 cache_id = 0; in xrdp_cache_add_bitmap()
341 cache_id = 1; in xrdp_cache_add_bitmap()
346 cache_id = 2; in xrdp_cache_add_bitmap()
357 ll = &(self->crc16[cache_id][crc16]); in xrdp_cache_add_bitmap()
384 if (self->lru_reset[cache_id]) in xrdp_cache_add_bitmap()
386 self->lru_reset[cache_id] = 0; in xrdp_cache_add_bitmap()
388 cache_id); in xrdp_cache_add_bitmap()
390 index = self->lru_tail[cache_id]; in xrdp_cache_add_bitmap()
[all …]

12345678910>>...46