Home
last modified time | relevance | path

Searched refs:gh (Results 226 – 250 of 14777) sorted by relevance

12345678910>>...592

/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/operators/tests/
H A Dtest_all.py83 gh = nx.intersection_all([g, h])
84 assert set(gh.nodes()) == set(g.nodes())
85 assert set(gh.nodes()) == set(h.nodes())
102 gh = nx.intersection_all([g, h])
103 assert set(gh.nodes()) == set(h.nodes())
115 gh = nx.intersection_all([g, h])
116 assert set(gh.nodes()) == set(g.nodes())
117 assert set(gh.nodes()) == set(h.nodes())
118 assert sorted(gh.edges()) == [(0, 1)]
132 gh = nx.intersection_all([g, h])
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/billziss-gh/cgofuse/
H A DREADME.md6 <a href="https://godoc.org/github.com/billziss-gh/cgofuse/fuse">
7 <img src="https://godoc.org/github.com/billziss-gh/cgofuse/fuse?status.svg"/>
13gh/cgofuse/master.svg)](https://ci.appveyor.com/project/billziss-gh/cgofuse)|macOS<br/>[![Travis C…
32 - Prerequisites: [WinFsp](https://github.com/billziss-gh/winfsp)
125 - [winfsp-tests](https://github.com/billziss-gh/winfsp/tree/master/tst/winfsp-tests)
126 - [fsx](https://github.com/billziss-gh/secfs.test/tree/master/fstools/src/fsx)
129 - [fstest](https://github.com/billziss-gh/secfs.test/tree/master/fstest/ntfs-3g-pjd-fstest-8af5670)
130 - [fsx](https://github.com/billziss-gh/secfs.test/tree/master/fstools/src/fsx)
133 - [fstest](https://github.com/billziss-gh/secfs.test/tree/master/fstest/ntfs-3g-pjd-fstest-8af5670)
134 - [fsx](https://github.com/billziss-gh/secfs.test/tree/master/fstools/src/fsx)
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/unit/
H A DTMetricTest.cpp416 MsqMatrix<2,2> g,gh; in test_numerical_hessian_2D() local
433 ASSERT_MATRICES_EQUAL( g, gh, 1e-6 ); in test_numerical_hessian_2D()
445 ASSERT_MATRICES_EQUAL( g, gh, 1e-6 ); in test_numerical_hessian_2D()
457 ASSERT_MATRICES_EQUAL( g, gh, 1e-6 ); in test_numerical_hessian_2D()
469 ASSERT_MATRICES_EQUAL( g, gh, 1e-6 ); in test_numerical_hessian_2D()
481 ASSERT_MATRICES_EQUAL( g, gh, 1e-6 ); in test_numerical_hessian_2D()
493 ASSERT_MATRICES_EQUAL( g, gh, 1e-6 ); in test_numerical_hessian_2D()
506 ASSERT_MATRICES_EQUAL( g, gh, 1e-6 ); in test_numerical_hessian_2D()
518 ASSERT_MATRICES_EQUAL( g, gh, 1e-6 ); in test_numerical_hessian_2D()
535 MsqMatrix<3,3> g, gh; in test_numerical_hessian_3D() local
[all …]
H A DAWMetricTest.cpp437 MsqMatrix<2,2> g, gh; in test_numerical_hessian_2D() local
454 ASSERT_MATRICES_EQUAL( g, gh, 1e-6 ); in test_numerical_hessian_2D()
466 ASSERT_MATRICES_EQUAL( g, gh, 1e-6 ); in test_numerical_hessian_2D()
478 ASSERT_MATRICES_EQUAL( g, gh, 1e-6 ); in test_numerical_hessian_2D()
490 ASSERT_MATRICES_EQUAL( g, gh, 1e-6 ); in test_numerical_hessian_2D()
502 ASSERT_MATRICES_EQUAL( g, gh, 1e-6 ); in test_numerical_hessian_2D()
514 ASSERT_MATRICES_EQUAL( g, gh, 1e-6 ); in test_numerical_hessian_2D()
527 ASSERT_MATRICES_EQUAL( g, gh, 1e-6 ); in test_numerical_hessian_2D()
539 ASSERT_MATRICES_EQUAL( g, gh, 1e-6 ); in test_numerical_hessian_2D()
556 MsqMatrix<3,3> g, gh; in test_numerical_hessian_3D() local
[all …]
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/rnn/
H A Dlstm.py134 c_prev, x, c_next, gc, gh = inputs
147 if gh is None:
148 gh = 0
167 go[:] = gh * co * _grad_sigmoid(sig_o)
195 c_prev, x, c, gc, gh = inputs
200 gh_is_none = gh is None
207 gh = 0
277 gc_bar = gh * sig_o * gtanh_c + gc
290 dgc_do = gh * gsig_o * gtanh_c
291 go[:] = ggc * dgc_do + ggo * gh * tanh_c * ggsig_o
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/Azure/azure-sdk-for-go/services/trafficmanager/mgmt/2017-03-01/trafficmanager/
H A Dmodels.go190 if gh.GeographicHierarchyProperties != nil {
191 objectMap["properties"] = gh.GeographicHierarchyProperties
193 if gh.Location != nil {
194 objectMap["location"] = gh.Location
196 if gh.Tags != nil {
197 objectMap["tags"] = gh.Tags
227 gh.ID = &ID
236 gh.Name = &name
245 gh.Type = &typeVar
254 gh.Location = &location
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/trafficmanager/mgmt/2017-03-01/trafficmanager/
H A Dmodels.go185 if gh.GeographicHierarchyProperties != nil {
186 objectMap["properties"] = gh.GeographicHierarchyProperties
188 if gh.Location != nil {
189 objectMap["location"] = gh.Location
191 if gh.Tags != nil {
192 objectMap["tags"] = gh.Tags
222 gh.ID = &ID
231 gh.Name = &name
240 gh.Type = &typeVar
249 gh.Location = &location
[all …]
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/trafficmanager/mgmt/2017-03-01/trafficmanager/
H A Dmodels.go185 if gh.GeographicHierarchyProperties != nil {
186 objectMap["properties"] = gh.GeographicHierarchyProperties
188 if gh.Location != nil {
189 objectMap["location"] = gh.Location
191 if gh.Tags != nil {
192 objectMap["tags"] = gh.Tags
222 gh.ID = &ID
231 gh.Name = &name
240 gh.Type = &typeVar
249 gh.Location = &location
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/Azure/azure-sdk-for-go/services/trafficmanager/mgmt/2017-03-01/trafficmanager/
H A Dmodels.go190 if gh.GeographicHierarchyProperties != nil {
191 objectMap["properties"] = gh.GeographicHierarchyProperties
193 if gh.Location != nil {
194 objectMap["location"] = gh.Location
196 if gh.Tags != nil {
197 objectMap["tags"] = gh.Tags
227 gh.ID = &ID
236 gh.Name = &name
245 gh.Type = &typeVar
254 gh.Location = &location
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/Azure/azure-sdk-for-go/services/trafficmanager/mgmt/2017-03-01/trafficmanager/
H A Dmodels.go190 if gh.GeographicHierarchyProperties != nil {
191 objectMap["properties"] = gh.GeographicHierarchyProperties
193 if gh.Location != nil {
194 objectMap["location"] = gh.Location
196 if gh.Tags != nil {
197 objectMap["tags"] = gh.Tags
227 gh.ID = &ID
236 gh.Name = &name
245 gh.Type = &typeVar
254 gh.Location = &location
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/Azure/azure-sdk-for-go/services/trafficmanager/mgmt/2017-03-01/trafficmanager/
H A Dmodels.go190 if gh.GeographicHierarchyProperties != nil {
191 objectMap["properties"] = gh.GeographicHierarchyProperties
193 if gh.Location != nil {
194 objectMap["location"] = gh.Location
196 if gh.Tags != nil {
197 objectMap["tags"] = gh.Tags
227 gh.ID = &ID
236 gh.Name = &name
245 gh.Type = &typeVar
254 gh.Location = &location
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/trafficmanager/mgmt/2017-03-01/trafficmanager/
H A Dmodels.go185 if gh.GeographicHierarchyProperties != nil {
186 objectMap["properties"] = gh.GeographicHierarchyProperties
188 if gh.Location != nil {
189 objectMap["location"] = gh.Location
191 if gh.Tags != nil {
192 objectMap["tags"] = gh.Tags
222 gh.ID = &ID
231 gh.Name = &name
240 gh.Type = &typeVar
249 gh.Location = &location
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/trafficmanager/mgmt/2017-03-01/trafficmanager/
H A Dmodels.go185 if gh.GeographicHierarchyProperties != nil {
186 objectMap["properties"] = gh.GeographicHierarchyProperties
188 if gh.Location != nil {
189 objectMap["location"] = gh.Location
191 if gh.Tags != nil {
192 objectMap["tags"] = gh.Tags
222 gh.ID = &ID
231 gh.Name = &name
240 gh.Type = &typeVar
249 gh.Location = &location
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/trafficmanager/mgmt/2017-03-01/trafficmanager/
H A Dmodels.go190 if gh.GeographicHierarchyProperties != nil {
191 objectMap["properties"] = gh.GeographicHierarchyProperties
193 if gh.Location != nil {
194 objectMap["location"] = gh.Location
196 if gh.Tags != nil {
197 objectMap["tags"] = gh.Tags
227 gh.ID = &ID
236 gh.Name = &name
245 gh.Type = &typeVar
254 gh.Location = &location
[all …]
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/trafficmanager/mgmt/2017-03-01/trafficmanager/
H A Dmodels.go185 if gh.GeographicHierarchyProperties != nil {
186 objectMap["properties"] = gh.GeographicHierarchyProperties
188 if gh.Location != nil {
189 objectMap["location"] = gh.Location
191 if gh.Tags != nil {
192 objectMap["tags"] = gh.Tags
222 gh.ID = &ID
231 gh.Name = &name
240 gh.Type = &typeVar
249 gh.Location = &location
[all …]
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/trafficmanager/mgmt/2017-03-01/trafficmanager/
H A Dmodels.go185 if gh.GeographicHierarchyProperties != nil {
186 objectMap["properties"] = gh.GeographicHierarchyProperties
188 if gh.Location != nil {
189 objectMap["location"] = gh.Location
191 if gh.Tags != nil {
192 objectMap["tags"] = gh.Tags
222 gh.ID = &ID
231 gh.Name = &name
240 gh.Type = &typeVar
249 gh.Location = &location
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/trafficmanager/mgmt/2017-03-01/trafficmanager/
H A Dmodels.go190 if gh.GeographicHierarchyProperties != nil {
191 objectMap["properties"] = gh.GeographicHierarchyProperties
193 if gh.Location != nil {
194 objectMap["location"] = gh.Location
196 if gh.Tags != nil {
197 objectMap["tags"] = gh.Tags
227 gh.ID = &ID
236 gh.Name = &name
245 gh.Type = &typeVar
254 gh.Location = &location
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/gfs2/
H A Dfile.c161 struct gfs2_holder gh; in gfs2_fileattr_get() local
177 gfs2_glock_dq(&gh); in gfs2_fileattr_get()
179 gfs2_holder_uninit(&gh); in gfs2_fileattr_get()
225 struct gfs2_holder gh; in do_gfs2_set_flags() local
430 struct gfs2_holder gh; in gfs2_page_mkwrite() local
526 gfs2_glock_dq(&gh); in gfs2_page_mkwrite()
552 gfs2_glock_dq(&gh); in gfs2_fault()
777 gfs2_glock_dq(gh); in gfs2_file_direct_read()
814 gfs2_glock_dq(gh); in gfs2_file_direct_write()
854 gfs2_glock_dq(&gh); in gfs2_file_read_iter()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/gfs2/
H A Dfile.c161 struct gfs2_holder gh; in gfs2_fileattr_get() local
177 gfs2_glock_dq(&gh); in gfs2_fileattr_get()
179 gfs2_holder_uninit(&gh); in gfs2_fileattr_get()
225 struct gfs2_holder gh; in do_gfs2_set_flags() local
430 struct gfs2_holder gh; in gfs2_page_mkwrite() local
526 gfs2_glock_dq(&gh); in gfs2_page_mkwrite()
552 gfs2_glock_dq(&gh); in gfs2_fault()
777 gfs2_glock_dq(gh); in gfs2_file_direct_read()
814 gfs2_glock_dq(gh); in gfs2_file_direct_write()
854 gfs2_glock_dq(&gh); in gfs2_file_read_iter()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/gfs2/
H A Dfile.c161 struct gfs2_holder gh; in gfs2_fileattr_get() local
177 gfs2_glock_dq(&gh); in gfs2_fileattr_get()
179 gfs2_holder_uninit(&gh); in gfs2_fileattr_get()
225 struct gfs2_holder gh; in do_gfs2_set_flags() local
430 struct gfs2_holder gh; in gfs2_page_mkwrite() local
526 gfs2_glock_dq(&gh); in gfs2_page_mkwrite()
552 gfs2_glock_dq(&gh); in gfs2_fault()
777 gfs2_glock_dq(gh); in gfs2_file_direct_read()
814 gfs2_glock_dq(gh); in gfs2_file_direct_write()
854 gfs2_glock_dq(&gh); in gfs2_file_read_iter()
[all …]
/dports/math/gap/gap-4.11.0/pkg/fining/examples/include/
H A Dgpolygons_cghin.include3 gap&gt; gh := TwistedTrialityHexagon(ps);
7 &gt; until p in gh;
10 gap&gt; p in gh;
12 gap&gt; q := ElementToElement(gh,p);
16 gap&gt; l in gh;
18 gap&gt; List(Lines(q),x-&gt;x in gh);
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golangci/golangci-lint/.github/peril/rules/
H A Dinvite-collaborator.ts18 const gh = danger.github; constant
19 const api = gh.api;
22 const owner = gh.thisPR.owner;
23 const repo = gh.thisPR.repo;
24 const number = gh.thisPR.number;
27 const username = gh.pr.user.login;
/dports/math/gap/gap-4.11.0/pkg/fining/examples/gap/
H A Dgpolygons_spanmeet.g3 gh := SplitCayleyHexagon(ps);
5 p := VectorSpaceToElement(gh,vec);
7 q := VectorSpaceToElement(gh,vec);
9 ElementToElement(gh,span);
12 l := VectorSpaceToElement(gh,vec);
15 m := VectorSpaceToElement(gh,vec);
/dports/www/searx/searx-1.0.0/utils/
H A Dmakefile.sphinx13 GH_PAGES ?= build/gh-pages
171 PHONY += prepare-gh-pages
172 prepare-gh-pages:
177 PHONY += gh-pages
178 gh-pages: docs-clean docs
180 - git branch -D gh-pages || exit 0
183 $(MAKE) prepare-gh-pages
187 git push -f origin gh-pages
189 PHONY += ci-gh-pages
190 ci-gh-pages: docs-clean docs
[all …]
/dports/misc/sword/sword-1.8.1/src/modules/filters/
H A Dgbfwordjs.cpp150 char gh = 0; in processText() local
151 gh = isdigit(strong[0]) ? 0:strong[0]; in processText()
152 if (!gh) { in processText()
161 if (gh == 'G') { in processText()
165 if (gh == 'H') { in processText()
247 char gh = 0; in processText() local
248 gh = isdigit(strong[0]) ? 0:strong[0]; in processText()
249 if (!gh) { in processText()
251 gh = vkey->getTestament() ? 'H' : 'G'; in processText()
257 if (gh == 'G') { in processText()
[all …]

12345678910>>...592