Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 18479) sorted by relevance

12345678910>>...740

/dports/security/nmap/nmap-7.91/nselib/data/
H A Dhttp-fingerprints.lua107 method = 'GET'
127 method = 'HEAD'
131 method = 'HEAD'
135 method = 'HEAD'
139 method = 'HEAD'
324 method = 'GET'
328 method = 'GET'
332 method = 'GET'
336 method = 'GET'
356 method = 'GET'
[all …]
/dports/graphics/swftools/swftools-0.9.2/lib/as3/
H A Dopcodes.h7 #define add(method) (method->code = abc_add(method->code)) argument
10 #define add_i(method) (method->code = abc_add_i(method->code)) argument
13 #define astype(method,name) (method->code = abc_astype(method->code,name)) argument
19 #define astypelate(method) (method->code = abc_astypelate(method->code)) argument
22 #define bitand(method) (method->code = abc_bitand(method->code)) argument
25 #define bitnot(method) (method->code = abc_bitnot(method->code)) argument
28 #define bitor(method) (method->code = abc_bitor(method->code)) argument
31 #define bitxor(method) (method->code = abc_bitxor(method->code)) argument
34 #define call(method,v) (method->code = abc_call(method->code,v)) argument
151 #define dup(method) (method->code = abc_dup(method->code)) argument
[all …]
/dports/math/R-cran-VGAM/VGAM/man/
H A Dundocumented-methods.Rd3 %\alias{ccoef,ANY-method}
4 %\alias{ccoef-method}
8 \alias{plotdgait,vglm-method}
10 \alias{is.altered,ANY-method}
27 \alias{eCDF,vglm-method}
28 \alias{eCDF,ANY-method}
49 \alias{step4,ANY-method}
51 \alias{add1,vglm-method}
68 \alias{TIC,ANY-method}
69 \alias{TIC,vlm-method}
[all …]
/dports/math/R-cran-terra/terra/src/
H A DRcppModule.cpp263 .method("wkt", &SpatVector::wkt, "") in RCPP_EXPOSED_CLASS()
264 .method("wkb", &SpatVector::wkb, "") in RCPP_EXPOSED_CLASS()
265 .method("hex", &SpatVector::hex, "") in RCPP_EXPOSED_CLASS()
352 .method("flip", &SpatVector::flip) in RCPP_EXPOSED_CLASS()
354 .method("shift", &SpatVector::shift) in RCPP_EXPOSED_CLASS()
359 .method("gaps", &SpatVector::gaps) in RCPP_EXPOSED_CLASS()
362 .method("cover", &SpatVector::cover) in RCPP_EXPOSED_CLASS()
369 .method("hull", &SpatVector::hull) in RCPP_EXPOSED_CLASS()
371 .method("width", &SpatVector::width) in RCPP_EXPOSED_CLASS()
384 .method("split", &SpatVector::split) in RCPP_EXPOSED_CLASS()
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/dft/test/
H A Dtest_h2o.py79 method = dft.RKS(h2o)
86 method = dft.RKS(h2o)
94 method = dft.RKS(h2o)
104 method.xc = 'xlyp'
111 method.xc = 'b3lypg'
121 method.xc = 'b3lypg'
132 method.xc = 'b3lypg'
252 method.xc = 'xlyp'
345 method._eri = None
365 method._eri = None
[all …]
/dports/devel/R-cran-lubridate/lubridate/man/
H A Dhidden_aliases.Rd13 \alias{show,Interval-method}
14 \alias{c,Interval-method}
15 \alias{rep,Interval-method}
16 \alias{[,Interval-method}
18 \alias{[[,Interval-method}
20 \alias{$,Interval-method}
21 \alias{$<-,Interval-method}
86 \alias{c,Duration-method}
153 \alias{c,Period-method}
155 \alias{[,Period-method}
[all …]
/dports/textproc/p5-PPI/PPI-1.270/xt/
H A Dapi.t70 new=method
71 clone=method
75 top=method
100 class=method
114 find=method
122 new=method
130 null=method
131 tidy=method
147 line=method
165 base=method
[all …]
/dports/devel/p5-Class-MakeMethods/Class-MakeMethods-1.01/MakeMethods/Composite/
H A DHash.pm204 my $method = pop @_;
209 my $method = pop @_;
225 my $method = pop @_;
290 my ($method) = @_;
291 $method->{hash_key} ||= $method->{name};
295 my $method = pop @_;
378 $method->{scratch}{return_original} = $self->{$method->{hash_key}};
384 ${ $method->{result} } = $method->{scratch}{return_original};
491 my ($method) = @_;
595 my ($method) = @_;
[all …]
H A DGlobal.pm174 my ($method) = @_;
180 my $method = pop @_;
260 $method->{scratch}{return_original} = $method->{global_data};
266 $method->{result} = \{ $method->{scratch}{return_original} };
369 my ($method) = @_;
381 wantarray ? @{ $method->{global_data} } : $method->{global_data}
384 wantarray ? @{ $method->{global_data} } : $method->{global_data}
469 my ($method) = @_;
480 wantarray ? %{ $method->{global_data} } : $method->{global_data};
496 wantarray ? %{ $method->{global_data} } : $method->{global_data};
[all …]
H A DInheritable.pm133 my ($method) = @_;
138 my $method = pop @_;
151 my $method = pop @_;
160 my $method = pop @_;
169 my $method = pop @_;
220 $method->{result} = \{ $method->{scratch}{return_original} };
324 my ($method) = @_;
342 wantarray ? @{ $method->{data}{$self} } : $method->{data}{$self}
432 my ($method) = @_;
468 wantarray ? %{$method->{data}{$self}} : $method->{data}{$self};
[all …]
H A DArray.pm236 my $method = pop @_;
241 my $method = pop @_;
256 my $method = pop @_;
361 my ($method) = @_;
367 my $method = pop @_;
381 my $method = pop @_;
452 $method->{scratch}{return_original} = $self->[$method->{array_index}];
458 $method->{result} = \{ $method->{scratch}{return_original} };
564 my ($method) = @_;
671 my ($method) = @_;
[all …]
/dports/devel/p5-Test-Inline/Test-Inline-2.214/t/
H A D13_api.t30 new=method
36 add=method
40 class=method
44 save=method
49 new=method
54 name=method
64 new=method
75 new=method
79 new=method
90 new=method
[all …]
/dports/net/pichi/pichi-1.4.0/include/pichi/crypto/
H A Dmethod.hpp21 switch (method) { in isAesCtr()
33 switch (method) { in isAesCfb()
45 switch (method) { in isCamellia()
57 switch (method) { in isGcm()
69 switch (method) { in isSodiumStream()
87 return isArc<method>() || isBlowfish<method>() || isAesCtr<method>() || isAesCfb<method>() || in isStream()
88 isCamellia<method>() || isSodiumStream<method>(); in isStream()
93 return isGcm<method>() || isSodiumAead<method>(); in isAead()
101 static_assert(isStream<method>() || isAead<method>()); in calcKeySize()
102 switch (method) { in calcKeySize()
[all …]
/dports/devel/radare2/radare2-5.1.1/test/db/formats/
H A Ddex80 0x000001a4 method 0 pC LHello.method.<init>(Ljava/lang/String;)V
81 0x000001c0 method 1 sp LHello.method.main([Ljava/lang/String;)V
82 0x000001e8 method 2 p LHello.method.say()V
91 0x000001a4 method LHello pC LHello.method.<init>(Ljava/lang/String;)V
92 0x000001c0 method LHello sp LHello.method.main([Ljava/lang/String;)V
93 0x000001e8 method LHello p LHello.method.say()V
177 0x00000290 1 method.public.LHello.LHello.method.foo_I_V
181 0x00000318 1 method.public.LWorld.LWorld.method.foo_I_V
1220 0x0001e8bc method 0 pC Lcom/ice/tar/tar.method.<init>()V
1223 0x0001eecc method 3 P Lcom/ice/tar/tar.method.usage()V
[all …]
/dports/math/plplot/plplot-5.15.0/bindings/tk/
H A DPLWin.itk41 method cmd {args} {
47 method db {args} {
54 method plcont {args} {
79 method pladv {args} {
83 method plarc {args} {
87 method plaxes {args} {
91 method plbin {args} {
95 method plbop {args} {
99 method plbox {args} {
147 method plenv {args} {
[all …]
/dports/math/plplot-ada/plplot-5.15.0/bindings/tk/
H A DPLWin.itk41 method cmd {args} {
47 method db {args} {
54 method plcont {args} {
79 method pladv {args} {
83 method plarc {args} {
87 method plaxes {args} {
91 method plbin {args} {
95 method plbop {args} {
99 method plbox {args} {
147 method plenv {args} {
[all …]
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/core/method/
H A Darity_spec.rb12 method(:m).arity.should == 0
19 method(:n).arity.should == 0
31 method(:m).arity.should == 1
32 method(:n).arity.should == 2
33 method(:o).arity.should == 3
34 method(:p).arity.should == 4
43 method(:m).arity.should == 1
44 method(:n).arity.should == 1
45 method(:o).arity.should == 1
53 method(:m).arity.should == 2
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/lsp-codec/tests/fixtures/
H A Dcase2.jsonrpc6 "method": "textDocument/didOpen",
13 "method": "textDocument/didOpen",
20 "method": "textDocument/didOpen",
27 "method": "textDocument/didOpen",
34 "method": "textDocument/didOpen",
41 "method": "textDocument/didOpen",
48 "method": "textDocument/didOpen",
55 "method": "textDocument/didOpen",
62 "method": "textDocument/didOpen",
69 "method": "textDocument/didOpen",
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/
H A Dx509_meth.c24 if (method != NULL) { in X509_LOOKUP_meth_new()
32 return method; in X509_LOOKUP_meth_new()
35 OPENSSL_free(method); in X509_LOOKUP_meth_new()
41 if (method != NULL) in X509_LOOKUP_meth_free()
43 OPENSSL_free(method); in X509_LOOKUP_meth_free()
63 method->free = free_fn; in X509_LOOKUP_meth_set_free()
70 return method->free; in X509_LOOKUP_meth_get_free()
76 method->init = init; in X509_LOOKUP_meth_set_init()
83 return method->init; in X509_LOOKUP_meth_get_init()
104 method->ctrl = ctrl; in X509_LOOKUP_meth_set_ctrl()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/x509/
H A Dx509_meth.c24 if (method != NULL) { in X509_LOOKUP_meth_new()
32 return method; in X509_LOOKUP_meth_new()
35 OPENSSL_free(method); in X509_LOOKUP_meth_new()
41 if (method != NULL) in X509_LOOKUP_meth_free()
43 OPENSSL_free(method); in X509_LOOKUP_meth_free()
63 method->free = free_fn; in X509_LOOKUP_meth_set_free()
70 return method->free; in X509_LOOKUP_meth_get_free()
76 method->init = init; in X509_LOOKUP_meth_set_init()
83 return method->init; in X509_LOOKUP_meth_get_init()
104 method->ctrl = ctrl; in X509_LOOKUP_meth_set_ctrl()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/x509/
H A Dx509_meth.c24 if (method != NULL) { in X509_LOOKUP_meth_new()
32 return method; in X509_LOOKUP_meth_new()
35 OPENSSL_free(method); in X509_LOOKUP_meth_new()
41 if (method != NULL) in X509_LOOKUP_meth_free()
43 OPENSSL_free(method); in X509_LOOKUP_meth_free()
63 method->free = free_fn; in X509_LOOKUP_meth_set_free()
70 return method->free; in X509_LOOKUP_meth_get_free()
76 method->init = init; in X509_LOOKUP_meth_set_init()
83 return method->init; in X509_LOOKUP_meth_get_init()
104 method->ctrl = ctrl; in X509_LOOKUP_meth_set_ctrl()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/
H A Dx509_meth.c24 if (method != NULL) { in X509_LOOKUP_meth_new()
32 return method; in X509_LOOKUP_meth_new()
35 OPENSSL_free(method); in X509_LOOKUP_meth_new()
41 if (method != NULL) in X509_LOOKUP_meth_free()
43 OPENSSL_free(method); in X509_LOOKUP_meth_free()
63 method->free = free_fn; in X509_LOOKUP_meth_set_free()
70 return method->free; in X509_LOOKUP_meth_get_free()
76 method->init = init; in X509_LOOKUP_meth_set_init()
83 return method->init; in X509_LOOKUP_meth_get_init()
104 method->ctrl = ctrl; in X509_LOOKUP_meth_set_ctrl()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/
H A Dx509_meth.c24 if (method != NULL) { in X509_LOOKUP_meth_new()
32 return method; in X509_LOOKUP_meth_new()
35 OPENSSL_free(method); in X509_LOOKUP_meth_new()
41 if (method != NULL) in X509_LOOKUP_meth_free()
43 OPENSSL_free(method); in X509_LOOKUP_meth_free()
63 method->free = free_fn; in X509_LOOKUP_meth_set_free()
70 return method->free; in X509_LOOKUP_meth_get_free()
76 method->init = init; in X509_LOOKUP_meth_set_init()
83 return method->init; in X509_LOOKUP_meth_get_init()
104 method->ctrl = ctrl; in X509_LOOKUP_meth_set_ctrl()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/x509/
H A Dx509_meth.c24 if (method != NULL) { in X509_LOOKUP_meth_new()
32 return method; in X509_LOOKUP_meth_new()
35 OPENSSL_free(method); in X509_LOOKUP_meth_new()
41 if (method != NULL) in X509_LOOKUP_meth_free()
43 OPENSSL_free(method); in X509_LOOKUP_meth_free()
63 method->free = free_fn; in X509_LOOKUP_meth_set_free()
70 return method->free; in X509_LOOKUP_meth_get_free()
76 method->init = init; in X509_LOOKUP_meth_set_init()
83 return method->init; in X509_LOOKUP_meth_get_init()
104 method->ctrl = ctrl; in X509_LOOKUP_meth_set_ctrl()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/x509/
H A Dx509_meth.c24 if (method != NULL) { in X509_LOOKUP_meth_new()
32 return method; in X509_LOOKUP_meth_new()
35 OPENSSL_free(method); in X509_LOOKUP_meth_new()
41 if (method != NULL) in X509_LOOKUP_meth_free()
43 OPENSSL_free(method); in X509_LOOKUP_meth_free()
63 method->free = free_fn; in X509_LOOKUP_meth_set_free()
70 return method->free; in X509_LOOKUP_meth_get_free()
76 method->init = init; in X509_LOOKUP_meth_set_init()
83 return method->init; in X509_LOOKUP_meth_get_init()
104 method->ctrl = ctrl; in X509_LOOKUP_meth_set_ctrl()
[all …]

12345678910>>...740