Home
last modified time | relevance | path

Searched defs:context (Results 226 – 250 of 65639) sorted by relevance

12345678910>>...2626

/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/smartystreets/goconvey/convey/
H A Dcontext.go69 type context struct { struct
70 reporter reporting.Reporter
72 children map[string]*context
74 resets []func()
76 executedOnce bool
77 expectChildRun *bool
78 complete bool
80 focus bool
81 failureMode FailureMode
180 func (ctx *context) Reset(action func()) {
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/moul.io/http2curl/vendor/github.com/smartystreets/goconvey/convey/
H A Dcontext.go69 type context struct { struct
70 reporter reporting.Reporter
72 children map[string]*context
74 resets []func()
76 executedOnce bool
77 expectChildRun *bool
78 complete bool
80 focus bool
81 failureMode FailureMode
180 func (ctx *context) Reset(action func()) {
[all …]
/dports/www/aquatone/aquatone-1.7.0/vendor/github.com/moul/http2curl/vendor/github.com/smartystreets/goconvey/convey/
H A Dcontext.go69 type context struct { struct
70 reporter reporting.Reporter
72 children map[string]*context
74 resets []func()
76 executedOnce bool
77 expectChildRun *bool
78 complete bool
80 focus bool
81 failureMode FailureMode
180 func (ctx *context) Reset(action func()) {
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/smartystreets/goconvey/convey/
H A Dcontext.go69 type context struct { struct
70 reporter reporting.Reporter
72 children map[string]*context
74 resets []func()
76 executedOnce bool
77 expectChildRun *bool
78 complete bool
80 focus bool
81 failureMode FailureMode
180 func (ctx *context) Reset(action func()) {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/smartystreets/goconvey/convey/
H A Dcontext.go69 type context struct { struct
70 reporter reporting.Reporter
72 children map[string]*context
74 resets []func()
76 executedOnce bool
77 expectChildRun *bool
78 complete bool
80 focus bool
81 failureMode FailureMode
180 func (ctx *context) Reset(action func()) {
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/smartystreets/goconvey/convey/
H A Dcontext.go69 type context struct { struct
70 reporter reporting.Reporter
72 children map[string]*context
74 resets []func()
76 executedOnce bool
77 expectChildRun *bool
78 complete bool
80 focus bool
81 failureMode FailureMode
180 func (ctx *context) Reset(action func()) {
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/goconvey/convey/
H A Dcontext.go69 type context struct { struct
70 reporter reporting.Reporter
72 children map[string]*context
74 resets []func()
76 executedOnce bool
77 expectChildRun *bool
78 complete bool
80 focus bool
81 failureMode FailureMode
180 func (ctx *context) Reset(action func()) {
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/smartystreets/goconvey/convey/
H A Dcontext.go69 type context struct { struct
70 reporter reporting.Reporter
72 children map[string]*context
74 resets []func()
76 executedOnce bool
77 expectChildRun *bool
78 complete bool
80 focus bool
81 failureMode FailureMode
180 func (ctx *context) Reset(action func()) {
[all …]
/dports/mail/evolution/evolution-3.42.1/tests/steps/
H A Dsteps.py12 def help_is_displayed(context, name): argument
31 def preferences_dialog_opened(context): argument
36 def view_is_opened(context, name): argument
45 def get_visible_searchbar(context): argument
88 def menu_is_opened(context, name): argument
96 def press_button_sequence(context, sequence): argument
102 def evolution_is_closed(context): argument
109 def message_composer_is_opened(context, name): argument
123 def contact_editor_is_opened(context): argument
128 def contact_list_editor_is_opened(context): argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/tests/
H A Dvalidation_context_unittest.cc31 internal::ValidationContext context( in TEST() local
60 internal::ValidationContext context(ToPtr(0), 0, 0, in TEST() local
114 internal::ValidationContext context(ToPtr(1234), 0, 0, 0); in TEST() local
121 internal::ValidationContext context( in TEST() local
139 internal::ValidationContext context(ToPtr(0), 0, 10, 0); in TEST() local
161 internal::ValidationContext context(ToPtr(0), 0, 0, 0); in TEST() local
175 internal::ValidationContext context( in TEST() local
192 internal::ValidationContext context(ToPtr(0), 0, 0, 10); in TEST() local
219 internal::ValidationContext context(ToPtr(0), 0, 0, 0); in TEST() local
234 internal::ValidationContext context(ToPtr(0), 0, 0, in TEST() local
[all …]
/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Ddnscrypt.h110 struct context { struct
117 const char *ext_address;
130 unsigned int connections;
131 size_t edns_payload_size;
134 char namebuff[MAXDNAME];
137 bool daemonize;
138 bool allow_not_dnscrypted;
139 char *pidfile;
140 char *user;
141 uid_t user_id;
[all …]
/dports/games/angband/Angband-4.2.2/src/
H A Dproject-mon.c252 static int adjust_radius(project_monster_handler_context_t *context, int amount) in adjust_radius()
490 static void project_monster_handler_ACID(project_monster_handler_context_t *context) in project_monster_handler_ACID()
496 static void project_monster_handler_ELEC(project_monster_handler_context_t *context) in project_monster_handler_ELEC()
502 static void project_monster_handler_FIRE(project_monster_handler_context_t *context) in project_monster_handler_FIRE()
508 static void project_monster_handler_COLD(project_monster_handler_context_t *context) in project_monster_handler_COLD()
514 static void project_monster_handler_POIS(project_monster_handler_context_t *context) in project_monster_handler_POIS()
540 static void project_monster_handler_DARK(project_monster_handler_context_t *context) in project_monster_handler_DARK()
649 static void project_monster_handler_ICE(project_monster_handler_context_t *context) in project_monster_handler_ICE()
699 static void project_monster_handler_TIME(project_monster_handler_context_t *context) in project_monster_handler_TIME()
1087 static bool project_m_player_attack(project_monster_handler_context_t *context) in project_m_player_attack()
[all …]
/dports/textproc/py-python-docx/python-docx-0.8.11/features/steps/
H A Dshape.py31 def given_inline_shape_of_known_dimensions(context): argument
53 def when_change_dimensions_of_inline_shape(context): argument
62 def then_can_access_each_inline_shape_by_index(context): argument
70 def then_can_iterate_over_inline_shape_collection(context): argument
83 def then_inline_shape_type_is_shape_type(context, shape_type): argument
102 def then_dimensions_of_inline_shape_match_new_values(context): argument
109 def then_the_document_contains_the_inline_picture(context): argument
124 def then_len_of_inline_shape_collection_is_5(context): argument
131 def then_picture_has_native_width_and_height(context): argument
138 def then_picture_height_is_value(context, inches): argument
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/startup/bl_ui/
H A Dproperties_constraint.py27 def poll(cls, context): argument
35 def poll(cls, context): argument
45 def draw(self, context): argument
59 def draw(self, context): argument
1143 def draw(self, context): argument
1148 def draw(self, context): argument
1155 def draw(self, context): argument
1160 def draw(self, context): argument
1167 def draw(self, context): argument
1172 def draw(self, context): argument
[all …]
/dports/databases/py-pgcli/pgcli-3.2.0/tests/features/steps/
H A Dcrud_table.py13 def step_create_table(context): argument
21 def step_insert_into_table(context): argument
29 def step_update_table(context): argument
37 def step_select_from_table(context): argument
45 def step_delete_from_table(context): argument
53 def step_drop_table(context): argument
61 def step_see_table_created(context): argument
77 def step_see_record_updated(context): argument
85 def step_see_data_selected(context): argument
106 def step_see_data_deleted(context): argument
[all …]
/dports/devel/sdlskk/sdlskk-0.5/
H A Dcontext.c18 SDLSKK_Context* context = SDLSKK_malloc( sizeof(SDLSKK_Context) ); in SDLSKK_Context_new() local
43 void SDLSKK_Context_delete( SDLSKK_Context* context ) in SDLSKK_Context_delete()
82 static void Context_henkan_kakutei( SDLSKK_Context* context ) in Context_henkan_kakutei()
95 static void Context_unset_mark( SDLSKK_Context* context ) in Context_unset_mark()
218 static void graph_on_latin_mode( SDLSKK_Context* context, char key ) in graph_on_latin_mode()
709 static int Context_begin_region( SDLSKK_Context* context ) in Context_begin_region()
713 static int Context_end_region( SDLSKK_Context* context ) in Context_end_region()
718 static void Context_copy_to_buffer( SDLSKK_Context* context ) in Context_copy_to_buffer()
1014 int SDLSKK_Context_get_basic_mode( SDLSKK_Context* context ) in SDLSKK_Context_get_basic_mode()
1032 void SDLSKK_Context_clear( SDLSKK_Context* context ) in SDLSKK_Context_clear()
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Ddefs_windows_amd64.go74 type context struct { struct
75 p1home uint64
76 p2home uint64
77 p3home uint64
78 p4home uint64
79 p5home uint64
80 p6home uint64
81 contextflags uint32
82 mxcsr uint32
83 segcs uint16
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/gl/
H A Dwork.go48 type context struct { struct
49 cptr uintptr
50 debug int32
52 workAvailable chan struct{}
55 work chan call
66 retvalue chan C.uintptr_t
68 cargs [workbufLen]C.struct_fnargs
69 parg [workbufLen]*C.char
75 *context anonMember
99 func (ctx *context) enqueue(c call) uintptr {
[all …]
/dports/x11/xdotool/xdotool-3.20210804.2/
H A Dxdotool.h11 #define window_each(context, window_arg, block) \ argument
27 typedef struct context { struct
47 int cmd_exec(context_t *context); argument
/dports/security/py-gpgme/gpgme-1.15.1/lang/qt/src/
H A Dprotocol_p.h101 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in keyListJob() local
126 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in listAllKeysJob() local
153 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in encryptJob() local
165 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in decryptJob() local
174 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in signJob() local
186 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in verifyDetachedJob() local
197 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in verifyOpaqueJob() local
208 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in keyGenerationJob() local
217 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in importJob() local
226 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in importFromKeyserverJob() local
[all …]
/dports/security/gpgme/gpgme-1.15.1/lang/qt/src/
H A Dprotocol_p.h101 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in keyListJob() local
126 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in listAllKeysJob() local
153 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in encryptJob() local
165 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in decryptJob() local
174 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in signJob() local
186 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in verifyDetachedJob() local
197 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in verifyOpaqueJob() local
208 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in keyGenerationJob() local
217 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in importJob() local
226 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in importFromKeyserverJob() local
[all …]
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/qt/src/
H A Dprotocol_p.h101 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in keyListJob() local
126 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in listAllKeysJob() local
153 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in encryptJob() local
165 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in decryptJob() local
174 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in signJob() local
186 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in verifyDetachedJob() local
197 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in verifyOpaqueJob() local
208 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in keyGenerationJob() local
217 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in importJob() local
226 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in importFromKeyserverJob() local
[all …]
/dports/security/gpgme-cpp/gpgme-1.15.1/lang/qt/src/
H A Dprotocol_p.h101 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in keyListJob() local
126 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in listAllKeysJob() local
153 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in encryptJob() local
165 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in decryptJob() local
174 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in signJob() local
186 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in verifyDetachedJob() local
197 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in verifyOpaqueJob() local
208 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in keyGenerationJob() local
217 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in importJob() local
226 GpgME::Context *context = GpgME::Context::createForProtocol(mProtocol); in importFromKeyserverJob() local
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/spanner/internal/
H A Dinstance_admin_logging.cc38 grpc::ClientContext& context, gcsa::CreateInstanceRequest const& request) { in CreateInstance()
48 grpc::ClientContext& context, gcsa::UpdateInstanceRequest const& request) { in UpdateInstance()
58 grpc::ClientContext& context, gcsa::DeleteInstanceRequest const& request) { in DeleteInstance()
68 grpc::ClientContext& context, in GetInstanceConfig()
80 grpc::ClientContext& context, in ListInstanceConfigs()
91 grpc::ClientContext& context, gcsa::ListInstancesRequest const& request) { in ListInstances()
101 grpc::ClientContext& context, in GetIamPolicy()
112 grpc::ClientContext& context, in SetIamPolicy()
124 grpc::ClientContext& context, in TestIamPermissions()
135 grpc::ClientContext& context, in GetOperation()
[all …]
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/spanner/internal/
H A Dinstance_admin_logging.cc38 grpc::ClientContext& context, gcsa::CreateInstanceRequest const& request) { in CreateInstance()
48 grpc::ClientContext& context, gcsa::UpdateInstanceRequest const& request) { in UpdateInstance()
58 grpc::ClientContext& context, gcsa::DeleteInstanceRequest const& request) { in DeleteInstance()
68 grpc::ClientContext& context, in GetInstanceConfig()
80 grpc::ClientContext& context, in ListInstanceConfigs()
91 grpc::ClientContext& context, gcsa::ListInstancesRequest const& request) { in ListInstances()
101 grpc::ClientContext& context, in GetIamPolicy()
112 grpc::ClientContext& context, in SetIamPolicy()
124 grpc::ClientContext& context, in TestIamPermissions()
135 grpc::ClientContext& context, in GetOperation()
[all …]

12345678910>>...2626