Home
last modified time | relevance | path

Searched refs:delegated (Results 1 – 25 of 2758) sorted by relevance

12345678910>>...111

/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/support/Config/
H A Ddelegated-ipv4-latest1 delegated-afrinic-latest:afrinic|*|ipv4|*|2202|summary
2 delegated-afrinic-latest:afrinic|ZA|ipv4|41.0.0.0|2097152|20071126|allocated
3 delegated-afrinic-latest:afrinic|EG|ipv4|41.32.0.0|1048576|20091105|allocated
4 delegated-afrinic-latest:afrinic|ZA|ipv4|41.48.0.0|524288|20091211|allocated
5 delegated-afrinic-latest:afrinic|ZA|ipv4|41.56.0.0|65536|20100125|allocated
6 delegated-afrinic-latest:afrinic|ZA|ipv4|41.57.0.0|16384|20110121|allocated
7 delegated-afrinic-latest:afrinic|ZW|ipv4|41.57.64.0|4096|20111215|allocated
2204 delegated-apnic-latest:apnic|*|ipv4|*|21358|summary
23563 delegated-arin-latest:arin|*|ipv4|*|45708|summary
69272 delegated-lacnic-latest:lacnic|*|ipv4|*|4049|summary
[all …]
H A Dragetcountrycodes.sh18 wget http://ftp.apnic.net/stats/arin/delegated-arin-extended-latest
19 wget http://ftp.apnic.net/stats/afrinic/delegated-afrinic-latest
20 wget http://ftp.apnic.net/stats/apnic/delegated-apnic-latest
21 wget http://ftp.apnic.net/stats/lacnic/delegated-lacnic-latest
22 wget http://ftp.apnic.net/stats/ripe-ncc/delegated-ripencc-latest
23 wget http://ftp.apnic.net/stats/iana/delegated-iana-latest
25 fgrep ipv4 delegated-[alr]*-latest delegated-iana-latest > delegated-ipv4-latest
26 rm delegated-[alr]*-latest delegated-iana-latest
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/krb/
H A Ds4u_authdata.c98 if (delegated != NULL) { in s4u2proxy_free_internal()
101 free(delegated); in s4u2proxy_free_internal()
130 s4uctx->delegated = sp->delegated; in s4u2proxy_import_authdata()
131 sp->delegated = NULL; in s4u2proxy_import_authdata()
166 sp.delegated = s4uctx->delegated; in s4u2proxy_export_authdata()
383 if (delegated == NULL) in s4u2proxy_export_internal()
393 delegated[i] = NULL; in s4u2proxy_export_internal()
395 *ptr = delegated; in s4u2proxy_export_internal()
396 delegated = NULL; in s4u2proxy_export_internal()
533 s4uctx->delegated = delegated; in s4u2proxy_internalize()
[all …]
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/krb/
H A Ds4u_authdata.c98 if (delegated != NULL) { in s4u2proxy_free_internal()
101 free(delegated); in s4u2proxy_free_internal()
130 s4uctx->delegated = sp->delegated; in s4u2proxy_import_authdata()
131 sp->delegated = NULL; in s4u2proxy_import_authdata()
166 sp.delegated = s4uctx->delegated; in s4u2proxy_export_authdata()
383 if (delegated == NULL) in s4u2proxy_export_internal()
393 delegated[i] = NULL; in s4u2proxy_export_internal()
395 *ptr = delegated; in s4u2proxy_export_internal()
396 delegated = NULL; in s4u2proxy_export_internal()
533 s4uctx->delegated = delegated; in s4u2proxy_internalize()
[all …]
/dports/devel/py-shapely/Shapely-1.8.0/shapely/
H A Dprepared.py6 from shapely.impl import DefaultImplementation, delegated
48 @delegated
53 @delegated
58 @delegated
63 @delegated
68 @delegated
73 @delegated
78 @delegated
83 @delegated
88 @delegated
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/phpoption/phpoption/
H A DMakefile2 …@docker run -it -w /data -v ${PWD}:/data:delegated -v ~/.composer:/root/.composer:delegated --entr…
3 …@docker run -it -w /data -v ${PWD}:/data:delegated -v ~/.composer:/root/.composer:delegated --entr…
6 …@rm -f bootstrap/cache/*.php && docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint ven…
9 …@docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/phpstan --rm registry.g…
12 …@docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/phpstan --rm registry.g…
15 …@docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/phpstan --rm registry.g…
18 …@docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/psalm.phar --rm registr…
21 …@docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/psalm .phar--rm registr…
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/
H A Dresult.hpp39 using types = detail::type_list<delegated<Ts...>, message, error>;
60 result_base(delegated<Ts...> x) : content_(x) { in result_base()
65 : content_(delegated<Ts...>{}) { in result_base()
69 result_base(const response_promise&) : content_(delegated<Ts...>{}) { in result_base()
94 variant<delegated<Ts...>, message, error> content_;
120 result(delegated<unit_t>) : super(delegated<void>{}) { in result()
124 result(const typed_response_promise<unit_t>&) : super(delegated<void>{}) { in result()
144 result(delegated<unit_t>) : super(delegated<void>{}) { in result()
148 result(const typed_response_promise<unit_t>&) : super(delegated<void>{}) { in result()
238 using skippable_result = variant<delegated<message>, message, error, skip_t>;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpoption/phpoption/
H A DMakefile2 …@docker run -it -w /data -v ${PWD}:/data:delegated -v ~/.composer:/root/.composer:delegated --entr…
3 …@docker run -it -w /data -v ${PWD}:/data:delegated -v ~/.composer:/root/.composer:delegated --entr…
6 …@rm -f bootstrap/cache/*.php && docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint ven…
9 …@docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/phpstan --rm registry.g…
12 …@docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/phpstan --rm registry.g…
15 …@docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/psalm --rm registry.git…
18 …@docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/psalm --rm registry.git…
/dports/dns/py-dns-lexicon/dns-lexicon-3.8.3/lexicon/
H A Dclient.py48 delegated = self.config.resolve("lexicon:delegated")
49 if delegated:
51 delegated = str(delegated).rstrip(".")
53 if delegated != initial_domain:
55 if delegated.endswith(initial_domain):
56 delegated = delegated[: -len(initial_domain)]
57 delegated = delegated.rstrip(".")
/dports/mail/spamassassin-devel/spamassassin-1ea352210/t/data/geodb/
H A Dcreate_ipcc.sh6 arin|US|ipv6|2001:4860::|32|20050314|allocated|9d99e3f7d38d1b8026f2ebbea4017c9f' >delegated-arin
7 true >delegated-ripencc
8 true >delegated-afrinic
9 true >delegated-apnic
10 true >delegated-lacnic
/dports/textproc/uim-gtk3/uim-d1ac9d9/
H A Ddocker-compose.yml10 - .:/source:delegated
17 - .:/source:delegated
24 - .:/source:delegated
31 - .:/source:delegated
38 - .:/source:delegated
45 - .:/source:delegated
/dports/textproc/uim-qt5/uim-d1ac9d9/
H A Ddocker-compose.yml10 - .:/source:delegated
17 - .:/source:delegated
24 - .:/source:delegated
31 - .:/source:delegated
38 - .:/source:delegated
45 - .:/source:delegated
/dports/textproc/uim-m17nlib/uim-d1ac9d9/
H A Ddocker-compose.yml10 - .:/source:delegated
17 - .:/source:delegated
24 - .:/source:delegated
31 - .:/source:delegated
38 - .:/source:delegated
45 - .:/source:delegated
/dports/textproc/uim-gtk/uim-d1ac9d9/
H A Ddocker-compose.yml10 - .:/source:delegated
17 - .:/source:delegated
24 - .:/source:delegated
31 - .:/source:delegated
38 - .:/source:delegated
45 - .:/source:delegated
/dports/textproc/uim-el/uim-d1ac9d9/
H A Ddocker-compose.yml10 - .:/source:delegated
17 - .:/source:delegated
24 - .:/source:delegated
31 - .:/source:delegated
38 - .:/source:delegated
45 - .:/source:delegated
/dports/japanese/uim-anthy/uim-d1ac9d9/
H A Ddocker-compose.yml10 - .:/source:delegated
17 - .:/source:delegated
24 - .:/source:delegated
31 - .:/source:delegated
38 - .:/source:delegated
45 - .:/source:delegated
/dports/net/p5-IP-Country/IP-Country-2.28/
H A DCHANGES28 Jun 25 03:01 delegated-afrinic-latest
29 Jun 24 22:05 delegated-apnic-latest
30 Jun 25 09:01 delegated-arin-latest
31 Jun 25 04:50 delegated-lacnic-latest
39 Mar 3 18:06 delegated-apnic-latest
40 Mar 4 06:02 delegated-arin-latest
41 Mar 4 00:50 delegated-lacnic-latest
52 Feb 1 21:17 delegated-apnic-latest
53 Feb 2 09:03 delegated-arin-latest
63 Dec 16 21:17 delegated-apnic-latest
[all …]
/dports/www/firefox/firefox-99.0/security/manager/ssl/tests/unit/test_delegated_credentials/
H A Ddelegated-ee.pem.certspec1 issuer:delegated-credential-intermediate
2 subject:delegated-ee
6 extension:subjectAlternativeName:delegated-enabled.example.com,delegated-disabled.example.com
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/tests/unit/test_delegated_credentials/
H A Ddelegated-ee.pem.certspec1 issuer:delegated-credential-intermediate
2 subject:delegated-ee
6 extension:subjectAlternativeName:delegated-enabled.example.com,delegated-disabled.example.com
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/tests/unit/test_delegated_credentials/
H A Ddelegated-ee.pem.certspec1 issuer:delegated-credential-intermediate
2 subject:delegated-ee
6 extension:subjectAlternativeName:delegated-enabled.example.com,delegated-disabled.example.com
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/tests/unit/test_delegated_credentials/
H A Ddelegated-ee.pem.certspec1 issuer:delegated-credential-intermediate
2 subject:delegated-ee
6 extension:subjectAlternativeName:delegated-enabled.example.com,delegated-disabled.example.com
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/examples/minimal_build/
H A Ddocker-compose.yml26 - ../../../:/arrow:delegated
27 - .:/io:delegated
36 - ../../../:/arrow:delegated
37 - .:/io:delegated
48 - ../../../:/arrow:delegated
49 - .:/io:delegated
/dports/databases/arrow/apache-arrow-6.0.1/cpp/examples/minimal_build/
H A Ddocker-compose.yml26 - ../../../:/arrow:delegated
27 - .:/io:delegated
36 - ../../../:/arrow:delegated
37 - .:/io:delegated
48 - ../../../:/arrow:delegated
49 - .:/io:delegated
/dports/lang/smalltalk/smalltalk-3.2.5/packages/sandstonedb/Core/
H A DSDCachedStore.st61 <category: 'delegated queries'>
66 <category: 'delegated queries'>
71 <category: 'delegated queries'>
76 <category: 'delegated queries'>
82 <category: 'delegated queries'>
87 <category: 'delegated queries'>
92 <category: 'delegated queries'>
/dports/net/p5-IP-Country/IP-Country-2.28/dbmScripts/
H A Dwhois_filenames3 ftp ftp://ftp.ripe.net/pub/stats/afrinic/delegated-afrinic-latest
4 ftp ftp://ftp.ripe.net/pub/stats/apnic/delegated-apnic-latest
5 ftp ftp://ftp.ripe.net/pub/stats/arin/delegated-arin-latest
6 ftp ftp://ftp.ripe.net/pub/stats/lacnic/delegated-lacnic-latest

12345678910>>...111