Home
last modified time | relevance | path

Searched defs:GlobalContext (Results 1 – 25 of 789) sorted by relevance

12345678910>>...32

/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dglobals.go51 type GlobalContext struct { struct
111 Pegboard *Pegboard
116 socketWrapperMu *sync.RWMutex
162 TestOptions GlobalTestOptions
166 random Random
171 switchUserMu *VerboseLock
172 ActiveDevice *ActiveDevice
177 MobileOsVersion string
178 IsIPad bool
182 GUIConfig *JSONFile
[all …]
H A Dupgrade_instructions.go21 func PlatformSpecificUpgradeInstructions(g *GlobalContext, upgradeURI string) {
32 func linuxUpgradeInstructions(g *GlobalContext) {
71 func darwinUpgradeInstructions(g *GlobalContext, upgradeURI string) {
87 func windowsUpgradeInstructions(g *GlobalContext, upgradeURI string) {
91 func printUpgradeCommand(g *GlobalContext, command string) {
/dports/security/keybase/client-v5.7.1/go/client/
H A Drpc.go15 func getSocketWithRetry(g *libkb.GlobalContext) (xp rpc.Transporter, err error) {
19 func getSocketNoRetry(g *libkb.GlobalContext) (xp rpc.Transporter, err error) {
81 func GetLogClient(g *libkb.GlobalContext) (cli keybase1.LogClient, err error) {
115 func GetBotClient(g *libkb.GlobalContext) (cli keybase1.BotClient, err error) {
148 func GetUserClient(g *libkb.GlobalContext) (cli keybase1.UserClient, err error) {
196 func GetPGPClient(g *libkb.GlobalContext) (cli keybase1.PGPClient, err error) {
228 func GetCtlClient(g *libkb.GlobalContext) (cli keybase1.CtlClient, err error) {
287 func GetTlfClient(g *libkb.GlobalContext) (cli keybase1.TlfClient, err error) {
323 func introduceMyself(g *libkb.GlobalContext, xp rpc.Transporter) error {
347 func GetRekeyClient(g *libkb.GlobalContext) (keybase1.RekeyClient, error) {
[all …]
H A Dcommands_devel.go16 func getBuildSpecificCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command {
38 func getBuildSpecificChatCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command…
47 func getBuildSpecificTeamCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command…
51 func getBuildSpecificAccountCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Comm…
59 func getBuildSpecificWalletCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Comma…
67 func getBuildSpecificLogCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command {
71 func getBuildSpecificFSCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command {
H A Dcommands_production.go16 func getBuildSpecificCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command {
20 func getBuildSpecificChatCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command…
24 func getBuildSpecificTeamCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command…
28 func getBuildSpecificAccountCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Comm…
32 func getBuildSpecificWalletCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Comma…
36 func getBuildSpecificLogCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command {
40 func getBuildSpecificFSCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command {
H A Dcmd_launchd_osx.go21 func NewCmdLaunchd(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
40 func NewCmdLaunchdInstall(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
74 func NewCmdLaunchdUninstall(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
87 func NewCmdLaunchdList(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
105 func NewCmdLaunchdRestart(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
118 func NewCmdLaunchdStart(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
131 func NewCmdLaunchdStop(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
144 func NewCmdLaunchdStatus(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
179 func NewCmdLaunchdListRunner(g *libkb.GlobalContext) *CmdLaunchdList {
252 func NewCmdLaunchdStatusRunner(g *libkb.GlobalContext) *CmdLaunchdStatus {
[all …]
H A Dchat_cli_rendering.go25 func (v conversationInfoListView) show(g *libkb.GlobalContext) error {
87 func (v conversationListView) convNameTeam(g *libkb.GlobalContext, conv chat1.ConversationLocal) st…
91 func (v conversationListView) convNameKBFS(g *libkb.GlobalContext, conv chat1.ConversationLocal, my…
111 func (v conversationListView) convName(g *libkb.GlobalContext, conv chat1.ConversationLocal, myUser…
124 func (v conversationListView) convNameLite(g *libkb.GlobalContext, convErr chat1.ConversationErrorR…
160 func (v conversationListView) without(g *libkb.GlobalContext, slice []string, el string) (res []str…
169 func (v conversationListView) show(g *libkb.GlobalContext, myUsername string, showDeviceName bool) …
465 func formatSendPaymentMessage(g *libkb.GlobalContext, body chat1.MessageSendPayment) string {
513 func formatRequestPaymentMessage(g *libkb.GlobalContext, body chat1.MessageRequestPayment) (view st…
725 func newMessageViewError(g *libkb.GlobalContext, conversationID chat1.ConversationID,
[all …]
H A Dpassphrase_prompt.go17 func PromptPassphrase(g *libkb.GlobalContext) (keybase1.GetPassphraseRes, error) {
27 func PromptNewPassphrase(g *libkb.GlobalContext) (string, error) {
41 func PromptPaperPhrase(g *libkb.GlobalContext) (string, error) {
58 func promptPassphraseWithArg(g *libkb.GlobalContext, arg keybase1.GUIEntryArg, promptConfirm string…
98 func newClientPrompter(g *libkb.GlobalContext) *clientPrompter {
H A Dfork_server.go34 func AutoForkServer(g *libkb.GlobalContext, cl libkb.CommandLine) (bool, error) {
38 func spawnServer(g *libkb.GlobalContext, cl libkb.CommandLine, forkType keybase1.ForkType) (pid int…
85 func ForkServer(g *libkb.GlobalContext, cl libkb.CommandLine, forkType keybase1.ForkType) (bool, er…
119 func pingLoop(g *libkb.GlobalContext) error {
133 func makeServerCommandLine(g *libkb.GlobalContext, cl libkb.CommandLine,
H A Dcmd_ctl_stop_osx.go21 func NewCmdCtlStop(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
54 func newCmdCtlStop(g *libkb.GlobalContext) *CmdCtlStop {
66 func ctlBrewStop(g *libkb.GlobalContext) error {
71 func ctlStop(g *libkb.GlobalContext, components map[string]bool) error {
105 func rpcStop(g *libkb.GlobalContext) error {
H A Dcmd_db.go48 func NewCmdDbClean(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
68 func NewCmdDbCleanRunner(g *libkb.GlobalContext) *CmdDbClean {
101 func NewCmdDbNuke(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
117 func NewCmdDbNukeRunner(g *libkb.GlobalContext) *CmdDbNuke {
172 func NewCmdDbDeleteRunner(g *libkb.GlobalContext) *CmdDbDelete {
230 func NewCmdDbGetRunner(g *libkb.GlobalContext) *CmdDbGet {
234 func NewCmdDbGet(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
288 func NewCmdDbPutRunner(g *libkb.GlobalContext) *CmdDbPut {
292 func NewCmdDbPut(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
313 func NewCmdDb(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
[all …]
H A Dcmd_update.go19 func NewCmdUpdate(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
33 func newCmdUpdateCheck(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
60 func newCmdUpdateCheckInUse(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
77 func newCmdUpdateCheckInUseRunner(g *libkb.GlobalContext) *cmdUpdateCheckInUse {
113 func newCmdUpdateNotify(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
138 func newCmdUpdateNotifyRunner(g *libkb.GlobalContext) *cmdUpdateNotify {
H A Dcmd_base62.go17 func NewCmdBase62(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
33 func NewBase62DecodeRunner(g *libkb.GlobalContext) *CmdBase62Decode {
39 func NewCmdBase62Decode(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
72 func NewBase62EncodeRunner(g *libkb.GlobalContext) *CmdBase62Encode {
78 func NewCmdBase62Encode(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
H A Dcmd_pprof.go72 func NewCmdPprofTrace(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
94 func NewCmdPprofTraceRunner(g *libkb.GlobalContext) *CmdPprofTrace {
153 func NewCmdPprofCPU(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
175 func NewCmdPprofCPURunner(g *libkb.GlobalContext) *CmdPprofCPU {
213 func NewCmdPprofHeap(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
224 func NewCmdPprofHeapRunner(g *libkb.GlobalContext) *CmdPprofHeap {
230 func NewCmdPprof(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
H A Dcmd_ctl_start_osx.go19 func NewCmdCtlStart(cl *libcmdline.CommandLine, g *libkb.GlobalContext) cli.Command {
47 func newCmdCtlStart(g *libkb.GlobalContext) *cmdCtlStart {
77 func ctlBrewStart(g *libkb.GlobalContext) error {
81 func ctlStart(g *libkb.GlobalContext, components map[string]bool) error {
/dports/security/keybase/client-v5.7.1/go/teams/
H A Dservice_helper.go20 func LoadTeamPlusApplicationKeys(ctx context.Context, g *libkb.GlobalContext, id keybase1.TeamID,
292 func SetRoleBot(ctx context.Context, g *libkb.GlobalContext, teamname, username string) error {
672 func EditMember(ctx context.Context, g *libkb.GlobalContext, teamname, username string,
678 func EditMemberByID(ctx context.Context, g *libkb.GlobalContext, teamID keybase1.TeamID,
773 func SetBotSettings(ctx context.Context, g *libkb.GlobalContext, teamname, username string,
782 func SetBotSettingsByID(ctx context.Context, g *libkb.GlobalContext, teamID keybase1.TeamID,
822 func GetBotSettings(ctx context.Context, g *libkb.GlobalContext,
834 func GetBotSettingsByID(ctx context.Context, g *libkb.GlobalContext, teamID keybase1.TeamID,
846 func getBotSettings(ctx context.Context, g *libkb.GlobalContext,
909 func RemoveMemberSingle(ctx context.Context, g *libkb.GlobalContext, teamID keybase1.TeamID,
[all …]
H A Dhandler.go15 func HandleRotateRequest(ctx context.Context, g *libkb.GlobalContext, msg keybase1.TeamCLKRMsg) (er…
97 func HandleOpenTeamSweepRequest(ctx context.Context, g *libkb.GlobalContext, msg keybase1.TeamOpenS…
127 func sweepOpenTeamResetAndDeletedMembers(ctx context.Context, g *libkb.GlobalContext,
308 func HandleTeamMemberShowcaseChange(ctx context.Context, g *libkb.GlobalContext) (err error) {
314 func HandleDeleteNotification(ctx context.Context, g *libkb.GlobalContext, rows []keybase1.TeamChan…
333 func HandleExitNotification(ctx context.Context, g *libkb.GlobalContext, rows []keybase1.TeamExitRo…
350 func HandleNewlyAddedToTeamNotification(ctx context.Context, g *libkb.GlobalContext, rows []keybase…
362 func HandleSBSRequest(ctx context.Context, g *libkb.GlobalContext, msg keybase1.TeamSBSMsg) (err er…
517 func HandleOpenTeamAccessRequest(ctx context.Context, g *libkb.GlobalContext, msg keybase1.TeamOpen…
565 func HandleTeamSeitan(ctx context.Context, g *libkb.GlobalContext, msg keybase1.TeamSeitanMsg) (err…
[all …]
H A Dresolve.go18 func ResolveIDToName(ctx context.Context, g *libkb.GlobalContext, id keybase1.TeamID) (name keybase…
24 func ResolveIDToNameForceRefresh(ctx context.Context, g *libkb.GlobalContext, id keybase1.TeamID) (…
28 func resolveIDToName(ctx context.Context, g *libkb.GlobalContext, id keybase1.TeamID, forceRefresh …
44 func ResolveNameToID(ctx context.Context, g *libkb.GlobalContext, name keybase1.TeamName) (id keyba…
49 func ResolveNameToIDForceRefresh(ctx context.Context, g *libkb.GlobalContext, name keybase1.TeamNam…
53 func resolveNameToID(ctx context.Context, g *libkb.GlobalContext, name keybase1.TeamName, forceRefr…
66 func PurgeResolverTeamID(ctx context.Context, g *libkb.GlobalContext, teamID keybase1.TeamID) error…
75 func ResolveImplicitTeamDisplayName(ctx context.Context, g *libkb.GlobalContext,
146 func ResolveImplicitTeamSetUntrusted(ctx context.Context, g *libkb.GlobalContext,
183 func verifyResolveResult(ctx context.Context, g *libkb.GlobalContext, resolvedAssertion libkb.Resol…
H A Dget.go13 func GetForTeamManagementByStringName(ctx context.Context, g *libkb.GlobalContext, name string, nee…
33 func GetForTeamManagementByTeamID(ctx context.Context, g *libkb.GlobalContext, id keybase1.TeamID, …
43 func GetTeamByNameForTest(ctx context.Context, g *libkb.GlobalContext, name string, public bool, ne…
55 func GetMaybeAdminByStringName(ctx context.Context, g *libkb.GlobalContext, name string, public boo…
70 func GetMaybeAdminByID(ctx context.Context, g *libkb.GlobalContext, id keybase1.TeamID, public bool…
85 func getMaybeAdmin(ctx context.Context, g *libkb.GlobalContext, team *Team) (*Team, error) {
H A Dsig.go27 func metaContext(g *libkb.GlobalContext) libkb.MetaContext {
31 func TeamRootSig(g *libkb.GlobalContext, me libkb.UserForSignatures, key libkb.GenericKey, teamSect…
125 func SubteamHeadSig(g *libkb.GlobalContext, me libkb.UserForSignatures, key libkb.GenericKey, subte…
160 func RenameSubteamSig(g *libkb.GlobalContext, me libkb.UserForSignatures, key libkb.GenericKey, par…
193 func RenameUpPointerSig(g *libkb.GlobalContext, me libkb.UserForSignatures, key libkb.GenericKey, s…
247 func ChangeSig(g *libkb.GlobalContext, me libkb.UserForSignatures, prev libkb.LinkID, seqno keybase…
299 func precheckLinkToPost(ctx context.Context, g *libkb.GlobalContext,
305 func appendChainLinkSig3(ctx context.Context, g *libkb.GlobalContext,
329 func precheckLinksToPost(ctx context.Context, g *libkb.GlobalContext,
336 func precheckLinksToState(ctx context.Context, g *libkb.GlobalContext,
H A Dimplicit.go44 func LookupImplicitTeam(ctx context.Context, g *libkb.GlobalContext, displayName string, public boo…
52 func LookupImplicitTeamAndConflicts(ctx context.Context, g *libkb.GlobalContext, displayName string…
61 func LookupImplicitTeamIDUntrusted(ctx context.Context, g *libkb.GlobalContext, displayName string,
70 func loadImpteam(ctx context.Context, g *libkb.GlobalContext, displayName string, public bool, skip…
93 func loadImpteamFromServer(ctx context.Context, g *libkb.GlobalContext, displayName string, public …
121 func attemptLoadImpteamAndConflict(ctx context.Context, g *libkb.GlobalContext, impTeamName keybase…
180 func lookupImplicitTeamAndConflicts(ctx context.Context, g *libkb.GlobalContext,
323 func FormatImplicitTeamDisplayName(ctx context.Context, g *libkb.GlobalContext, impTeamName keybase…
328 func FormatImplicitTeamDisplayNameWithUserFront(ctx context.Context, g *libkb.GlobalContext, impTea…
391 func newImplicitTeamCache(g *libkb.GlobalContext) *implicitTeamCache {
[all …]
/dports/security/keybase/client-v5.7.1/go/keybase/
H A Dmain.go138 func osPreconfigure(g *libkb.GlobalContext) {
190 func mainInner(g *libkb.GlobalContext, startupErrors []error) error {
262 func configOtherLibraries(g *libkb.GlobalContext) error {
271 func configureProcesses(g *libkb.GlobalContext, cl *libcmdline.CommandLine, cmd *libcmdline.Command…
384 func configureLogging(g *libkb.GlobalContext, cl *libcmdline.CommandLine) error {
424 func configurePath(g *libkb.GlobalContext, cl *libcmdline.CommandLine) error {
433 func HandleSignals(g *libkb.GlobalContext) {
482 func startProfile(g *libkb.GlobalContext) {
/dports/devel/log4net/log4net-1.2.10/src/
H A DGlobalContext.cs51 public sealed class GlobalContext class
61 private GlobalContext() in GlobalContext() method in log4net.GlobalContext
67 static GlobalContext() in GlobalContext() method in log4net.GlobalContext
/dports/security/keybase/client-v5.7.1/go/stellar/remote/
H A Dremote.go32 func ShouldCreate(ctx context.Context, g *libkb.GlobalContext) (res ShouldCreateResult, err error) {
290 func AccountSeqno(ctx context.Context, g *libkb.GlobalContext, accountID stellar1.AccountID) (uint6…
464 func AcquireAutoClaimLock(ctx context.Context, g *libkb.GlobalContext) (string, error) {
477 func ReleaseAutoClaimLock(ctx context.Context, g *libkb.GlobalContext, token string) error {
495 func NextAutoClaim(ctx context.Context, g *libkb.GlobalContext) (*stellar1.AutoClaim, error) {
664 func SetAccountDefaultCurrency(ctx context.Context, g *libkb.GlobalContext, accountID stellar1.Acco…
693 func GetAcceptedDisclaimer(ctx context.Context, g *libkb.GlobalContext) (ret bool, err error) {
709 func SetAcceptedDisclaimer(ctx context.Context, g *libkb.GlobalContext) error {
921 func SetInflationDestination(ctx context.Context, g *libkb.GlobalContext, signedTx string) (err err…
958 func NetworkOptions(ctx context.Context, g *libkb.GlobalContext) (stellar1.NetworkOptions, error) {
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/lcms2-5.4.1/src/
H A Dcontext.rs18 pub struct GlobalContext { struct
22 impl UnwindSafe for GlobalContext {} argument
23 impl RefUnwindSafe for GlobalContext {} implementation
33 impl AsRef<GlobalContext> for GlobalContext { implementation
41 impl<'a> Context for &'a GlobalContext { implementation
48 impl Context for GlobalContext { implementation
106 impl GlobalContext { impl
213 impl Default for GlobalContext { implementation
231 impl fmt::Debug for GlobalContext { implementation

12345678910>>...32