search for: hierarchy

Displaying 20 results from an estimated 2549 matches for "hierarchy".

2012 Nov 28
2
[hiera] Hierarchy modification takes long time to be effective
Hello, I''ve something strange : When I modify my hierarchy in my hiera.yaml, it can take up to several hours, for the modification to work. eg : I create a subdir in my hieradata, move all the concerned files into, modify my hiera.yaml > from : > :hierarchy: > - %{operatingsystem} > to : > :hierarchy: > - *os/*%{operatings...
2013 Oct 15
6
hiera_array, structured data and multiple levels of hierarchy
Hi all! I''m trying to setup a puppet module for sudo that will write multiple files with separate data for each file, all dependent on the hiera hierarchy. Here''s the relevant portion of my hiera.yaml: > :hierarchy: > > - "datacenter/app/role/node/%{::clientcert}" > > - "datacenter/app/role/%{::server_role}" > > - "datacenter/app/%{::app_name}" > > - "datacenter/%{::dat...
2017 Aug 17
3
[RFC] Injecting new element atomic memory intrinsics into MemIntrinsic class hierarchy
...stores of a given size. Our ultimate purpose is to enable exploitation of the memory intrinsic idioms and optimizations in languages like Java that make extensive use of unordered-atomic loads & stores. To this end, we will eventually have to add these new intrinsics to the instruction class hierarchy, and teach passes how to deal with them; talking about how to do this is the purpose of this RFC. We have started adding canary tests to some passes, and will continue to do so in preparation for adding the element atomic intrinsics to the instruction class hierarchy. These canary tests are simpl...
2011 Nov 06
2
What is the best way to represent a category hierarchy using term prefixes in Xapian?
Assume I have the following example hierarchy: US >Michigan >>Detroit >>Grand Rapids >>Lansing >Minnesota >>Grand Rapids >>Minneapolis >>St Paul >Ohio >>Columbus >>Grand Rapids >>Sandusky I see two ways that I could index a ?Grand Rapids, Michigan? document with prefixed terms:...
2015 Jan 27
2
[LLVMdev] RFC: Introduce a section to the programmers manual about type hierarchies, polymorphism, and virtual dispatch.
...that'll more easily facilitate discussion! ======== .. _polymorphism: Designing Type Hiercharies and Polymorphic Interfaces ----------------------------------------------------- There are two different design patterns that tend to result in the use of virtual dispatch for methods in a type hierarchy in C++ programs. The first is a genuine type hierarchy where different types in the hierarchy model a specific subset of the functionality and semantics, and these types nest strictly within each other. Good examples of this can be seen in the ``Value`` or ``Type`` type hierarchies. A second is th...
2020 Apr 24
3
Hierarchy separator recommendation?
Dear dovecot list, I'm using Maildir as mailbox format. Is there any recommendation for the namespace hierarchy separator? Currently I didn't set any. So it is the default of dot '.' I'm switiching from a rather unknown IMAP Server called DBMail (http://www.dbmail.org/) Planning to synchronize the mailboxes via imapsync (https://github.com/imapsync/imapsync) Is there anything I should be...
2007 Aug 02
1
Shared folder hierarchies, multiple groups
Hi, I'm trying to set up two shared folder hierarchies on my Dovecot installation for two groups of employees, all of whom should only have access to their own hierarchy. Any employee should be able to create sub-folders and generally have full access to the hierarchy. My initial setup was to create two public namespaces, Shared-One and Shared-Two. Each is a Maildir under /var/mail. The actual shared folders seem to be working fine in terms of adding and acces...
2006 May 13
3
Non-customizable parts in the routes hierarchy-chain.
...we''re supposed to get a url with :action and :id set to nil as well. However, this is not the case: url_for(:table=>nil) from /manager/tables/currency/add/1 returns "/manager/tables/add/1". In effect, both :action and :id are treated as if they''re above :table in the hierarchy chain! I ran a few tests, such as setting the route to '':controller/:table/:action/:id/:blah''. And indeed, :table=>nil reset the lower (right) parts of the route hierarchy *except for :action and :id*. Those seem to always be treated as if they''re above any custom com...
2005 Aug 15
1
XML for tc hierarchy representation
Hi list, I would like to know about any proposed XML representation for tc objects hierarchy. I found something at "LTCM, a Linux QoS API Library" (http://artemis.av.it.pt/~ltcmmm/) that looks like a start, but any others are welcome. I''m starting a project to automatically syncronize traffic shape rules between servers and thought XML is the best way to represent tc...
2006 May 06
2
Maildir folder hierarchy question
Hello all, I am trying to set up Dovecot to use a particular maildir folder hierarchy and have a problem that relates to the inbox. the folder hierarchy I want in /.../Maildir/ is: .inbox cur new tmp .imap.index.files-for-inbox .sent-items cur new tmp .imap.index.files-for-sent-items however the hierarchy that dovecot gives me is .inbox (unused) .INBOX .imap.index.files...
2014 Nov 10
5
[LLVMdev] [RFC] Separating Metadata from the Value hierarchy
...>> On Nov 9, 2014, at 5:02 PM, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote: >> In response to my recent commits (e.g., [1]) that changed API from >> `MDNode` to `Value`, Eric had a really interesting idea [2] -- split >> metadata entirely from the `Value` hierarchy, and drop general support >> for metadata RAUW. > > Wow, this never occurred to me, but in hindsight seems like obviously the right direction. Yup, good on Eric here. >> Here is what we'd lose: >> >> 1. No more arbitrary RAUW of metadata. >> >> W...
2015 Sep 10
2
Using IDs to suppress specific messages and warnings
...t example, it's just a plain simpleWarning, which doesn't give you the opportunity to do special handling. tryCatch(sqrt(-1), warning = function(w) class(w)) ## [1] "simpleWarning" "warning" "condition" > Designing and implementing a condition class hierarchy to support this > is indeed the hard/tedious part. There are precedents from other languages that could be used as a template. For example, .NET and Java both have very well defined exception hierarchies that could serve as a starting point. https://msdn.microsoft.com/en-us/library/z4c5tckx%2...
2005 Oct 19
3
Finding all parents of acts_as_tree relationship
I''m using acts_as_tree to maintain a hierarchy of categories (each top-level category can contain multiple categories and each sub-category can contain multiple sub-categories, etc.). I want to be able to find all parents of a particular category. I realize that I can use @category.parent or even @category.parent.parent to move up in the hier...
2020 Apr 24
2
Hierarchy separator recommendation?
...On 2020-04-24 15:56, Sami Ketola wrote: > >> On 24. Apr 2020, at 15.27, Admin Beckspaced <admin at beckspaced.com> wrote: >> >> Dear dovecot list, >> >> I'm using Maildir as mailbox format. >> >> Is there any recommendation for the namespace hierarchy separator? >> >> Currently I didn't set any. So it is the default of dot '.' > this should work. > >> I'm switiching from a rather unknown IMAP Server called DBMail (http://www.dbmail.org/) >> Planning to synchronize the mailboxes via imapsync (https://...
2012 Oct 19
3
Using Hiera with Parameters set for the Puppet Node
Is it possible to have Hiera look at a key set for the node first, before looking at other items in the hierarchy? In particular - I''m using Puppet Dashboard and am setting keys & params for there, so I would like for any value set there for a node to be used over another item in the hiera hierachy. What value would I have to specify in the hierarchy for this, if it is possible? Thanks, TJ -...
2019 Jun 27
3
Applying Dovecot for a large / deep folder-hierarchy archive.
Am 27.06.2019 um 07:35 schrieb Aki Tuomi via dovecot: > > On 26.6.2019 22.12, Arnold Opio Oree via dovecot wrote: >> Hello to you all, >> >> I'd like to ask about my intended application of Dovecot to create a folder-hierarchy for storing our enterprise emails, which are treated as live data?rather than archives for compliance or occasional / reactive retrieval. >> >> The data is presently not that large (a few gigabytes), but it is expected to grow rapidly. Up to this stage the data has been contained >&g...
2019 Mar 28
0
[PATCH 0/4] NV50/GF100 behind constrained hierarchies
On Mon, 25 Mar 2019 at 13:33, Jon Derrick <jonathan.derrick at intel.com> wrote: > > Hi Ben, Hey John, > > I've been working with an mmio-constrained pci hierarchy intended almost > solely for nvme devices and switches. Binding nouveau to an NV50-based > gpu results in a kernel panic as the device cannot be fully mapped. > > I've made modifications in nv50 and vmm to unbind the driver from this > hierarchy, and modified gf100 assuming it wi...
2007 Feb 14
1
Any packages for conducting AHP( Analytic Hierarchy Process) data
Hi, R Lovers! I have some survey data. I'd like to run R or R packages for processing data inputted from AHP(Analytic Hierarchy Process) survey. Are there any R packages or subsititues for running data from AHP survey. Thanks in advance, -- Kum-Hoe Hwang, Ph.D.Phone : 82-31-250-3516 Email : phdhwang@gmail.com [[alternative HTML version deleted]]
2006 May 30
0
[LLVMdev] [Patch] Support Interval hierarchy
Hi, the attached patch changes the 'Interval' class so that it's possible to build hierarchy of intervals, with first-order intervals composed of basic blocks, second-order interface composed of first-order intervals and so on. The paper I read on intervals specifically talks about interval hierarchy, and I indeed exploit hierarchy in some algorithm of mine. The patch is pretty large, so...
2015 Mar 19
2
CBS tags hierarchy
Hi, following Cloud SIG example[1] I would like to start defining the CBS tags hierarchy for Virt SIG. For opening the discussion I suggest: - virt${release}-common : packages not related to xen or kvm, used by at least 2 projects - virt${release}-xen : xen hypervisor related packages - virt${release}-kvm : kvm hypervisor related packages (like qemu-kvm-ev) - virt${release}-ovi...