Home
last modified time | relevance | path

Searched refs:prot_p (Results 1 – 25 of 60) sorted by relevance

123

/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/
H A DRegistry.pm342 my ($self,$name,$type,$trans_p,$prot_p)=@_;
346 …if (defined $prot_p && ref $prot_p ne 'HASH') { Net::DRI::Exception::usererr_invalid_parameters(…
363 $pp=defined $prot_p ? $prot_p : {};
364 $prot_p=undef;
370 $pp={ %$pp, %$prot_p } if defined $prot_p;
/dports/ftp/py-pyftpdlib/pyftpdlib-1.5.6/pyftpdlib/test/
H A Dtest_functional_ssl.py73 self.prot_p()
253 self.client.prot_p()
311 self.client.prot_p()
/dports/ftp/py-ftputil/ftputil-5.0.2/ftputil/
H A Dsession.py122 self.prot_p()
/dports/security/py-m2crypto/M2Crypto-0.38.0/src/M2Crypto/
H A Dftpslib.py71 def prot_p(self): member in FTP_TLS
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7pypy/
H A Dtest_ftplib.py649 self.client.prot_p()
679 self.client.prot_p()
729 self.client.prot_p()
752 self.client.prot_p()
762 self.client.prot_p()
/dports/ftp/py-ftputil/ftputil-5.0.2/test/
H A Dtest_session.py51 def prot_p(self): member in EncryptedMockSession
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_ftplib.py652 self.client.prot_p()
683 self.client.prot_p()
737 self.client.prot_p()
760 self.client.prot_p()
770 self.client.prot_p()
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_ftplib.py652 self.client.prot_p()
683 self.client.prot_p()
737 self.client.prot_p()
760 self.client.prot_p()
770 self.client.prot_p()
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7/
H A Dtest_ftplib.py652 self.client.prot_p()
683 self.client.prot_p()
737 self.client.prot_p()
760 self.client.prot_p()
770 self.client.prot_p()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_ftplib.py876 self.client.prot_p()
909 self.client.prot_p()
955 self.client.prot_p()
983 self.client.prot_p()
994 self.client.prot_p()
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_ftplib.py876 self.client.prot_p()
909 self.client.prot_p()
955 self.client.prot_p()
983 self.client.prot_p()
994 self.client.prot_p()
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_ftplib.py879 self.client.prot_p()
912 self.client.prot_p()
958 self.client.prot_p()
986 self.client.prot_p()
997 self.client.prot_p()
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_ftplib.py876 self.client.prot_p()
909 self.client.prot_p()
955 self.client.prot_p()
983 self.client.prot_p()
994 self.client.prot_p()
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_ftplib.py876 self.client.prot_p()
909 self.client.prot_p()
955 self.client.prot_p()
983 self.client.prot_p()
994 self.client.prot_p()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_ftplib.py876 self.client.prot_p()
909 self.client.prot_p()
955 self.client.prot_p()
983 self.client.prot_p()
994 self.client.prot_p()
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.6/
H A Dtest_ftplib.py850 self.client.prot_p()
882 self.client.prot_p()
930 self.client.prot_p()
957 self.client.prot_p()
968 self.client.prot_p()
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.8/
H A Dtest_ftplib.py876 self.client.prot_p()
909 self.client.prot_p()
955 self.client.prot_p()
983 self.client.prot_p()
994 self.client.prot_p()
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.7/
H A Dtest_ftplib.py854 self.client.prot_p()
887 self.client.prot_p()
933 self.client.prot_p()
961 self.client.prot_p()
972 self.client.prot_p()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/hgvs/
H A Dvariation_util2.cpp2329 CRef<CVariantPlacement> prot_p(new CVariantPlacement); in CreateUnknownProtConsequenceVariation() local
2330 prot_p->SetLoc(*prot_loc); in CreateUnknownProtConsequenceVariation()
2331 prot_p->SetMol(CVariantPlacement::eMol_protein); in CreateUnknownProtConsequenceVariation()
2332 prot_p->SetExceptions().push_back(CreateException( in CreateUnknownProtConsequenceVariation()
2335 v->SetPlacements().push_back(prot_p); in CreateUnknownProtConsequenceVariation()
2682 prot_p->SetMol(GetMolType(sequence::GetId(prot_p->GetLoc(), NULL))); in TranslateNAtoAA()
2683 prot_p->SetSeq().SetLength(prot_ref_str.size()); in TranslateNAtoAA()
2686 prot_p->SetLoc(*prot_loc); in TranslateNAtoAA()
2687 prot_p->SetMol(GetMolType(sequence::GetId(prot_p->GetLoc(), NULL))); in TranslateNAtoAA()
2688 AttachSeq(*prot_p); in TranslateNAtoAA()
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_ftplib.py912 self.client.prot_p()
946 self.client.prot_p()
994 self.client.prot_p()
1022 self.client.prot_p()
1033 self.client.prot_p()
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_ftplib.py905 self.client.prot_p()
939 self.client.prot_p()
987 self.client.prot_p()
1015 self.client.prot_p()
1026 self.client.prot_p()
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_ftplib.py912 self.client.prot_p()
946 self.client.prot_p()
994 self.client.prot_p()
1022 self.client.prot_p()
1033 self.client.prot_p()
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.9/
H A Dtest_ftplib.py904 self.client.prot_p()
938 self.client.prot_p()
986 self.client.prot_p()
1014 self.client.prot_p()
1025 self.client.prot_p()
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.10/
H A Dtest_ftplib.py911 self.client.prot_p()
945 self.client.prot_p()
993 self.client.prot_p()
1021 self.client.prot_p()
1032 self.client.prot_p()
/dports/www/flexget/Flexget-3.2.18/flexget/components/ftp/
H A Dftp_download.py66 ftp.prot_p()

123