Home
last modified time | relevance | path

Searched refs:list_cache (Results 1 – 25 of 36) sorted by relevance

12

/dports/mail/pear-Horde_Kolab_Storage/Horde_Kolab_Storage-2.2.4/test/Horde/Kolab/Storage/ComponentTest/List/
H A DCacheTest.php135 $list_cache = new Horde_Kolab_Storage_List_Cache(
140 $list_cache->store(array(), array());
141 $list_cache->save();
142 $data = unserialize($cache->loadList($list_cache->getListId()));
157 $list_cache = $this->_getTestCache();
158 $list_cache->store(array(), array());
159 $list_cache->save();
162 strlen($list_cache->getStamp())
241 $list_cache = new Horde_Kolab_Storage_List_Cache(
245 return $list_cache;
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dtiki-list_cache.tpl13 …<a href="tiki-list_cache.php?offset={$offset}&amp;sort_mode={if $sort_mode eq 'url_desc'}url_asc{e…
16 …<a href="tiki-list_cache.php?offset={$offset}&amp;sort_mode={if $sort_mode eq 'refresh_desc'}refre…
37 …<a href="tiki-list_cache.php?offset={$offset}&amp;sort_mode={$sort_mode}&amp;refresh={$listpages[c…
42 …<a href="tiki-list_cache.php?offset={$offset}&amp;sort_mode={$sort_mode}&amp;remove={$listpages[ch…
/dports/sysutils/py-salt/salt-3004.1/salt/fileserver/
H A D__init__.py99 def check_file_list_cache(opts, form, list_cache, w_lock): argument
107 wait_lock(w_lock, list_cache, 5 * 60)
108 if not os.path.isfile(list_cache) and _lock_cache(w_lock):
116 wait_lock(w_lock, list_cache, 15 * 60)
117 if os.path.exists(list_cache):
119 cache_stat = os.stat(list_cache)
129 list_cache,
144 with salt.utils.files.fopen(list_cache, "rb") as fp_:
149 list_cache,
172 def write_file_list_cache(opts, data, list_cache, w_lock): argument
[all …]
H A Droots.py324 list_cache = os.path.join(
331 __opts__, form, list_cache, w_lock
415 salt.fileserver.write_file_list_cache(__opts__, ret, list_cache, w_lock)
H A Dsvnfs.py727 list_cache = os.path.join(list_cachedir, "{}.p".format(load["saltenv"]))
730 __opts__, form, list_cache, w_lock
763 salt.fileserver.write_file_list_cache(__opts__, ret, list_cache, w_lock)
H A Dhgfs.py803 list_cache = os.path.join(list_cachedir, "{}.p".format(load["saltenv"]))
806 __opts__, form, list_cache, w_lock
815 salt.fileserver.write_file_list_cache(__opts__, ret, list_cache, w_lock)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pycoverage/coverage/
H A Dfiles.py89 if head in actual_path.list_cache:
90 files = actual_path.list_cache[head]
96 actual_path.list_cache[head] = files
107 actual_path.list_cache = {}
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pycoverage/coverage/
H A Dfiles.py89 if head in actual_path.list_cache:
90 files = actual_path.list_cache[head]
96 actual_path.list_cache[head] = files
107 actual_path.list_cache = {}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/third_party/coverage/
H A Dfiles.py89 if head in actual_path.list_cache:
90 files = actual_path.list_cache[head]
96 actual_path.list_cache[head] = files
107 actual_path.list_cache = {}
/dports/sysutils/py-salt/salt-3004.1/tests/unit/
H A Dtest_fileserver.py74 list_cache = os.path.join(back_cachedir, "base.p")
76 ret = fileserver.check_file_list_cache(opts, "files", list_cache, w_lock)
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-list_cache.php45 $listpages = $tikilib->list_cache($offset, $maxRecords, $sort_mode, $find);
/dports/deskutils/egroupware/egroupware/api/src/
H A DContacts.php2138 private static $list_cache = array(); variable in EGroupware\\Api\\Contacts
2173 if ($ret) unset(self::$list_cache[$ret]);
2195 unset(self::$list_cache[$list]);
2213 unset(self::$list_cache[$list]);
2217 self::$list_cache = array();
2235 unset(self::$list_cache[$l]);
2249 if (isset(self::$list_cache[$list])) return self::$list_cache[$list];
2251 return self::$list_cache[$list] = parent::read_list($list);
/dports/security/gpa/gpa-0.10.0/src/
H A Dkeytable.c250 list_cache (GpaKeyTable *keytable) in list_cache() function
337 list_cache (keytable); in gpa_keytable_list_keys()
/dports/security/maia/maia_mailguard-7f20bd4/php/themes/dgm/templates/
H A Dlist-cache.tpl10 <link rel="stylesheet" TYPE="text/css" HREF="{$template_dir}/css/list_cache.css">
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/static_src/
H A DHelpersConstantsBlob.c99 static PyObject *list_cache = NULL; variable
334 list_cache = PyDict_New(); in initCaches()
544 …insertToDictCacheForcedHash(list_cache, &l, (hashfunc)our_list_hash, (richcmpfunc)our_list_richcom… in _unpackBlobConstants()
/dports/portuguese/webalizer-pt_BR/webalizer-2.23-08/
H A Dwcmgr.c89 void list_cache(void);
305 default: list_cache(); break; in main()
314 void list_cache() in list_cache() function
/dports/portuguese/webalizer-pt_PT/webalizer-2.23-08/
H A Dwcmgr.c89 void list_cache(void);
305 default: list_cache(); break; in main()
314 void list_cache() in list_cache() function
/dports/www/geolizer/webalizer-2.23-08/
H A Dwcmgr.c89 void list_cache(void);
305 default: list_cache(); break; in main()
314 void list_cache() in list_cache() function
/dports/german/webalizer2/webalizer-2.23-08/
H A Dwcmgr.c89 void list_cache(void);
305 default: list_cache(); break; in main()
314 void list_cache() in list_cache() function
/dports/ukrainian/webalizer/webalizer-2.23-08/
H A Dwcmgr.c89 void list_cache(void);
305 default: list_cache(); break; in main()
314 void list_cache() in list_cache() function
/dports/japanese/webalizer/webalizer-2.23-08/
H A Dwcmgr.c89 void list_cache(void);
305 default: list_cache(); break; in main()
314 void list_cache() in list_cache() function
/dports/polish/webalizer2/webalizer-2.23-08/
H A Dwcmgr.c89 void list_cache(void);
305 default: list_cache(); break; in main()
314 void list_cache() in list_cache() function
/dports/www/webalizer/webalizer-2.23-08/
H A Dwcmgr.c89 void list_cache(void);
305 default: list_cache(); break; in main()
314 void list_cache() in list_cache() function
/dports/games/retroarch/RetroArch-1.9.7/menu/
H A Dmenu_driver.h299 void (*list_cache)(void *data, enum menu_list_type, unsigned); member
/dports/www/links1/links-1.04/
H A Dmenu.c253 void list_cache(struct terminal *term, void *d, struct session *ses)
264 r->fn = list_cache;
1142 { TEXT_(T_CACHE_INFO), "", TEXT_(T_HK_CACHE_INFO), MENU_FUNC list_cache, (void *)0, 0, 0 },

12