Home
last modified time | relevance | path

Searched defs:context (Results 126 – 150 of 51303) sorted by relevance

12345678910>>...2053

/dports/net/grpcox/grpcox-1.0.0/vendor/golang.org/x/text/cases/
H A Dcontext.go19 type context struct { struct
20 dst, src []byte
21 atEOF bool
27 nDst, nSrc int
28 err error
37 func (c *context) Reset() {
67 func (c *context) checkpoint() {
79 func (c *context) next() bool {
193 func lower(c *context) bool {
227 func upper(c *context) bool {
[all …]
/dports/devel/bit/bit-1.1.2/vendor/golang.org/x/text/cases/
H A Dcontext.go19 type context struct { struct
20 dst, src []byte
21 atEOF bool
27 nDst, nSrc int
28 err error
37 func (c *context) Reset() {
67 func (c *context) checkpoint() {
79 func (c *context) next() bool {
193 func lower(c *context) bool {
227 func upper(c *context) bool {
[all …]
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/golang.org/x/text/cases/
H A Dcontext.go19 type context struct { struct
20 dst, src []byte
21 atEOF bool
27 nDst, nSrc int
28 err error
37 func (c *context) Reset() {
67 func (c *context) checkpoint() {
79 func (c *context) next() bool {
193 func lower(c *context) bool {
227 func upper(c *context) bool {
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/golang.org/x/text/cases/
H A Dcontext.go19 type context struct { struct
20 dst, src []byte
21 atEOF bool
27 nDst, nSrc int
28 err error
37 func (c *context) Reset() {
67 func (c *context) checkpoint() {
79 func (c *context) next() bool {
193 func lower(c *context) bool {
227 func upper(c *context) bool {
[all …]
/dports/biology/ncbi-entrez-direct/ncbi-entrez-direct-14.9.20210423/cmd/vendor/golang.org/x/text/cases/
H A Dcontext.go19 type context struct { struct
20 dst, src []byte
21 atEOF bool
27 nDst, nSrc int
28 err error
37 func (c *context) Reset() {
67 func (c *context) checkpoint() {
79 func (c *context) next() bool {
193 func lower(c *context) bool {
227 func upper(c *context) bool {
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/jit/
H A Dexception_handler.cpp32 #define CONTEXT_RIP(context) (context->ContextRecord->Rip) argument
33 #define CONTEXT_RAX(context) (context->ContextRecord->Rax) argument
34 #define CONTEXT_RCX(context) (context->ContextRecord->Rcx) argument
35 #define CONTEXT_RDX(context) (context->ContextRecord->Rdx) argument
36 #define CONTEXT_RBX(context) (context->ContextRecord->Rbx) argument
37 #define CONTEXT_RSP(context) (context->ContextRecord->Rsp) argument
38 #define CONTEXT_RBP(context) (context->ContextRecord->Rbp) argument
39 #define CONTEXT_RSI(context) (context->ContextRecord->Rsi) argument
41 #define CONTEXT_R8(context) (context->ContextRecord->R8) argument
42 #define CONTEXT_R9(context) (context->ContextRecord->R9) argument
[all …]
/dports/net/tacacs/PROJECTS/ftpd/
H A Dheaders.h467 struct context { struct
517 char lastchar;
524 u_int state:3;
529 u_int estp:1;
543 u_int real:1;
604 u_int umask;
609 char *readme;
610 char *banner;
643 SSL *ssl_c; /* control connection TLS context */ argument
655 myMD5_CTX md5context; argument
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Ddefs_windows_arm.go21 contextflags uint32
22 r0 uint32
23 r1 uint32
24 r2 uint32
36 spr uint32
37 lrr uint32
38 pc uint32
39 cpsr uint32
41 fpscr uint32
42 padding uint32
[all …]
/dports/textproc/py-python-docx/python-docx-0.8.11/features/steps/
H A Dstyles.py29 def given_a_document_having_a_styles_part(context): argument
35 def given_a_document_having_known_styles(context): argument
43 def given_a_document_having_no_styles_part(context): argument
49 def given_a_latent_style_collection(context): argument
177 def given_a_style_of_type(context, style_type): argument
287 def when_I_delete_a_latent_style(context): argument
295 def when_I_delete_a_style(context): argument
373 def then_len_latent_styles_is_137(context): argument
409 def then_style_hidden_is_value(context, value): argument
415 def then_style_locked_is_value(context, value): argument
[all …]
/dports/emulators/hatari/hatari-2.2.1/src/cpu/jit/
H A Dexception_handler.c30 #define CONTEXT_RIP(context) (context->ContextRecord->Rip) argument
31 #define CONTEXT_RAX(context) (context->ContextRecord->Rax) argument
32 #define CONTEXT_RCX(context) (context->ContextRecord->Rcx) argument
33 #define CONTEXT_RDX(context) (context->ContextRecord->Rdx) argument
34 #define CONTEXT_RBX(context) (context->ContextRecord->Rbx) argument
35 #define CONTEXT_RSP(context) (context->ContextRecord->Rsp) argument
36 #define CONTEXT_RBP(context) (context->ContextRecord->Rbp) argument
37 #define CONTEXT_RSI(context) (context->ContextRecord->Rsi) argument
39 #define CONTEXT_R8(context) (context->ContextRecord->R8) argument
40 #define CONTEXT_R9(context) (context->ContextRecord->R9) argument
[all …]
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/golang.org/x/text/cases/
H A Dcontext.go21 type context struct { struct
22 dst, src []byte
23 atEOF bool
29 nDst, nSrc int
30 err error
39 func (c *context) Reset() {
61 func (c *context) checkpoint() {
73 func (c *context) next() bool {
187 func lower(c *context) bool {
204 func upper(c *context) bool {
[all …]
/dports/textproc/pup/pup-0.4.0-9-g1c3cffd/vendor/golang.org/x/text/cases/
H A Dcontext.go21 type context struct { struct
22 dst, src []byte
23 atEOF bool
29 nDst, nSrc int
30 err error
39 func (c *context) Reset() {
61 func (c *context) checkpoint() {
73 func (c *context) next() bool {
187 func lower(c *context) bool {
204 func upper(c *context) bool {
[all …]
/dports/games/angband/Angband-4.2.2/src/
H A Dproject-feat.c47 static void project_feature_handler_LIGHT_WEAK(project_feature_handler_context_t *context) in project_feature_handler_LIGHT_WEAK()
67 static void project_feature_handler_DARK_WEAK(project_feature_handler_context_t *context) in project_feature_handler_DARK_WEAK()
286 static void project_feature_handler_ACID(project_feature_handler_context_t *context) in project_feature_handler_ACID()
295 static void project_feature_handler_ELEC(project_feature_handler_context_t *context) in project_feature_handler_ELEC()
304 static void project_feature_handler_FIRE(project_feature_handler_context_t *context) in project_feature_handler_FIRE()
329 static void project_feature_handler_COLD(project_feature_handler_context_t *context) in project_feature_handler_COLD()
353 static void project_feature_handler_POIS(project_feature_handler_context_t *context) in project_feature_handler_POIS()
369 static void project_feature_handler_DARK(project_feature_handler_context_t *context) in project_feature_handler_DARK()
437 static void project_feature_handler_ICE(project_feature_handler_context_t *context) in project_feature_handler_ICE()
488 static void project_feature_handler_TIME(project_feature_handler_context_t *context) in project_feature_handler_TIME()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/openglextensions/
H A Dqopenglextensions.cpp102 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
126 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
153 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
180 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
205 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
231 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
265 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
289 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
313 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
337 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/openglextensions/
H A Dqopenglextensions.cpp102 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
126 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
153 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
180 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
205 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
231 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
265 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
289 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
313 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
337 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/openglextensions/
H A Dqopenglextensions.cpp102 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
126 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
153 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
180 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
205 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
231 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
265 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
289 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
313 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
337 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/openglextensions/
H A Dqopenglextensions.cpp102 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
126 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
153 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
180 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
205 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
231 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
265 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
289 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
313 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
337 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/openglextensions/
H A Dqopenglextensions.cpp102 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
126 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
153 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
180 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
205 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
231 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
265 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
289 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
313 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
337 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/openglextensions/
H A Dqopenglextensions.cpp102 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
126 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
153 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
180 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
205 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
231 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
265 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
289 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
313 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
337 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/openglextensions/
H A Dqopenglextensions.cpp102 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
126 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
153 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
180 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
205 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
231 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
265 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
289 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
313 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
337 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/openglextensions/
H A Dqopenglextensions.cpp102 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
126 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
153 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
180 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
205 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
231 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
265 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
289 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
313 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
337 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/openglextensions/
H A Dqopenglextensions.cpp102 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
126 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
153 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
180 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
205 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
231 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
265 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
289 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
313 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
337 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/openglextensions/
H A Dqopenglextensions.cpp102 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
126 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
153 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
180 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
205 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
231 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
265 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
289 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
313 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
337 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/openglextensions/
H A Dqopenglextensions.cpp102 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
126 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
153 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
180 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
205 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
231 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
265 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
289 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
313 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
337 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/openglextensions/
H A Dqopenglextensions.cpp102 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
126 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
153 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
180 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
205 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
231 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
265 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
289 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
313 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
337 QOpenGLContext *context = QOpenGLContext::currentContext(); in initializeOpenGLFunctions() local
[all …]

12345678910>>...2053