Home
last modified time | relevance | path

Searched defs:Summary (Results 1 – 25 of 4628) sorted by relevance

12345678910>>...186

/dports/net/czmq/czmq-4.1.1/
H A DREADME.md275 #### zactor - simple actor framework
651 #### zbeacon - LAN discovery and presence
1160 #### zchunk - work with memory chunks
3022 #### zhash - simple generic hash container
4516 #### zloop - event-driven reactor
4743 #### zmonitor - socket event monitor
6305 #### zrex - work with regular expressions
7917 #### zstr - sending and receiving strings
8096 #### zsys - system-level methods
8594 #### ztimerset - timer set
[all …]
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/openlayers/changelog/
H A Dv4.2.0.md3 ## Summary section in 4.2.0
7 #### New `movestart` event on `ol.Map`
11 #### New `moveTolerance` option in `ol.Map`
15 #### Support for multiple layers in `ol.format.TopoJSON`
19 #### New `tileJSON` option for `ol.source.TileJSON`
23 #### New `ol.format.filter.during` filter
31 #### New `insertVertexCondition` for `ol.interaction.Modify`
35 #### New `callback` option for `ol.View#fit()`
39 #### New `ol.View#getInteracting()` getter
47 #### New `wrapX` option for `ol.source.Stamen`
[all …]
H A Dv4.3.0.md3 ## Summary section in 4.3.0
7 #### New `map.getFeaturesAtPixel()` method
24 #### `ol.Sphere` functions for spherical measures
38 #### `ol.interaction.DragAndDrop` can be configured with a vector source
48 #### `ol.interaction.Modify` can be configured with a vector source
58 #### `ol.interaction.Modify` deletes with `alt` key only
72 #### `ol.source.VectorTile` no longer requires a `tileGrid` option
93 #### `ol.source.VectorTile` no longer has a `tilePixelRatio` option
103 #### `ol.animate` now takes the shortest arc for rotation animation
H A Dv4.1.0.md3 ## Summary section in 4.1.0
7 #### Interactive overview map
11 #### Setting min and max zoom for a view
15 #### Adding duplicate layers to a map throws
27 #### Simpler `constrainResolution` configuration
/dports/sysutils/siegfried/siegfried-1.9.1/pkg/wikidata/
H A Dwikidata_summary.go27 type Summary struct { struct
28 AllSparqlResults int // All rows of data returned from our SPARQL request.
29 CondensedSparqlResults int // All unique records once the SPARQL is processed.
31 RecordsWithPotentialSignatures int // Records that have signatures that can be processed.
32 FormatsWithBadHeuristics int // Formats that have bad heuristics that we can't process.
33 RecordsWithSignatures int // Records remaining that were processed.
35 AllLintingMessages []string // All linting messages returned.
36 AllLintingMessageCount int // Count of all linting messages output.
37 …ntWithLintingMessages int // A count of the records that have linting messages to investigate.
41 func (summary Summary) String() string {
[all …]
/dports/sysutils/restic/restic-0.12.1/
H A DCHANGELOG.md7 Summary section in Changelog for restic 0.12.1 (2021-08-03)
253 Summary section in Changelog for restic 0.12.0 (2021-02-14)
750 Summary section in Changelog for restic 0.11.0 (2020-11-05)
925 Summary section in Changelog for restic 0.10.0 (2020-09-19)
1389 Summary section in Changelog for restic 0.9.6 (2019-11-22)
1492 Summary section in Changelog for restic 0.9.5 (2019-04-23)
1634 Summary section in Changelog for restic 0.9.4 (2019-01-06)
1762 Summary section in Changelog for restic 0.9.3 (2018-10-13)
1933 Summary section in Changelog for restic 0.9.2 (2018-08-06)
2055 Summary section in Changelog for restic 0.9.1 (2018-06-10)
[all …]
/dports/graphics/blender/blender-2.91.0/extern/ceres/include/ceres/
H A Dsolver.h756 struct CERES_EXPORT Summary { struct
788 // IterationSummary for each minimizer iteration in order. argument
795 int num_successful_steps = -1;
838 int num_linear_solves = -1;
879 int num_parameters = -1;
888 int num_residual_blocks = -1;
891 int num_residuals = -1;
915 bool is_constrained = false;
919 int num_threads_given = -1;
924 int num_threads_used = -1;
[all …]
H A Dgradient_problem_solver.h256 struct CERES_EXPORT Summary { struct
281 // IterationSummary for each minimizer iteration in order. argument
282 std::vector<IterationSummary> iterations; argument
285 int num_cost_evaluations = -1;
288 int num_gradient_evaluations = -1;
291 double total_time_in_seconds = -1.0;
294 double cost_evaluation_time_in_seconds = -1.0;
304 int num_parameters = -1;
307 int num_local_parameters = -1;
313 LineSearchType line_search_type = WOLFE;
[all …]
/dports/math/ceres-solver/ceres-solver-2.0.0/include/ceres/
H A Dsolver.h757 struct CERES_EXPORT Summary { struct
789 // IterationSummary for each minimizer iteration in order. argument
796 int num_successful_steps = -1;
839 int num_linear_solves = -1;
880 int num_parameters = -1;
889 int num_residual_blocks = -1;
892 int num_residuals = -1;
916 bool is_constrained = false;
920 int num_threads_given = -1;
925 int num_threads_used = -1;
[all …]
H A Dgradient_problem_solver.h257 struct CERES_EXPORT Summary { struct
282 // IterationSummary for each minimizer iteration in order. argument
283 std::vector<IterationSummary> iterations; argument
286 int num_cost_evaluations = -1;
289 int num_gradient_evaluations = -1;
292 double total_time_in_seconds = -1.0;
295 double cost_evaluation_time_in_seconds = -1.0;
305 int num_parameters = -1;
308 int num_local_parameters = -1;
314 LineSearchType line_search_type = WOLFE;
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/include/ceres/
H A Dsolver.h797 // IterationSummary for each minimizer iteration in order. argument
804 int num_successful_steps;
874 int num_parameter_blocks;
877 int num_parameters;
886 int num_residual_blocks;
889 int num_residuals;
913 bool is_constrained;
917 int num_threads_given;
922 int num_threads_used;
1012 DoglegType dogleg_type;
[all …]
H A Dgradient_problem_solver.h274 struct CERES_EXPORT Summary { struct
301 // IterationSummary for each minimizer iteration in order. argument
302 std::vector<IterationSummary> iterations; argument
305 int num_cost_evaluations;
308 int num_gradient_evaluations;
311 double total_time_in_seconds;
314 double cost_evaluation_time_in_seconds;
324 int num_parameters;
327 int num_local_parameters;
333 LineSearchType line_search_type;
[all …]
/dports/net/czmq4/czmq-4.2.1/
H A DREADME.md374 #### zactor - simple actor framework
806 #### zbeacon - LAN discovery and presence
1515 #### zchunk - work with memory chunks
4127 #### zhash - simple generic hash container
5699 #### zloop - event-driven reactor
5926 #### zmonitor - socket event monitor
7651 #### zrex - work with regular expressions
9527 #### zstr - sending and receiving strings
9747 #### zsys - system-level methods
10545 #### ztimerset - timer set
[all …]
/dports/misc/xgboost/xgboost-1.5.1/cub/
H A DCHANGELOG.md3 ## Summary section in CUB 1.10.0 (NVIDIA HPC SDK 20.9)
45 ## Summary section in CUB 1.9.10-1 (NVIDIA HPC SDK 20.7, CUDA Toolkit 11.1)
58 ## Summary section in CUB 1.9.10 (NVIDIA HPC SDK 20.5)
98 ## Summary section in CUB 1.9.9 (CUDA 11.0)
186 ## Summary section in CUB 1.9.8-1 (NVIDIA HPC SDK 20.3)
194 ## Summary section in CUB 1.9.8 (CUDA 11.0 Early Access)
226 ## Summary section in CUB 1.8.0
243 ## Summary section in CUB 1.7.5
262 ## Summary section in CUB 1.7.4
274 ## Summary section in CUB 1.7.3
[all …]
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/
H A DCHANGELOG.md8 Summary section in Changelog for ownCloud Desktop Client [2.8.2] (2021-05-28)
37 Summary section in Changelog for ownCloud Desktop Client [2.8.1] (2021-05-21)
66 Summary section in Changelog for ownCloud Desktop Client [2.8.0] (2021-05-06)
146 Summary section in Changelog for ownCloud Desktop Client [2.7.6] (2021-02-04)
176 Summary section in Changelog for ownCloud Desktop Client [2.7.5] (2021-01-28)
241 Summary section in Changelog for ownCloud Desktop Client [2.7.4] (2020-12-21)
284 Summary section in Changelog for ownCloud Desktop Client [2.7.3] (2020-12-11)
307 Summary section in Changelog for ownCloud Desktop Client [2.7.2] (2020-12-02)
350 Summary section in Changelog for ownCloud Desktop Client [2.7.1] (2020-11-18)
380 Summary section in Changelog for ownCloud Desktop Client [2.7.0] (2020-11-13)
[all …]
/dports/textproc/py-pygccxml/pygccxml-2.2.1/docs/
H A Ddesign.rst284 Summary section in Design overview
292 .. _`SourceForge`: http://sourceforge.net/index.php
293 .. _`Python`: http://www.python.org
294 .. _`GCC-XML`: http://www.gccxml.org
295 .. _`CastXML`: https://github.com/CastXML/CastXML
296 .. _`UML diagram` : declarations_uml.png
297 .. _`parser package UML diagram` : parser_uml.png
298 .. _`ReleaseForge` : http://releaseforge.sourceforge.net
299 .. _`boost::type_traits` : http://www.boost.org/libs/type_traits/index.html
/dports/net/mrtparse/mrtparse-2.0.0/samples/
H A DREADME.rst23 Summary subsection
28 .. _`BIRD`: http://bird.network.cz/
29 .. _`LARGE_COMMUNITY`: http://largebgpcommunities.net/
58 Summary subsection
65 .. _`BIRD (mrtdump branch)`: https://gitlab.labs.nic.cz/labs/bird/tree/mrtdump
66 .. _`RFC8050`: https://tools.ietf.org/html/RFC8050
94 Summary subsection
120 Summary argument
125 .. _Quagga: http://www.nongnu.org/quagga/
/dports/devel/ros-rosdep/rosdep-0.18.0/doc/
H A Dcontributing_rules.rst8 Summary section in Contributing rosdep rules
24 Fork the rosdistro GitHub repository
36 Point your sources.list.d at your forked repository
52 Make your changes to your forked repository
68 Make sure that your rules work
84 Submit a pull request with your updated rules
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/mts/
H A Dstruct_summary.go19 type Summary struct { struct
20 MediaWorkflowId string `json:"MediaWorkflowId" xml:"MediaWorkflowId"`
21 MediaWorkflowName string `json:"MediaWorkflowName" xml:"MediaWorkflowName"`
22 Type string `json:"Type" xml:"Type"`
23 ActivityName string `json:"ActivityName" xml:"ActivityName"`
24 File File `json:"File" xml:"File"`
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/mts/
H A Dstruct_summary.go19 type Summary struct { struct
20 MediaWorkflowId string `json:"MediaWorkflowId" xml:"MediaWorkflowId"`
21 MediaWorkflowName string `json:"MediaWorkflowName" xml:"MediaWorkflowName"`
22 Type string `json:"Type" xml:"Type"`
23 ActivityName string `json:"ActivityName" xml:"ActivityName"`
24 File File `json:"File" xml:"File"`
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/mts/
H A Dstruct_summary.go19 type Summary struct { struct
20 MediaWorkflowId string `json:"MediaWorkflowId" xml:"MediaWorkflowId"`
21 MediaWorkflowName string `json:"MediaWorkflowName" xml:"MediaWorkflowName"`
22 Type string `json:"Type" xml:"Type"`
23 ActivityName string `json:"ActivityName" xml:"ActivityName"`
24 File File `json:"File" xml:"File"`
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dline_search.h155 struct Summary { struct
156 Summary() in Summary() argument
166 bool success;
167 FunctionSample optimal_point;
168 int num_function_evaluations;
169 int num_gradient_evaluations;
170 int num_iterations;
173 double cost_evaluation_time_in_seconds;
176 double gradient_evaluation_time_in_seconds;
200 // Summary::success is true if a non-zero step size is found. argument
/dports/security/snort3/snort3-3.1.19.0/src/piglet/
H A Dpiglet_runner.h33 struct Summary struct
35 unsigned passed = 0;
36 unsigned failed = 0;
37 unsigned errors = 0;
39 inline unsigned total() const in total()
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/aegis/
H A Dstruct_summary.go19 type Summary struct { struct
20 TotalCount int `json:"TotalCount" xml:"TotalCount"`
21 Offline int `json:"Offline" xml:"Offline"`
22 Online int `json:"Online" xml:"Online"`
23 AllRegionCount int `json:"AllRegionCount" xml:"AllRegionCount"`
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/aegis/
H A Dstruct_summary.go19 type Summary struct { struct
20 TotalCount int `json:"TotalCount" xml:"TotalCount"`
21 Offline int `json:"Offline" xml:"Offline"`
22 Online int `json:"Online" xml:"Online"`
23 AllRegionCount int `json:"AllRegionCount" xml:"AllRegionCount"`

12345678910>>...186