Home
last modified time | relevance | path

Searched refs:enrich (Results 1 – 25 of 964) sorted by relevance

12345678910>>...39

/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/packages/experimental/
H A Dstructured-section.ts77 <enrich-section|chapter|section>
79 <enrich-section|chapter*|section>
81 <enrich-section|section|subsection>
83 <enrich-section|section*|subsection>
85 <enrich-section|subsection|subsubsection>
89 <enrich-section|subsubsection|paragraph>
91 <enrich-section|subsubsection*|paragraph>
93 <enrich-section|appendix|subappendix>
95 <enrich-section|appendix*|subappendix>
97 <enrich-section*|paragraph|subparagraph>
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/ML/
H A DAnalyzeComposite.py102 def ErrorStats(conn, where, enrich=1): argument
137 if enrich >= 0:
141 if enrich >= 0:
173 if enrich >= 0:
194 if enrich >= 0:
201 def ShowStats(statD, enrich=1): argument
239 if enrich > -1 and 'oAvgEnrich' in statD:
265 if enrich > -1 and 'hAvgEnrich' in statD:
289 enrich = 1 variable
302 enrich = int(val) variable
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/ML/Scoring/
H A DUnitTestScoring.py68 enrich = Scoring.CalcEnrichment(self.scoreBestCase, self.index, self.fractions)
69 self.assertAlmostEqual(enrich[0], float(self.numActives), self.acc)
71 enrich = Scoring.CalcEnrichment(self.scoreWorstCase, self.index, self.fractions)
72 self.assertAlmostEqual(enrich[0], 0.0, self.acc)
78 self.assertAlmostEqual(enrich[0], 1.0, self.acc)
80 enrich = Scoring.CalcEnrichment(self.scoreAllDecoys, self.index, self.fractions)
81 self.assertEqual(enrich[0], 0.0)
83 enrich = Scoring.CalcEnrichment(self.scoreBestCase, self.index, self.fracSmall)
84 self.assertAlmostEqual(enrich[0], float(self.numActives), self.acc)
88 enrich = Scoring.CalcEnrichment(self.scoreBestCase, self.index, [0.0])
[all …]
H A DScoring.py155 enrich = []
160 enrich.append(1.0 * numActives * numMol / i)
167 enrich = [e / numActives for e in enrich]
169 enrich = [0.0] * len(fractions)
170 return enrich
/dports/net/evans/evans-0.9.1/format/
H A Dformat.go11 enrich bool member
28 if f.enrich {
41 if f.enrich {
57 func NewResponseFormatter(f ResponseFormatterInterface, enrich bool) *ResponseFormatter {
58 return &ResponseFormatter{impl: f, enrich: enrich}
H A Dformat_test.go40 enrich bool
50 f := NewResponseFormatter(impl, c.enrich)
67 if called, ok := res[c.enrich]; ok && !called {
73 f := NewResponseFormatter(impl, c.enrich)
/dports/textproc/py-enrich/enrich-1.2.6/
H A DPKG-INFO2 Name: enrich
4 Summary: enrich
5 Home-page: https://github.com/pycontribs/enrich
11 Project-URL: Bug Tracker, https://github.com/pycontribs/enrich/issues
12 Project-URL: Release Management, https://github.com/pycontribs/enrich/releases
13 Project-URL: CI, https://github.com/pycontribs/enrich/actions
14 Project-URL: Source Code, https://github.com/pycontribs/enrich
15 Description: # enrich
26 from enrich.console import Console
45 from enrich.console import Console
[all …]
H A Dsetup.cfg2 name = enrich
3 url = https://github.com/pycontribs/enrich
5 Bug Tracker = https://github.com/pycontribs/enrich/issues
6 Release Management = https://github.com/pycontribs/enrich/releases
7 CI = https://github.com/pycontribs/enrich/actions
8 Source Code = https://github.com/pycontribs/enrich
9 description = enrich
H A DREADME.md1 # enrich chapter
12 from enrich.console import Console
31 from enrich.console import Console
57 from enrich.logging import RichHandler
/dports/textproc/py-enrich/enrich-1.2.6/src/enrich.egg-info/
H A DPKG-INFO2 Name: enrich
4 Summary: enrich
5 Home-page: https://github.com/pycontribs/enrich
11 Project-URL: Bug Tracker, https://github.com/pycontribs/enrich/issues
12 Project-URL: Release Management, https://github.com/pycontribs/enrich/releases
13 Project-URL: CI, https://github.com/pycontribs/enrich/actions
14 Project-URL: Source Code, https://github.com/pycontribs/enrich
15 Description: # enrich
26 from enrich.console import Console
45 from enrich.console import Console
[all …]
/dports/net/evans/evans-0.9.1/e2e/testdata/fixtures/
H A Dteste2e_cli-print_call_command_usage.golden11 …$ evans -r cli call -f in.json --enrich --output json api.Service.Unary # enrich output with JSON …
14 …--enrich enrich response output includes header, message, trailer and status (de…
H A Dteste2e_repl-call_--help.golden6 --enrich enrich response output includes header, message, trailer and status
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/examples/script_interfaces/Rsmas/
H A Drsmas.template1 enrich= {enrich}
/dports/www/nextcloud-deck/deck/lib/Service/
H A DOverviewService.php79 public function enrich(Card $card, string $userId): void { function in OCA\\Deck\\Service\\OverviewService
101 $service->enrich($card, $userId);
119 $service->enrich($card, $userId);
127 $service->enrich($card, $userId);
/dports/net/evans/evans-0.9.1/app/
H A Dcli_commands.go15 enrich bool
37 …invoker, err := mode.NewCallCLIInvoker(ui, args[0], cfg.file, cfg.Config.Request.Header, enrich, o…
52 …f.BoolVar(&enrich, "enrich", false, `enrich response output includes header, message, trailer and …
/dports/java/intellij/idea-IC-202.7660.26/plugins/Groovy/lib/standardDsls/
H A DmetaDsl.gdsl110 def enrich(String className) {
114 contributor(enrich("com.intellij.psi.PsiClass")) {
119 contributor(enrich("com.intellij.psi.PsiMember")) {
126 contributor(enrich("com.intellij.psi.PsiField")) {
130 contributor(enrich("com.intellij.psi.PsiMethod")) {
134 contributor(enrich("com.intellij.psi.PsiElement")) {
141 contributor(enrich("org.jetbrains.plugins.groovy.lang.psi.api.statements.expressions.GrExpression")…
/dports/textproc/py-enrich/enrich-1.2.6/src/enrich/test/
H A Dtest_logging.py9 from enrich.console import Console
10 from enrich.logging import RichHandler
/dports/net/s5cmd/s5cmd-1.4.0/vendor/github.com/johannesboyne/gofakes3/
H A Derror.go103 enrich(requestID string) methodSpec
109 err.enrich(requestID)
172 func (r *ErrorResponse) enrich(requestID string) { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/johannesboyne/gofakes3/
H A Derror.go103 enrich(requestID string) methodSpec
109 err.enrich(requestID)
172 func (r *ErrorResponse) enrich(requestID string) { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/johannesboyne/gofakes3/
H A Derror.go103 enrich(requestID string) methodSpec
109 err.enrich(requestID)
172 func (r *ErrorResponse) enrich(requestID string) { func
/dports/net/evans/evans-0.9.1/repl/
H A Dcommands.go158 enrich, digManually, bytesFromFile bool member
164 …fs.BoolVar(&c.enrich, "enrich", false, "enrich response output includes header, message, trailer a…
195 ResponseFormatter: format.NewResponseFormatter(curl.NewResponseFormatter(w), c.enrich),
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/
H A Dto_svg.hpp309 …::string const& filename, bool sort = true, bool use_old_turns_policy = false, bool enrich = false) in to_svg() argument
391 turns_to_svg<G1>(turns, mapper, enrich); in to_svg()
403 …string const& filename, bool sort = true, bool reverse_by_geometry_id = false, bool enrich = false) in to_svg() argument
409 to_svg(g1, g2, filename, sort, reverse_by_geometry_id, enrich); in to_svg()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/
H A Dto_svg.hpp309 …::string const& filename, bool sort = true, bool use_old_turns_policy = false, bool enrich = false) in to_svg() argument
391 turns_to_svg<G1>(turns, mapper, enrich); in to_svg()
403 …string const& filename, bool sort = true, bool reverse_by_geometry_id = false, bool enrich = false) in to_svg() argument
409 to_svg(g1, g2, filename, sort, reverse_by_geometry_id, enrich); in to_svg()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/test/
H A Dto_svg.hpp309 …::string const& filename, bool sort = true, bool use_old_turns_policy = false, bool enrich = false) in to_svg() argument
383 turns_to_svg<G1>(turns, mapper, enrich); in to_svg()
395 …string const& filename, bool sort = true, bool reverse_by_geometry_id = false, bool enrich = false) in to_svg() argument
401 to_svg(g1, g2, filename, sort, reverse_by_geometry_id, enrich); in to_svg()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/crm_iap_lead_enrich/i18n/
H A Dtr.po44 msgid "Allow manual enrich"
45 msgstr "Allow manual enrich"
51 msgid "CRM: enrich leads (IAP)"
52 msgstr "CRM: enrich leads (IAP)"

12345678910>>...39