Home
last modified time | relevance | path

Searched refs:IdentitySet (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DIdentitySet.schelp1 CLASS::IdentitySet
9 The contents of an IdentitySet are unordered. You must not depend on the order of items in an Ident…
20 Add anObject to the IdentitySet. An object which is equal to an object already in the IdentitySet w…
22 IdentitySet[1, 2, 3].add(4);
23 IdentitySet[1, 2, 3].add(3);
25 IdentitySet["abc", "def", "ghi"].add("def");
32 Remove anObject from the IdentitySet.
34 IdentitySet[1, 2, 3].remove(3);
50 a = IdentitySet[1, 2, 3, 300];
65 y = x.as(IdentitySet);
[all …]
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/test/base/
H A Dtest_utils.py811 ids = util.IdentitySet(ids)
814 ids = util.IdentitySet()
817 ids = util.IdentitySet([])
820 ids = util.IdentitySet(ids)
826 ids = util.IdentitySet()
833 ids = util.IdentitySet()
839 IdentitySet = util.IdentitySet
841 ids1 = IdentitySet([o1])
845 IdentitySet([o2, o3])
1267 IdentitySet = util.IdentitySet
[all …]
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/test/base/
H A Dtest_utils.py704 ids = util.IdentitySet(ids)
707 ids = util.IdentitySet()
710 ids = util.IdentitySet([])
713 ids = util.IdentitySet(ids)
719 ids = util.IdentitySet()
726 ids = util.IdentitySet()
732 IdentitySet = util.IdentitySet
734 ids1 = IdentitySet([o1])
738 IdentitySet([o2, o3])
1160 IdentitySet = util.IdentitySet
[all …]
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/test/base/
H A Dtest_utils.py861 ids = util.IdentitySet(ids)
864 ids = util.IdentitySet()
867 ids = util.IdentitySet([])
870 ids = util.IdentitySet(ids)
876 ids = util.IdentitySet()
883 ids = util.IdentitySet()
889 IdentitySet = util.IdentitySet
891 ids1 = IdentitySet([o1])
1058 empty = util.IdentitySet([])
1325 IdentitySet = util.IdentitySet
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/yaegashi/msgraph.go/beta/
H A DModelEducation.go34 CreatedBy *IdentitySet `json:"createdBy,omitempty"`
64 GradedBy *IdentitySet `json:"gradedBy,omitempty"`
140 CreatedBy *IdentitySet `json:"createdBy,omitempty"`
210 FeedbackBy *IdentitySet `json:"feedbackBy,omitempty"`
438 CreatedBy *IdentitySet `json:"createdBy,omitempty"`
478 CreatedBy *IdentitySet `json:"createdBy,omitempty"`
522 CreatedBy *IdentitySet `json:"createdBy,omitempty"`
560 SubmittedBy *IdentitySet `json:"submittedBy,omitempty"`
568 ReleasedBy *IdentitySet `json:"releasedBy,omitempty"`
572 ReturnedBy *IdentitySet `json:"returnedBy,omitempty"`
[all …]
H A DModelPlanner.go40 AssignedBy *IdentitySet `json:"assignedBy,omitempty"`
104 LastModifiedBy *IdentitySet `json:"lastModifiedBy,omitempty"`
132 LastModifiedBy *IdentitySet `json:"lastModifiedBy,omitempty"`
178 CreatedBy *IdentitySet `json:"createdBy,omitempty"`
270 CreatedBy *IdentitySet `json:"createdBy,omitempty"`
298 CompletedBy *IdentitySet `json:"completedBy,omitempty"`
H A DModelBase.go12 CreatedBy *IdentitySet `json:"createdBy,omitempty"`
20 LastModifiedBy *IdentitySet `json:"lastModifiedBy,omitempty"`
40 LastModifiedBy *IdentitySet `json:"lastModifiedBy,omitempty"`
H A DModelItem.go92 Actor *IdentitySet `json:"actor,omitempty"`
104 Actor *IdentitySet `json:"actor,omitempty"`
216 CreatedBy *IdentitySet `json:"createdBy,omitempty"`
220 LastModifiedBy *IdentitySet `json:"lastModifiedBy,omitempty"`
H A DModelShared.go12 Owner *IdentitySet `json:"owner,omitempty"`
16 SharedBy *IdentitySet `json:"sharedBy,omitempty"`
40 Owner *IdentitySet `json:"owner,omitempty"`
H A DModelComment.go12 ParentAuthor *IdentitySet `json:"parentAuthor,omitempty"`
14 Participants []IdentitySet `json:"participants,omitempty"`
H A DModelIncoming.go14 OnBehalfOf *IdentitySet `json:"onBehalfOf,omitempty"`
16 Transferor *IdentitySet `json:"transferor,omitempty"`
H A DModelChat.go58 From *IdentitySet `json:"from,omitempty"`
128 Mentioned *IdentitySet `json:"mentioned,omitempty"`
168 User *IdentitySet `json:"user,omitempty"`
H A DModelCopy.go28 CreatedByIdentity *IdentitySet `json:"createdByIdentity,omitempty"`
32 LastModifiedByIdentity *IdentitySet `json:"lastModifiedByIdentity,omitempty"`
H A DModelPermission.go14 GrantedTo *IdentitySet `json:"grantedTo,omitempty"`
16 GrantedToIdentities []IdentitySet `json:"grantedToIdentities,omitempty"`
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/test/base/
H A Dtest_utils.py872 ids = util.IdentitySet(ids)
875 ids = util.IdentitySet()
878 ids = util.IdentitySet([])
881 ids = util.IdentitySet(ids)
887 ids = util.IdentitySet()
894 ids = util.IdentitySet()
900 IdentitySet = util.IdentitySet
902 ids1 = IdentitySet([o1])
1069 empty = util.IdentitySet([])
1342 IdentitySet = util.IdentitySet
[all …]
/dports/net/rclone/rclone-1.57.0/backend/onedrive/api/
H A Dtypes.go51 type IdentitySet struct { struct
70 Owner IdentitySet `json:"owner"`
107 …CreatedBy IdentitySet `json:"createdBy"` // Identity of the user, d…
108 …LastModifiedBy IdentitySet `json:"lastModifiedBy"` // Identity of the user, d…
167 …CreatedBy IdentitySet `json:"createdBy"` // Identity of the user, d…
168 …LastModifiedBy IdentitySet `json:"lastModifiedBy"` // Identity of the user, d…
373 func (i *Item) GetCreatedBy() IdentitySet {
374 if i.IsRemote() && i.RemoteItem.CreatedBy != (IdentitySet{}) {
381 func (i *Item) GetLastModifiedBy() IdentitySet {
382 if i.IsRemote() && i.RemoteItem.LastModifiedBy != (IdentitySet{}) {
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/test/base/
H A Dtest_utils.py1291 ids = util.IdentitySet(ids)
1294 ids = util.IdentitySet()
1297 ids = util.IdentitySet([])
1300 ids = util.IdentitySet(ids)
1306 ids = util.IdentitySet()
1313 ids = util.IdentitySet()
1319 IdentitySet = util.IdentitySet
1321 ids1 = IdentitySet([o1])
1488 empty = util.IdentitySet([])
1759 IdentitySet = util.IdentitySet
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/
H A DObservablesManager.java26 import org.eclipse.core.internal.databinding.IdentitySet;
40 private Set<IObservable> managedObservables = new IdentitySet<>();
41 private Set<IObservable> excludedObservables = new IdentitySet<>();
122 Set<IObservable> observables = new IdentitySet<>(); in dispose()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/internal/databinding/identity/
H A DIdentityObservableSet.java60 this.wrappedSet = new IdentitySet<>(); in IdentityObservableSet()
117 Set<E> additions = new IdentitySet<>(); in addAll()
147 Set<E> removals = new IdentitySet<>(); in removeAll()
164 Set<E> removals = new IdentitySet<>(); in retainAll()
191 wrappedSet = new IdentitySet<>(); in clear()
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/util/
H A D_collections.py462 class IdentitySet(object): class
507 if isinstance(other, IdentitySet):
513 if isinstance(other, IdentitySet):
530 if not isinstance(other, IdentitySet):
535 if not isinstance(other, IdentitySet):
552 if not isinstance(other, IdentitySet):
557 if not isinstance(other, IdentitySet):
570 if not isinstance(other, IdentitySet):
578 if not isinstance(other, IdentitySet):
701 class OrderedIdentitySet(IdentitySet):
[all …]
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/util/
H A D_collections.py466 class IdentitySet(object): class
511 if isinstance(other, IdentitySet):
517 if isinstance(other, IdentitySet):
533 if not isinstance(other, IdentitySet):
538 if not isinstance(other, IdentitySet):
554 if not isinstance(other, IdentitySet):
559 if not isinstance(other, IdentitySet):
572 if not isinstance(other, IdentitySet):
580 if not isinstance(other, IdentitySet):
701 class OrderedIdentitySet(IdentitySet):
[all …]
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/util/
H A D_collections.py466 class IdentitySet(object): class
511 if isinstance(other, IdentitySet):
517 if isinstance(other, IdentitySet):
533 if not isinstance(other, IdentitySet):
538 if not isinstance(other, IdentitySet):
554 if not isinstance(other, IdentitySet):
559 if not isinstance(other, IdentitySet):
572 if not isinstance(other, IdentitySet):
580 if not isinstance(other, IdentitySet):
701 class OrderedIdentitySet(IdentitySet):
[all …]
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/util/
H A D_collections.py469 class IdentitySet(object): class
511 if isinstance(other, IdentitySet):
517 if isinstance(other, IdentitySet):
537 if not isinstance(other, IdentitySet):
542 if not isinstance(other, IdentitySet):
562 if not isinstance(other, IdentitySet):
567 if not isinstance(other, IdentitySet):
579 if not isinstance(other, IdentitySet):
587 if not isinstance(other, IdentitySet):
725 class OrderedIdentitySet(IdentitySet):
[all …]
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/util/
H A D_collections.py467 class IdentitySet(object): class
509 if isinstance(other, IdentitySet):
515 if isinstance(other, IdentitySet):
532 if not isinstance(other, IdentitySet):
537 if not isinstance(other, IdentitySet):
554 if not isinstance(other, IdentitySet):
559 if not isinstance(other, IdentitySet):
571 if not isinstance(other, IdentitySet):
579 if not isinstance(other, IdentitySet):
708 class OrderedIdentitySet(IdentitySet):
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/
H A DObservableTrackerTest.java33 import org.eclipse.core.internal.databinding.IdentitySet;
123 Set collected = new IdentitySet(Arrays.asList(ObservableTracker.runAndCollect(() -> { in testSetIgnore_Nested_RunAndCollect()
137 Set<ObservableStub> expected = new IdentitySet(); in testSetIgnore_Nested_RunAndCollect()
148 Set result = new IdentitySet(Arrays.asList(ObservableTracker.runAndMonitor(() -> { in testSetIgnore_Nested_RunAndMonitor()
162 Set<IObservable> expected = new IdentitySet(); in testSetIgnore_Nested_RunAndMonitor()

12345678