Home
last modified time | relevance | path

Searched refs:cache_callback (Results 1 – 25 of 28) sorted by relevance

12

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/hyphenation/
H A Dtest_hyphenation.py65 def cache_callback(): function
68 dp = path_to_dictionary(dictionary_name_for_locale('en'), cache_callback)
75 os.path.exists(path_to_dictionary(dictionary_name_for_locale('es'), cache_callback))
H A Ddictionaries.py114 def path_to_dictionary(dictionary_name, cache_callback=None): argument
120 if cache_callback is not None:
121 cache_callback()
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dgrob-property.cc54 static Protected_scm cache_callback (SCM_EOL);
102 cache_callback = check_debug_callback (cb);
288 if (ly_is_procedure (cache_callback)) in try_callback_on_alist()
289 scm_call_4 (cache_callback, in try_callback_on_alist()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dgrob-property.cc56 static Protected_scm cache_callback (SCM_EOL);
86 cache_callback = (ly_is_procedure (cb)) ? cb : SCM_BOOL_F;
278 if (ly_is_procedure (cache_callback)) in try_callback_on_alist()
279 scm_call_4 (cache_callback, in try_callback_on_alist()
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-cache.c310 cairo_cache_callback_func_t cache_callback, in _cairo_cache_foreach() argument
314 cache_callback, in _cairo_cache_foreach()
H A Dcairo-cache-private.h142 cairo_cache_callback_func_t cache_callback,
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/
H A Dcairo-cache.c310 cairo_cache_callback_func_t cache_callback, in _cairo_cache_foreach() argument
314 cache_callback, in _cairo_cache_foreach()
H A Dcairo-cache-private.h142 cairo_cache_callback_func_t cache_callback,
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-cache.c310 cairo_cache_callback_func_t cache_callback, in _cairo_cache_foreach() argument
314 cache_callback, in _cairo_cache_foreach()
H A Dcairo-cache-private.h142 cairo_cache_callback_func_t cache_callback,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/cairo/src/
H A Dcairo-cache.c310 cairo_cache_callback_func_t cache_callback, in _cairo_cache_foreach() argument
314 cache_callback, in _cairo_cache_foreach()
H A Dcairo-cache-private.h142 cairo_cache_callback_func_t cache_callback,
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-cache.c310 cairo_cache_callback_func_t cache_callback, in _cairo_cache_foreach() argument
314 cache_callback, in _cairo_cache_foreach()
H A Dcairo-cache-private.h142 cairo_cache_callback_func_t cache_callback,
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo-cache.c310 cairo_cache_callback_func_t cache_callback, in _cairo_cache_foreach() argument
314 cache_callback, in _cairo_cache_foreach()
H A Dcairo-cache-private.h142 cairo_cache_callback_func_t cache_callback,
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo-cache.c310 cairo_cache_callback_func_t cache_callback, in _cairo_cache_foreach() argument
314 cache_callback, in _cairo_cache_foreach()
H A Dcairo-cache-private.h142 cairo_cache_callback_func_t cache_callback,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-cache.c310 cairo_cache_callback_func_t cache_callback, in _cairo_cache_foreach() argument
314 cache_callback, in _cairo_cache_foreach()
H A Dcairo-cache-private.h142 cairo_cache_callback_func_t cache_callback,
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozbuild/mozbuild/
H A Dartifacts.py503 …def __init__(self, cache_dir, cache_name, cache_size, cache_callback=None, log=None, skip_cache=Fa… argument
505 self._cache = pylru.lrucache(cache_size, callback=cache_callback)
681 …CacheManager.__init__(self, cache_dir, 'fetch', MAX_CACHED_ARTIFACTS, cache_callback=self.delete_f…
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/
H A Dartifacts.py545 …def __init__(self, cache_dir, cache_name, cache_size, cache_callback=None, log=None, skip_cache=Fa… argument
547 self._cache = pylru.lrucache(cache_size, callback=cache_callback)
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/
H A Dartifacts.py827 cache_callback=None, argument
832 self._cache = pylru.lrucache(cache_size, callback=cache_callback)
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/
H A Dartifacts.py827 cache_callback=None, argument
832 self._cache = pylru.lrucache(cache_size, callback=cache_callback)
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/
H A Dartifacts.py716 def __init__(self, cache_dir, cache_name, cache_size, cache_callback=None, argument
719 self._cache = pylru.lrucache(cache_size, callback=cache_callback)

12