Home
last modified time | relevance | path

Searched refs:sectionKey (Results 1 – 20 of 20) sorted by relevance

/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/entity/
H A DPieSectionEntity.java83 private Comparable sectionKey; field in PieSectionEntity
99 Comparable sectionKey, in PieSectionEntity() argument
106 this.sectionKey = sectionKey; in PieSectionEntity()
186 return this.sectionKey; in getSectionKey()
197 this.sectionKey = key; in setSectionKey()
225 if (!ObjectUtilities.equal(this.sectionKey, that.sectionKey)) { in equals()
252 + this.sectionKey.toString() + ")"; in toString()
/dports/print/py-fontbakery/fontbakery-0.8.4/Lib/fontbakery/reporters/
H A Dserialize.py130 sectionKey = self._get_key((section, None, None))
131 sectionDoc = self._items[sectionKey]
148 if sectionKey not in seen:
149 seen.add(sectionKey)
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DSurveyMenus.java71 private SectionId sectionKey; field in SurveyMenus.Section
80 sectionKey = q.getKey(); in Section()
96 return sectionKey.toString(); in toString()
100 return sectionKey; in getSection()
161 return PathHeader.Factory.getCachedPaths(sectionKey, pageKey); in getPagePaths()
/dports/security/keybase/client-v5.7.1/shared/teams/common/
H A Dcontacts-list.native.tsx46 for (const sectionKey of ['0-9', 'Other']) {
47 if (sectionMap.has(sectionKey)) {
49 data: sectionMap.get(sectionKey)!,
50 key: sectionKey,
51 title: sectionKey,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/list_model/
H A Dlist_model.mm367 NSString* sectionKey = [self.collapsedKeys objectForKey:@(sectionIdentifier)];
368 DCHECK(sectionKey);
369 [self.collapsableMediator setSectionKey:sectionKey collapsed:collapsed];
374 NSString* sectionKey = [self.collapsedKeys objectForKey:@(sectionIdentifier)];
375 if (!sectionKey)
377 return [self.collapsableMediator sectionKeyIsCollapsed:sectionKey];
443 - (void)setSectionKey:(NSString*)sectionKey collapsed:(BOOL)collapsed {
450 [newCollapsedSection setValue:value forKey:sectionKey];
454 - (BOOL)sectionKeyIsCollapsed:(NSString*)sectionKey {
458 NSNumber* value = (NSNumber*)[collapsedSections valueForKey:sectionKey];
H A Dlist_model.h15 - (void)setSectionKey:(NSString*)sectionKey collapsed:(BOOL)collapsed;
17 - (BOOL)sectionKeyIsCollapsed:(NSString*)sectionKey;
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelIniParser.cpp124 QString section = match.captured(1); QString sectionKey = match.captured(2); in writeStelIniFile() local
134 … outputLine = QString("%1").arg(sectionKey,0-maxKeyWidth) + " = " + map[key].toString() + stelEndl; in writeStelIniFile()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/languageserverprotocol/
H A Dworkspace.h121 Utils::optional<QString> section() const { return optionalValue<QString>(sectionKey); } in section()
122 void setSection(const QString &section) { insert(sectionKey, section); } in setSection()
123 void clearSection() { remove(sectionKey); } in clearSection()
H A Djsonkeys.h189 constexpr char sectionKey[] = "section"; variable
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/
H A Dini.c315 const Variant *sectionKey = VARSTR(section); in iniSet() local
316 KeyValue *sectionKv = varKv(kvGet(this->store, sectionKey)); in iniSet()
319 sectionKv = kvPutKv(this->store, sectionKey); in iniSet()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/dataportal/plugins/
H A Ddb_table.py512 sectionKey = None
527 sections[sectionKey] = sectionContents
528 sectionKey = line[1:-1]
540 sections[sectionKey] = sectionContents
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.incubator.jpackage/macosx/native/libapplauncher/
H A DMacPlatform.mm342 NSString *sectionKey =
344 NSDictionary *array = [infoDictionary objectForKey : sectionKey];
365 NSString *sectionKey = [NSString stringWithUTF8String : PlatformString(
367 dictionary = [infoDictionary objectForKey : sectionKey];
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/common/
H A DtypeJsonTest.c240 const Variant *sectionKey = VARSTRDEF("section"); in testRun() local
241 KeyValue *sectionKv = kvPutKv(varKv(keyValue), sectionKey); in testRun()
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/plexapi/
H A Dplaylist.py143 sectionKey = int(match.group(1))
144 self._section = self._server.library.sectionByID(sectionKey)
H A Dmyplex.py560 sectionKey = section.key if isinstance(section, LibrarySection) else section.lower()
561 sectionIds.append(allSectionIds[sectionKey])
916 self.sectionKey = self.key # For backwards compatibility
926 accountID=self._server.accountID, librarySectionID=self.sectionKey)
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/recent_tabs/
H A Drecent_tabs_table_view_controller.mm1469 - (void)setSectionKey:(NSString*)sectionKey collapsed:(BOOL)collapsed {
1475 newCollapsedSection[sectionKey] = [NSNumber numberWithBool:collapsed];
1479 - (BOOL)sectionKeyIsCollapsed:(NSString*)sectionKey {
1481 NSNumber* value = (NSNumber*)[collapsedSections valueForKey:sectionKey];
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/iOS/Demo/Demo/vendor/MWPhotoBrowser/Libraries/PSTCollectionView/
H A DPSTCollectionView.m2032 for (NSNumber *sectionKey in [operations keyEnumerator]) {
2033 NSInteger section = [sectionKey intValue];
2035 NSInteger insertedCount = [operations[sectionKey][@"inserted"] intValue];
2036 NSInteger deletedCount = [operations[sectionKey][@"deleted"] intValue];
2037 NSInteger movedInCount = [operations[sectionKey][@"movedIn"] intValue];
2038 NSInteger movedOutCount = [operations[sectionKey][@"movedOut"] intValue];
/dports/x11-toolkits/fox17/fox-1.7.77/adie/
H A DTextWindow.cpp103 const FXchar sectionKey[]="ISearch"; variable
3681 isearchString[i]=getApp()->reg().readStringEntry(sectionKey,skey[i],FXString::null); in loadSearchHistory()
3683 …isearchOption[i]=getApp()->reg().readUIntEntry(sectionKey,mkey[i],SEARCH_EXACT|SEARCH_FORWARD|SEAR… in loadSearchHistory()
3693 getApp()->reg().writeStringEntry(sectionKey,skey[i],isearchString[i].text()); in saveSearchHistory()
3694 getApp()->reg().writeUIntEntry(sectionKey,mkey[i],isearchOption[i]); in saveSearchHistory()
3697 getApp()->reg().deleteEntry(sectionKey,skey[i]); in saveSearchHistory()
3698 getApp()->reg().deleteEntry(sectionKey,mkey[i]); in saveSearchHistory()
/dports/games/spring/spring_98.0/rts/Net/
H A DGameServer.cpp325 const std::string& sectionKey = StringToLower(it->first); in StripGameSetupText() local
327 if (!StringStartsWith(sectionKey, "player")) in StripGameSetupText()
/dports/www/nextcloud-calendar/calendar/js/
H A Dcalendar-main.js.map1sectionKey","rowSyncHeights","reportRowHeightChange","scrollerEl","section","sections_1","getSecti…