Home
last modified time | relevance | path

Searched refs:_strs (Results 1 – 25 of 31) sorted by relevance

12

/dports/science/py-pyscf/pyscf-2.0.1/pyscf/fci/
H A Dselected_ci_symm.py149 self._strs = civec_strs._strs
151 assert(civec_strs.size == len(self._strs[0])*len(self._strs[1]))
152 civec_strs = selected_ci._as_SCIvector(civec_strs, self._strs)
174 strsa, strsb = getattr(fcivec, '_strs', self._strs)
185 strsa, strsb = getattr(fcivec, '_strs', self._strs)
225 strsa, strsb = c._strs
229 c[i] = selected_ci._as_SCIvector(ci, c._strs)
232 c = selected_ci._as_SCIvector(ci, c._strs)
262 civec_strs = selected_ci.from_fci(ci0, civec_strs._strs, norb, nelec)
H A Dselected_ci.py380 if ci0.size == len(ci0._strs[0])*len(ci0._strs[1]):
402 ci_strs = ci0._strs
418 ci_strs = ci0[0]._strs
445 na = len(ci0[0]._strs[0])
446 nb = len(ci0[0]._strs[1])
452 ci_strs = ci0[0]._strs
739 self._strs = None
754 self._strs = civec_strs._strs
756 assert(civec_strs.size == len(self._strs[0])*len(self._strs[1]))
868 ci_strs = self._strs
[all …]
H A Dselected_ci_spin0_symm.py111 self._strs = civec_strs._strs
113 assert(civec_strs.size == len(self._strs[0])*len(self._strs[1]))
114 civec_strs = selected_ci._as_SCIvector(civec_strs, self._strs)
H A Dselected_ci_spin0.py153 self._strs = civec_strs._strs
155 assert(civec_strs.size == len(self._strs[0])*len(self._strs[1]))
156 civec_strs = selected_ci._as_SCIvector(civec_strs, self._strs)
/dports/shells/zsh/zsh-5.8.1/Completion/Base/Utility/
H A D_describe15 local _oargv _argv _new _strs _mats _opts _i _try=0
78 _strs="_a_$_try$_i"
111 compadd "$_opts[@]" -2 -o nosort "${_expl[@]}" -D $_strs -O $_mats - \
114 compadd "$_opts[@]" -2 -o nosort "${_expl[@]}" -D $_strs - \
115 "${(@)${(@M)${(@P)_strs}##([^:\\]|\\?)##}//\\(#b)(?)/$match[1]}"
/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/src/cpp/
H A DH5BasicData.hxx250 std::vector<const char *> _strs; in putStringVectorOnStack() local
251 _strs.reserve(strs.size()); in putStringVectorOnStack()
254 _strs.push_back(strs[i].c_str()); in putStringVectorOnStack()
256 create(pvApiCtx, pos, rows, cols, const_cast<char **>(&(_strs[0])), 0, 0); in putStringVectorOnStack()
/dports/shells/xonsh/xonsh-0.7.9/xonsh/completers/
H A D_aliases.py45 _strs = []
52 _strs.append("{: >{}} : {}".format(c, ml, doc))
53 return o + "\n".join(_strs) + "\n"
H A D__amalgam__.py741 _strs = []
748 _strs.append("{: >{}} : {}".format(c, ml, doc))
749 return o + "\n".join(_strs) + "\n"
/dports/net/kamailio/kamailio-5.4.5/src/modules/uac/
H A Dauth.c57 #define duplicate_str(_strd, _strs, _error) \ argument
59 _strd.s = (char*)pkg_malloc(_strs.len); \
65 memcpy( _strd.s, _strs.s, _strs.len); \
66 _strd.len = _strs.len; \
/dports/devel/py-babel/Babel-2.9.1/build/lib/babel/messages/
H A Dpofile.py88 self._strs = []
93 self._strs.append(s.strip())
96 return ''.join(map(unescape, self._strs))
99 return bool(self._strs)
104 return os.linesep.join(self._strs)
/dports/devel/py-babel/stage/usr/local/lib/python3.8/site-packages/babel/messages/
H A Dpofile.py88 self._strs = []
93 self._strs.append(s.strip())
96 return ''.join(map(unescape, self._strs))
99 return bool(self._strs)
104 return os.linesep.join(self._strs)
/dports/devel/py-babel/Babel-2.9.1/babel/messages/
H A Dpofile.py88 self._strs = []
93 self._strs.append(s.strip())
96 return ''.join(map(unescape, self._strs))
99 return bool(self._strs)
104 return os.linesep.join(self._strs)
/dports/java/bouncycastle15/crypto-169/prov/src/test/jdk1.3/org/bouncycastle/jce/provider/test/
H A DNISTCertPathTest.java316 private CertStore makeCertStore(String[] _strs) in makeCertStore() argument
323 for (int i = 0; i < _strs.length; i++) in makeCertStore()
325 if (_strs[i].startsWith("MIIC")) in makeCertStore()
329 .decode(_strs[i])))); in makeCertStore()
331 else if (_strs[i].startsWith("MIIB")) in makeCertStore()
334 Base64.decode(_strs[i])))); in makeCertStore()
/dports/java/bouncycastle15/crypto-169/prov/src/test/java/org/bouncycastle/jce/provider/test/
H A DNISTCertPathTest.java316 private CertStore makeCertStore(String[] _strs) in makeCertStore() argument
323 for (int i = 0; i < _strs.length; i++) in makeCertStore()
325 if (_strs[i].startsWith("MIIC")) in makeCertStore()
329 .decode(_strs[i])))); in makeCertStore()
331 else if (_strs[i].startsWith("MIIB")) in makeCertStore()
334 Base64.decode(_strs[i])))); in makeCertStore()
/dports/misc/mc/mc-4.8.27/lib/tty/
H A Dkeyxdef.c77 (((int)(&((struct _strs*)0)->_qtisn))/sizeof(charoffset))
311 #define __QTISOFFS(_qtisx) (((charoffset*)(&__CT->_strs))[_qtisx])
/dports/misc/mc-nox11/mc-4.8.27/lib/tty/
H A Dkeyxdef.c77 (((int)(&((struct _strs*)0)->_qtisn))/sizeof(charoffset))
311 #define __QTISOFFS(_qtisx) (((charoffset*)(&__CT->_strs))[_qtisx])
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/fci/test/
H A Dtest_selected_ci.py100 cis = cic._strs
215 e, c = myci.kernel_fixed_space(h1e, eri, norb, nelec, c1._strs)
382 civec_strs = fci.selected_ci.from_fci(ci0, civec_strs._strs, norb, nelec)
407 civec_strs = fci.selected_ci.from_fci(ci0, civec_strs._strs, norb, nelec)
439 c2_cut = selected_ci.from_fci(c2, c1._strs, norb, nelec)
445 c2_cut = selected_ci.from_fci(c2, c1._strs, norb, nelec)
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/NassiShneiderman/
H A Dcommands.cpp295 …assiBrick *brick, NassiBrick *InsrBrick, wxUint32 ChildAddNumber, wxString _strc, wxString _strs ): in NassiAddChildIndicatorCommand() argument
304 strs(_strs) in NassiAddChildIndicatorCommand()
H A Dcommands.h33 …NassiBrick *InsrBrick, wxUint32 ChildAddNumber, wxString _strc = _T(""), wxString _strs = _T("") );
/dports/emulators/qemu/qemu-6.2.0/dtc/Documentation/
H A Ddtc-paper.tex163 \texttt{0x0C} & \emph{off\_strs} & \\\cline{2-2}
168 \texttt{0x20} & \emph{size\_strs} & \tge v3 only\\\cline{2-2}
180 \emph{off\_strs} & \texttt{'n' 'a' 'm' 'e'} & strings block \\
184 \multicolumn{1}{r}{+ \emph{size\_strs}} \\
/dports/emulators/qemu42/qemu-4.2.1/dtc/Documentation/
H A Ddtc-paper.tex163 \texttt{0x0C} & \emph{off\_strs} & \\\cline{2-2}
168 \texttt{0x20} & \emph{size\_strs} & \tge v3 only\\\cline{2-2}
180 \emph{off\_strs} & \texttt{'n' 'a' 'm' 'e'} & strings block \\
184 \multicolumn{1}{r}{+ \emph{size\_strs}} \\
/dports/emulators/qemu60/qemu-6.0.0/dtc/Documentation/
H A Ddtc-paper.tex163 \texttt{0x0C} & \emph{off\_strs} & \\\cline{2-2}
168 \texttt{0x20} & \emph{size\_strs} & \tge v3 only\\\cline{2-2}
180 \emph{off\_strs} & \texttt{'n' 'a' 'm' 'e'} & strings block \\
184 \multicolumn{1}{r}{+ \emph{size\_strs}} \\
/dports/emulators/qemu5/qemu-5.2.0/dtc/Documentation/
H A Ddtc-paper.tex163 \texttt{0x0C} & \emph{off\_strs} & \\\cline{2-2}
168 \texttt{0x20} & \emph{size\_strs} & \tge v3 only\\\cline{2-2}
180 \emph{off\_strs} & \texttt{'n' 'a' 'm' 'e'} & strings block \\
184 \multicolumn{1}{r}{+ \emph{size\_strs}} \\
/dports/emulators/qemu-utils/qemu-4.2.1/dtc/Documentation/
H A Ddtc-paper.tex163 \texttt{0x0C} & \emph{off\_strs} & \\\cline{2-2}
168 \texttt{0x20} & \emph{size\_strs} & \tge v3 only\\\cline{2-2}
180 \emph{off\_strs} & \texttt{'n' 'a' 'm' 'e'} & strings block \\
184 \multicolumn{1}{r}{+ \emph{size\_strs}} \\
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/dtc/Documentation/
H A Ddtc-paper.tex163 \texttt{0x0C} & \emph{off\_strs} & \\\cline{2-2}
168 \texttt{0x20} & \emph{size\_strs} & \tge v3 only\\\cline{2-2}
180 \emph{off\_strs} & \texttt{'n' 'a' 'm' 'e'} & strings block \\
184 \multicolumn{1}{r}{+ \emph{size\_strs}} \\

12