Home
last modified time | relevance | path

Searched defs:shells (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionTerminalShellTests.cpp35 AvailableTerminalShells shells; variable
45 AvailableTerminalShells shells; variable
55 AvailableTerminalShells shells; variable
65 AvailableTerminalShells shells; variable
77 AvailableTerminalShells shells; variable
/dports/devel/py-userpath/userpath-1.7.0/userpath/
H A Dcore.py5 def prepend(location, app_name=None, shells=None, all_shells=False, home=None, check=False): argument
10 def append(location, app_name=None, shells=None, all_shells=False, home=None, check=False): argument
15 def in_new_path(location, shells=None, all_shells=False, home=None, check=False): argument
20 def need_shell_restart(location, shells=None, all_shells=False, home=None): argument
H A Dcli.py54 def prepend(locations, shells, all_shells, home, force, quiet): argument
109 def append(locations, shells, all_shells, home, force, quiet): argument
163 def verify(locations, shells, all_shells, home, quiet): argument
/dports/science/libcint/libcint-5.1.0/examples/
H A Dpython_call_with_pyscf.py26 shells = (0, 1) variable
30 shells = (0, 1, 2, 2) variable
/dports/science/py-ase/ase-3.22.0/ase/test/
H A Dtest_cluster.py22 def test_icosa(shells): argument
39 def test_regular_octahedron(shells): argument
55 def test_cuboctahedron(shells): argument
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/
H A DHoleAssigner.java38 public static void assignHolesToShells(List holes, List shells) { in assignHolesToShells()
43 private List<EdgeRing> shells; field in HoleAssigner
51 public HoleAssigner(List<EdgeRing> shells) { in HoleAssigner()
/dports/science/libint2/libint-2.7.1/include/libint2/
H A Dbasis.h.in51 template <typename ShellRange> size_t nbf(ShellRange && shells) {
62 template <typename ShellRange> size_t max_nprim(ShellRange && shells) {
73 template <typename ShellRange> int max_l(ShellRange && shells) {
265 …r<std::vector<long>> atom2shell(const std::vector<Atom>& atoms, const std::vector<Shell>& shells) {
559 DEPRECATED static size_t nbf(const std::vector<libint2::Shell>& shells) {
563 DEPRECATED static size_t max_nprim(const std::vector<libint2::Shell>& shells) {
567 DEPRECATED static int max_l(const std::vector<libint2::Shell>& shells) {
571 static std::vector<size_t> compute_shell2bf(const std::vector<libint2::Shell>& shells) {
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/src/cmd/matcher/generate/
H A Dcompletions.rs15 pub fn shells(&'a self) -> Vec<Shell> { in shells() method
23 let mut shells: Vec<_> = raw in shells() localVariable
/dports/cad/gmsh/gmsh-4.9.2-source/tutorial/python/
H A Dt5.py101 shells = [] variable
107 def cheeseHole(x, y, z, r, lc, shells): argument
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/intv3/
H A Dcomp2e3c.cc93 Int2eV3::erep_2center(int *shells, int *sizes) in erep_2center()
126 Int2eV3::erep_3center(int *shells, int *sizes) in erep_3center()
/dports/graphics/geos/geos-3.9.1/src/operation/polygonize/
H A DHoleAssigner.cpp35 HoleAssigner::assignHolesToShells(std::vector<EdgeRing*> & holes, std::vector<EdgeRing*> & shells) in assignHolesToShells()
65 std::vector<EdgeRing*> shells{shellsVoid.size()}; in findShells() local
/dports/science/libint2/libint-2.7.1/tests/hartree-fock/
H A Dhartree-fock.cc110 auto shells = make_sto3g_basis(atoms); in main() local
336 std::vector<Shell> shells; in make_sto3g_basis() local
456 size_t nbasis(const std::vector<libint2::Shell>& shells) { in nbasis()
463 size_t max_nprim(const std::vector<libint2::Shell>& shells) { in max_nprim()
470 int max_l(const std::vector<libint2::Shell>& shells) { in max_l()
478 std::vector<size_t> map_shell_to_basis_function(const std::vector<libint2::Shell>& shells) { in map_shell_to_basis_function()
530 Matrix compute_1body_ints(const std::vector<libint2::Shell>& shells, in compute_1body_ints()
585 Matrix compute_2body_fock_simple(const std::vector<libint2::Shell>& shells, in compute_2body_fock_simple()
677 Matrix compute_2body_fock(const std::vector<libint2::Shell>& shells, in compute_2body_fock()
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/ptyqt/tests/
H A Dptyqt_tests.cpp98 QStringList shells; in getShells() local
190 QStringList shells = getShells(); in conpty() local
274 QStringList shells = getShells(); in winpty() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/
H A DDragAndDropUtil.java57 Shell[] shells = displayToSearch.getShells(); in findControl() local
66 private static void fixShellOrder(Display display, Shell[] shells) { in fixShellOrder()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Darm64-inline-asm-error-M.ll4 ; Check for at least one invalid constant.
/dports/devel/arcanist/arcanist-b2e715f/src/toolset/workflow/
H A DArcanistShellCompleteWorkflow.php316 private function selectShell(array $shells, $shell_arg) {
330 private function detectShell(array $shells) {
/dports/devel/arcanist-lib/arcanist-b2e715f/src/toolset/workflow/
H A DArcanistShellCompleteWorkflow.php316 private function selectShell(array $shells, $shell_arg) {
330 private function detectShell(array $shells) {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/shells/
H A Dconsts.go1 package shells package
H A Dpowershell_trap_test.go3 package shells package
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/utils/
H A Dconsole.py74 def get_shell_embed_func(shells=None, known_shells=None): argument
92 def start_python_console(namespace=None, banner='', shells=None): argument
/dports/devel/tcllib/tcllib-1.20/support/devel/sak/test/
H A Dshells.tcl12 proc ::sak::test::shells {argv} { procedure
/dports/devel/tcllibc/tcllib-1.20/support/devel/sak/test/
H A Dshells.tcl12 proc ::sak::test::shells {argv} { procedure
/dports/misc/thefuck/thefuck-3.31/thefuck/shells/
H A D__init__.py14 shells = {'bash': Bash, variable
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/pelib/tools/
H A Dcube_analyzer.py281 def rmsd_worker(points, shells, rmsds, grdpts, refcub, cubelist, out_queue): argument
363 def field_rmsd_worker(points, shells, norm_rmsds, angle_rmsds, grdpts, refcubs, cubes, out_queue): argument
475 def mae_worker(points, shells, maes, grdpts, refcub, cubelist, out_queue): argument
560 def print_shell_worker(index, points, shells, vals, refs, grdpts, refcub, cubelist, argument
/dports/x11/mate-terminal/mate-terminal-1.26.0/src/
H A Deggshell.c61 static const char shells [][14] = in egg_shell() local

12345678910