Home
last modified time | relevance | path

Searched refs:aItems (Results 1 – 25 of 679) sorted by relevance

12345678910>>...28

/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Base/
H A DCollection.php23 protected $aItems; variable in MailSo\\Base\\Collection
30 $this->aItems = array();
53 * @param array $aItems
60 if (!\is_array($aItems))
65 foreach ($aItems as $mItem)
78 $this->aItems = array();
88 return $this->aItems;
104 return $this->aItems;
176 * @param array $aItems
183 if (!\is_array($aItems))
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Base/
H A DCollection.php23 protected $aItems; variable in MailSo\\Base\\Collection
30 $this->aItems = array();
53 * @param array $aItems
60 if (!\is_array($aItems))
65 foreach ($aItems as $mItem)
78 $this->aItems = array();
88 return $this->aItems;
104 return $this->aItems;
176 * @param array $aItems
183 if (!\is_array($aItems))
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Deehtml.cxx551 aItems.Put( rItems ); in ImpSetAttribs()
577 aItems.ClearItem( EE_CHAR_WEIGHT ); in ImpSetStyleSheet()
591 aItems.Put( aWeightItem ); in ImpSetStyleSheet()
594 aItems.Put( aWeightItemCJK ); in ImpSetStyleSheet()
597 aItems.Put( aWeightItemCTL ); in ImpSetStyleSheet()
618 aItems.Put( aHeightItem ); in ImpSetStyleSheet()
621 aItems.Put( aHeightItemCJK ); in ImpSetStyleSheet()
624 aItems.Put( aHeightItemCTL ); in ImpSetStyleSheet()
641 aItems.Put( aFontItem ); in ImpSetStyleSheet()
644 aItems.Put( aFontItemCJK ); in ImpSetStyleSheet()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Deehtml.cxx552 aItems.Put( rItems ); in ImpSetAttribs()
578 aItems.ClearItem( EE_CHAR_WEIGHT ); in ImpSetStyleSheet()
592 aItems.Put( aWeightItem ); in ImpSetStyleSheet()
595 aItems.Put( aWeightItemCJK ); in ImpSetStyleSheet()
598 aItems.Put( aWeightItemCTL ); in ImpSetStyleSheet()
619 aItems.Put( aHeightItem ); in ImpSetStyleSheet()
622 aItems.Put( aHeightItemCJK ); in ImpSetStyleSheet()
625 aItems.Put( aHeightItemCTL ); in ImpSetStyleSheet()
642 aItems.Put( aFontItem ); in ImpSetStyleSheet()
645 aItems.Put( aFontItemCJK ); in ImpSetStyleSheet()
[all …]
/dports/www/itop/web/core/
H A Dormset.class.inc.php114 * @param array $aItems
119 public function SetValues($aItems) argument
121 if (!is_array($aItems))
123 throw new CoreUnexpectedValue("Wrong value {$aItems} for {$this->sClass}:{$this->sAttCode}");
129 foreach($aItems as $oItem)
347 * @param string[] $aItems
351 public function GenerateDiffFromArray($aItems) argument
355 if (!in_array($oCurrentItem, $aItems))
361 foreach($aItems as $oNewItem)
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dlboxcmn.cpp51 wxArrayString aItems; in InsertItems() local
54 aItems.Add(items[n]); in InsertItems()
57 DoInsertItems(aItems, pos); in InsertItems()
63 wxArrayString aItems; in Set() local
66 aItems.Add(items[n]); in Set()
69 DoSetItems(aItems, clientData); in Set()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dlboxcmn.cpp51 wxArrayString aItems; in InsertItems() local
54 aItems.Add(items[n]); in InsertItems()
57 DoInsertItems(aItems, pos); in InsertItems()
63 wxArrayString aItems; in Set() local
66 aItems.Add(items[n]); in Set()
69 DoSetItems(aItems, clientData); in Set()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dlboxcmn.cpp51 wxArrayString aItems; in InsertItems() local
54 aItems.Add(items[n]); in InsertItems()
57 DoInsertItems(aItems, pos); in InsertItems()
63 wxArrayString aItems; in Set() local
66 aItems.Add(items[n]); in Set()
69 DoSetItems(aItems, clientData); in Set()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dlboxcmn.cpp51 wxArrayString aItems; in InsertItems() local
54 aItems.Add(items[n]); in InsertItems()
57 DoInsertItems(aItems, pos); in InsertItems()
63 wxArrayString aItems; in Set() local
66 aItems.Add(items[n]); in Set()
69 DoSetItems(aItems, clientData); in Set()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/svdde/
H A Dddesvr.cxx282 pTopic->aItems.erase(it); in SvrCallback()
285 iter = std::find_if(pTopic->aItems.begin(), pTopic->aItems.end(), in SvrCallback()
527 for (auto& rpItem : aItems) in ~DdeTopic()
554 aItems.push_back( s ); in AddItem()
563 aItems.push_back( pNew ); in InsertItem()
570 auto iter = std::find_if(aItems.begin(), aItems.end(), in RemoveItem()
573 if ( iter != aItems.end() ) in RemoveItem()
577 aItems.erase(iter); in RemoveItem()
585 auto iter = std::find_if(aItems.begin(), aItems.end(), in NotifyClient()
587 if (iter != aItems.end()) in NotifyClient()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/svdde/
H A Dddesvr.cxx278 pTopic->aItems.erase(it); in SvrCallback()
281 iter = std::find_if(pTopic->aItems.begin(), pTopic->aItems.end(), in SvrCallback()
528 for (auto& rpItem : aItems) in ~DdeTopic()
555 aItems.push_back( s ); in AddItem()
564 aItems.push_back( pNew ); in InsertItem()
571 auto iter = std::find_if(aItems.begin(), aItems.end(), in RemoveItem()
574 if ( iter != aItems.end() ) in RemoveItem()
578 aItems.erase(iter); in RemoveItem()
586 auto iter = std::find_if(aItems.begin(), aItems.end(), in NotifyClient()
588 if (iter != aItems.end()) in NotifyClient()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/StepAP203/
H A DStepAP203_CcDesignApproval.cxx39 const Handle(StepAP203_HArray1OfApprovedItem) &aItems) in Init()
43 theItems = aItems; in Init()
61 void StepAP203_CcDesignApproval::SetItems (const Handle(StepAP203_HArray1OfApprovedItem) &aItems) in SetItems() argument
63 theItems = aItems; in SetItems()
H A DStepAP203_CcDesignCertification.cxx39 const Handle(StepAP203_HArray1OfCertifiedItem) &aItems) in Init()
43 theItems = aItems; in Init()
61 … StepAP203_CcDesignCertification::SetItems (const Handle(StepAP203_HArray1OfCertifiedItem) &aItems) in SetItems() argument
63 theItems = aItems; in SetItems()
H A DStepAP203_CcDesignContract.cxx39 const Handle(StepAP203_HArray1OfContractedItem) &aItems) in Init()
43 theItems = aItems; in Init()
61 void StepAP203_CcDesignContract::SetItems (const Handle(StepAP203_HArray1OfContractedItem) &aItems) in SetItems() argument
63 theItems = aItems; in SetItems()
H A DStepAP203_CcDesignSecurityClassification.cxx39 … const Handle(StepAP203_HArray1OfClassifiedItem) &aItems) in Init()
43 theItems = aItems; in Init()
61 …_CcDesignSecurityClassification::SetItems (const Handle(StepAP203_HArray1OfClassifiedItem) &aItems) in SetItems() argument
63 theItems = aItems; in SetItems()
H A DStepAP203_ChangeRequest.cxx39 const Handle(StepAP203_HArray1OfChangeRequestItem) &aItems) in Init()
43 theItems = aItems; in Init()
61 void StepAP203_ChangeRequest::SetItems (const Handle(StepAP203_HArray1OfChangeRequestItem) &aItems) in SetItems() argument
63 theItems = aItems; in SetItems()
H A DStepAP203_StartWork.cxx39 const Handle(StepAP203_HArray1OfWorkItem) &aItems) in Init()
43 theItems = aItems; in Init()
61 void StepAP203_StartWork::SetItems (const Handle(StepAP203_HArray1OfWorkItem) &aItems) in SetItems() argument
63 theItems = aItems; in SetItems()
H A DStepAP203_Change.cxx39 const Handle(StepAP203_HArray1OfWorkItem) &aItems) in Init()
43 theItems = aItems; in Init()
61 void StepAP203_Change::SetItems (const Handle(StepAP203_HArray1OfWorkItem) &aItems) in SetItems() argument
63 theItems = aItems; in SetItems()
H A DStepAP203_StartRequest.cxx39 const Handle(StepAP203_HArray1OfStartRequestItem) &aItems) in Init()
43 theItems = aItems; in Init()
61 void StepAP203_StartRequest::SetItems (const Handle(StepAP203_HArray1OfStartRequestItem) &aItems) in SetItems() argument
63 theItems = aItems; in SetItems()
H A DStepAP203_CcDesignPersonAndOrganizationAssignment.cxx41 … const Handle(StepAP203_HArray1OfPersonOrganizationItem) &aItems) in Init()
46 theItems = aItems; in Init()
64 …dOrganizationAssignment::SetItems (const Handle(StepAP203_HArray1OfPersonOrganizationItem) &aItems) in SetItems() argument
66 theItems = aItems; in SetItems()
H A DStepAP203_CcDesignDateAndTimeAssignment.cxx41 … const Handle(StepAP203_HArray1OfDateTimeItem) &aItems) in Init()
46 theItems = aItems; in Init()
64 …203_CcDesignDateAndTimeAssignment::SetItems (const Handle(StepAP203_HArray1OfDateTimeItem) &aItems) in SetItems() argument
66 theItems = aItems; in SetItems()
H A DStepAP203_CcDesignSpecificationReference.cxx41 … const Handle(StepAP203_HArray1OfSpecifiedItem) &aItems) in Init()
46 theItems = aItems; in Init()
64 …3_CcDesignSpecificationReference::SetItems (const Handle(StepAP203_HArray1OfSpecifiedItem) &aItems) in SetItems() argument
66 theItems = aItems; in SetItems()
/dports/cad/opencascade/opencascade-7.6.0/src/StepAP214/
H A DStepAP214_AppliedGroupAssignment.cxx38 const Handle(StepAP214_HArray1OfGroupItem) &aItems) in Init()
42 theItems = aItems; in Init()
60 void StepAP214_AppliedGroupAssignment::SetItems (const Handle(StepAP214_HArray1OfGroupItem) &aItems) in SetItems() argument
62 theItems = aItems; in SetItems()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/windows/msaa/
H A DEnumVariant.cpp21 ChildrenEnumVariant::Next(ULONG aCount, VARIANT FAR* aItems, in IMPL_IUNKNOWN_QUERY_IFACE()
23 if (!aItems || !aCountFetched) return E_INVALIDARG; in IMPL_IUNKNOWN_QUERY_IFACE()
32 VariantInit(aItems + countFetched); in IMPL_IUNKNOWN_QUERY_IFACE()
46 aItems[countFetched].pdispVal = accNative; in IMPL_IUNKNOWN_QUERY_IFACE()
47 aItems[countFetched].vt = VT_DISPATCH; in IMPL_IUNKNOWN_QUERY_IFACE()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/windows/msaa/
H A DEnumVariant.cpp21 ChildrenEnumVariant::Next(ULONG aCount, VARIANT FAR* aItems, in IMPL_IUNKNOWN_QUERY_IFACE()
23 if (!aItems || !aCountFetched) return E_INVALIDARG; in IMPL_IUNKNOWN_QUERY_IFACE()
32 VariantInit(aItems + countFetched); in IMPL_IUNKNOWN_QUERY_IFACE()
46 aItems[countFetched].pdispVal = accNative; in IMPL_IUNKNOWN_QUERY_IFACE()
47 aItems[countFetched].vt = VT_DISPATCH; in IMPL_IUNKNOWN_QUERY_IFACE()

12345678910>>...28