Home
last modified time | relevance | path

Searched refs:from_cache (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/dports/www/py-requests-cache/requests-cache-0.4.13/tests/
H A Dtest_cache.py107 self.assert_(r.from_cache, True)
174 self.assertTrue(r2.from_cache)
185 self.assertTrue(r2.from_cache)
245 self.assertTrue(self.s.get(url).from_cache)
265 self.assertTrue(r.from_cache)
301 self.assertTrue(r.from_cache)
321 self.assertFalse(s.get(url).from_cache)
322 self.assertTrue(s.get(url).from_cache)
377 self.assertFalse(r.from_cache)
399 self.assertFalse(r.from_cache)
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/controllers/groups/
H A Ddependency_proxy_for_containers_controller.rb26 send_manifest(result[:manifest], from_cache: result[:from_cache])
42 event_name = tracking_event_name(object_type: :blob, from_cache: result[:from_cache])
63 event_name = tracking_event_name(object_type: :blob, from_cache: false)
94 event_name = tracking_event_name(object_type: :manifest, from_cache: false)
106 event_name = tracking_event_name(object_type: :blob, from_cache: true)
115 def send_manifest(manifest, from_cache:) argument
122 event_name = tracking_event_name(object_type: :manifest, from_cache: from_cache)
155 def tracking_event_name(object_type:, from_cache:) argument
157 event_name = "#{event_name}_from_cache" if from_cache
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/dependency_proxy/
H A Dfind_or_create_blob_service.rb13 from_cache = true
18 from_cache = false
33 blob.read! if from_cache
34 success(blob: blob, from_cache: from_cache)
H A Dfind_cached_manifest_service.rb23 success(manifest: nil, from_cache: false)
36 def respond(from_cache: true)
40 success(manifest: @manifest, from_cache: from_cache)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/_vendor/cachecontrol/
H A Dadapter.py40 from_cache=True)
51 def build_response(self, request, response, from_cache=False): argument
58 if not from_cache and request.method == 'GET':
75 from_cache = True
119 resp.from_cache = from_cache
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/_vendor/cachecontrol/
H A Dadapter.py40 from_cache=True)
51 def build_response(self, request, response, from_cache=False): argument
58 if not from_cache and request.method == 'GET':
75 from_cache = True
119 resp.from_cache = from_cache
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/cachecontrol/
H A Dadapter.py48 return self.build_response(request, cached_response, from_cache=True)
58 self, request, response, from_cache=False, cacheable_methods=None argument
67 if not from_cache and request.method in cacheable:
84 from_cache = True
127 resp.from_cache = from_cache
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/cachecontrol/
H A Dadapter.py48 return self.build_response(request, cached_response, from_cache=True)
58 self, request, response, from_cache=False, cacheable_methods=None argument
67 if not from_cache and request.method in cacheable:
84 from_cache = True
127 resp.from_cache = from_cache
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/cachecontrol/
H A Dadapter.py48 return self.build_response(request, cached_response, from_cache=True)
58 self, request, response, from_cache=False, cacheable_methods=None argument
67 if not from_cache and request.method in cacheable:
84 from_cache = True
127 resp.from_cache = from_cache
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_vendor/cachecontrol/
H A Dadapter.py48 return self.build_response(request, cached_response, from_cache=True)
58 self, request, response, from_cache=False, cacheable_methods=None argument
67 if not from_cache and request.method in cacheable:
84 from_cache = True
127 resp.from_cache = from_cache
/dports/devel/py-pip/pip-20.3.4/src/pip/_vendor/cachecontrol/
H A Dadapter.py48 return self.build_response(request, cached_response, from_cache=True)
58 self, request, response, from_cache=False, cacheable_methods=None argument
67 if not from_cache and request.method in cacheable:
84 from_cache = True
127 resp.from_cache = from_cache
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/datasets/
H A Dutils.py138 from_cache = False
150 from_cache = True
155 if not from_cache:
159 return data, from_cache
165 data, from_cache = _urlopen_cached(url, cache)
173 return StringIO(data), from_cache
236 data, from_cache = _get_data(data_base_url, dataname, cache)
244 from_cache=from_cache)
/dports/www/py-cachecontrol/CacheControl-0.12.10/cachecontrol/
H A Dadapter.py52 return self.build_response(request, cached_response, from_cache=True)
62 self, request, response, from_cache=False, cacheable_methods=None argument
71 if not from_cache and request.method in cacheable:
88 from_cache = True
131 resp.from_cache = from_cache
/dports/devel/py-cachecontrol/CacheControl-0.12.10/cachecontrol/
H A Dadapter.py52 return self.build_response(request, cached_response, from_cache=True)
62 self, request, response, from_cache=False, cacheable_methods=None argument
71 if not from_cache and request.method in cacheable:
88 from_cache = True
131 resp.from_cache = from_cache
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/cachecontrol/
H A Dadapter.py48 return self.build_response(request, cached_response, from_cache=True)
58 self, request, response, from_cache=False, cacheable_methods=None argument
67 if not from_cache and request.method in cacheable:
84 from_cache = True
127 resp.from_cache = from_cache
/dports/ftp/lftp/lftp-4.9.2/src/
H A DGetFileInfo.cc92 from_cache=0; in GetFileInfo()
142 from_cache = true; in Do()
147 from_cache = true; in Do()
168 from_cache=false; in Do()
215 bool cd_verify = !from_cache; in Do()
259 if(!from_cache) in Do()
357 from_cache=false; in Do()
373 from_cache=false; in Do()
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/xgl/
H A DhwPolyhedraDrawXGL.c.h174 int ndrawn, from_cache ; in CdfDraw() local
185 from_cache = 1 ; in CdfDraw()
196 from_cache = 0 ; in CdfDraw()
249 if (!from_cache) in CdfDraw()
271 int ndrawn, from_cache ; in CdcDraw() local
281 from_cache = 1 ; in CdcDraw()
292 from_cache = 0 ; in CdcDraw()
385 if (!from_cache) in CdcDraw()
417 from_cache = 1 ; in CdpDraw()
428 from_cache = 0 ; in CdpDraw()
[all …]
H A DhwLineDraw.c117 int nlines, from_cache ; in tdmCdfLineDraw() local
132 from_cache = 1 ; in tdmCdfLineDraw()
140 from_cache = 0 ; in tdmCdfLineDraw()
209 if (!from_cache) in tdmCdfLineDraw()
225 int nlines, from_cache ; in tdmCdcLineDraw() local
238 from_cache = 1 ; in tdmCdcLineDraw()
246 from_cache = 0 ; in tdmCdcLineDraw()
349 if (!from_cache) in tdmCdcLineDraw()
378 from_cache = 1 ; in tdmCdpLineDraw()
386 from_cache = 0 ; in tdmCdpLineDraw()
[all …]
H A DhwPolylineDraw.c117 int from_cache, i; in tdmCdfPolylineDraw() local
132 from_cache = 1 ; in tdmCdfPolylineDraw()
140 from_cache = 0 ; in tdmCdfPolylineDraw()
224 if (!from_cache) in tdmCdfPolylineDraw()
251 from_cache = 1 ; in tdmCdcPolylineDraw()
259 from_cache = 0 ; in tdmCdcPolylineDraw()
377 if (!from_cache) in tdmCdcPolylineDraw()
393 int from_cache, i; in tdmCdpPolylineDraw() local
406 from_cache = 1 ; in tdmCdpPolylineDraw()
414 from_cache = 0 ; in tdmCdpPolylineDraw()
[all …]
/dports/devel/py-pip/pip-20.3.4/tests/unit/
H A Dtest_network_download.py29 def test_prepare_download__log(caplog, url, headers, from_cache, expected): argument
34 if from_cache:
35 resp.from_cache = from_cache
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silcapputil/
H A Dsilcidcache.c300 SilcBool silc_idcache_move(SilcIDCache from_cache, SilcIDCache to_cache, in silc_idcache_move() argument
306 from_cache, to_cache)); in silc_idcache_move()
308 if (!from_cache || !to_cache || !entry) in silc_idcache_move()
311 if (from_cache->id_type != to_cache->id_type) { in silc_idcache_move()
317 if (!silc_hash_table_find(from_cache->context_table, entry->context, in silc_idcache_move()
321 if (!silc_hash_table_find(from_cache->name_table, entry->name, in silc_idcache_move()
325 if (!silc_hash_table_find(from_cache->id_table, entry->id, in silc_idcache_move()
345 silc_hash_table_del_by_context(from_cache->name_table, c->name, c); in silc_idcache_move()
347 silc_hash_table_del_by_context(from_cache->context_table, c->context, c); in silc_idcache_move()
349 silc_hash_table_del_by_context(from_cache->id_table, c->id, c); in silc_idcache_move()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dlookup.c1028 (from_cache, CACHE_REFERENCES_ASSIGNMENT, environment, symbol)) in update_cache_refs_space()
1030 (from_cache, CACHE_REFERENCES_OPERATOR, environment, symbol))); in update_cache_refs_space()
1068 (from_cache, to_cache, CACHE_REFERENCES_LOOKUP, in update_cache_references()
1071 (from_cache, to_cache, CACHE_REFERENCES_ASSIGNMENT, in update_cache_references()
1074 (from_cache, to_cache, CACHE_REFERENCES_OPERATOR, in update_cache_references()
1084 (from_cache, CACHE_REFERENCES_LOOKUP, environment, symbol); in update_cache_references()
1086 (from_cache, CACHE_REFERENCES_ASSIGNMENT, environment, symbol); in update_cache_references()
1088 (from_cache, CACHE_REFERENCES_OPERATOR, environment, symbol); in update_cache_references()
1091 update_clone (from_cache); in update_cache_references()
1115 delete_ref_pairs (SCHEME_OBJECT from_cache, unsigned int kind, in delete_ref_pairs() argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/lightnvm/
H A Dpblk-read.c42 bool *from_cache) in pblk_read_ppalist_rq() argument
49 from_cache); in pblk_read_ppalist_rq()
51 if (!*from_cache) in pblk_read_ppalist_rq()
225 sector_t lba, bool *from_cache) in pblk_read_rq() argument
230 pblk_lookup_l2p_seq(pblk, &ppa, lba, 1, from_cache); in pblk_read_rq()
249 pblk_lookup_l2p_seq(pblk, &ppa, lba, 1, from_cache); in pblk_read_rq()
267 bool from_cache; in pblk_submit_read() local
300 &from_cache); in pblk_submit_read()
302 pblk_read_rq(pblk, rqd, int_bio, blba, &from_cache); in pblk_submit_read()
308 if (from_cache && nr_secs == rqd->nr_ppas) { in pblk_submit_read()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/lightnvm/
H A Dpblk-read.c42 bool *from_cache) in pblk_read_ppalist_rq() argument
49 from_cache); in pblk_read_ppalist_rq()
51 if (!*from_cache) in pblk_read_ppalist_rq()
225 sector_t lba, bool *from_cache) in pblk_read_rq() argument
230 pblk_lookup_l2p_seq(pblk, &ppa, lba, 1, from_cache); in pblk_read_rq()
249 pblk_lookup_l2p_seq(pblk, &ppa, lba, 1, from_cache); in pblk_read_rq()
267 bool from_cache; in pblk_submit_read() local
300 &from_cache); in pblk_submit_read()
302 pblk_read_rq(pblk, rqd, int_bio, blba, &from_cache); in pblk_submit_read()
308 if (from_cache && nr_secs == rqd->nr_ppas) { in pblk_submit_read()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/lightnvm/
H A Dpblk-read.c42 bool *from_cache) in pblk_read_ppalist_rq() argument
49 from_cache); in pblk_read_ppalist_rq()
51 if (!*from_cache) in pblk_read_ppalist_rq()
225 sector_t lba, bool *from_cache) in pblk_read_rq() argument
230 pblk_lookup_l2p_seq(pblk, &ppa, lba, 1, from_cache); in pblk_read_rq()
249 pblk_lookup_l2p_seq(pblk, &ppa, lba, 1, from_cache); in pblk_read_rq()
267 bool from_cache; in pblk_submit_read() local
300 &from_cache); in pblk_submit_read()
302 pblk_read_rq(pblk, rqd, int_bio, blba, &from_cache); in pblk_submit_read()
308 if (from_cache && nr_secs == rqd->nr_ppas) { in pblk_submit_read()

12345678910>>...16