Home
last modified time | relevance | path

Searched defs:Master (Results 1 – 25 of 915) sorted by relevance

12345678910>>...37

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/traits/
H A Delaborate-type-region.rs6 trait Master<'a, T: ?Sized> { interface
11 impl<'a, U> Master<'a, [U]> for () { implementation
16 impl<'a, 'b, U> Master<'a, &'b U> for () { implementation
21 impl<'a, 'b, U> Master<'a, &'b [U]> for () { implementation
27 impl<'a, 'b> Master<'a, Foo<'b>> for () { implementation
33 impl<'a, 'b, T> Master<'a, Bar<'b, T>> for () { implementation
38 impl<'a, T> Master<'a, fn(T)> for () { implementation
43 impl<'a, T> Master<'a, fn() -> T> for () { impl
/dports/net-mgmt/icinga2/icinga2-2.13.2/doc/
H A D06-distributed-monitoring.md337 ### CSR Auto-Signing <a id="distributed-monitoring-setup-csr-auto-signing"></a>
975 ### Top Down <a id="distributed-monitoring-top-down"></a>
1381 ### Master with Agents <a id="distributed-monitoring-master-agents"></a>
2502 ### Health Checks <a id="distributed-monitoring-health-checks"></a>
2638 #### Cluster Check
2664 ### Pin Checks in a Zone <a id="distributed-monitoring-pin-checks-zone"></a>
2695 ### Windows Firewall <a id="distributed-monitoring-windows-firewall"></a>
2706 #### Icinga 2 <a id="distributed-monitoring-windows-firewall-icinga2"></a>
3345 ##### Preparations
3371 ##### Verify Parent Connection
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/docs/relnotes/
H A D0.9.0rc2.rst11 Master section in Release Notes for Buildbot ``0.9.0rc2``
14 Features
19 Fixes
36 Changes for Developers
39 Features
42 Fixes
46 Deprecations, Removals, and Non-Compatible Changes
H A D0.9.0rc1.rst9 Master section in Release Notes for Buildbot ``0.9.0rc1``
12 Features
29 Fixes
40 Changes for Developers
43 Features
46 Fixes
50 Deprecations, Removals, and Non-Compatible Changes
H A D0.8.9.rst12 Master section in Release Notes for Buildbot 0.8.9
15 Features
188 Forward Compatibility
197 Fixes
286 Deprecations, Removals, and Non-Compatible Changes
322 Changes for Developers
H A D0.9.1.rst9 Master section in Release Notes for Buildbot ``0.9.1``
12 Features
69 Fixes
89 Changes for Developers
92 Features
106 Fixes
110 Deprecations, Removals, and Non-Compatible Changes
H A D0.9.0b9.rst9 Master section in Release Notes for Buildbot 0.9.0b9
12 Features
26 Changes for Developers
35 Fixes
52 Deprecations, Removals, and Non-Compatible Changes
H A D0.9.0b1.rst12 Master section in Release Notes for Buildbot 0.9.0b1
37 Requirements
60 Known Limitations of 0.9.0b1
72 Features
122 Reporters
151 Fixes
238 Deprecations, Removals, and Non-Compatible Changes
364 Changes for Developers
H A D0.8.10.rst12 Master section in Release Notes for Buildbot 0.8.10
15 Features
22 Fixes
42 Deprecations, Removals, and Non-Compatible Changes
45 Changes for Developers
H A D0.9.0b2.rst12 Master section in Release Notes for Buildbot 0.9.0b2
15 Features
31 Fixes
44 Deprecations, Removals, and Non-Compatible Changes
47 Changes for Developers
H A D0.9.0b7.rst10 Master section in Release Notes for Buildbot 0.9.0b7
13 Features
16 Fixes
23 Deprecations, Removals, and Non-Compatible Changes
29 Changes for Developers
H A D0.8.12.rst12 Master section in Release Notes for Buildbot 0.8.11
19 Features
103 * :bb:step:`MasterShellCommand` now correctly logs the working directory where it was run. argument
109 Deprecations, Removals, and Non-Compatible Changes
114 Changes for Developers
H A D0.9.0b6.rst10 Master section in Release Notes for Buildbot 0.9.0b6
13 Features
20 Fixes
26 Changes for Developers
H A D0.9.0b3.rst9 Master section in Release Notes for Buildbot 0.9.0b3
12 Features
28 Fixes
39 Deprecations, Removals, and Non-Compatible Changes
H A D0.9.0b8.rst11 Master section in Release Notes for Buildbot 0.9.0b8
14 Features
32 Fixes
47 Deprecations, Removals, and Non-Compatible Changes
56 Changes for Developers
H A D0.8.8.rst12 Master section in Release Notes for Buildbot v0.8.8
17 * The ``MasterShellCommand`` step now correctly handles environment variables passed as list. argument
82 Deprecations, Removals, and Non-Compatible Changes
113 Changes for Developers
H A D0.8.6.rst41 Master section in Release Notes for Buildbot v0.8.6p1
48 Deprecations, Removals, and Non-Compatible Changes
121 Changes for Developers
149 Features
H A D0.8.7.rst55 Master section in Release Notes for Buildbot v0.8.7
58 Features
117 Deprecations, Removals, and Non-Compatible Changes
231 Changes for Developers
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/compare-method/
H A Dregion-unrelated.rs3 trait Master<'a, T: ?Sized, U> { trait
8 impl<'a, U, V> Master<'a, U, V> for () { implementation
H A Dregion-extra.rs4 trait Master<'a, 'b> { trait
8 impl<'a, 'b> Master<'a, 'b> for () { impl
H A Dproj-outlives-region.rs3 trait Master<'a, T: ?Sized, U> { interface
8 impl<'a, U: Iterator> Master<'a, U::Item, U> for () { impl
/dports/multimedia/mkclean/mkclean-0.8.7/libebml2/legacy/ebml/
H A DEbmlMaster.h106 Type & GetChild(EbmlMaster & Master) in GetChild()
112 Type & GetNextChild(EbmlMaster & Master, const Type & PastElt) in GetNextChild()
118 Type * FindChild(EbmlMaster & Master) in FindChild()
124 Type & AddNewChild(EbmlMaster & Master) in AddNewChild()
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/libebml2/legacy/ebml/
H A DEbmlMaster.h106 Type & GetChild(EbmlMaster & Master) in GetChild()
112 Type & GetNextChild(EbmlMaster & Master, const Type & PastElt) in GetNextChild()
118 Type * FindChild(EbmlMaster & Master) in FindChild()
124 Type & AddNewChild(EbmlMaster & Master) in AddNewChild()
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/libebml2/legacy/ebml/
H A DEbmlMaster.h106 Type & GetChild(EbmlMaster & Master) in GetChild()
112 Type & GetNextChild(EbmlMaster & Master, const Type & PastElt) in GetNextChild()
118 Type * FindChild(EbmlMaster & Master) in FindChild()
124 Type & AddNewChild(EbmlMaster & Master) in AddNewChild()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/GPL/
H A Dnomos-diff-GPLv2.php236 function ItemComparisonRows($Master, $agent_pk1, $agent_pk2)
297 function filter_samehash(&$Master)
317 function filter_samelic(&$Master)
333 function filter_samelicfuzzy(&$Master)
351 function filter_nolics(&$Master)
387 function FilterChildren($filter, &$Master)
416 …function HTMLout($Master, $uploadtree_pk1, $uploadtree_pk2, $in_uploadtree_pk1, $in_uploadtree_pk2…

12345678910>>...37