Home
last modified time | relevance | path

Searched refs:behind (Results 176 – 200 of 25975) sorted by relevance

12345678910>>...1039

/dports/lang/perl5.34/perl-5.34.0/os2/OS2/OS2-Process/
H A DProcess.pm364 my ($fl, $h, $w, $y, $x, $behind, $hwnd, @rest)
366 ($x, $y, $fl, $w, $h, $behind, @rest);
403 my ($x, $y, $fl, $w, $h, $behind) = @h{ qw(x y flags width height behind) };
404 WindowPos_set($hwnd, $x, $y, $fl, $w, $h, $behind);
430 my $b = hWindowPos($t)->{behind}; # we are behind this
434 hWindowPos_set {behind => $b}, $t;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/os2/OS2/OS2-Process/
H A DProcess.pm364 my ($fl, $h, $w, $y, $x, $behind, $hwnd, @rest)
366 ($x, $y, $fl, $w, $h, $behind, @rest);
403 my ($x, $y, $fl, $w, $h, $behind) = @h{ qw(x y flags width height behind) };
404 WindowPos_set($hwnd, $x, $y, $fl, $w, $h, $behind);
430 my $b = hWindowPos($t)->{behind}; # we are behind this
434 hWindowPos_set {behind => $b}, $t;
/dports/lang/perl5.30/perl-5.30.3/os2/OS2/OS2-Process/
H A DProcess.pm364 my ($fl, $h, $w, $y, $x, $behind, $hwnd, @rest)
366 ($x, $y, $fl, $w, $h, $behind, @rest);
403 my ($x, $y, $fl, $w, $h, $behind) = @h{ qw(x y flags width height behind) };
404 WindowPos_set($hwnd, $x, $y, $fl, $w, $h, $behind);
430 my $b = hWindowPos($t)->{behind}; # we are behind this
434 hWindowPos_set {behind => $b}, $t;
/dports/science/fastcap/fastcap-2.0wr/src/
H A DzbufSort.c942 if(fac->behind[b] == ref) return(TRUE);
943 else if(chkCycle(fac->behind[b], ref, fp) == TRUE) return(TRUE);
967 if(chkCycle(faces[f]->behind[b], faces[f], file) == TRUE) {
997 if((fac->behind[i])->mark == FALSE) setDepth(fac->behind[i]);
1054 face *fpcur, *fpchk, **behind; local
1060 CALLOC(faces[f]->behind, numfaces, face *, ON, AMSC);
1070 fpcur->behind[(fpcur->numbehind)++] = fpchk;
1072 else if(check == REVERSE) fpchk->behind[(fpchk->numbehind)++] = fpcur;
1082 CALLOC(behind, numfaces, face *, ON, AMSC);
1090 behind[numbehind++] = fpchk;
[all …]
/dports/science/fasthenry/fasthenry-3.0wr/src/zbuf/
H A DzbufSort.c945 if(fac->behind[b] == ref) return(TRUE);
946 else if(chkCycle(fac->behind[b], ref, fp) == TRUE) return(TRUE);
970 if(chkCycle(faces[f]->behind[b], faces[f], file) == TRUE) {
1002 if((fac->behind[i])->mark == FALSE) setDepth(fac->behind[i]);
1059 face *fpcur, *fpchk, **behind; local
1065 CALLOC(faces[f]->behind, numfaces, face *, ON, AMSC);
1075 fpcur->behind[(fpcur->numbehind)++] = fpchk;
1077 else if(check == REVERSE) fpchk->behind[(fpchk->numbehind)++] = fpcur;
1087 CALLOC(behind, numfaces, face *, ON, AMSC);
1095 behind[numbehind++] = fpchk;
[all …]
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/tests/
H A Dtest_padding.cpp18 …t ncnn::Mat& a, int top, int bottom, int left, int right, int front, int behind, int type, float v… in test_padding() argument
29 pd.set(8, behind); in test_padding()
38 …data_size=%d\n", a.dims, a.w, a.h, a.c, top, bottom, left, right, front, behind, type, value, per_… in test_padding()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/tests/
H A Dtest_padding.cpp18 …t ncnn::Mat& a, int top, int bottom, int left, int right, int front, int behind, int type, float v… in test_padding() argument
29 pd.set(8, behind); in test_padding()
38 …data_size=%d\n", a.dims, a.w, a.h, a.c, top, bottom, left, right, front, behind, type, value, per_… in test_padding()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dregex_priv.inc52 RX_BEHIND, /* look behind */
54 RX_NBEHIND, /* negative look behind */
56 RX_RESTORE, /* recover from look ahead/behind */
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/tests/
H A Dtest_padding.cpp18 …t ncnn::Mat& a, int top, int bottom, int left, int right, int front, int behind, int type, float v… in test_padding() argument
29 pd.set(8, behind); in test_padding()
38 …data_size=%d\n", a.dims, a.w, a.h, a.c, top, bottom, left, right, front, behind, type, value, per_… in test_padding()
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/tests/
H A Dtest_padding.cpp18 …t ncnn::Mat& a, int top, int bottom, int left, int right, int front, int behind, int type, float v… in test_padding() argument
29 pd.set(8, behind); in test_padding()
38 …data_size=%d\n", a.dims, a.w, a.h, a.c, top, bottom, left, right, front, behind, type, value, per_… in test_padding()
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/net/http2/h2demo/
H A DREADME5 run it behind any other HTTP implementation so clients (including
7 just runs behind a TCP load balancer.
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/net/http2/h2demo/
H A DREADME5 run it behind any other HTTP implementation so clients (including
7 just runs behind a TCP load balancer.
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/golang.org/x/net/http2/h2demo/
H A DREADME5 run it behind any other HTTP implementation so clients (including
7 just runs behind a TCP load balancer.
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/golang.org/x/net/http2/h2demo/
H A DREADME5 run it behind any other HTTP implementation so clients (including
7 just runs behind a TCP load balancer.
/dports/net/rclone/rclone-1.57.0/vendor/golang.org/x/net/http2/h2demo/
H A DREADME5 run it behind any other HTTP implementation so clients (including
7 just runs behind a TCP load balancer.
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/users-contrib-symbols/biology/
H A Dkillerwhale_high.def77 #white patch behind the eye
98 #gray saddle patch behind dorsal fin
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/net/http2/h2demo/
H A DREADME5 run it behind any other HTTP implementation so clients (including
7 just runs behind a TCP load balancer.
/dports/deskutils/pet/pet-0.4.0/vendor/golang.org/x/net/http2/h2demo/
H A DREADME5 run it behind any other HTTP implementation so clients (including
7 just runs behind a TCP load balancer.
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/net/http2/h2demo/
H A DREADME5 run it behind any other HTTP implementation so clients (including
7 just runs behind a TCP load balancer.
/dports/dns/prometheus-dnssec-exporter/prometheus-dnssec-exporter-caa7d89/vendor/golang.org/x/net/http2/h2demo/
H A DREADME5 run it behind any other HTTP implementation so clients (including
7 just runs behind a TCP load balancer.
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/net/http2/h2demo/
H A DREADME5 run it behind any other HTTP implementation so clients (including
7 just runs behind a TCP load balancer.
/dports/dns/nextdns/nextdns-1.32.2/vendor/golang.org/x/net/http2/h2demo/
H A DREADME5 run it behind any other HTTP implementation so clients (including
7 just runs behind a TCP load balancer.
/dports/devel/gh/cli-2.4.0/vendor/golang.org/x/net/http2/h2demo/
H A DREADME5 run it behind any other HTTP implementation so clients (including
7 just runs behind a TCP load balancer.
/dports/security/lego/lego-4.5.3/vendor/golang.org/x/net/http2/h2demo/
H A DREADME5 run it behind any other HTTP implementation so clients (including
7 just runs behind a TCP load balancer.
/dports/devel/git-town/git-town-7.6.0/vendor/golang.org/x/net/net-ff2c4b7c35a0/http2/h2demo/
H A DREADME5 run it behind any other HTTP implementation so clients (including
7 just runs behind a TCP load balancer.

12345678910>>...1039