Home
last modified time | relevance | path

Searched defs:prune (Results 1 – 25 of 1373) sorted by relevance

12345678910>>...55

/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/dot-command/find/128/
H A Dprune.h8 struct prune struct
10 struct prune *next; // link field needed by p_forward_list argument
14 extern p_forward_list_alt_t prune_list; argument
/dports/lang/elixir/elixir-1.12.3/lib/iex/lib/iex/
H A Dhistory.ex81 defp prune(%{start: start} = state, limit) do function
85 defp prune(state, _, limit, _) when limit < 0 do function
89 defp prune(%{size: size} = state, counter, limit, collect?) when size - counter < limit do function
93 defp prune(%{queue: q} = state, counter, limit, collect?) do function
/dports/lang/elixir-devel/elixir-1.13.1/lib/iex/lib/iex/
H A Dhistory.ex81 defp prune(%{start: start} = state, limit) do function
85 defp prune(state, _, limit, _) when limit < 0 do function
89 defp prune(%{size: size} = state, counter, limit, collect?) when size - counter < limit do function
93 defp prune(%{queue: q} = state, counter, limit, collect?) do function
/dports/lang/elixir-devel/elixir-1.13.1/lib/logger/lib/logger/
H A Dformatter.ex55 def prune(binary) when is_binary(binary), do: prune_binary(binary, "") function
56 def prune([h | t]) when h in 0..1_114_111, do: [h | prune(t)] function
57 def prune([h | t]), do: [prune(h) | prune(t)] function
58 def prune([]), do: [] function
59 def prune(_), do: @replacement function
/dports/lang/elixir/elixir-1.12.3/lib/logger/lib/logger/
H A Dformatter.ex55 def prune(binary) when is_binary(binary), do: prune_binary(binary, "") function
56 def prune([h | t]) when h in 0..1_114_111, do: [h | prune(t)] function
57 def prune([h | t]), do: [prune(h) | prune(t)] function
58 def prune([]), do: [] function
59 def prune(_), do: @replacement function
/dports/math/gecode/gecode-0916a1a/gecode/int/branch/
H A Dngl.hpp59 EqNGL<View>::prune(Space& home) { in prune() function in Gecode::Int::Branch::EqNGL
87 NqNGL<View>::prune(Space& home) { in prune() function in Gecode::Int::Branch::NqNGL
117 LqNGL<View>::prune(Space& home) { in prune() function in Gecode::Int::Branch::LqNGL
147 GqNGL<View>::prune(Space& home) { in prune() function in Gecode::Int::Branch::GqNGL
/dports/math/gecode/gecode-0916a1a/gecode/set/branch/
H A Dngl.cpp52 IncNGL::prune(Space& home) { in prune() function in Gecode::Set::Branch::IncNGL
71 ExcNGL::prune(Space& home) { in prune() function in Gecode::Set::Branch::ExcNGL
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikdroid/app/src/main/java/io/casey/musikcube/remote/service/gapless/db/
H A DGaplessDb.kt13 fun prune() { in dao() method in io.casey.musikcube.remote.service.gapless.db.GaplessDb
/dports/cad/sumo/sumo-1.2.0/src/utils/importio/
H A DNamedColumnsParser.cpp41 bool prune, bool ignoreCase) in NamedColumnsParser()
54 bool prune, bool ignoreCase) { in reinit()
113 bool prune) { in reinitMap()
/dports/textproc/py-sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.0/sphinxcontrib/
H A Dfulltoc.py52 def get_rendered_toctree(builder, docname, prune=False, collapse=True): argument
66 def build_full_toctree(builder, docname, prune, collapse): argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_io.c238 int prune = 0; in switch_core_session_read_frame() local
299 int prune = 0; in switch_core_session_read_frame() local
649 int prune = 0; in switch_core_session_read_frame() local
700 int prune = 0; in switch_core_session_read_frame() local
881 int prune = 0; in switch_core_session_read_frame() local
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/graphs/
H A DMultiSampleEdgeUnitTest.java73 final int prune = counts.get(Math.max(counts.size() - cfg.numSamplesPruning, 0)); in testMultiplicity() local
75 Assert.assertEquals(edge.getPruningMultiplicity(), prune); in testMultiplicity() local
/dports/devel/elixir-plug/plug-1.4.5/lib/plug/conn/
H A Dquery.ex232 defp prune([?&|t]), do: t function
233 defp prune([]), do: [] function
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/topotests/evpn-pim-1/spine/
H A Djoin-info.json13 "prune":"--:--", string
29 "prune":"--:--", string
/dports/net/frr7/frr-frr-7.5.1/tests/topotests/evpn-pim-1/spine/
H A Djoin-info.json13 "prune":"--:--", string
29 "prune":"--:--", string
/dports/games/black-hole-solver/black-hole-solver-1.10.1/t/lib/Games/Solitaire/BlackHole/RankReachPrune/
H A DXS.pm41 sub prune subroutine
H A DPP.pm11 sub prune subroutine
/dports/devel/R-cran-generics/generics/R/
H A Dprune.R9 prune <- function(tree, ...) { function
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/symfony/cache/
H A DPruneableInterface.php22 public function prune(); function
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Cache/
H A DPruneableInterface.php22 public function prune(); function
/dports/lang/racket/racket-8.3/src/expander/extract/
H A Dprune-name.rkt28 (define (prune e id) function
/dports/lang/racket-minimal/racket-8.3/src/expander/extract/
H A Dprune-name.rkt28 (define (prune e id) function
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/cache/
H A DPruneableInterface.php22 public function prune(); function
/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/cache/
H A DPruneableInterface.php22 public function prune(); function
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/cache/
H A DPruneableInterface.php22 public function prune(); function

12345678910>>...55