Home
last modified time | relevance | path

Searched refs:cachable (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/contrib/asterisk_patches/
H A Dres_xmpp.patch18 - const char *device_state, unsigned int cachable)
19 + const char *device_state, unsigned int cachable, const char *cidNumber, const char *cidN…
33 snprintf(cachable_str, sizeof(cachable_str), "%u", cachable);
34 iks_insert_attrib(state, "cachable", cachable_str);
41 unsigned int cachable;
47 cachable = ast_event_get_ie_uint(ast_event, AST_EVENT_IE_CACHABLE);
48 - xmpp_pubsub_publish_device_state(client, device, device_state, cachable);
55 + xmpp_pubsub_publish_device_state(client, device, device_state, cachable, cidNumber, cidName);
78 if ((cachable_str = iks_find_cdata(item, "cachable"))) {
79 sscanf(cachable_str, "%30d", &cachable);
/dports/www/joomla3/joomla3-3.9.24/components/com_newsfeeds/
H A Dcontroller.php22 * @param boolean $cachable If true, the view output will be cached
29 public function display($cachable = false, $urlparams = false) argument
31 $cachable = true;
41 $cachable = false;
47 parent::display($cachable, $safeurlparams);
/dports/www/joomla3/joomla3-3.9.24/components/com_finder/
H A Dcontroller.php24 * @param boolean $cachable If true, the view output will be cached. [optional]
32 public function display($cachable = false, $urlparams = array()) argument
35 $cachable = true;
47 $cachable = false;
55 return parent::display($cachable, $safeurlparams);
/dports/www/joomla3/joomla3-3.9.24/components/com_wrapper/
H A Dcontroller.php22 * @param boolean $cachable If true, the view output will be cached
29 public function display($cachable = false, $urlparams = array()) argument
31 $cachable = true;
37 return parent::display($cachable, array('Itemid' => 'INT'));
/dports/www/joomla3/joomla3-3.9.24/components/com_content/
H A Dcontroller.php52 * @param boolean $cachable If true, the view output will be cached.
59 public function display($cachable = false, $urlparams = false) argument
61 $cachable = true;
78 $cachable = false;
118 parent::display($cachable, $safeurlparams);
/dports/www/joomla3/joomla3-3.9.24/components/com_tags/
H A Dcontroller.php22 * @param boolean $cachable If true, the view output will be cached
29 public function display($cachable = false, $urlparams = false) argument
39 $cachable = false;
52 return parent::display($cachable, $safeurlparams);
/dports/www/joomla3/joomla3-3.9.24/components/com_contact/
H A Dcontroller.php45 * @param boolean $cachable If true, the view output will be cached
52 public function display($cachable = false, $urlparams = array()) argument
56 $cachable = true;
68 parent::display($cachable, $safeurlparams);
/dports/www/joomla3/joomla3-3.9.24/components/com_privacy/
H A Dcontroller.php22 * @param boolean $cachable If true, the view output will be cached
29 public function display($cachable = false, $urlparams = array()) argument
49 return parent::display($cachable, $urlparams);
/dports/benchmarks/polygraph/polygraph-4.13.0/workloads/
H A Dpolyfill-2.pg17 // make contents 100% cachable
18 [ cntImage.cachable, cntHTML.cachable, cntDownload.cachable,
19 cntOther.cachable ] = 100%;
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_fields/
H A Dcontroller.php33 * @param boolean $cachable If true, the view output will be cached
40 public function display($cachable = false, $urlparams = false) argument
57 return parent::display($cachable, $urlparams);
/dports/benchmarks/polygraph/polygraph-4.13.0/workloads/include/
H A Dcontents.pg57 cachable = 80%;
65 cachable = 80%;
74 cachable = 90%;
86 cachable = 95%;
94 cachable = 72%;
/dports/benchmarks/polygraph/polygraph-4.13.0/src/pgl/
H A Ddefaults.pg23 cachable = 90%;
34 cachable = 70%;
45 cachable = 60%;
/dports/www/joomla3/joomla3-3.9.24/components/com_search/
H A Dcontroller.php22 * @param bool $cachable If true, the view output will be cached
29 public function display($cachable = false, $urlparams = false) argument
34 return parent::display($cachable, $urlparams);
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/leveldb/table/
H A Dformat.cc67 result->cachable = false; in ReadBlock()
106 result->cachable = false; // Do not double-cache in ReadBlock()
110 result->cachable = true; in ReadBlock()
130 result->cachable = true; in ReadBlock()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/leveldb/table/
H A Dformat.cc67 result->cachable = false; in ReadBlock()
106 result->cachable = false; // Do not double-cache in ReadBlock()
110 result->cachable = true; in ReadBlock()
130 result->cachable = true; in ReadBlock()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/leveldb/table/
H A Dformat.cc67 result->cachable = false; in ReadBlock()
106 result->cachable = false; // Do not double-cache in ReadBlock()
110 result->cachable = true; in ReadBlock()
130 result->cachable = true; in ReadBlock()
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Util/
H A DHTTP.hs40 copyRemote url path cachable = do
44 (httpBS . addCacheControl cachable >=> B.writeFile tmppath . getResponseBody)
50 copyRemoteLazy url cachable =
52 (flip httpSink (const sinkLazy) . addCacheControl cachable)
/dports/sysutils/vector/vector-0.10.0/cargo-crates/leveldb-sys-2.0.5/deps/leveldb-1.18/table/
H A Dformat.cc71 result->cachable = false; in ReadBlock()
110 result->cachable = false; // Do not double-cache in ReadBlock()
114 result->cachable = true; in ReadBlock()
134 result->cachable = true; in ReadBlock()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/leveldb/table/
H A Dformat.cc70 result->cachable = false; in ReadBlock()
109 result->cachable = false; // Do not double-cache in ReadBlock()
113 result->cachable = true; in ReadBlock()
133 result->cachable = true; in ReadBlock()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/leveldb/table/
H A Dformat.cc70 result->cachable = false; in ReadBlock()
109 result->cachable = false; // Do not double-cache in ReadBlock()
113 result->cachable = true; in ReadBlock()
133 result->cachable = true; in ReadBlock()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/leveldb/table/
H A Dformat.cc71 result->cachable = false; in ReadBlock()
110 result->cachable = false; // Do not double-cache in ReadBlock()
114 result->cachable = true; in ReadBlock()
134 result->cachable = true; in ReadBlock()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/leveldb/table/
H A Dformat.cc71 result->cachable = false; in ReadBlock()
110 result->cachable = false; // Do not double-cache in ReadBlock()
114 result->cachable = true; in ReadBlock()
134 result->cachable = true; in ReadBlock()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/leveldb/table/
H A Dformat.cc67 result->cachable = false; in ReadBlock()
106 result->cachable = false; // Do not double-cache in ReadBlock()
110 result->cachable = true; in ReadBlock()
130 result->cachable = true; in ReadBlock()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/leveldb/table/
H A Dformat.cc67 result->cachable = false; in ReadBlock()
106 result->cachable = false; // Do not double-cache in ReadBlock()
110 result->cachable = true; in ReadBlock()
130 result->cachable = true; in ReadBlock()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/leveldb/table/
H A Dformat.cc67 result->cachable = false; in ReadBlock()
106 result->cachable = false; // Do not double-cache in ReadBlock()
110 result->cachable = true; in ReadBlock()
130 result->cachable = true; in ReadBlock()

12345678910>>...18