Home
last modified time | relevance | path

Searched refs:newGroup (Results 1 – 25 of 834) sorted by relevance

12345678910>>...34

/dports/math/gap/gap-4.11.0/pkg/guava-3.15/src/leon/src/
H A Dcopy.c71 PermGroup *newGroup = allocPermGroup(); in copyOfPermGroup() local
74 strcpy( newGroup->name, oldGroup->name); in copyOfPermGroup()
75 newGroup->degree = oldGroup->degree; in copyOfPermGroup()
80 newGroup->baseSize = oldGroup->baseSize; in copyOfPermGroup()
81 newGroup->base = allocIntArrayBaseSize(); in copyOfPermGroup()
91 newGroup->order = allocFactoredInt(); in copyOfPermGroup()
112 newGroup->generator = previousGen = NULL; in copyOfPermGroup()
120 newGroup->generator = newGen; in copyOfPermGroup()
149 newGroup->omega = NULL; in copyOfPermGroup()
157 newGroup->invOmega = NULL; in copyOfPermGroup()
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/ajax/modals/
H A Dgroup.php27 function parentGrpSelect($newGroup) { argument
44 $kids = get_children($newGroup);
45 if ( $newGroup->Id() )
46 $kids[] = $newGroup->Id();
57 function monitorList($newGroup) { argument
61 $monitorIds = $newGroup->MonitorIds();
81 $newGroup = new ZM\Group($_REQUEST['gid']); variable
83 $newGroup = new ZM\Group(); variable
94 …class="modal-title"><?php echo translate('Group').($newGroup->Name() ? ' - ' .validHtmlStr($newGro…
115 <td><?php echo parentGrpSelect($newGroup) ?></td>
[all …]
/dports/net/messagelib/messagelib-21.12.3/messagelist/src/core/
H A Dfiltersavedmanager.cpp37 lst << newGroup.readEntry(QStringLiteral("name")); in existingFilterNames()
72 info.filterName = newGroup.readEntry(QStringLiteral("name")); in filterInfos()
73 info.identifier = newGroup.readEntry(QStringLiteral("identifier")); in filterInfos()
74 info.iconName = newGroup.readEntry(QStringLiteral("iconName")); in filterInfos()
84 KConfigGroup newGroup(KSharedConfig::openConfig(), group); in loadFilter() local
85 if (newGroup.readEntry("identifier") == identifier) { in loadFilter()
86 Filter *f = Filter::loadFromConfigGroup(newGroup); in loadFilter()
128 if (newGroup.readEntry("identifier") == identifier) { in updateFilter()
129 newGroup.writeEntry("name", newName); in updateFilter()
131 newGroup.writeEntry("iconName", iconName); in updateFilter()
[all …]
H A Dfilter.cpp163 newGroup.writeEntry("name", filtername); in save()
165 newGroup.writeEntry("iconName", iconName); in save()
167 newGroup.writeEntry("searchString", mSearchString); in save()
169 newGroup.writeEntry("tagId", mTagId); in save()
170 newGroup.writeEntry("identifier", mIdentifier); in save()
176 newGroup.writeEntry("status", lst); in save()
177 newGroup.sync(); in save()
189 return loadFromConfigGroup(newGroup); in load()
198 filter->setTagId(newGroup.readEntry("tagId")); in loadFromConfigGroup()
200 filter->setFilterName(newGroup.readEntry("name")); in loadFromConfigGroup()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/java/c/
H A Dmpi_Group.c129 MPI_Group newGroup; in Java_mpi_Group_union() local
132 return (jlong)newGroup; in Java_mpi_Group_union()
138 MPI_Group newGroup; in Java_mpi_Group_intersection() local
144 return (jlong)newGroup; in Java_mpi_Group_intersection()
150 MPI_Group newGroup; in Java_mpi_Group_difference() local
156 return (jlong)newGroup; in Java_mpi_Group_difference()
167 MPI_Group newGroup; in Java_mpi_Group_incl() local
172 return (jlong)newGroup; in Java_mpi_Group_incl()
183 MPI_Group newGroup; in Java_mpi_Group_excl() local
195 MPI_Group newGroup; in Java_mpi_Group_rangeIncl() local
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/java/c/
H A Dmpi_Group.c129 MPI_Group newGroup; in Java_mpi_Group_union() local
132 return (jlong)newGroup; in Java_mpi_Group_union()
138 MPI_Group newGroup; in Java_mpi_Group_intersection() local
144 return (jlong)newGroup; in Java_mpi_Group_intersection()
150 MPI_Group newGroup; in Java_mpi_Group_difference() local
156 return (jlong)newGroup; in Java_mpi_Group_difference()
167 MPI_Group newGroup; in Java_mpi_Group_incl() local
172 return (jlong)newGroup; in Java_mpi_Group_incl()
183 MPI_Group newGroup; in Java_mpi_Group_excl() local
195 MPI_Group newGroup; in Java_mpi_Group_rangeIncl() local
[all …]
/dports/devel/kf5-kservice/kservice-5.89.0/src/services/
H A Dkservicegroupfactory.cpp53 KServiceGroup::Ptr newGroup(createGroup(offset, deep)); in findGroupByDesktopPath() local
56 if (newGroup && (newGroup->relPath() != _name)) { in findGroupByDesktopPath()
58 newGroup = nullptr; // Not found in findGroupByDesktopPath()
60 return newGroup; in findGroupByDesktopPath()
78 KServiceGroup::Ptr newGroup(createGroup(offset, deep)); in findBaseGroup() local
81 if (newGroup && (newGroup->baseGroupName() != _baseGroupName)) { in findBaseGroup()
83 newGroup = nullptr; // Not found in findBaseGroup()
85 return newGroup; in findBaseGroup()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/libsrc/
H A Ddvpsovl.cc151 OFCondition DVPSOverlay_PList::changeOverlayGroup(size_t idx, Uint16 newGroup) in changeOverlayGroup() argument
153 if ((newGroup < 0x6000)||(newGroup > 0x601F)) return EC_IllegalCall; in changeOverlayGroup()
157 if (newGroup == (overlay->getOverlayGroup()+0x6000)) return EC_Normal; in changeOverlayGroup()
158 if (haveOverlayGroup(newGroup)) return EC_IllegalCall; // don't allocate twice in changeOverlayGroup()
159 overlay->setOverlayGroup((Uint8)(newGroup-0x6000)); in changeOverlayGroup()
165 OFCondition DVPSOverlay_PList::addOverlay(DcmItem& overlayIOD, Uint16 groupInItem, Uint16 newGroup) in addOverlay() argument
168 if ((newGroup < 0x6000)||(newGroup > 0x601F)) return EC_IllegalCall; in addOverlay()
169 if (haveOverlayGroup(newGroup)) return EC_IllegalCall; // don't allocate twice in addOverlay()
181 result = newOverlay->read(overlayIOD,(Uint8)(groupInItem-0x6000), (Uint8)(newGroup-0x6000)); in addOverlay()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Choose/
H A DGroupingCollection.cs443 IItemPropertyGrouping newGroup, in InsertAfter() argument
450 newGroup); in InsertAfter()
451 if (newGroup is BuildItemGroup) in InsertAfter()
453 ((BuildItemGroup)newGroup).ParentCollection = this; in InsertAfter()
456 else if (newGroup is BuildPropertyGroup) in InsertAfter()
461 else if (newGroup is Choose) in InsertAfter()
475 IItemPropertyGrouping newGroup in InsertAtEnd() argument
480 this.combinedGroupList.Add(newGroup); in InsertAtEnd()
481 if (newGroup is BuildItemGroup) in InsertAtEnd()
486 else if (newGroup is BuildPropertyGroup) in InsertAtEnd()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dpcb_group.cpp161 PCB_GROUP* newGroup = new PCB_GROUP( *this ); in Clone() local
162 return newGroup; in Clone()
169 PCB_GROUP* newGroup = new PCB_GROUP( *this ); in DeepClone() local
170 newGroup->m_items.clear(); in DeepClone()
175 newGroup->AddItem( static_cast<PCB_GROUP*>( member )->DeepClone() ); in DeepClone()
177 newGroup->AddItem( static_cast<BOARD_ITEM*>( member->Clone() ) ); in DeepClone()
180 return newGroup; in DeepClone()
186 PCB_GROUP* newGroup = static_cast<PCB_GROUP*>( Duplicate() ); in DeepDuplicate() local
187 newGroup->m_items.clear(); in DeepDuplicate()
194 newGroup->AddItem( static_cast<BOARD_ITEM*>( member->Duplicate() ) ); in DeepDuplicate()
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vault/
H A Didentity_store_group_aliases.go125 var newGroup, previousGroup *identity.Group
172 newGroup, err = i.MemDBGroupByID(canonicalID, true)
176 if newGroup == nil {
179 if newGroup.Type != groupTypeExternal {
182 if newGroup.NamespaceID != groupAlias.NamespaceID {
219 if newGroup == nil {
222 newGroup = &identity.Group{
240 if newGroup == nil || newGroup.ID == previousGroup.ID {
245 newGroup = previousGroup
253 newGroup.Alias = groupAlias
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vault/
H A Didentity_store_group_aliases.go125 var newGroup, previousGroup *identity.Group
172 newGroup, err = i.MemDBGroupByID(canonicalID, true)
176 if newGroup == nil {
179 if newGroup.Type != groupTypeExternal {
182 if newGroup.NamespaceID != groupAlias.NamespaceID {
219 if newGroup == nil {
222 newGroup = &identity.Group{
240 if newGroup == nil || newGroup.ID == previousGroup.ID {
245 newGroup = previousGroup
253 newGroup.Alias = groupAlias
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vault/
H A Didentity_store_group_aliases.go125 var newGroup, previousGroup *identity.Group
172 newGroup, err = i.MemDBGroupByID(canonicalID, true)
176 if newGroup == nil {
179 if newGroup.Type != groupTypeExternal {
182 if newGroup.NamespaceID != groupAlias.NamespaceID {
219 if newGroup == nil {
222 newGroup = &identity.Group{
240 if newGroup == nil || newGroup.ID == previousGroup.ID {
245 newGroup = previousGroup
253 newGroup.Alias = groupAlias
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vault/
H A Didentity_store_group_aliases.go125 var newGroup, previousGroup *identity.Group
172 newGroup, err = i.MemDBGroupByID(canonicalID, true)
176 if newGroup == nil {
179 if newGroup.Type != groupTypeExternal {
182 if newGroup.NamespaceID != groupAlias.NamespaceID {
219 if newGroup == nil {
222 newGroup = &identity.Group{
240 if newGroup == nil || newGroup.ID == previousGroup.ID {
245 newGroup = previousGroup
253 newGroup.Alias = groupAlias
[all …]
/dports/security/vault/vault-1.8.2/vault/
H A Didentity_store_group_aliases.go125 var newGroup, previousGroup *identity.Group
172 newGroup, err = i.MemDBGroupByID(canonicalID, true)
176 if newGroup == nil {
179 if newGroup.Type != groupTypeExternal {
182 if newGroup.NamespaceID != groupAlias.NamespaceID {
219 if newGroup == nil {
222 newGroup = &identity.Group{
240 if newGroup == nil || newGroup.ID == previousGroup.ID {
245 newGroup = previousGroup
253 newGroup.Alias = groupAlias
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vault/
H A Didentity_store_group_aliases.go125 var newGroup, previousGroup *identity.Group
172 newGroup, err = i.MemDBGroupByID(canonicalID, true)
176 if newGroup == nil {
179 if newGroup.Type != groupTypeExternal {
182 if newGroup.NamespaceID != groupAlias.NamespaceID {
219 if newGroup == nil {
222 newGroup = &identity.Group{
240 if newGroup == nil || newGroup.ID == previousGroup.ID {
245 newGroup = previousGroup
253 newGroup.Alias = groupAlias
[all …]
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vault/
H A Didentity_store_group_aliases.go125 var newGroup, previousGroup *identity.Group
172 newGroup, err = i.MemDBGroupByID(canonicalID, true)
176 if newGroup == nil {
179 if newGroup.Type != groupTypeExternal {
182 if newGroup.NamespaceID != groupAlias.NamespaceID {
219 if newGroup == nil {
222 newGroup = &identity.Group{
240 if newGroup == nil || newGroup.ID == previousGroup.ID {
245 newGroup = previousGroup
253 newGroup.Alias = groupAlias
[all …]
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vault/
H A Didentity_store_group_aliases.go125 var newGroup, previousGroup *identity.Group
172 newGroup, err = i.MemDBGroupByID(canonicalID, true)
176 if newGroup == nil {
179 if newGroup.Type != groupTypeExternal {
182 if newGroup.NamespaceID != groupAlias.NamespaceID {
219 if newGroup == nil {
222 newGroup = &identity.Group{
240 if newGroup == nil || newGroup.ID == previousGroup.ID {
245 newGroup = previousGroup
253 newGroup.Alias = groupAlias
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vault/
H A Didentity_store_group_aliases.go125 var newGroup, previousGroup *identity.Group
172 newGroup, err = i.MemDBGroupByID(canonicalID, true)
176 if newGroup == nil {
179 if newGroup.Type != groupTypeExternal {
182 if newGroup.NamespaceID != groupAlias.NamespaceID {
219 if newGroup == nil {
222 newGroup = &identity.Group{
240 if newGroup == nil || newGroup.ID == previousGroup.ID {
245 newGroup = previousGroup
253 newGroup.Alias = groupAlias
[all …]
/dports/sysutils/istio/vault-sdk-v0.1.12/vault/
H A Didentity_store_group_aliases.go125 var newGroup, previousGroup *identity.Group
172 newGroup, err = i.MemDBGroupByID(canonicalID, true)
176 if newGroup == nil {
179 if newGroup.Type != groupTypeExternal {
182 if newGroup.NamespaceID != groupAlias.NamespaceID {
219 if newGroup == nil {
222 newGroup = &identity.Group{
240 if newGroup == nil || newGroup.ID == previousGroup.ID {
245 newGroup = previousGroup
253 newGroup.Alias = groupAlias
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/identity/v3/
H A Dgroups_test.go50 newGroup, err := groups.Update(client, group.ID, updateOpts).Extract()
53 tools.PrintResource(t, newGroup)
54 tools.PrintResource(t, newGroup.Extra)
56 th.AssertEquals(t, newGroup.Description, description)
57 th.AssertDeepEquals(t, newGroup.Extra, updateOpts.Extra)
80 if group.Name == newGroup.Name {
102 if group.Name == newGroup.Name {
124 if group.Name == newGroup.Name {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/identity/v3/
H A Dgroups_test.go50 newGroup, err := groups.Update(client, group.ID, updateOpts).Extract()
53 tools.PrintResource(t, newGroup)
54 tools.PrintResource(t, newGroup.Extra)
56 th.AssertEquals(t, newGroup.Description, description)
57 th.AssertDeepEquals(t, newGroup.Extra, updateOpts.Extra)
80 if group.Name == newGroup.Name {
102 if group.Name == newGroup.Name {
124 if group.Name == newGroup.Name {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/identity/v3/
H A Dgroups_test.go50 newGroup, err := groups.Update(client, group.ID, updateOpts).Extract()
53 tools.PrintResource(t, newGroup)
54 tools.PrintResource(t, newGroup.Extra)
56 th.AssertEquals(t, newGroup.Description, description)
57 th.AssertDeepEquals(t, newGroup.Extra, updateOpts.Extra)
80 if group.Name == newGroup.Name {
102 if group.Name == newGroup.Name {
124 if group.Name == newGroup.Name {
/dports/security/vault/vault-1.8.2/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/identity/v3/
H A Dgroups_test.go50 newGroup, err := groups.Update(client, group.ID, updateOpts).Extract()
53 tools.PrintResource(t, newGroup)
54 tools.PrintResource(t, newGroup.Extra)
56 th.AssertEquals(t, newGroup.Description, description)
57 th.AssertDeepEquals(t, newGroup.Extra, updateOpts.Extra)
80 if group.Name == newGroup.Name {
102 if group.Name == newGroup.Name {
124 if group.Name == newGroup.Name {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/identity/v3/
H A Dgroups_test.go50 newGroup, err := groups.Update(client, group.ID, updateOpts).Extract()
53 tools.PrintResource(t, newGroup)
54 tools.PrintResource(t, newGroup.Extra)
56 th.AssertEquals(t, newGroup.Description, description)
57 th.AssertDeepEquals(t, newGroup.Extra, updateOpts.Extra)
80 if group.Name == newGroup.Name {
102 if group.Name == newGroup.Name {
124 if group.Name == newGroup.Name {

12345678910>>...34