Lines Matching refs:A
46 <tr><td>D1</td><td>A content C has an identifier id(C).</td></tr>
47 <tr><td>D2</td><td>A content C is in one of two states, Alive or Deleted.
49 <tr><td>D3</td><td>A folder content F has a set of children H(F) that is a
64 <tr><td>E1</td><td>The identifier of a content C changes from id1(C) == A
65 to id2(C) == B, denoted as E1(C: A->B). For example,
76 some identifier A (that was not previously in that set,
77 i.e., !(A in H1(F)) && (A in H2(F))), denoted as E3(F, A).
92 <tr><td>R1</td><td>E1(C: A->B) results in C sending an EXCHANGED
94 folders F that used to have A as a child, but will not
95 have B as a child, i.e., (A in H1(F)) && !(B in H2(F)),
99 used to have A as a child, but will not continue to have
100 A as a child, i.e., (A in H1(F)) && !(A in H2(F)), send
102 <tr><td>R3</td><td>E3(F, A) results in F sending an INSERTED event.</td></tr>
108 /** A content was inserted into a folder content (i.e., while updating the
116 /** A content was removed from a folder content, but not physically
124 /** A content was physically destroyed.