Home
last modified time | relevance | path

Searched refs:scanned (Results 151 – 175 of 12757) sorted by relevance

12345678910>>...511

/dports/textproc/hevea/hevea-2.34/
H A Dlongtable.hva9 %%They assume that scanned text is in the token command '\@tmp@scanned'
12 {\appendtokens\lt@lines\@tmp@scanned%
14 \def\lt@endhead{\addtokens{\@tmp@scanned}{\\}\lt@save@line{\lt@head}}
15 \def\lt@endfirsthead{\addtokens{\@tmp@scanned}{\\}\lt@save@line{\lt@firsthead}}
20 {\appendtokens\lt@lines\@tmp@scanned%
/dports/mail/py-postfix-mta-sts-resolver/postfix-mta-sts-resolver-1.1.1/tests/
H A Dtest_cache.py101 scanned = []
105 scanned.append(cache_item)
111 assert len(scanned) == len(data)
112 assert sorted(scanned) == sorted(data)
115 assert scanned == data
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.2/
H A DDeprecation-84341-ProtectedMethodsAndPropertiesInNewRecordController.rst17 * [not scanned] :php:`pageinfo`
30 * [not scanned] :php:`id`
33 * [not scanned] :php:`perms_clause`
34 * [not scanned] :php:`content`
40 * [not scanned] :php:`main()`
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.2/
H A DDeprecation-84341-ProtectedMethodsAndPropertiesInNewRecordController.rst17 * [not scanned] :php:`pageinfo`
30 * [not scanned] :php:`id`
33 * [not scanned] :php:`perms_clause`
34 * [not scanned] :php:`content`
40 * [not scanned] :php:`main()`
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.2/
H A DDeprecation-84341-ProtectedMethodsAndPropertiesInNewRecordController.rst17 * [not scanned] :php:`pageinfo`
30 * [not scanned] :php:`id`
33 * [not scanned] :php:`perms_clause`
34 * [not scanned] :php:`content`
40 * [not scanned] :php:`main()`
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/hwmon/
H A Dit87.rst10 Addresses scanned: from Super I/O config space (8 I/O ports)
18 Addresses scanned: from Super I/O config space (8 I/O ports)
24 Addresses scanned: from Super I/O config space (8 I/O ports)
32 Addresses scanned: from Super I/O config space (8 I/O ports)
40 Addresses scanned: from Super I/O config space (8 I/O ports)
48 Addresses scanned: from Super I/O config space (8 I/O ports)
56 Addresses scanned: from Super I/O config space (8 I/O ports)
64 Addresses scanned: from Super I/O config space (8 I/O ports)
72 Addresses scanned: from Super I/O config space (8 I/O ports)
80 Addresses scanned: from Super I/O config space (8 I/O ports)
[all …]
H A Dtmp401.rst10 Addresses scanned: I2C 0x4c
18 Addresses scanned: I2C 0x4c, 0x4d, 0x4e
26 Addresses scanned: I2C 0x4c, 0x4d
34 Addresses scanned: I2C 0x4c, 0x4d
42 Addresses scanned: I2C 0x48 - 0x4f
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/hwmon/
H A Dit87.rst10 Addresses scanned: from Super I/O config space (8 I/O ports)
18 Addresses scanned: from Super I/O config space (8 I/O ports)
24 Addresses scanned: from Super I/O config space (8 I/O ports)
32 Addresses scanned: from Super I/O config space (8 I/O ports)
40 Addresses scanned: from Super I/O config space (8 I/O ports)
48 Addresses scanned: from Super I/O config space (8 I/O ports)
56 Addresses scanned: from Super I/O config space (8 I/O ports)
64 Addresses scanned: from Super I/O config space (8 I/O ports)
72 Addresses scanned: from Super I/O config space (8 I/O ports)
80 Addresses scanned: from Super I/O config space (8 I/O ports)
[all …]
H A Dtmp401.rst10 Addresses scanned: I2C 0x4c
18 Addresses scanned: I2C 0x4c, 0x4d, 0x4e
26 Addresses scanned: I2C 0x4c, 0x4d
34 Addresses scanned: I2C 0x4c, 0x4d
42 Addresses scanned: I2C 0x48 - 0x4f
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/hwmon/
H A Dit87.rst10 Addresses scanned: from Super I/O config space (8 I/O ports)
18 Addresses scanned: from Super I/O config space (8 I/O ports)
24 Addresses scanned: from Super I/O config space (8 I/O ports)
32 Addresses scanned: from Super I/O config space (8 I/O ports)
40 Addresses scanned: from Super I/O config space (8 I/O ports)
48 Addresses scanned: from Super I/O config space (8 I/O ports)
56 Addresses scanned: from Super I/O config space (8 I/O ports)
64 Addresses scanned: from Super I/O config space (8 I/O ports)
72 Addresses scanned: from Super I/O config space (8 I/O ports)
80 Addresses scanned: from Super I/O config space (8 I/O ports)
[all …]
H A Dtmp401.rst10 Addresses scanned: I2C 0x4c
18 Addresses scanned: I2C 0x4c, 0x4d, 0x4e
26 Addresses scanned: I2C 0x4c, 0x4d
34 Addresses scanned: I2C 0x4c, 0x4d
42 Addresses scanned: I2C 0x48 - 0x4f
/dports/ftp/pure-ftpd/pure-ftpd-1.0.50/src/
H A Dpure-certd.c290 const CertdCallBack *scanned; in process() local
294 scanned = certd_callbacks; in process()
295 while (scanned->keyword != NULL) { in process()
296 keyword_len = strlen(scanned->keyword); in process()
297 if (strncmp(scanned->keyword, linepnt, keyword_len) == 0) { in process()
298 scanned->func(linepnt + keyword_len); in process()
301 scanned++; in process()
H A Dpure-authd.c322 const ExtauthdCallBack *scanned; in process() local
326 scanned = extauthd_callbacks; in process()
327 while (scanned->keyword != NULL) { in process()
328 keyword_len = strlen(scanned->keyword); in process()
329 if (strncmp(scanned->keyword, linepnt, keyword_len) == 0) { in process()
330 scanned->func(linepnt + keyword_len); in process()
333 scanned++; in process()
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclParse.c267 int scanned; in Tcl_ParseCommand() local
327 src += scanned; in Tcl_ParseCommand()
328 numBytes -= scanned; in Tcl_ParseCommand()
563 if (scanned) { in Tcl_ParseCommand()
564 src += scanned; in Tcl_ParseCommand()
755 p += scanned; in TclParseAllWhiteSpace()
1023 int scanned; in ParseComment() local
1028 p += scanned; in ParseComment()
1043 if (scanned) { in ParseComment()
1044 p += scanned; in ParseComment()
[all …]
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclParse.c260 int scanned; in Tcl_ParseCommand() local
321 src += scanned; in Tcl_ParseCommand()
322 numBytes -= scanned; in Tcl_ParseCommand()
558 if (scanned) { in Tcl_ParseCommand()
559 src += scanned; in Tcl_ParseCommand()
750 p += scanned; in TclParseAllWhiteSpace()
1049 int scanned; in ParseComment() local
1054 p += scanned; in ParseComment()
1069 if (scanned) { in ParseComment()
1070 p += scanned; in ParseComment()
[all …]
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/back-wt/
H A Dkey.c47 long scanned = 0; in wt_key_read() local
68 scanned++; in wt_key_read()
104 rc, scanned ); in wt_key_read()
107 (long) WT_IDL_N(ids), scanned ); in wt_key_read()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/back-wt/
H A Dkey.c47 long scanned = 0; in wt_key_read() local
68 scanned++; in wt_key_read()
104 rc, scanned ); in wt_key_read()
107 (long) WT_IDL_N(ids), scanned ); in wt_key_read()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/back-wt/
H A Dkey.c47 long scanned = 0; in wt_key_read() local
68 scanned++; in wt_key_read()
104 rc, scanned ); in wt_key_read()
107 (long) WT_IDL_N(ids), scanned ); in wt_key_read()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/back-wt/
H A Dkey.c47 long scanned = 0; in wt_key_read() local
68 scanned++; in wt_key_read()
104 rc, scanned ); in wt_key_read()
107 (long) WT_IDL_N(ids), scanned ); in wt_key_read()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dvmpressure.h14 unsigned long scanned; member
34 unsigned long scanned, unsigned long reclaimed);
48 unsigned long scanned, unsigned long reclaimed) {} in vmpressure() argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dvmpressure.h14 unsigned long scanned; member
34 unsigned long scanned, unsigned long reclaimed);
48 unsigned long scanned, unsigned long reclaimed) {} in vmpressure() argument
/dports/editors/yudit/yudit-3.0.7/bin/
H A Dreverse.c11 int scanned; in main() local
16 if ((scanned = sscanf (a, "%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c", in main()
29 fprintf (stderr, "scanned=%d\n", scanned); in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dvmpressure.h14 unsigned long scanned; member
34 unsigned long scanned, unsigned long reclaimed);
48 unsigned long scanned, unsigned long reclaimed) {} in vmpressure() argument
/dports/multimedia/vcdimager/vcdimager-2.0.1/lib/
H A Dmpeg_stream.c45 bool scanned; member
68 new_obj->scanned = false; in vcd_mpeg_source_new()
94 vcd_assert (obj->scanned); in vcd_mpeg_source_get_info()
103 vcd_assert (!obj->scanned); in vcd_mpeg_source_stat()
123 if (obj->scanned) in vcd_mpeg_source_scan()
129 vcd_assert (!obj->scanned); in vcd_mpeg_source_scan()
235 obj->scanned = true; in vcd_mpeg_source_scan()
376 vcd_assert (obj->scanned); in vcd_mpeg_source_get_packet()
/dports/www/ikiwiki/ikiwiki-3.20200202.3/IkiWiki/Plugin/
H A Dtrail.pm93 my $scanned = 0;
121 return "" if $scanned;
124 $scanned = 1;
144 return "" if $scanned;
147 $scanned = 1;
194 $already = $scanned;
197 $scanned = 1;

12345678910>>...511