Home
last modified time | relevance | path

Searched refs:remove_redundant (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/py-django-common-helpers/django-common-helpers-0.9.2/django_common/
H A Dclassmaker.py22 def remove_redundant(metaclasses): function
40 needed_metas = remove_redundant(metas)
/dports/devel/geany-themes/geany-themes-1.24/scripts/
H A Ddefaultify.py20 def remove_redundant(style_fields, default_fields): function
34 style = remove_redundant(style, defaults)
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/intcca/
H A Dint2e.cc118 remove_redundant(is,js,ks,ls); in compute_erep()
137 remove_redundant(is,js,ks,ls); in compute_erep_1der()
192 Int2eCCA::remove_redundant(int sh1, int sh2, int sh3, int sh4) { in remove_redundant() function in Int2eCCA
276 Int2eCCA::remove_redundant(int is, int js, int ks, int ls) { in remove_redundant() function in Int2eCCA
H A Dint2e.h77 void remove_redundant(int,int,int,int);
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/
H A D.stylish-haskell.yaml44 remove_redundant: true
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/
H A D.stylish-haskell.yaml44 remove_redundant: true
/dports/devel/cgit/cgit-1.2.3/git/
H A Dcommit-reach.c158 static int remove_redundant(struct repository *r, struct commit **array, int cnt) in remove_redundant() function
252 cnt = remove_redundant(r, rslt, cnt); in get_merge_bases_many_0()
380 num_head = remove_redundant(the_repository, array, num_head); in reduce_heads()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libebackend/
H A De-collection-backend.c273 GSList *remove_redundant = NULL, *remove_broken = NULL; in collection_backend_load_resources() local
336 remove_redundant = g_slist_prepend (remove_redundant, g_strdup (name)); in collection_backend_load_resources()
348 collection_backend_remove_files (remove_redundant, cache_dir, "redundant"); in collection_backend_load_resources()
351 g_slist_free_full (remove_redundant, g_free); in collection_backend_load_resources()
/dports/devel/git-gui/git-2.34.1/
H A Dcommit-reach.c351 static int remove_redundant(struct repository *r, struct commit **array, int cnt) in remove_redundant() function
410 cnt = remove_redundant(r, rslt, cnt); in get_merge_bases_many_0()
551 num_head = remove_redundant(the_repository, array, num_head); in reduce_heads()
/dports/devel/git-p4/git-2.34.1/
H A Dcommit-reach.c351 static int remove_redundant(struct repository *r, struct commit **array, int cnt) in remove_redundant() function
410 cnt = remove_redundant(r, rslt, cnt); in get_merge_bases_many_0()
551 num_head = remove_redundant(the_repository, array, num_head); in reduce_heads()
/dports/devel/git/git-2.34.1/
H A Dcommit-reach.c351 static int remove_redundant(struct repository *r, struct commit **array, int cnt) in remove_redundant() function
410 cnt = remove_redundant(r, rslt, cnt); in get_merge_bases_many_0()
551 num_head = remove_redundant(the_repository, array, num_head); in reduce_heads()
/dports/devel/git-cvs/git-2.34.1/
H A Dcommit-reach.c351 static int remove_redundant(struct repository *r, struct commit **array, int cnt) in remove_redundant() function
410 cnt = remove_redundant(r, rslt, cnt); in get_merge_bases_many_0()
551 num_head = remove_redundant(the_repository, array, num_head); in reduce_heads()
/dports/devel/git-svn/git-2.34.1/
H A Dcommit-reach.c351 static int remove_redundant(struct repository *r, struct commit **array, int cnt) in remove_redundant() function
410 cnt = remove_redundant(r, rslt, cnt); in get_merge_bases_many_0()
551 num_head = remove_redundant(the_repository, array, num_head); in reduce_heads()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/
H A Dpts_test_suite.php597 …$input = pts_strings::remove_redundant(pts_strings::keep_in_string(str_replace(' ', '-', trim($inp…
H A Dpts_strings.php405 public static function remove_redundant($string, $redundant_char) function in pts_strings
/dports/devel/hs-spago/spago-0.20.3/
H A D.stylish-haskell.yaml190 remove_redundant: true
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/
H A Dpts_test_run_manager.php616 …$results_identifier = pts_strings::remove_redundant(pts_strings::keep_in_string($results_identifie…
854 …$input = pts_strings::remove_redundant(pts_strings::keep_in_string(str_replace(' ', '-', trim($inp…
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/stylish-haskell-0.12.2.0/data/
H A Dstylish-haskell.yaml303 remove_redundant: true
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dmerge.c420 static int remove_redundant(git_revwalk *walk, git_vector *commits) in remove_redundant() function
537 if ((error = remove_redundant(walk, &redundant)) < 0) { in git_merge__bases_many()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dmerge.c450 static int remove_redundant(git_revwalk *walk, git_vector *commits, uint32_t minimum_generation) in remove_redundant() function
572 (error = remove_redundant(walk, &redundant, minimum_generation)) < 0) { in git_merge__bases_many()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dmerge.c445 static int remove_redundant(git_revwalk *walk, git_vector *commits) in remove_redundant() function
562 (error = remove_redundant(walk, &redundant)) < 0) { in git_merge__bases_many()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dmerge.c439 static int remove_redundant(git_revwalk *walk, git_vector *commits) in remove_redundant() function
556 (error = remove_redundant(walk, &redundant)) < 0) { in git_merge__bases_many()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dmerge.c420 static int remove_redundant(git_revwalk *walk, git_vector *commits) in remove_redundant() function
537 if ((error = remove_redundant(walk, &redundant)) < 0) { in git_merge__bases_many()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dmerge.c450 static int remove_redundant(git_revwalk *walk, git_vector *commits, uint32_t minimum_generation) in remove_redundant() function
572 (error = remove_redundant(walk, &redundant, minimum_generation)) < 0) { in git_merge__bases_many()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dmerge.c439 static int remove_redundant(git_revwalk *walk, git_vector *commits) in remove_redundant() function
556 (error = remove_redundant(walk, &redundant)) < 0) { in git_merge__bases_many()

12