Home
last modified time | relevance | path

Searched refs:nrc (Results 1 – 25 of 2333) sorted by relevance

12345678910>>...94

/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_netrc.py16 nrc = netrc.netrc(temp_filename)
19 return nrc
22 nrc = self.make_nrc("""\
30 nrc = self.make_nrc("""\
48 nrc = self.make_nrc(data)
66 nrc = self.make_nrc(item)
78 nrc = self.make_nrc(item)
93 nrc = self.make_nrc(nrc)
188 nrc = self.make_nrc(nrc)
284 nrc = netrc.netrc()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_netrc.py20 nrc = self.make_nrc("""\
24 self.assertEqual(nrc.hosts['host1.domain.com'],
28 nrc2 = self.make_nrc(nrc.__repr__(), cleanup=True)
29 self.assertEqual(nrc.hosts, nrc2.hosts)
32 nrc = self.make_nrc("""\
44 def _test_passwords(self, nrc, passwd): argument
45 nrc = self.make_nrc(nrc)
63 def _test_comment(self, nrc, passwd='pass'): argument
64 nrc = self.make_nrc(nrc)
124 nrc = netrc.netrc()
[all …]
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_netrc.py20 nrc = self.make_nrc("""\
24 self.assertEqual(nrc.hosts['host1.domain.com'],
28 nrc2 = self.make_nrc(nrc.__repr__(), cleanup=True)
29 self.assertEqual(nrc.hosts, nrc2.hosts)
32 nrc = self.make_nrc("""\
44 def _test_passwords(self, nrc, passwd): argument
45 nrc = self.make_nrc(nrc)
63 def _test_comment(self, nrc, passwd='pass'): argument
64 nrc = self.make_nrc(nrc)
124 nrc = netrc.netrc()
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_netrc.py20 nrc = self.make_nrc("""\
24 self.assertEqual(nrc.hosts['host1.domain.com'],
28 nrc2 = self.make_nrc(nrc.__repr__())
29 self.assertEqual(nrc.hosts, nrc2.hosts)
32 nrc = self.make_nrc("""\
44 def _test_passwords(self, nrc, passwd): argument
45 nrc = self.make_nrc(nrc)
63 def _test_comment(self, nrc, passwd='pass'): argument
64 nrc = self.make_nrc(nrc)
122 nrc = netrc.netrc()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_netrc.py19 nrc = self.make_nrc("""\
23 self.assertEqual(nrc.hosts['host1.domain.com'],
27 nrc2 = self.make_nrc(nrc.__repr__())
28 self.assertEqual(nrc.hosts, nrc2.hosts)
31 nrc = self.make_nrc("""\
43 def _test_passwords(self, nrc, passwd): argument
44 nrc = self.make_nrc(nrc)
62 def _test_comment(self, nrc, passwd='pass'): argument
63 nrc = self.make_nrc(nrc)
123 nrc = netrc.netrc()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_netrc.py19 nrc = self.make_nrc("""\
23 self.assertEqual(nrc.hosts['host1.domain.com'],
27 nrc2 = self.make_nrc(nrc.__repr__())
28 self.assertEqual(nrc.hosts, nrc2.hosts)
31 nrc = self.make_nrc("""\
43 def _test_passwords(self, nrc, passwd): argument
44 nrc = self.make_nrc(nrc)
62 def _test_comment(self, nrc, passwd='pass'): argument
63 nrc = self.make_nrc(nrc)
123 nrc = netrc.netrc()
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_netrc.py19 nrc = self.make_nrc("""\
23 self.assertEqual(nrc.hosts['host1.domain.com'],
27 nrc2 = self.make_nrc(nrc.__repr__())
28 self.assertEqual(nrc.hosts, nrc2.hosts)
31 nrc = self.make_nrc("""\
43 def _test_passwords(self, nrc, passwd): argument
44 nrc = self.make_nrc(nrc)
62 def _test_comment(self, nrc, passwd='pass'): argument
63 nrc = self.make_nrc(nrc)
123 nrc = netrc.netrc()
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_netrc.py19 nrc = self.make_nrc("""\
23 self.assertEqual(nrc.hosts['host1.domain.com'],
27 nrc2 = self.make_nrc(nrc.__repr__())
28 self.assertEqual(nrc.hosts, nrc2.hosts)
31 nrc = self.make_nrc("""\
43 def _test_passwords(self, nrc, passwd): argument
44 nrc = self.make_nrc(nrc)
62 def _test_comment(self, nrc, passwd='pass'): argument
63 nrc = self.make_nrc(nrc)
123 nrc = netrc.netrc()
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_netrc.py19 nrc = self.make_nrc("""\
23 self.assertEqual(nrc.hosts['host1.domain.com'],
27 nrc2 = self.make_nrc(nrc.__repr__())
28 self.assertEqual(nrc.hosts, nrc2.hosts)
31 nrc = self.make_nrc("""\
43 def _test_passwords(self, nrc, passwd): argument
44 nrc = self.make_nrc(nrc)
62 def _test_comment(self, nrc, passwd='pass'): argument
63 nrc = self.make_nrc(nrc)
123 nrc = netrc.netrc()
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_netrc.py20 nrc = self.make_nrc("""\
24 self.assertEqual(nrc.hosts['host1.domain.com'],
28 nrc2 = self.make_nrc(nrc.__repr__())
29 self.assertEqual(nrc.hosts, nrc2.hosts)
32 nrc = self.make_nrc("""\
44 def _test_passwords(self, nrc, passwd): argument
45 nrc = self.make_nrc(nrc)
63 def _test_comment(self, nrc, passwd='pass'): argument
64 nrc = self.make_nrc(nrc)
124 nrc = netrc.netrc()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_netrc.py19 nrc = self.make_nrc("""\
23 self.assertEqual(nrc.hosts['host1.domain.com'],
27 nrc2 = self.make_nrc(nrc.__repr__())
28 self.assertEqual(nrc.hosts, nrc2.hosts)
31 nrc = self.make_nrc("""\
43 def _test_passwords(self, nrc, passwd): argument
44 nrc = self.make_nrc(nrc)
62 def _test_comment(self, nrc, passwd='pass'): argument
63 nrc = self.make_nrc(nrc)
123 nrc = netrc.netrc()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_netrc.py21 nrc = self.make_nrc("""\
25 self.assertEqual(nrc.hosts['host1.domain.com'],
27 self.assertEqual(nrc.hosts['default'], ('log2', None, 'pass2'))
30 nrc = self.make_nrc("""\
39 self.assertEqual(nrc.macros, {'macro1': ['line1\n', 'line2\n'],
42 def _test_passwords(self, nrc, passwd): argument
43 nrc = self.make_nrc(nrc)
61 def _test_comment(self, nrc, passwd='pass'): argument
62 nrc = self.make_nrc(nrc)
63 self.assertEqual(nrc.hosts['foo.domain.com'], ('bar', None, passwd))
[all …]
/dports/science/elk/elk-7.2.42/src/
H A Dhflocal.f9027 nrc=nrcmt(is)
30 call rfmtftoc(nrc,nrci,rfmt1,rfmt2)
31 call rbsht(nrc,nrci,rfmt2,vmt(:,ias))
32 call rfcmtwr(nrc,nrci,wrcmt(:,is),vmt(:,ias))
39 nrc=nrcmt(is)
41 call rfmtftoc(nrc,nrci,bxcmt(:,ias,idm),rfmt1)
42 call rbsht(nrc,nrci,rfmt1,bmt(:,ias,idm))
52 nrc=nrcmt(is)
54 call rfmtftoc(nrc,nrci,vclmt(:,ias),rfmt1)
55 call rbsht(nrc,nrci,rfmt1,vmt(:,ias))
[all …]
H A Dgwlocal.f9019 nrc=nrcmt(is)
23 call rfmtftoc(nrc,nrci,vxcmt(:,ias),rfmt)
27 call rbsht(nrc,nrci,rfmt,vmt(:,ias))
29 call rfcmtwr(nrc,nrci,wrcmt(:,is),vmt(:,ias))
38 nrc=nrcmt(is)
41 call rfmtftoc(nrc,nrci,bxcmt(:,ias,idm),rfmt)
43 call rbsht(nrc,nrci,rfmt,bmt(:,ias,idm))
44 call rfcmtwr(nrc,nrci,wrcmt(:,is),bmt(:,ias,idm))
H A Dvblocal.f9024 nrc=nrcmt(is)
27 call rfmtftoc(nrc,nrci,vsmt(:,ias),rfmt)
28 call rbsht(nrc,nrci,rfmt,vmt(:,ias))
30 call rfcmtwr(nrc,nrci,wrcmt(:,is),vmt(:,ias))
44 nrc=nrcmt(is)
49 call rfcmtwr(nrc,nrci,wrcmt(:,is),bmt(:,ias,idm))
H A Dvblocalu.f9019 nrc=nrcmt(is)
22 call rfmtftoc(nrc,nrci,vsmt(:,ias),rfmt1)
23 call rbsht(nrc,nrci,rfmt1,rfmt2)
35 nrc=nrcmt(is)
38 call zfcmtwr(nrc,nrci,wrcmt(:,is),vsqmt(:,ias,ifq))
68 nrc=nrcmt(is)
71 call zfcmtwr(nrc,nrci,wrcmt(:,is),bsqmt(:,ias,idm,ifq))
H A Dgenpmatk.f9068 nrc=nrcmt(is)
75 call rfmtftoc(nrc,nrci,vsmt(:,ias),rfmt)
78 call rtozfmt(nrc,nrci,rfmt,zfmt1)
79 call gradzfmt(nrc,nrci,rlcmt(:,-1,is),wcrcmt(:,:,is),zfmt1,npcmtmax,gvmt)
83 call zbsht(nrc,nrci,zfmt1,gvmt(:,i))
89 call gradzfmt(nrc,nrci,rlcmt(:,-1,is),wcrcmt(:,:,is), &
96 call zbsht(nrc,nrci,wfmt(:,ias,ispn,jst),zfmt1(:,ispn))
117 call zfsht(nrc,nrci,zfmt2(:,i,ispn),zfmt1)
125 call zfmtwr(nrc,nrci,wrcmt(:,is),gwfmt(:,i,ispn))
/dports/math/gap/gap-4.11.0/pkg/nq-2.5.4/src/
H A Dgap.c22 nrc += printf("NqF.%d", w->g);
24 nrc += printf("^"EXP_FORMAT, w->e);
26 nrc += printf("NqF.%d", -w->g);
27 nrc += printf("^"EXP_FORMAT, -w->e);
32 nrc++;
38 if (nrc > 70) { printf("\\\n "); nrc = 0; }
128 nrc += printf(" %d,", w->g); in printRawWord()
129 nrc += printf(" "EXP_FORMAT",", w->e); in printRawWord()
131 nrc += printf(" %d,", -w->g); in printRawWord()
132 nrc += printf(" "EXP_FORMAT",", -w->e); in printRawWord()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/XSpectra/src/
H A Dxspectra.f90740 aux(1:nrc) = paw_recon(xiabs)%psphi(ip)%psi(1:nrc) &
762 aux(1:nrc) = paw_recon(xiabs)%paw_betar(1:nrc,ip) &
764 overlap = para_radin(aux(1:nrc),rgrid(xiabs)%r(1:nrc),nrc)
765 aux(1:nrc) = paw_recon(xiabs)%aephi(ip)%psi(1:nrc) &
767 overlap2 = para_radin(aux(1:nrc),rgrid(xiabs)%r(1:nrc),nrc)
770 rexx = para_radin(aux(1:nrc),rgrid(xiabs)%r(1:nrc),nrc)
808 aux(1:nrc) = f(1:nrc,1)*paw_recon(xiabs)%paw_betar(1:nrc,ip)
809 overlap = para_radin(aux(1:nrc),rgrid(xiabs)%r(1:nrc),nrc)
810 aux(1:nrc) = f(1:nrc,2)*paw_recon(xiabs)%psphi(ip)%psi(1:nrc)
811 overlap = overlap*para_radin(aux(1:nrc),rgrid(xiabs)%r(1:nrc),nrc)
[all …]
H A Dinit_gipaw_1.f9038 INTEGER :: lastq, na, j, n1, n2, ndm, nrs, nrc, lmaxkb local
127 nrc = COUNT ( rgrid(nt)%r(1:msh(nt)) <= rc )
132 IF ( nrc < 1 .OR. nrc > msh(nt) ) &
136 paw_recon(nt)%psphi(j)%label%nrc = nrc
137 paw_recon(nt)%aephi(j)%label%nrc = nrc
149 nrs, nrc, pow, msh(nt) )
171 nrc = MIN ( paw_recon(nt)%psphi(n1)%label%nrc, &
239 nrc = paw_recon(nt)%psphi(n1)%label%nrc
244 nrs,nrc,pow,msh(nt))
354 integer :: nrs, nrc local
[all …]
/dports/science/siesta/siesta-4.1.5/Src/
H A Datom.F1786 nrc=min(nrc,nrval)
3461 nrc = nrc + 1
3958 nrc=nrc+1
4322 call filter(l=l,nr=nrc,r=rofi(1:nrc),f=forb(1:nrc),
4492 nrc=nrc+1
4744 nrc=nrc+1
5081 nrc=nrc+1
6625 nrc=nrc+1
6699 nrc=min(nrc,nrval)
6794 nrc=min(nrc,nrval)
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dnrc_handelsblad.recipe4 nrc.nl
18 publisher = 'nrc.nl'
61 # ('Nieuws', 'http://www.nrc.nl/rss.php'),
62 ('Binnenland', 'http://www.nrc.nl/nieuws/categorie/binnenland/rss.php'),
63 ('Buitenland', 'http://www.nrc.nl/nieuws/categorie/buitenland/rss.php'),
64 ('Economie', 'http://www.nrc.nl/nieuws/categorie/economie/rss.php'),
65 ('Wetenschap', 'http://www.nrc.nl/nieuws/categorie/wetenschap/rss.php'),
66 ('Cultuur', 'http://www.nrc.nl/nieuws/categorie/cultuur/rss.php'),
67 ('Boeken', 'http://www.nrc.nl/boeken/rss.php'),
68 ('Tech', 'http://www.nrc.nl/tech/rss.php/'),
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/macros/compat_functions/
H A Dmtlb_mesh.sci40 [nrl,nrc]=size(indx)
41 indx=matrix(indx,nrl*nrc,1);
42 indy=matrix(indy,nrl*nrc,1);
44 Z=matrix(Z(indz),4,nrl*nrc/4);
45 X=matrix(X(indz),4,nrl*nrc/4);
46 Y=matrix(Y(indz),4,nrl*nrc/4);
62 [nrl,nrc]=size(indx)
63 indx=matrix(indx,nrl*nrc,1);
64 indy=matrix(indy,nrl*nrc,1);
66 Z=matrix(Z(indz),4,nrl*nrc/4);
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ireduce/
H A Direduce_intra_sched_smp.c17 MPIR_Comm *nrc; in MPIR_Ireduce_intra_sched_smp() local
24 nrc = comm_ptr->node_roots_comm; in MPIR_Ireduce_intra_sched_smp()
36 if (nrc != NULL) { in MPIR_Ireduce_intra_sched_smp()
54 if (nrc != NULL) { in MPIR_Ireduce_intra_sched_smp()
55 if (nrc->rank != MPIR_Get_internode_rank(comm_ptr, root)) { in MPIR_Ireduce_intra_sched_smp()
60 op, MPIR_Get_internode_rank(comm_ptr, root), nrc, in MPIR_Ireduce_intra_sched_smp()
71 nrc, s); in MPIR_Ireduce_intra_sched_smp()
82 nrc, s); in MPIR_Ireduce_intra_sched_smp()
/dports/cad/feappv/feappv-4.1i/program/
H A Ddparam.f58 call uparam(ct,nrk,nrc,nrm,i,0)
64 nrc = 0
78 nrc = 1
117 nrc = 1
136 nrc = 4
146 call uparam(ct,nrk,nrc,nrm,i,1)
156 nrc = 0

12345678910>>...94