Home
last modified time | relevance | path

Searched refs:nbn (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.foxtel.com.au20 Disallow: /content/dam/foxtel/support/pdf/nbn/Service-Description-nbn-from-Foxtel-Home-Phone-Effect…
21 Disallow: /content/dam/foxtel/support/pdf/nbn/Service-Description-nbn-from-Foxtel-Broadband-Effecti…
22 Disallow: /content/dam/foxtel/support/pdf/nbn/Home-Phone-Plan(nbn).pdf
23 Disallow: /content/dam/foxtel/support/pdf/nbn/Unlimited-Broadband-Home-Bundle(Non-Platinum-HD)(nbn)…
24 Disallow: /content/dam/foxtel/support/pdf/nbn/Unlimited-Broadband-Home-Bundle-(Platinum-HD)(nbn).pdf
27 Disallow: /content/dam/foxtel/support/pdf/nbn/Service-Description-nbn-from-Foxtel-Home-Phone-(HFC-T…
28 Disallow: /content/dam/foxtel/support/pdf/nbn/Service-Description-nbn-from-Foxtel-Broadband-(HFC-Te…
46 Disallow: /got/upgrades/broadband/nbn/info/
47 Disallow: /shop/upgrade/broadband-bundles/nbn/info/
112 Disallow: /got/support/broadband/nbn/fttbn/setting-up/nbn-fttn-trenching-faqs/
[all …]
H A Dwww.optus.com.au25 Disallow: /shop/broadband/home-broadband/nbn-plans/legacy-speed-packs
26 Disallow: /shop/broadband/nbn/legacy-speed-packs
/dports/security/lego/lego-4.5.3/vendor/github.com/linode/linodego/test/integration/
H A Dexample_nodebalancers_test.go158 nbn, err := linodeClient.CreateNodeBalancerNode(context.Background(), nb.ID, nbc.ID, createOpts)
162 nbnID := nbn.ID
165 updateOpts := nbn.GetUpdateOptions()
167nbn, err = linodeClient.UpdateNodeBalancerNode(context.Background(), nb.ID, nbc.ID, nbn.ID, update…
179 nbn, err = linodeClient.GetNodeBalancerNode(context.Background(), nb.ID, nbc.ID, nodes[0].ID)
185 if nbn.ID != nbnID {
186 log.Fatalf("Unexpected Nodebalancer Node ID %d != %d", nbn.ID, nbnID)
188 …if err := linodeClient.DeleteNodeBalancerNode(context.Background(), nb.ID, nbc.ID, nbn.ID); err !=…
/dports/security/vault/vault-1.8.2/vendor/github.com/linode/linodego/
H A Dexample_nodebalancers_test.go158 nbn, err := linodeClient.CreateNodeBalancerNode(context.Background(), nb.ID, nbc.ID, createOpts)
162 nbnID := nbn.ID
165 updateOpts := nbn.GetUpdateOptions()
167nbn, err = linodeClient.UpdateNodeBalancerNode(context.Background(), nb.ID, nbc.ID, nbn.ID, update…
179 nbn, err = linodeClient.GetNodeBalancerNode(context.Background(), nb.ID, nbc.ID, nodes[0].ID)
185 if nbn.ID != nbnID {
186 log.Fatalf("Unexpected Nodebalancer Node ID %d != %d", nbn.ID, nbnID)
188 …if err := linodeClient.DeleteNodeBalancerNode(context.Background(), nb.ID, nbc.ID, nbn.ID); err !=…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/linode/linodego/test/integration/
H A Dexample_nodebalancers_test.go158 nbn, err := linodeClient.CreateNodeBalancerNode(context.Background(), nb.ID, nbc.ID, createOpts)
162 nbnID := nbn.ID
165 updateOpts := nbn.GetUpdateOptions()
167nbn, err = linodeClient.UpdateNodeBalancerNode(context.Background(), nb.ID, nbc.ID, nbn.ID, update…
179 nbn, err = linodeClient.GetNodeBalancerNode(context.Background(), nb.ID, nbc.ID, nodes[0].ID)
185 if nbn.ID != nbnID {
186 log.Fatalf("Unexpected Nodebalancer Node ID %d != %d", nbn.ID, nbnID)
188 …if err := linodeClient.DeleteNodeBalancerNode(context.Background(), nb.ID, nbc.ID, nbn.ID); err !=…
/dports/science/quantum-espresso/q-e-qe-6.7.0/COUPLE/src/
H A Dlibpwscf.f9016 INTEGER (kind=C_INT), VALUE :: lib_comm, nim, npt, npl, nta, nbn, ndg
28 nbn_ = nbn
62 INTEGER, INTENT(IN) :: lib_comm, nim, npt, npl, nta, nbn, ndg local
83 PRINT*, 'nband: ', nbn
90 nband=nbn, ndiag=ndg )
H A Dlibcpv.f9016 INTEGER (kind=C_INT), VALUE :: lib_comm, nim, npt, npl, nta, nbn, ndg
28 nbn_ = nbn
67 INTEGER, INTENT(IN) :: lib_comm, nim, npt, npl, nta, nbn, ndg local
89 PRINT*, 'nband: ', nbn
96 nband=nbn, ndiag=ndg )
/dports/cad/opencascade/opencascade-7.6.0/tests/mesh/data/standard/
H A DU716 set nbn 83
19 set nbfreenodes([checkplatform]) $nbn
25 set nbn 60
29 set nbfreenodes([checkplatform]) $nbn
/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DGeoEntity.cpp21 double * Geo_GetNodes_uvw(int Type, int *nbn) in Geo_GetNodes_uvw() argument
24 case POINT_ELEMENT : *nbn = NbrNodes_Point ; return(*Nodes_Point) ; in Geo_GetNodes_uvw()
26 case LINE : *nbn = NbrNodes_Line ; return(*Nodes_Line) ; in Geo_GetNodes_uvw()
27 case TRIANGLE : *nbn = NbrNodes_Triangle ; return(*Nodes_Triangle) ; in Geo_GetNodes_uvw()
28 case QUADRANGLE : *nbn = NbrNodes_Quadrangle ; return(*Nodes_Quadrangle) ; in Geo_GetNodes_uvw()
29 case TETRAHEDRON : *nbn = NbrNodes_Tetrahedron ; return(*Nodes_Tetrahedron) ; in Geo_GetNodes_uvw()
30 case HEXAHEDRON : *nbn = NbrNodes_Hexahedron ; return(*Nodes_Hexahedron) ; in Geo_GetNodes_uvw()
31 case PRISM : *nbn = NbrNodes_Prism ; return(*Nodes_Prism) ; in Geo_GetNodes_uvw()
32 case PYRAMID : *nbn = NbrNodes_Pyramid ; return(*Nodes_Pyramid) ; in Geo_GetNodes_uvw()
34 case LINE_2 : *nbn = NbrNodes_Line_2 ; return(*Nodes_Line_2) ; in Geo_GetNodes_uvw()
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/test/command/
H A Dpandoc-citeproc-118.md8 id: nbn
18 [@nbn] is a spy thriller film.
23 ::: {#ref-nbn .csl-entry}
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/test/command/
H A Dpandoc-citeproc-118.md8 id: nbn
18 [@nbn] is a spy thriller film.
23 ::: {#ref-nbn .csl-entry}
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzbodker.c23 static char nbn[32] = "NAIF_BODY_NAME "; in zzbodker_() local
403 gcpool_(nbn, &c__1, &c__14983, num, names, plfind, (ftnlen)32, (ftnlen)36) in zzbodker_()
423 errch_("#", nbn, (ftnlen)1, (ftnlen)32); in zzbodker_()
425 errch_("#", nbn, (ftnlen)1, (ftnlen)32); in zzbodker_()
442 dtpool_(nbn, &found, nsiz, type__, (ftnlen)32, (ftnlen)1); in zzbodker_()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzbodker.c23 static char nbn[32] = "NAIF_BODY_NAME "; in zzbodker_() local
403 gcpool_(nbn, &c__1, &c__14983, num, names, plfind, (ftnlen)32, (ftnlen)36) in zzbodker_()
423 errch_("#", nbn, (ftnlen)1, (ftnlen)32); in zzbodker_()
425 errch_("#", nbn, (ftnlen)1, (ftnlen)32); in zzbodker_()
442 dtpool_(nbn, &found, nsiz, type__, (ftnlen)32, (ftnlen)1); in zzbodker_()
/dports/science/xtb/xtb-6.4.1/src/
H A Dbasic_geo.f90105 real(wp) rapb(3),rbpc(3),na(3),nb(3),nan,nbn local
125 nbn=vecnorm(nb,3,0)
127 nenner=nan*nbn*sinphi
133 onenner=1.0d0/(nan*nbn)
152 dphidri(ic)=onenner*(cosphi*nbn/nan*rab(ic)-rbb(ic))
155 dphidrj(ic)=onenner*(cosphi*(nbn/nan*rapba(ic) &
156 +nan/nbn*rbc(ic)) &
159 dphidrk(ic)=onenner*(cosphi*(nbn/nan*raa(ic) &
160 +nan/nbn*rbpcb(ic)) &
260 real(wp) vecnorm,nan,nbn,rcn,snanb,deter,test local
[all …]
H A Dconstr.f90498 & rapb(3),rbpc(3),na(3),nb(3),nan,nbn,& local
518 nbn=vecnorm(nb,3,0)
520 nenner=nan*nbn*sinphi
526 onenner=1.0d0/(nan*nbn)
545 dphidri(ic)=onenner*(cosphi*nbn/nan*rab(ic)-rbb(ic))
548 dphidrj(ic)=onenner*(cosphi*(nbn/nan*rapba(ic)&
552 dphidrk(ic)=onenner*(cosphi*(nbn/nan*raa(ic)&
553 & +nan/nbn*rbpcb(ic))&
556 dphidrl(ic)=onenner*(cosphi*nan/nbn*rbb(ic)-rab(ic))
654 & vecnorm,nan,nbn,rcn,snanb,deter,pi,test,& local
[all …]
/dports/math/gap/gap-4.11.0/pkg/cohomolo-1.6.8/standalone/progs.d/
H A Dnormp2.c156 { short nbn,i,j,k,l,m,n,bpt,imbpt,ct,endo,*ptr; in nprg2() local
159 nnps=0; stn= -1; nbn=0; in nprg2()
162 { nbn++; in nprg2()
163 if (nbn>mb) in nprg2()
165 nbase[nbn]=gbase[i]; in nprg2()
167 printf("nbn=%d.\n",nbn); in nprg2()
169 if ((sym==0) && *obase>nbn) m= *obase; else m=nbn; in nprg2()
205 adno=nbg; nskno=nbn; in nprg2()
479 for (i=1;i<=nbn;i++) if (lorbg[i]!=lorbn[i]) {bt=0; break;} in nprg2()
484 fprintf(op,"%4d%4d%4d%4d\n",npt,*pno,nbn,3); in nprg2()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/KS_Solvers/Davidson_RCI/
H A Ddavid_rci.f90141 INTEGER, save :: nbase, np, kdim, kdmx, n, m, nb1, nbn local
349 nbn = nbase + n
353 work%ew(n) = ddot( 2*npw, work%psi(1,1,nbn), 1, work%psi(1,1,nbn), 1 )
357 work%ew(n) = ddot( 2*npw, work%psi(1,1,nbn), 1, work%psi(1,1,nbn), 1 ) + &
358 ddot( 2*npw, work%psi(1,2,nbn), 1, work%psi(1,2,nbn), 1 )
/dports/games/libmaitretarot/libmaitretarot-0.1.98/src/
H A Dconfig_utils.c112 int nbn; in libmt_config_load_config_file() local
129 nbn = 2; /* 1 for the last one, and 1 if the last char in libmt_config_load_config_file()
134 nbn++; in libmt_config_load_config_file()
136 keys = (char **)g_malloc0 (nbn * sizeof (char *)); in libmt_config_load_config_file()
137 values = (char **)g_malloc0 (nbn * sizeof (char *)); in libmt_config_load_config_file()
/dports/science/quantum-espresso/q-e-qe-6.7.0/KS_Solvers/Davidson/
H A Dcegterg.f9069 INTEGER :: kter, nbase, np, kdim, kdmx, n, m, ipol, nb1, nbn local
350 nbn = nbase + n
354 ew(n) = ddot( 2*npw, psi(1,nbn), 1, psi(1,nbn), 1 )
358 ew(n) = ddot( 2*npw, psi(1,nbn), 1, psi(1,nbn), 1 ) + &
359 ddot( 2*npw, psi(npwx+1,nbn), 1, psi(npwx+1,nbn), 1 )
636 INTEGER :: kter, nbase, np, kdim, kdmx, n, m, ipol, nb1, nbn local
867 nbn = nbase + n
871 ew(n) = ddot( 2*npw, psi(1,nbn), 1, psi(1,nbn), 1 )
875 ew(n) = ddot( 2*npw, psi(1,nbn), 1, psi(1,nbn), 1 ) + &
876 ddot( 2*npw, psi(npwx+1,nbn), 1, psi(npwx+1,nbn), 1 )
/dports/math/scilab/scilab-6.1.1/scilab/modules/signal_processing/src/fortran/
H A Ddesib.f2 subroutine desib(nmaxi,maxdeg,vsnn,ndegn,nbn,ityp,iapro,om,nh, argument
19 nj = nbn
H A Ddesia.f3 *nbn,nzero,nzm,vsn,a,adelta,adeg,
32 nbn = nj
H A Dsyredi.f74 *edeg,ndeg,adelp,adels,nbn,nzero,nzm,vsn,a,
85 call desib(nmaxi,maxdeg,vsnn,ndegn,nbn,ityp,iapro,om,nh,adelp,
/dports/science/xtb/xtb-6.4.1/src/gfnff/
H A Dmath.f62 , vecnorm,nan,nbn,rcn,snanb,deter,pi
84 nbn=vecnorm(nb,3,1)
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/doc/
H A Ddocumentation.bbl59 \newblock urn: \htmladdnormallink{nbn:de:0030-drops-20890}{http://nbn-resolving.de/urn/resolver.pl?…
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/comic/
H A Dinput.py36 nbn = bn.replace('#', '_')
37 if nbn != bn:
38 os.rename(x, os.path.join(os.path.dirname(x), nbn))

12345678910>>...13