Home
last modified time | relevance | path

Searched refs:inc_value (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/downloadermiddlewares/
H A Dstats.py19 self.stats.inc_value('downloader/request_count', spider=spider)
20 self.stats.inc_value(f'downloader/request_method_count/{request.method}', spider=spider)
22 self.stats.inc_value('downloader/request_bytes', reqlen, spider=spider)
25 self.stats.inc_value('downloader/response_count', spider=spider)
26 self.stats.inc_value(f'downloader/response_status_count/{response.status}', spider=spider)
28 self.stats.inc_value('downloader/response_bytes', reslen, spider=spider)
33 self.stats.inc_value('downloader/exception_count', spider=spider)
34 self.stats.inc_value(f'downloader/exception_type_count/{ex_class}', spider=spider)
H A Dhttpcache.py70 self.stats.inc_value('httpcache/miss', spider=spider)
72 self.stats.inc_value('httpcache/ignore', spider=spider)
79 self.stats.inc_value('httpcache/hit', spider=spider)
105 self.stats.inc_value('httpcache/firsthand', spider=spider)
110 self.stats.inc_value('httpcache/revalidate', spider=spider)
113 self.stats.inc_value('httpcache/invalidate', spider=spider)
122 self.stats.inc_value('httpcache/errorrecovery', spider=spider)
130 self.stats.inc_value('httpcache/store', spider=spider)
133 self.stats.inc_value('httpcache/uncacheable', spider=spider)
H A Drobotstxt.py55 self.crawler.stats.inc_value('robotstxt/forbidden')
74 self.crawler.stats.inc_value('robotstxt/request_count')
96 self.crawler.stats.inc_value('robotstxt/response_count')
97 self.crawler.stats.inc_value(f'robotstxt/response_status_count/{response.status}')
106 self.crawler.stats.inc_value(key)
H A Dretry.py113 stats.inc_value(f'{stats_base_key}/count')
114 stats.inc_value(f'{stats_base_key}/reason_count/{reason}')
117 stats.inc_value(f'{stats_base_key}/max_reached')
H A Dhttpcompression.py64 … self.stats.inc_value('httpcompression/response_bytes', len(decoded_body), spider=spider)
65 self.stats.inc_value('httpcompression/response_count', spider=spider)
/dports/www/py-scrapy/Scrapy-2.5.1/tests/
H A Dtest_request_cb_kwargs.py77 self.crawler.stats.inc_value('boolean_checks', 2)
85 self.crawler.stats.inc_value('boolean_checks')
91 self.crawler.stats.inc_value('boolean_checks', 2)
94 self.crawler.stats.inc_value('boolean_checks')
98 self.crawler.stats.inc_value('boolean_checks')
105 self.crawler.stats.inc_value('boolean_checks', 4)
122 self.crawler.stats.inc_value('boolean_checks', 2)
127 self.crawler.stats.inc_value('boolean_checks', 2)
132 self.crawler.stats.inc_value('boolean_checks', 1)
H A Dtest_stats.py69 stats.inc_value('test2')
71 stats.inc_value('test2', 6)
92 stats.inc_value('v1')
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/core/
H A Dscheduler.py83 self.stats.inc_value('scheduler/enqueued/disk', spider=self.spider)
86 self.stats.inc_value('scheduler/enqueued/memory', spider=self.spider)
87 self.stats.inc_value('scheduler/enqueued', spider=self.spider)
93 self.stats.inc_value('scheduler/dequeued/memory', spider=self.spider)
97 self.stats.inc_value('scheduler/dequeued/disk', spider=self.spider)
99 self.stats.inc_value('scheduler/dequeued', spider=self.spider)
118 self.stats.inc_value('scheduler/unserializable',
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/extensions/
H A Dcorestats.py38 self.stats.inc_value('item_scraped_count', spider=spider)
41 self.stats.inc_value('response_received_count', spider=spider)
45 self.stats.inc_value('item_dropped_count', spider=spider)
46 self.stats.inc_value(f'item_dropped_reasons_count/{reason}', spider=spider)
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dbattlera.c19 static int current_scanline,/*next_update_first_line,*/inc_value; variable
230 HuC6270_registers[1]=(HuC6270_registers[1]+inc_value)&0xffff; in READ_HANDLER()
318 HuC6270_registers[0]+=inc_value; in WRITE_HANDLER()
325 case 0: inc_value=1; break; in WRITE_HANDLER()
326 case 1: inc_value=32;break; in WRITE_HANDLER()
327 case 2: inc_value=64; break; in WRITE_HANDLER()
328 case 3: inc_value=128; break; in WRITE_HANDLER()
485 inc_value=1; in battlera_vh_start()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dbattlera_vidhrdw.c19 static int current_scanline,inc_value; variable
45 inc_value=1; in VIDEO_START()
119 HuC6270_registers[1]=(HuC6270_registers[1]+inc_value)&0xffff; in READ_HANDLER()
207 HuC6270_registers[0]+=inc_value; in WRITE_HANDLER()
214 case 0: inc_value=1; break; in WRITE_HANDLER()
215 case 1: inc_value=32;break; in WRITE_HANDLER()
216 case 2: inc_value=64; break; in WRITE_HANDLER()
217 case 3: inc_value=128; break; in WRITE_HANDLER()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dbattlera_vidhrdw.c19 static int current_scanline,inc_value; variable
45 inc_value=1; in VIDEO_START()
119 HuC6270_registers[1]=(HuC6270_registers[1]+inc_value)&0xffff; in READ_HANDLER()
207 HuC6270_registers[0]+=inc_value; in WRITE_HANDLER()
214 case 0: inc_value=1; break; in WRITE_HANDLER()
215 case 1: inc_value=32;break; in WRITE_HANDLER()
216 case 2: inc_value=64; break; in WRITE_HANDLER()
217 case 3: inc_value=128; break; in WRITE_HANDLER()
/dports/net-p2p/libtorrent/libtorrent-0.13.8/test/torrent/utils/
H A Dnet_test.cc10 static void inc_value(int* value) { (*value)++; } in inc_value() function
14 CPPUNIT_ASSERT(torrent::address_info_call(ai, 0, std::bind(&inc_value, &test_value))); \
/dports/graphics/pinta/pinta-1.7.1/Pinta.Gui.Widgets/Widgets/
H A DHScaleSpinButtonWidget.cs90 private double inc_value; field in Pinta.Gui.Widgets.HScaleSpinButtonWidget
94 get { return inc_value; }
97 inc_value = value;
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/spidermiddlewares/
H A Dhttperror.py49 spider.crawler.stats.inc_value('httperror/response_ignored_count')
50 spider.crawler.stats.inc_value(
H A Ddepth.py46 self.stats.inc_value(f'request_depth_count/{depth}',
56 self.stats.inc_value('request_depth_count/0', spider=spider)
H A Doffsite.py40 self.stats.inc_value('offsite/domains', spider=spider)
41 self.stats.inc_value('offsite/filtered', spider=spider)
H A Durllength.py35 spider.crawler.stats.inc_value('urllength/request_ignored_count', spider=spider)
/dports/graphics/pinta/pinta-1.7.1/Pinta.Gui.Widgets/Dialogs/
H A DSimpleEffectDialog.cs224 double inc_value = 0.01; in CreateDoubleSlider()
233 inc_value = ((IncrementValueAttribute)attr).Value; in CreateDoubleSlider()
241 widget.IncrementValue = inc_value; in CreateDoubleSlider()
261 double inc_value = 1.0; in CreateSlider()
270 inc_value = ((IncrementValueAttribute)attr).Value; in CreateSlider()
278 widget.IncrementValue = inc_value; in CreateSlider()
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/
H A Dstatscollectors.py28 def inc_value(self, key, count=1, start=0, spider=None): member in StatsCollector
75 def inc_value(self, key, count=1, start=0, spider=None): member in DummyStatsCollector
/dports/www/interchange/interchange-5.6.3/lib/Vend/
H A DCounterFile.pm223 sub inc_value { subroutine
318 $self->inc_value();
322 $self->inc_value();
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/tests/libmemcached-1.0/
H A Dplus.cpp100 const string inc_value("1"); in increment_test() local
107 populate_vector(inc_val, inc_value); in increment_test()
115 int_inc_value= uint64_t(atol(inc_value.c_str())); in increment_test()
/dports/databases/libmemcached/libmemcached-1.0.18/tests/libmemcached-1.0/
H A Dplus.cpp100 const string inc_value("1"); in increment_test() local
107 populate_vector(inc_val, inc_value); in increment_test()
115 int_inc_value= uint64_t(atol(inc_value.c_str())); in increment_test()
/dports/graphics/graphviz/graphviz-2.44.1/cmd/smyrna/
H A Dglmotion.c97 float inc_value; in glmotion_zoom_inc() local
98 inc_value = in glmotion_zoom_inc()
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_ui_progressbar.c23 _set_progress_val(Eo *pb, double inc_value) in _set_progress_val() argument
30 progress += inc_value; in _set_progress_val()

123