search for: hiearchy

Displaying 7 results from an estimated 7 matches for "hiearchy".

Did you mean: hierarchy
2020 Oct 30
0
how to enable automatic sharing of folders added/created in an already shared folder hiearchy?
I'm running dovecot --version 2.3.11.3 (502c39af9) folder sharing is enabled & working. as long as I manually enable enable sharing for each folder/subfolder. e.g., if I enable sharing for each of: sharedtopfolder subfolder1 subfolder2 then all's good -- shared-to users can access according to set permissions. BUT, if I drag any folder under that shared-hierarchy e.g.,
2009 May 08
3
STI and subclassing twice
I''m trying using STI to implement a hiearchy similar to this: script/generate scaffold name:string type:string class Person < ActiveRecord::Base; end class Customer < Person; end class Employee < Person; end class Developer < Employee; end I.e., there are two levels of inheritance (Developer < Employee < Person). When cr...
2004 Jul 03
1
include/exclude patterns to copy just certain files?
...ch and creates all of the directories even if there is no file "foo" in the directory. That is, in my example above all of the */a2 directories are also copied. Can anyone think of a way to do this? The actual source directories are relatively large with 20k total files or so in a deep hiearchy tree. So expanding them on the command line is not good since it will frequently exceed ARG_MAX. Conceptually something like the following would work if the directory was not too big and I could also line up the destination to match the source. rsync -a $(find . -name foo -print) example.com:/t...
2013 Oct 11
1
[LLVMdev] Request for comments: TBAA on call
BTW, in any case, can we at least agree that updating the langref and comments all over the codebase that specify the tbaa tree is tied strictly to type hierarchy rules should be in scope to be updated to talk about an abstract heap hiearchy (with traditional type based as an example) instead? On Fri, Oct 11, 2013 at 12:17 AM, Daniel Berlin <dberlin at dberlin.org> wrote: > > > > On Thu, Oct 10, 2013 at 9:56 PM, Andrew Trick <atrick at apple.com> wrote: > >> >> On Oct 10, 2013, at 8:53 PM, Dan...
2015 Jul 14
3
If Wine isn't am emulator how does it work
Sorry about this noob question, but this is something that has been boring me. So Wine is a compatibly layer that tricks windows based apps into working on Linux. But isn't that what an emulator does? I know emulators more typically visualize the hardware which uses more recesses, but there are also high level emulators which just create the environment. isn't any software that tricks a
2013 Oct 11
0
[LLVMdev] Request for comments: TBAA on call
On Thu, Oct 10, 2013 at 9:56 PM, Andrew Trick <atrick at apple.com> wrote: > > On Oct 10, 2013, at 8:53 PM, Daniel Berlin <dberlin at dberlin.org> wrote: > > > > > On Thu, Oct 10, 2013 at 10:34 AM, Chris Lattner <clattner at apple.com>wrote: > >> On Oct 7, 2013, at 11:49 PM, Daniel Berlin <dberlin at dberlin.org> wrote: >> >>
2013 Oct 11
2
[LLVMdev] Request for comments: TBAA on call
On Oct 10, 2013, at 8:53 PM, Daniel Berlin <dberlin at dberlin.org> wrote: > > > > On Thu, Oct 10, 2013 at 10:34 AM, Chris Lattner <clattner at apple.com> wrote: > On Oct 7, 2013, at 11:49 PM, Daniel Berlin <dberlin at dberlin.org> wrote: >> >> Hence it’s more meaningful to reason about TBAA in terms of its semantics rather than hypothesizing about