Home
last modified time | relevance | path

Searched refs:resourceList (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/dports/devel/staf/src/staf/services/respool/
H A DSTAFResPoolService.cpp1286 if (poolPtr->resourceList[i].owned && in handleDelete()
1292 poolPtr->resourceList[i].orgUUID); in handleDelete()
1444 poolPtr->resourceList = newPool.resourceList; in handleAdd()
1569 if (poolPtr->resourceList.size() == 0) in handleRemove()
1608 (!newPool.resourceList[resid].owned || in handleRemove()
1611 if (newPool.resourceList[resid].owned) in handleRemove()
1641 newPool.resourceList.erase(newPool.resourceList.begin() + resid); in handleRemove()
1686 poolPtr->resourceList = newPool.resourceList; in handleRemove()
2360 if (poolPtr->resourceList[resid].owned) in handleRelease()
2961 if (!poolPtr->resourceList[i].owned) in handleQuery()
[all …]
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FileHandlers/
H A DXDCAMFAM_Handler.cpp250 size_t oldCount = resourceList->size(); in FillAssociatedResources()
271 if ( resourceList->size() <= oldCount ) in FillAssociatedResources()
281 oldCount = resourceList->size(); in FillAssociatedResources()
284 if ( resourceList->size() <= oldCount ) in FillAssociatedResources()
300 oldCount = resourceList->size(); in FillAssociatedResources()
303 if ( resourceList->size() <= oldCount ) in FillAssociatedResources()
337 oldCount = resourceList->size(); in FillAssociatedResources()
339 atLeastOneFileAdded = resourceList->size() > oldCount; in FillAssociatedResources()
380 oldCount = resourceList->size(); in FillAssociatedResources()
382 atLeastOneFileAdded = resourceList->size() > oldCount; in FillAssociatedResources()
[all …]
H A DXDCAMSAM_Handler.cpp204 void XDCAMSAM_MetaHandler::FillAssociatedResources( std::vector<std::string> * resourceList ) in FillAssociatedResources() argument
212 PackageFormat_Support::AddResourceIfExists( resourceList, filePath ); in FillAssociatedResources()
216 PackageFormat_Support::AddResourceIfExists(resourceList, filePath); in FillAssociatedResources()
218 PackageFormat_Support::AddResourceIfExists(resourceList, filePath); in FillAssociatedResources()
221 PackageFormat_Support::AddResourceIfExists(resourceList, filePath); in FillAssociatedResources()
223 PackageFormat_Support::AddResourceIfExists(resourceList, filePath); in FillAssociatedResources()
226 PackageFormat_Support::AddResourceIfExists(resourceList, filePath); in FillAssociatedResources()
254 IOUtils::GetMatchingChildren ( *resourceList, clipPath, regExpVec, false, true, true ); in FillAssociatedResources()
257 PackageFormat_Support::AddResourceIfExists(resourceList, this->sidecarPath); in FillAssociatedResources()
266 PackageFormat_Support::AddResourceIfExists(resourceList, editInfoList[count]); in FillAssociatedResources()
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/variable/
H A DResourceComponent.java54 protected TreeViewer resourceList; field in ResourceComponent
101 resourceList = new TreeViewer(tree); in createResourceList()
102 resourceList in createResourceList()
169 if (resourceList != null) { in getVariableValue()
213 resourceList.getTree().setEnabled( in updateResourceListEnablement()
226 if (resourceList != null) in setVariableValue()
227 resourceList.getTree().setEnabled(false); in setVariableValue()
233 if (resourceList != null) { in setVariableValue()
234 resourceList.getTree().setEnabled(true); in setVariableValue()
267 if (resourceList == null) in validateResourceListSelection()
[all …]
H A DSpecificFolderResourceComponent.java53 if (resourceList != null) in createResourceList()
54 resourceList.addFilter(new FileFilter()); in createResourceList()
73 if (resourceList == null) in validateResourceListSelection()
76 IStructuredSelection sel = (IStructuredSelection) resourceList in validateResourceListSelection()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/services/
H A Dresources.esp23 o.resourceList = new Object();
26 o.resourceList.id = 0;
29 o.resourceList.count = 0;
57 this.resourceList[this.resourceList.id] = r;
60 this.resourceList.count++;
66 var id = this.resourceList.id;
67 this.resourceList.id++;
78 if (! this.resourceList[resourceId])
129 if (! this.resourceList[resourceId])
142 this.resourceList.count--;
[all …]
/dports/graphics/krita/krita-4.4.8/libs/widgets/
H A DKoResourcePopupAction.cpp50 KoResourceItemView *resourceList = 0; member in KoResourcePopupAction::Private
66 d->resourceList = new KoResourceItemView(widget); in KoResourcePopupAction()
69 d->resourceList->setModel(d->model); in KoResourcePopupAction()
70 d->resourceList->setItemDelegate(new KoResourceItemDelegate(widget)); in KoResourcePopupAction()
71 KoResourceModel * resourceModel = qobject_cast<KoResourceModel*>(d->resourceList->model()); in KoResourcePopupAction()
80 d->resourceList->setCurrentIndex(d->model->indexFromResource(resource)); in KoResourcePopupAction()
81 indexChanged(d->resourceList->currentIndex()); in KoResourcePopupAction()
85 layout->addWidget(d->resourceList); in KoResourcePopupAction()
132 d->resourceList->setCurrentIndex(index); in setCurrentResource()
139 QModelIndex index = d->resourceList->currentIndex(); in currentResource()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/test/java/org/springframework/beans/
H A DGenericBean.java37 private List<Resource> resourceList; field in GenericBean
71 public GenericBean(Set<Integer> integerSet, List<Resource> resourceList) { in GenericBean() argument
73 this.resourceList = resourceList; in GenericBean()
83 this.resourceList = Collections.singletonList(resource); in GenericBean()
109 return resourceList; in getResourceList()
112 public void setResourceList(List<Resource> resourceList) { in setResourceList() argument
113 this.resourceList = resourceList; in setResourceList()
213 public static GenericBean createInstance(Set<Integer> integerSet, List<Resource> resourceList) { in createInstance() argument
214 return new GenericBean(integerSet, resourceList); in createInstance()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/test/java/org/springframework/beans/
H A DGenericBean.java39 private List<Resource> resourceList; field in GenericBean
73 public GenericBean(Set<Integer> integerSet, List<Resource> resourceList) { in GenericBean() argument
75 this.resourceList = resourceList; in GenericBean()
85 this.resourceList = Collections.singletonList(resource); in GenericBean()
119 return resourceList; in getResourceList()
122 public void setResourceList(List<Resource> resourceList) { in setResourceList() argument
123 this.resourceList = resourceList; in setResourceList()
223 public static GenericBean createInstance(Set<Integer> integerSet, List<Resource> resourceList) { in createInstance() argument
224 return new GenericBean(integerSet, resourceList); in createInstance()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/scheduler/framework/plugins/noderesources/
H A Dtest_util.go42 resourceList := make(map[v1.ResourceName]resource.Quantity)
44 resourceList[v1.ResourceName(res)] = *resource.NewQuantity(quantity, resource.DecimalSI)
46 resourceList[v1.ResourceCPU] = *resource.NewMilliQuantity(milliCPU, resource.DecimalSI)
47 resourceList[v1.ResourceMemory] = *resource.NewQuantity(memory, resource.BinarySI)
51 Capacity: resourceList,
52 Allocatable: resourceList,
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/test/java/test/beans/
H A DGenericBean.java40 private List<Resource> resourceList; field in GenericBean
79 public GenericBean(Set<Integer> integerSet, List<Resource> resourceList) { in GenericBean() argument
81 this.resourceList = resourceList; in GenericBean()
91 this.resourceList = Collections.singletonList(resource); in GenericBean()
125 return resourceList; in getResourceList()
128 public void setResourceList(List<Resource> resourceList) { in setResourceList() argument
129 this.resourceList = resourceList; in setResourceList()
263 public static GenericBean createInstance(Set<Integer> integerSet, List<Resource> resourceList) { in createInstance() argument
264 return new GenericBean(integerSet, resourceList); in createInstance()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DPackageFormat_Support.cpp56 bool PackageFormat_Support::AddResourceIfExists ( XMP_StringVector * resourceList, const XMP_VarStr… in AddResourceIfExists() argument
59 resourceList->push_back ( file ); in AddResourceIfExists()
70 bool PackageFormat_Support::AddResourceIfExists ( XMP_StringVector * resourceList, const XMP_VarStr…
83 fileAdded = AddResourceIfExists ( resourceList, filePath );
94 bool PackageFormat_Support::AddResourceIfExists ( XMP_StringVector * resourceList, const XMP_VarStr… in AddResourceIfExists() argument
114 PackageFormat_Support::AddResourceIfExists ( resourceList, filePath ); in AddResourceIfExists()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/context/conversionservice/
H A DTestClient.java39 private List<Resource> resourceList; field in TestClient
78 return resourceList; in getResourceList()
81 public void setResourceList(List<Resource> resourceList) { in setResourceList() argument
82 this.resourceList = resourceList; in setResourceList()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/minio/minio-go/pkg/s3signer/
H A Drequest-signature-v2_test.go27 sortedResourceList := make([]string, len(resourceList))
28 copy(sortedResourceList, resourceList)
30 for i := 0; i < len(resourceList); i++ {
31 if resourceList[i] != sortedResourceList[i] {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/minio/minio-go/v6/pkg/s3signer/
H A Drequest-signature-v2_test.go27 sortedResourceList := make([]string, len(resourceList))
28 copy(sortedResourceList, resourceList)
30 for i := 0; i < len(resourceList); i++ {
31 if resourceList[i] != sortedResourceList[i] {
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/minio-go/v7/pkg/signer/
H A Drequest-signature-v2_test.go27 sortedResourceList := make([]string, len(resourceList))
28 copy(sortedResourceList, resourceList)
30 for i := 0; i < len(resourceList); i++ {
31 if resourceList[i] != sortedResourceList[i] {
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/minio/minio-go/v7/pkg/signer/
H A Drequest-signature-v2_test.go27 sortedResourceList := make([]string, len(resourceList))
28 copy(sortedResourceList, resourceList)
30 for i := 0; i < len(resourceList); i++ {
31 if resourceList[i] != sortedResourceList[i] {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/minio-go/v6/minio-go-6.0.57/pkg/signer/
H A Drequest-signature-v2_test.go27 sortedResourceList := make([]string, len(resourceList))
28 copy(sortedResourceList, resourceList)
30 for i := 0; i < len(resourceList); i++ {
31 if resourceList[i] != sortedResourceList[i] {
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/util/format/
H A Dresources_test.go27 resourceList := v1.ResourceList{}
28 resourceList[v1.ResourceCPU] = resource.MustParse("100m")
29 resourceList[v1.ResourceMemory] = resource.MustParse("5Gi")
30 actual := ResourceList(resourceList)
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.incubator.foreign/share/classes/jdk/internal/foreign/
H A DResourceScopeImpl.java54 final ResourceList resourceList; field in ResourceScopeImpl
88 resourceList.add(resource); in addInternal()
94 protected ResourceScopeImpl(Cleaner cleaner, ResourceList resourceList) { in ResourceScopeImpl() argument
95 this.resourceList = resourceList; in ResourceScopeImpl()
97 cleaner.register(this, resourceList); in ResourceScopeImpl()
170 resourceList.cleanup(); in close()
/dports/editors/calligra/calligra-3.2.1/libs/widgets/
H A DKoResourcePopupAction.cpp50 Private() : resourceList(0), background(0), checkerPainter(4) in Private()
53 KoResourceItemView *resourceList; member in KoResourcePopupAction::Private
68 d->resourceList = new KoResourceItemView(widget); in KoResourcePopupAction()
69 d->resourceList->setModel(new KoResourceModel(resourceAdapter, widget)); in KoResourcePopupAction()
70 d->resourceList->setItemDelegate(new KoResourceItemDelegate(widget)); in KoResourcePopupAction()
71 KoResourceModel * resourceModel = qobject_cast<KoResourceModel*>(d->resourceList->model()); in KoResourcePopupAction()
94 layout->addWidget(d->resourceList); in KoResourcePopupAction()
104 connect(d->resourceList, SIGNAL(clicked(QModelIndex)), this, SLOT(indexChanged(QModelIndex))); in KoResourcePopupAction()
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DObject.c143 register XrmResourceList resourceList; in ConstructCallbackOffsets() local
168 resourceList = (XrmResourceList) myObjectClass->object_class.resources; in ConstructCallbackOffsets()
170 resourceList++) in ConstructCallbackOffsets()
171 if (resourceList->xrm_type == QCallback) in ConstructCallbackOffsets()
187 resourceList = (XrmResourceList) myObjectClass->object_class.resources; in ConstructCallbackOffsets()
188 for (i = 1; tableSize > 0; resourceList++) in ConstructCallbackOffsets()
189 if (resourceList->xrm_type == QCallback) { in ConstructCallbackOffsets()
190 newTable[i++] = resourceList; in ConstructCallbackOffsets()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Compilation/
H A DBaseResourcesBuildProvider.cs154 IDictionary resourceList; in GenerateStronglyTypedClass()
156 resourceList = GetResourceList(reader); in GenerateStronglyTypedClass()
163 resourceList, _typeName, _ns, in GenerateStronglyTypedClass()
194 IDictionary resourceList = new Hashtable(StringComparer.OrdinalIgnoreCase); in GetResourceList()
196 resourceList.Add(de.Key, de.Value); in GetResourceList()
198 return resourceList; in GetResourceList()
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfsexplorer/gui/
H A DResourceForkViewPanel.java97 Object o = resourceList.getSelectedValue(); in ResourceForkViewPanel()
108 Object selection = resourceList.getSelectedValue(); in ResourceForkViewPanel()
133 Object selection = resourceList.getSelectedValue(); in ResourceForkViewPanel()
184 resourceList.setEnabled(true); in loadResourceFork()
185 resourceList.setListData(allItems); in loadResourceFork()
189 resourceList.setEnabled(false); in loadResourceFork()
190 resourceList.setListData(new Object[0]); in loadResourceFork()
288 resourceList = new javax.swing.JList(); in initComponents()
305 resourceList.setModel(new javax.swing.AbstractListModel() { in initComponents()
310 resourceListScroller.setViewportView(resourceList); in initComponents()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/ui/
H A DCompositeScriptReference.cs83 Tuple<Assembly, List<Tuple<string, CultureInfo>>> resourceList = null; in GetUrl()
129 if ((resourceList == null) || (resourceList.Item1 != cacheAssembly)) { in GetUrl()
130 resourceList = new Tuple<Assembly, List<Tuple<string, CultureInfo>>>( in GetUrl()
132 resources.Add(resourceList); in GetUrl()
168 resourceList.Item2.Add(new Tuple<string, CultureInfo>(resourceName, culture)); in GetUrl()

12345678910>>...15