Home
last modified time | relevance | path

Searched refs:cache_add (Results 1 – 25 of 131) sorted by relevance

123456

/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-theme.php249 $this->cache_add(
266 $this->cache_add(
297 $this->cache_add(
361 $this->cache_add(
388 $_child->cache_add(
407 $this->cache_add(
439 $this->cache_add( 'theme', $cache );
689 private function cache_add( $key, $data ) { function in WP_Theme
764 $this->cache_add( 'headers', $this->headers_sanitized );
1154 $this->cache_add( 'screenshot', 0 );
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-theme.php249 $this->cache_add(
266 $this->cache_add(
297 $this->cache_add(
361 $this->cache_add(
388 $_child->cache_add(
407 $this->cache_add(
439 $this->cache_add( 'theme', $cache );
689 private function cache_add( $key, $data ) { function in WP_Theme
764 $this->cache_add( 'headers', $this->headers_sanitized );
1154 $this->cache_add( 'screenshot', 0 );
[all …]
/dports/games/instead/instead-3.4.1/doc/examples/stead2/
H A Dfonts.lua43 self:cache_add(v.word, v.color, v.t, v.img, nil) -- renew time
45 self:cache_add(v.word, v.color, v.t, v.img, -1)
94 st:cache_add(w, color, t)
104 cache_add = function(s, w, color, t, key, time) function
/dports/security/beid/eid-mw-5.0.8/plugins_tools/eid-viewer/cache/
H A Dcache.cpp49 void cache_add(const EID_CHAR * label, EID_CHAR * data, unsigned long len) in cache_add() function
129 cache_add(label, val, len); in cache_add_xmlform()
/dports/security/beid/eid-mw-5.0.8/plugins_tools/eid-viewer/
H A Dxml.c165 cache_add("xml", (char*)buf->content, strlen((char*)buf->content)); in eid_vwr_gen_xml()
219 cache_add(att->label, val, len); in read_elements()
246 cache_add(desc->label, val, len); in read_elements()
H A Dcache.h22 void cache_add(const EID_CHAR * label, EID_CHAR * data,
H A Deidxmllite.cpp330 cache_add(desc->label, val, len); in StoreTextElement()
344 cache_add(desc->label, val, len); in StoreTextElement()
383 cache_add(desc->label, val, len); in ParseAttributes()
/dports/mail/vpopmail/vpopmail-5.4.33/vusaged/
H A Dcache.h8 int cache_add(const char *, const void *);
/dports/news/inn-current/inn-2.7-20211226/nnrpd/
H A Dcache.h13 void cache_add(const HASH, const TOKEN);
/dports/news/inn/inn-2.6.4/nnrpd/
H A Dcache.h14 void cache_add(const HASH, const TOKEN);
/dports/sysutils/shlock/inn-2.6.4/nnrpd/
H A Dcache.h14 void cache_add(const HASH, const TOKEN);
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dcache.h28 void cache_add(unsigned char *md5, size_t size, cli_ctx *ctx);
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dcache.h28 void cache_add(unsigned char *md5, size_t size, cli_ctx *ctx);
/dports/games/instead/instead-3.4.1/src/instead/
H A Dcache.h38 extern int cache_add(cache_t cache, const char *name, void *p);
/dports/devel/p5-Date-Pcalc/Date-Pcalc-6.1/examples/
H A Dweiberfastnacht.pl24 $cal->cache_add( 2000..2003 );
/dports/net/ndpi/nDPI-92a1be2/src/lib/third_party/include/
H A Dlibcache.h72 cache_result cache_add(cache_t cache, void *item, uint32_t item_size);
/dports/benchmarks/siege/siege-4.1.1/src/
H A Dcache.h45 void cache_add(CACHE this, CTYPE type, URL U, char *date);
/dports/net/addrwatch/addrwatch-1.0.2/src/
H A Dmcache.h23 void cache_add(uint8_t *l2_addr, uint8_t *ip_addr, uint8_t len, time_t tstamp,
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dcursor-channel-client.h42 int cache_add(uint64_t id, size_t size);
H A Dcursor-channel-client.cpp99 int CursorChannelClient::cache_add(uint64_t id, size_t size) in cache_add() function in CursorChannelClient
/dports/audio/spectmorph/spectmorph-0.5.2/lib/
H A Dsminstenccache.hh36 …void cache_add (const std::string& cache_key, const std::string& version, const Audio *audi…
/dports/security/distcache/distcache-1.5.1/include/distcache/
H A Ddc_server.h52 int (*cache_add)(DC_CACHE *cache, member
/dports/devel/p5-Date-Calc/Date-Calc-6.4/t/
H A Dm010.t45 $cal->cache_add( 2000..2003,2005 );
/dports/devel/p5-Date-Pcalc/Date-Pcalc-6.1/t/
H A Dm010.t43 $cal->cache_add( 2000..2003,2005 );
/dports/devel/p5-Date-Calc-XS/Date-Calc-XS-6.4/t/
H A Dm010.t43 $cal->cache_add( 2000..2003,2005 );

123456