Home
last modified time | relevance | path

Searched refs:scanned (Results 176 – 200 of 13397) sorted by relevance

12345678910>>...536

/dports/devel/critcl/critcl-3.1.18.1/lib/wikit/
H A Dimage.tcl36 array set scanned [ScanForInlinedImages]
42 if {[info exists scanned($url)]} {
43 unset scanned($url)
50 foreach x [array names scanned] {
/dports/security/clamav/clamav-0.104.2/clamd/
H A Dscanner.h52 unsigned long scanned; member
68 cl_error_t scanfd(const client_conn_t *conn, unsigned long int *scanned, const struct cl_engine *en…
69 int scanstream(int odesc, unsigned long int *scanned, const struct cl_engine *engine, struct cl_sca…
/dports/security/clamav-lts/clamav-0.103.5/clamd/
H A Dscanner.h52 unsigned long scanned; member
68 cl_error_t scanfd(const client_conn_t *conn, unsigned long int *scanned, const struct cl_engine *en…
69 int scanstream(int odesc, unsigned long int *scanned, const struct cl_engine *engine, struct cl_sca…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.2/
H A DDeprecation-84295-UseServerRequestInterfaceInFileEditFileController.rst19 * [not scanned] :php:`$returnUrl`
20 * [not scanned] :php:`$content`
21 * [not scanned] :php:`$title`
26 * [not scanned] :php:`main()`
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.2/
H A DDeprecation-84295-UseServerRequestInterfaceInFileEditFileController.rst19 * [not scanned] :php:`$returnUrl`
20 * [not scanned] :php:`$content`
21 * [not scanned] :php:`$title`
26 * [not scanned] :php:`main()`
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.2/
H A DDeprecation-84295-UseServerRequestInterfaceInFileEditFileController.rst19 * [not scanned] :php:`$returnUrl`
20 * [not scanned] :php:`$content`
21 * [not scanned] :php:`$title`
26 * [not scanned] :php:`main()`
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/ogg/flac/
H A Doggflacfile.cpp46 scanned(false), in FilePrivate()
63 bool scanned; member in Ogg::FLAC::File::FilePrivate
181 if (!d->scanned) { in read()
219 if(d->scanned) in scan()
320 d->scanned = true; in scan()
/dports/audio/taglib/taglib-1.12/taglib/ogg/flac/
H A Doggflacfile.cpp46 scanned(false), in FilePrivate()
63 bool scanned; member in Ogg::FLAC::File::FilePrivate
181 if (!d->scanned) { in read()
219 if(d->scanned) in scan()
320 d->scanned = true; in scan()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/ogg/flac/
H A Doggflacfile.cpp46 scanned(false), in FilePrivate()
63 bool scanned; member in Ogg::FLAC::File::FilePrivate
181 if (!d->scanned) { in read()
219 if(d->scanned) in scan()
320 d->scanned = true; in scan()
/dports/sysutils/cfengine-devel/core-d08ae9eff/libpromises/
H A Dmath.peg47scanned = 0; sscanf(yytext, "%lf", &scanned); math_eval_push(math_eval_pop(yy->stack, &(yy->stackp…
48 …ble scanned = 0; sscanf(yytext, "%lf", &scanned); math_eval_push(scanned, yy->stack, &(yy->stackp)…
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/hwmon/
H A Dtps53679.rst10 Addresses scanned: -
18 Addresses scanned: -
26 Addresses scanned: -
34 Addresses scanned: -
42 Addresses scanned: -
50 Addresses scanned: -
H A Dlm25066.rst10 Addresses scanned: -
22 Addresses scanned: -
34 Addresses scanned: -
44 Addresses scanned: -
54 Addresses scanned: -
H A Dmax20730.rst12 Addresses scanned: -
20 Addresses scanned: -
28 Addresses scanned: -
36 Addresses scanned: -
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/hwmon/
H A Dtps53679.rst10 Addresses scanned: -
18 Addresses scanned: -
26 Addresses scanned: -
34 Addresses scanned: -
42 Addresses scanned: -
50 Addresses scanned: -
H A Dlm25066.rst10 Addresses scanned: -
22 Addresses scanned: -
34 Addresses scanned: -
44 Addresses scanned: -
54 Addresses scanned: -
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/hwmon/
H A Dtps53679.rst10 Addresses scanned: -
18 Addresses scanned: -
26 Addresses scanned: -
34 Addresses scanned: -
42 Addresses scanned: -
50 Addresses scanned: -
H A Dlm25066.rst10 Addresses scanned: -
22 Addresses scanned: -
34 Addresses scanned: -
44 Addresses scanned: -
54 Addresses scanned: -
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/context/annotation/configuration/spr9031/
H A DSpr9031Tests.java49 assertThat(ctx.getBean(LowLevelConfig.class).scanned, not(nullValue())); in withAsmAnnotationProcessing()
61 assertThat(ctx.getBean(LowLevelConfig.class).scanned, not(nullValue())); in withoutAsmAnnotationProcessing()
75 @Autowired Spr9031Component scanned; field in Spr9031Tests.LowLevelConfig
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/pgstattuple/
H A Dpgstatapprox.c62 BlockNumber scanned, in statapprox_heap() local
74 scanned = 0; in statapprox_heap()
120 scanned++; in statapprox_heap()
184 stat->tuple_count = vac_estimate_reltuples(rel, false, nblocks, scanned, in statapprox_heap()
192 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/pgstattuple/
H A Dpgstatapprox.c62 BlockNumber scanned, in statapprox_heap() local
74 scanned = 0; in statapprox_heap()
120 scanned++; in statapprox_heap()
184 stat->tuple_count = vac_estimate_reltuples(rel, false, nblocks, scanned, in statapprox_heap()
192 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/pgstattuple/
H A Dpgstatapprox.c62 BlockNumber scanned, in statapprox_heap() local
74 scanned = 0; in statapprox_heap()
120 scanned++; in statapprox_heap()
184 stat->tuple_count = vac_estimate_reltuples(rel, false, nblocks, scanned, in statapprox_heap()
192 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql96-client/postgresql-9.6.24/contrib/pgstattuple/
H A Dpgstatapprox.c62 BlockNumber scanned, in statapprox_heap() local
74 scanned = 0; in statapprox_heap()
120 scanned++; in statapprox_heap()
184 stat->tuple_count = vac_estimate_reltuples(rel, false, nblocks, scanned, in statapprox_heap()
192 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/contrib/pgstattuple/
H A Dpgstatapprox.c62 BlockNumber scanned, in statapprox_heap() local
74 scanned = 0; in statapprox_heap()
120 scanned++; in statapprox_heap()
184 stat->tuple_count = vac_estimate_reltuples(rel, false, nblocks, scanned, in statapprox_heap()
192 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/contrib/pgstattuple/
H A Dpgstatapprox.c62 BlockNumber scanned, in statapprox_heap() local
74 scanned = 0; in statapprox_heap()
120 scanned++; in statapprox_heap()
184 stat->tuple_count = vac_estimate_reltuples(rel, false, nblocks, scanned, in statapprox_heap()
192 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql96-docs/postgresql-9.6.24/contrib/pgstattuple/
H A Dpgstatapprox.c62 BlockNumber scanned, in statapprox_heap() local
74 scanned = 0; in statapprox_heap()
120 scanned++; in statapprox_heap()
184 stat->tuple_count = vac_estimate_reltuples(rel, false, nblocks, scanned, in statapprox_heap()
192 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()

12345678910>>...536