Home
last modified time | relevance | path

Searched refs:PrivateContext (Results 1 – 21 of 21) sorted by relevance

/dports/editors/lazarus/lazarus/components/opengl/
H A Dglgtkglxcontext.pas369 PrivateContext: PGdkGLContextPrivate;
398 PrivateContext^.xdisplay := dpy;
400 PrivateContext^.ref_count := 1;
429 inc(PrivateContext^.ref_count);
443 dec(PrivateContext^.ref_count);
448 glXDestroyContext(PrivateContext^.xdisplay, PrivateContext^.glxcontext);
449 PrivateContext^.glxcontext:=nil;
450 g_free(PrivateContext);
585 … glXQueryContext(PrivateContext^.xdisplay, PrivateContext^.glxcontext, GLX_FBCONFIG_ID, ctxValue),
737 PrivateContext^.xdisplay:=XDisplay;
[all …]
/dports/editors/lazarus-qt5/lazarus/components/opengl/
H A Dglgtkglxcontext.pas369 PrivateContext: PGdkGLContextPrivate;
398 PrivateContext^.xdisplay := dpy;
400 PrivateContext^.ref_count := 1;
429 inc(PrivateContext^.ref_count);
443 dec(PrivateContext^.ref_count);
448 glXDestroyContext(PrivateContext^.xdisplay, PrivateContext^.glxcontext);
449 PrivateContext^.glxcontext:=nil;
450 g_free(PrivateContext);
585 … glXQueryContext(PrivateContext^.xdisplay, PrivateContext^.glxcontext, GLX_FBCONFIG_ID, ctxValue),
737 PrivateContext^.xdisplay:=XDisplay;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/opengl/
H A Dglgtkglxcontext.pas369 PrivateContext: PGdkGLContextPrivate;
398 PrivateContext^.xdisplay := dpy;
400 PrivateContext^.ref_count := 1;
429 inc(PrivateContext^.ref_count);
443 dec(PrivateContext^.ref_count);
448 glXDestroyContext(PrivateContext^.xdisplay, PrivateContext^.glxcontext);
449 PrivateContext^.glxcontext:=nil;
450 g_free(PrivateContext);
585 … glXQueryContext(PrivateContext^.xdisplay, PrivateContext^.glxcontext, GLX_FBCONFIG_ID, ctxValue),
737 PrivateContext^.xdisplay:=XDisplay;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/opengl/
H A Dglgtkglxcontext.pas369 PrivateContext: PGdkGLContextPrivate;
398 PrivateContext^.xdisplay := dpy;
400 PrivateContext^.ref_count := 1;
429 inc(PrivateContext^.ref_count);
443 dec(PrivateContext^.ref_count);
448 glXDestroyContext(PrivateContext^.xdisplay, PrivateContext^.glxcontext);
449 PrivateContext^.glxcontext:=nil;
450 g_free(PrivateContext);
585 … glXQueryContext(PrivateContext^.xdisplay, PrivateContext^.glxcontext, GLX_FBCONFIG_ID, ctxValue),
737 PrivateContext^.xdisplay:=XDisplay;
[all …]
/dports/www/gitea/gitea-1.16.5/modules/context/
H A Dprivate.go13 type PrivateContext struct { struct
22 func WithPrivateContext(req *http.Request, ctx *PrivateContext) *http.Request { argument
27 func GetPrivateContext(req *http.Request) *PrivateContext {
28 return req.Context().Value(privateContextKey).(*PrivateContext)
35 ctx := &PrivateContext{
/dports/www/gitea/gitea-1.16.5/routers/private/
H A Dmanager.go22 func FlushQueues(ctx *context.PrivateContext) { argument
48 func PauseLogging(ctx *context.PrivateContext) { argument
54 func ResumeLogging(ctx *context.PrivateContext) { argument
60 func ReleaseReopenLogging(ctx *context.PrivateContext) { argument
71 func RemoveLogger(ctx *context.PrivateContext) { argument
88 func AddLogger(ctx *context.PrivateContext) { argument
H A Dmanager_unix.go18 func Restart(ctx *context.PrivateContext) { argument
25 func Shutdown(ctx *context.PrivateContext) { argument
H A Dmanager_windows.go19 func Restart(ctx *context.PrivateContext) { argument
26 func Shutdown(ctx *context.PrivateContext) { argument
H A Dinternal_repo.go36 func RepoAssignment(ctx *gitea_context.PrivateContext) context.CancelFunc { argument
71 func loadRepository(ctx *gitea_context.PrivateContext, ownerName, repoName string) *repo_model.Repo… argument
H A Dkey.go18 func UpdatePublicKeyInRepo(ctx *context.PrivateContext) { argument
52 func AuthorizedPublicKeyByContent(ctx *context.PrivateContext) { argument
H A Dmail.go24 func SendEmail(ctx *context.PrivateContext) { argument
81 func sendEmail(ctx *context.PrivateContext, subject, message string, to []string) { argument
H A Dhook_proc_receive.go19 func HookProcReceive(ctx *gitea_context.PrivateContext) { argument
H A Dssh_log.go18 func SSHLog(ctx *context.PrivateContext) { argument
H A Drestore_repo.go18 func RestoreRepo(ctx *myCtx.PrivateContext) { argument
H A Ddefault_branch.go33 func SetDefaultBranch(ctx *gitea_context.PrivateContext) { argument
H A Dhook_pre_receive.go28 *gitea_context.PrivateContext anonMember
103 func HookPreReceive(ctx *gitea_context.PrivateContext) { argument
107 PrivateContext: ctx,
H A Dinternal.go42 return web.Wrap(func(ctx *context.PrivateContext) {
H A Dserv.go29 func ServNoCommand(ctx *context.PrivateContext) { argument
81 func ServCommand(ctx *context.PrivateContext) { argument
H A Dhook_post_receive.go28 func HookPostReceive(ctx *gitea_context.PrivateContext) { argument
/dports/www/gitea/gitea-1.16.5/modules/web/
H A Droute.go33 func(*context.PrivateContext),
34 func(*context.PrivateContext) goctx.CancelFunc,
63 case func(*context.PrivateContext) goctx.CancelFunc:
84 case func(*context.PrivateContext):
/dports/www/gitea/gitea-1.16.5/services/agit/
H A Dagit.go24 func ProcRecive(ctx *context.PrivateContext, opts *private.HookOptions) []private.HookProcReceiveRe… argument