Home
last modified time | relevance | path

Searched refs:aKeys (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/cache/
H A DSlsRequestFactory.cxx29 std::shared_ptr<std::vector<CacheKey> > aKeys; in operator ()() local
32 aKeys = rpCacheContext->GetEntryList(true); in operator ()()
33 if (aKeys != nullptr) in operator ()()
35 for (const auto& rKey : *aKeys) in operator ()()
40 aKeys = rpCacheContext->GetEntryList(false); in operator ()()
41 if (aKeys != nullptr) in operator ()()
43 for (const auto& rKey : *aKeys) in operator ()()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/cache/
H A DSlsRequestFactory.cxx29 std::shared_ptr<std::vector<CacheKey> > aKeys; in operator ()() local
32 aKeys = rpCacheContext->GetEntryList(true); in operator ()()
33 if (aKeys != nullptr) in operator ()()
35 for (const auto& rKey : *aKeys) in operator ()()
40 aKeys = rpCacheContext->GetEntryList(false); in operator ()()
41 if (aKeys != nullptr) in operator ()()
43 for (const auto& rKey : *aKeys) in operator ()()
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/util/
H A Dcompare.go83 var aKeys []string
85 aKeys = append(aKeys, k)
91 sort.Strings(aKeys)
93 aLen := len(aKeys)
100 if aKeys[i] < bKeys[i] {
102 } else if bKeys[i] < aKeys[i] {
105 aVal := a[aKeys[i]]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/util/
H A Dcompare.go83 var aKeys []string
85 aKeys = append(aKeys, k)
91 sort.Strings(aKeys)
93 aLen := len(aKeys)
100 if aKeys[i] < bKeys[i] {
102 } else if bKeys[i] < aKeys[i] {
105 aVal := a[aKeys[i]]
/dports/www/itop/web/application/
H A Ddashboardlayout.class.inc.php57 $aKeys = array_reverse(array_keys($aDashlets));
60 while($idx < count($aKeys) && $bNoVisibleFound)
63 $oDashlet = $aDashlets[$aKeys[$idx]];
70 unset($aDashlets[$aKeys[$idx]]);
83 $aKeys = array_reverse(array_keys($aCells));
86 while($idx < count($aKeys) && $bNoVisibleFound)
88 $aDashlets = $aCells[$aKeys[$idx]];
95 unset($aCells[$aKeys[$idx]]);
/dports/www/baikal/baikal/Core/Frameworks/Flake/Core/
H A DCollection.php57 $aKeys = $this->keys();
58 if (!in_array($sKey, $aKeys)) {
106 $aKeys = $this->keys();
108 return $this->aCollection[array_shift($aKeys)];
118 $aKeys = $this->keys();
120 return $this->aCollection[array_pop($aKeys)];
165 $aKeys = $this->keys();
166 if (!in_array($sKey, $aKeys)) {
/dports/www/grafana8/grafana-8.3.6/packages/grafana-data/src/dataframe/
H A DframeComparisons.ts51 let aKeys = Object.keys(cfgA);
54 if (aKeys.length !== bKeys.length) {
58 for (const key of aKeys) {
110 const aKeys = Object.keys(a); constant
113 if (aKeys.length !== bKeys.length) {
117 for (let key of aKeys) {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DDataKey.cs188 string[] aKeys = _keyNames; in Equals()
191 if (aKeys == null && _keyTable != null) { in Equals()
192 aKeys = new string[_keyTable.Count]; in Equals()
193 _keyTable.Keys.CopyTo(aKeys, 0); in Equals()
202 … bool hasSameKeyNames = DataBoundControlHelper.CompareStringArrays(aKeys, bKeys); in Equals()
204 if (aKeys != null && bKeys != null) { in Equals()
205 foreach (string key in aKeys) { in Equals()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/resvg-0.9.0/tools/explorer-thumbnailer/src/
H A Dmain.cpp27 STDAPI CreateRegistryKeys(REGKEY_SUBKEY_AND_VALUE* aKeys, ULONG cKeys);
28 STDAPI DeleteRegistryKeys(REGKEY_DELETEKEY* aKeys, ULONG cKeys);
139 STDAPI CreateRegistryKeys(REGKEY_SUBKEY_AND_VALUE* aKeys, ULONG cKeys) in CreateRegistryKeys() argument
144 HRESULT hrTemp = CreateRegistryKey(&aKeys[iKey]); in CreateRegistryKeys()
153 STDAPI DeleteRegistryKeys(REGKEY_DELETEKEY* aKeys, ULONG cKeys) in DeleteRegistryKeys() argument
159 status = RegDeleteTree(aKeys[iKey].hKey, aKeys[iKey].lpszSubKey); in DeleteRegistryKeys()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/tools/
H A DConfigurationAccess.cxx132 const Sequence<OUString> aKeys (rxContainer->getElementNames()); in ForAll() local
133 for (const OUString& rsKey : aKeys) in ForAll()
156 Sequence<OUString> aKeys (rxContainer->getElementNames()); in FillList() local
157 rList.resize(aKeys.getLength()); in FillList()
158 for (sal_Int32 nItemIndex=0; nItemIndex<aKeys.getLength(); ++nItemIndex) in FillList()
161 rxContainer->getByName(aKeys[nItemIndex]), UNO_QUERY); in FillList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dconfigsettings.cxx96 Sequence< OUString > aKeys( GetNodeNames( aKeyName ) ); in getValues() local
97 Sequence< OUString > aSettingsKeys( aKeys.getLength() ); in getValues()
98 std::transform(aKeys.begin(), aKeys.end(), aSettingsKeys.begin(), in getValues()
101 const OUString* pFrom = aKeys.getConstArray(); in getValues()
110 SAL_INFO( "vcl", " \"" << aKeys.getConstArray()[i] << "\"=\"" << *pLine << "\"" ); in getValues()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/tools/
H A DConfigurationAccess.cxx132 const Sequence<OUString> aKeys (rxContainer->getElementNames()); in ForAll() local
133 for (const OUString& rsKey : aKeys) in ForAll()
156 Sequence<OUString> aKeys (rxContainer->getElementNames()); in FillList() local
157 rList.resize(aKeys.getLength()); in FillList()
158 for (sal_Int32 nItemIndex=0; nItemIndex<aKeys.getLength(); ++nItemIndex) in FillList()
161 rxContainer->getByName(aKeys[nItemIndex]), UNO_QUERY); in FillList()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dconfigsettings.cxx96 Sequence< OUString > aKeys( GetNodeNames( aKeyName ) ); in getValues() local
97 Sequence< OUString > aSettingsKeys( aKeys.getLength() ); in getValues()
98 std::transform(aKeys.begin(), aKeys.end(), aSettingsKeys.begin(), in getValues()
101 const OUString* pFrom = aKeys.getConstArray(); in getValues()
110 SAL_INFO( "vcl", " \"" << aKeys.getConstArray()[i] << "\"=\"" << *pLine << "\"" ); in getValues()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DnsLayoutHistoryState.cpp51 nsLayoutHistoryState::GetKeys(nsTArray<nsCString>& aKeys) { in GetKeys() argument
56 aKeys.SetCapacity(mStates.Count()); in GetKeys()
58 aKeys.AppendElement(iter.Key()); in GetKeys()
139 nsTArray<nsCString>& aKeys, in GetContents() argument
142 aKeys.SetCapacity(mStates.Count()); in GetContents()
145 aKeys.AppendElement(iter.Key()); in GetContents()
/dports/sysutils/webjob/webjob-1.9.0/lib/perl/lib/WebJob/
H A DValidationRoutines.pm58 my @aKeys = ();
64 push(@aKeys, $sKey);
68 if (scalar(@aKeys) > 0)
71 my $sKeys = join(",", @aKeys);
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsLayoutHistoryState.cpp51 nsLayoutHistoryState::GetKeys(nsTArray<nsCString>& aKeys) { in GetKeys() argument
56 AppendToArray(aKeys, mStates.Keys()); in GetKeys()
135 nsTArray<nsCString>& aKeys, in GetContents() argument
138 aKeys.SetCapacity(mStates.Count()); in GetContents()
141 aKeys.AppendElement(entry.GetKey()); in GetContents()
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsLayoutHistoryState.cpp51 nsLayoutHistoryState::GetKeys(nsTArray<nsCString>& aKeys) { in GetKeys() argument
56 AppendToArray(aKeys, mStates.Keys()); in GetKeys()
135 nsTArray<nsCString>& aKeys, in GetContents() argument
138 aKeys.SetCapacity(mStates.Count()); in GetContents()
141 aKeys.AppendElement(entry.GetKey()); in GetContents()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DnsLayoutHistoryState.cpp51 nsLayoutHistoryState::GetKeys(nsTArray<nsCString>& aKeys) { in GetKeys() argument
56 AppendToArray(aKeys, mStates.Keys()); in GetKeys()
135 nsTArray<nsCString>& aKeys, in GetContents() argument
138 aKeys.SetCapacity(mStates.Count()); in GetContents()
141 aKeys.AppendElement(entry.GetKey()); in GetContents()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucbhelper/source/provider/
H A Dproviderhelper.cxx263 const uno::Sequence< OUString > aKeys in renameAdditionalPropertySet() local
265 if ( aKeys.hasElements() ) in renameAdditionalPropertySet()
278 for ( const OUString& rKey : aKeys ) in renameAdditionalPropertySet()
336 const uno::Sequence< OUString > aKeys in copyAdditionalPropertySet() local
338 if ( aKeys.hasElements() ) in copyAdditionalPropertySet()
351 for ( const OUString& rKey : aKeys ) in copyAdditionalPropertySet()
456 const uno::Sequence< OUString > aKeys in removeAdditionalPropertySet() local
458 if ( aKeys.hasElements() ) in removeAdditionalPropertySet()
471 for ( const OUString& rCurrKey : aKeys ) in removeAdditionalPropertySet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucbhelper/source/provider/
H A Dproviderhelper.cxx263 const uno::Sequence< OUString > aKeys in renameAdditionalPropertySet() local
265 if ( aKeys.hasElements() ) in renameAdditionalPropertySet()
278 for ( const OUString& rKey : aKeys ) in renameAdditionalPropertySet()
336 const uno::Sequence< OUString > aKeys in copyAdditionalPropertySet() local
338 if ( aKeys.hasElements() ) in copyAdditionalPropertySet()
351 for ( const OUString& rKey : aKeys ) in copyAdditionalPropertySet()
456 const uno::Sequence< OUString > aKeys in removeAdditionalPropertySet() local
458 if ( aKeys.hasElements() ) in removeAdditionalPropertySet()
471 for ( const OUString& rCurrKey : aKeys ) in removeAdditionalPropertySet()
/dports/www/firefox/firefox-99.0/intl/l10n/
H A DLocalization.cpp24 const Sequence<OwningUTF8StringOrL10nIdArgs>& aKeys) { in ConvertFromL10nKeys() argument
25 nsTArray<ffi::L10nKey> l10nKeys(aKeys.Length()); in ConvertFromL10nKeys()
27 for (const auto& entry : aKeys) { in ConvertFromL10nKeys()
290 nsTArray<ffi::L10nKey> l10nKeys = ConvertFromL10nKeys(aKeys); in FormatValues()
319 auto l10nKeys = ConvertFromL10nKeys(aKeys); in FormatMessages()
375 const Sequence<OwningUTF8StringOrL10nIdArgs>& aKeys, in FormatValuesSync() argument
377 nsTArray<ffi::L10nKey> l10nKeys(aKeys.Length()); in FormatValuesSync()
380 for (const auto& entry : aKeys) { in FormatValuesSync()
409 const Sequence<OwningUTF8StringOrL10nIdArgs>& aKeys, in FormatMessagesSync() argument
411 nsTArray<ffi::L10nKey> l10nKeys(aKeys.Length()); in FormatMessagesSync()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/node/test/
H A DPublicAPITest.ts651 aKeys
659 aKeys
706 aKeys
791 aKeys
799 aKeys
866 aKeys
970 aKeys
980 aKeys
1508 aKeys
1518 aKeys
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/l10n/
H A DLocalization.h66 const Sequence<L10nKey>& aKeys,
70 const Sequence<L10nKey>& aKeys,
78 void FormatValuesSync(JSContext* aCx, const Sequence<L10nKey>& aKeys,
80 void FormatMessagesSync(JSContext* aCx, const Sequence<L10nKey>& aKeys,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterConfigurationAccess.cxx179 const Sequence<OUString> aKeys (rxContainer->getElementNames()); in ForAll() local
180 for (const OUString& rsKey : aKeys) in ForAll()
211 const Sequence<OUString> aKeys (rxContainer->getElementNames()); in ForAll() local
212 for (const OUString& rsKey : aKeys) in ForAll()
227 const Sequence<OUString> aKeys (rxContainer->getElementNames()); in Find() local
228 for (const auto& rKey : aKeys) in Find()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterConfigurationAccess.cxx182 const Sequence<OUString> aKeys (rxContainer->getElementNames()); in ForAll() local
183 for (const OUString& rsKey : aKeys) in ForAll()
214 const Sequence<OUString> aKeys (rxContainer->getElementNames()); in ForAll() local
215 for (const OUString& rsKey : aKeys) in ForAll()
230 const Sequence<OUString> aKeys (rxContainer->getElementNames()); in Find() local
231 for (const auto& rKey : aKeys) in Find()

12345678910>>...21