Home
last modified time | relevance | path

Searched refs:FolderType (Results 26 – 50 of 397) sorted by relevance

12345678910>>...16

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/keybase1/
H A Dkbfs_common.go178 FolderType FolderType `codec:"folderType" json:"folderType"` member
202 FolderType: o.FolderType.DeepCopy(),
301 FolderType FolderType `codec:"folderType" json:"folderType"` member
310 FolderType: o.FolderType.DeepCopy(),
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-quicksight/include/aws/quicksight/model/
H A DFolderSummary.h168 inline const FolderType& GetFolderType() const{ return m_folderType; } in GetFolderType()
178 …inline void SetFolderType(const FolderType& value) { m_folderTypeHasBeenSet = true; m_folderType =… in SetFolderType()
183 …inline void SetFolderType(FolderType&& value) { m_folderTypeHasBeenSet = true; m_folderType = std:… in SetFolderType()
188 …inline FolderSummary& WithFolderType(const FolderType& value) { SetFolderType(value); return *this… in WithFolderType()
193 …inline FolderSummary& WithFolderType(FolderType&& value) { SetFolderType(std::move(value)); return… in WithFolderType()
268 FolderType m_folderType;
H A DCreateFolderRequest.h166 inline const FolderType& GetFolderType() const{ return m_folderType; } in GetFolderType()
178 …inline void SetFolderType(const FolderType& value) { m_folderTypeHasBeenSet = true; m_folderType =… in SetFolderType()
184 …inline void SetFolderType(FolderType&& value) { m_folderTypeHasBeenSet = true; m_folderType = std:… in SetFolderType()
190 …inline CreateFolderRequest& WithFolderType(const FolderType& value) { SetFolderType(value); return… in WithFolderType()
196 …inline CreateFolderRequest& WithFolderType(FolderType&& value) { SetFolderType(std::move(value)); … in WithFolderType()
364 FolderType m_folderType;
H A DFolder.h169 inline const FolderType& GetFolderType() const{ return m_folderType; } in GetFolderType()
179 …inline void SetFolderType(const FolderType& value) { m_folderTypeHasBeenSet = true; m_folderType =… in SetFolderType()
184 …inline void SetFolderType(FolderType&& value) { m_folderTypeHasBeenSet = true; m_folderType = std:… in SetFolderType()
189 inline Folder& WithFolderType(const FolderType& value) { SetFolderType(value); return *this;} in WithFolderType()
194 …inline Folder& WithFolderType(FolderType&& value) { SetFolderType(std::move(value)); return *this;} in WithFolderType()
315 FolderType m_folderType;
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/home/
H A DBookmarksListAdapter.java115 public enum FolderType { enum in BookmarksListAdapter
127 private FolderType openFolderType = FolderType.BOOKMARKS;
149 public FolderType getOpenFolderType() { in getOpenFolderType()
227 openFolderType = FolderType.SCREENSHOTS; in updateOpenFolderType()
229 openFolderType = FolderType.BOOKMARKS; in updateOpenFolderType()
245 if (openFolderType == FolderType.SCREENSHOTS) { in getItemViewType()
/dports/security/keybase/client-v5.7.1/go/client/
H A Dcmd_favorite.go48 f.FolderType = keybase1.FolderType_PUBLIC
50 f.FolderType = keybase1.FolderType_PRIVATE
52 f.FolderType = keybase1.FolderType_TEAM
/dports/security/keybase/client-v5.7.1/go/service/
H A Dgit.go43 "git:PutGitMetadata(%v, %v, %v)", arg.RepoID, arg.Folder.Name, arg.Folder.FolderType),
52 "git:DeleteGitMetadata(%v, %v)", arg.Folder.Name, arg.Folder.FolderType),
61 "git:GetGitMetadata(%v, %v)", folder.Name, folder.FolderType),
103 "git:createRepo(%v, %v)", folder.Name, folder.FolderType),
146 FolderType: keybase1.FolderType_PRIVATE,
171 FolderType: keybase1.FolderType_TEAM,
187 FolderType: keybase1.FolderType_PRIVATE,
235 FolderType: keybase1.FolderType_TEAM,
267 FolderType: keybase1.FolderType_PRIVATE,
310 FolderType: keybase1.FolderType_TEAM,
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/home/
H A DBookmarksListAdapter.java120 public enum FolderType { enum in BookmarksListAdapter
132 private FolderType openFolderType = FolderType.BOOKMARKS;
154 public FolderType getOpenFolderType() { in getOpenFolderType()
235 openFolderType = FolderType.SCREENSHOTS; in updateOpenFolderType()
237 openFolderType = FolderType.BOOKMARKS; in updateOpenFolderType()
253 if (openFolderType == FolderType.SCREENSHOTS) { in getItemViewType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/model/
H A Dapp_list_folder_item.h41 enum FolderType { enum
67 FolderType folder_type() const { return folder_type_; } in folder_type()
108 const FolderType folder_type_;
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Dtorrentcontentmodelfolder.cpp60 return FolderType; in itemType()
93 if ((child->itemType() == FolderType) && (child->name() == name)) in childFolderWithName()
156 if (child->itemType() == FolderType) in recalculateProgress()
181 if (child->itemType() == FolderType) in recalculateAvailability()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/src/org/eclipse/e4/demo/cssbridge/ui/views/
H A DFoldersView.java21 import org.eclipse.e4.demo.cssbridge.model.FolderType;
109 selectFolder(FolderType.Inbox); in createPartControl()
117 for (FolderType folder : FolderType.values()) { in createMailboxStructure()
124 private void selectFolder(FolderType type) { in selectFolder()
203 && ((TreeItem) elem).getValue() instanceof FolderType; in isFolderType()
/dports/security/keybase/client-v5.7.1/go/systests/
H A Dgit_test.go31 FolderType: keybase1.FolderType_TEAM,
40 FolderType: keybase1.FolderType_TEAM,
65 FolderType: folderType,
84 FolderType: folderType,
124 FolderType: folderType,
/dports/mail/p5-Email-FolderType/Email-FolderType-0.814/lib/Email/FolderType/
H A DMbox.pm3 package Email::FolderType::Mbox;
5 $Email::FolderType::Mbox::VERSION = '0.814';
H A DMH.pm3 package Email::FolderType::MH;
5 $Email::FolderType::MH::VERSION = '0.814';
H A DEzmlm.pm3 package Email::FolderType::Ezmlm;
5 $Email::FolderType::Ezmlm::VERSION = '0.814';
H A DMaildir.pm3 package Email::FolderType::Maildir;
5 $Email::FolderType::Maildir::VERSION = '0.814';
/dports/security/keybase/client-v5.7.1/go/git/
H A Dget.go86 FolderType: keybase1.FolderType_TEAM,
109 var folderType keybase1.FolderType
117 FolderType: folderType,
229 …(repoFolder.FolderType == keybase1.FolderType_PRIVATE || repoFolder.FolderType == keybase1.FolderT…
238 if repoFolder.FolderType != keybase1.FolderType_PUBLIC {
315 if repoFolder.FolderType == keybase1.FolderType_TEAM {
/dports/mail/p5-Email-FolderType/Email-FolderType-0.814/t/
H A D00use.t4 use_ok 'Email::FolderType', 'folder_type';
8 ok(Email::FolderType->matchers);
H A D15newmatcher.t3 use_ok('Email::FolderType',qw(folder_type));
10 package Email::FolderType::TestMatcher;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/src/org/eclipse/e4/demo/cssbridge/model/
H A DFolderType.java16 public enum FolderType { enum
21 private FolderType(String name) { in FolderType() method in FolderType
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/mixedmaildir/autotests/
H A Dtestdatautil.h15 enum FolderType { enum
21 FolderType folderType(const QString &testDataName);
/dports/mail/p5-Email-FolderType-Net/Email-FolderType-Net-1.043/
H A Ddist.ini1 name = Email-FolderType-Net
9 Email::FolderType = 0.8
H A DMETA.yml17 name: Email-FolderType-Net
19 Email::FolderType: 0.8
24 bugtracker: https://github.com/rjbs/Email-FolderType-Net/issues
25 homepage: https://github.com/rjbs/Email-FolderType-Net
26 repository: https://github.com/rjbs/Email-FolderType-Net.git
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/src/org/eclipse/e4/demo/cssbridge/core/
H A DIMailService.java18 import org.eclipse.e4.demo.cssbridge.model.FolderType;
24 List<Mail> getMails(FolderType type); in getMails()
/dports/mail/p5-Email-FolderType/Email-FolderType-0.814/lib/Email/
H A DFolderType.pm3 package Email::FolderType;
5 $Email::FolderType::VERSION = '0.814';

12345678910>>...16