Home
last modified time | relevance | path

Searched defs:context (Results 201 – 225 of 61031) sorted by relevance

12345678910>>...2442

/dports/databases/py-mycli/mycli-1.23.2/test/features/steps/
H A Dcrud_table.py14 def step_create_table(context): argument
20 def step_insert_into_table(context): argument
26 def step_update_table(context): argument
32 def step_select_from_table(context): argument
38 def step_delete_from_table(context): argument
44 def step_drop_table(context): argument
50 def step_see_table_created(context): argument
68 def step_see_data_selected(context): argument
83 def step_see_data_deleted(context): argument
89 def step_see_table_dropped(context): argument
[all …]
H A Dcrud_database.py15 def step_db_create(context): argument
26 def step_db_drop(context): argument
33 def step_db_connect_test(context): argument
49 def step_db_connect_tmp(context): argument
57 def step_db_connect_dbserver(context): argument
64 def step_wait_exit(context): argument
70 def step_see_prompt(context): argument
79 def step_see_help(context): argument
85 def step_see_db_created(context): argument
91 def step_see_db_dropped(context): argument
[all …]
H A Dnamed_queries.py13 def step_save_named_query(context): argument
19 def step_use_named_query(context): argument
25 def step_delete_named_query(context): argument
31 def step_see_named_query_saved(context): argument
37 def step_see_named_query_executed(context): argument
43 def step_see_named_query_deleted(context): argument
49 def step_save_named_query_with_parameters(context): argument
55 def step_use_named_query_with_parameters(context): argument
61 def step_see_named_query_with_parameters_executed(context): argument
68 def step_use_named_query_with_too_few_parameters(context): argument
[all …]
/dports/textproc/py-elementpath/elementpath-2.4.0/elementpath/xpath30/
H A Dxpath30_functions.py125 def evaluate_pi_function(self, context=None): argument
131 def evaluate_exp_function(self, context=None): argument
147 def evaluate_log_function(self, context=None): argument
163 def evaluate_pow_function(self, context=None): argument
178 def evaluate_sqrt_function(self, context=None): argument
188 def evaluate_sin_function(self, context=None): argument
198 def evaluate_cos_function(self, context=None): argument
208 def evaluate_tan_function(self, context=None): argument
218 def evaluate_asin_function(self, context=None): argument
228 def evaluate_acos_function(self, context=None): argument
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpcontext.c789 gimp_context_init (GimpContext *context) in gimp_context_init()
1476 GimpContext *context; in gimp_context_new() local
1499 gimp_context_get_parent (GimpContext *context) in gimp_context_get_parent()
1908 gimp_context_get_image (GimpContext *context) in gimp_context_get_image()
1916 gimp_context_set_image (GimpContext *context, in gimp_context_set_image()
2058 gimp_context_get_tool (GimpContext *context) in gimp_context_get_tool()
2066 gimp_context_set_tool (GimpContext *context, in gimp_context_set_tool()
2527 gimp_context_get_brush (GimpContext *context) in gimp_context_get_brush()
2535 gimp_context_set_brush (GimpContext *context, in gimp_context_set_brush()
3206 gimp_context_get_font (GimpContext *context) in gimp_context_get_font()
[all …]
/dports/graphics/xviewer/xviewer-3.2.2/tests/steps/
H A Dsteps.py12 def open_about_dialog(context): argument
24 def gpl_license_link_is_displayed(context): argument
62 def rotate_image_clockwise(context): argument
67 def open_context_menu(context): argument
87 def app_is_not_fullscreen(context): argument
100 def wait_a_second(context): argument
105 def hide_wallapper_popup(context): argument
117 def file_exists(context, filename): argument
122 def image_type_is(context, mimetype): argument
128 def select_menuitem(context, menu): argument
[all …]
/dports/www/kannel/gateway-1.4.4/gwlib/
H A Dparse.c65 struct context struct
88 void parse_context_destroy(ParseContext *context) in parse_context_destroy()
100 int parse_error(ParseContext *context) in parse_error()
107 void parse_clear_error(ParseContext *context) in parse_clear_error()
114 void parse_set_error(ParseContext *context) in parse_set_error()
142 int parse_pop_limit(ParseContext *context) in parse_pop_limit()
159 long parse_octets_left(ParseContext *context) in parse_octets_left()
206 int parse_peek_char(ParseContext *context) in parse_peek_char()
218 int parse_get_char(ParseContext *context) in parse_get_char()
282 Octstr *parse_get_line(ParseContext *context) in parse_get_line()
[all …]
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/
H A Dget_context.php133 $context = NULL; variable
135 $context = "control"; variable
137 $context = "tree"; variable
139 $context = "compare_hosts"; variable
143 $context = "views"; variable
145 $context = "meta"; variable
147 $context = "grid"; variable
149 $context = "physical"; variable
153 $context = "cluster"; variable
155 $context = "node"; variable
[all …]
/dports/databases/py-pgcli/pgcli-3.2.0/tests/features/steps/
H A Dbasic_commands.py17 def step_list_databases(context): argument
23 def step_see_list_databases(context): argument
30 def step_run_cli(context): argument
35 def step_run_cli_using_arg(context, arg): argument
58 def step_wait_prompt(context): argument
63 def step_ctrl_d(context): argument
77 def step_send_help(context): argument
93 def step_see_error_message(context): argument
98 def step_send_source_command(context): argument
114 def step_see_found(context): argument
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/vdb-copy/
H A Dcontext.h104 typedef struct context struct
107 char *src_path;
108 char *dst_path;
109 const char *kfg_path;
111 const char *table;
112 const char *columns;
113 const char *excluded_columns;
114 struct num_gen * row_generator;
115 bool usage_requested;
116 bool dont_check_accession;
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/krb/
H A Dkfree.c81 krb5_free_ap_rep(krb5_context context, krb5_ap_rep *val) in krb5_free_ap_rep()
90 krb5_free_ap_req(krb5_context context, krb5_ap_req *val) in krb5_free_ap_req()
151 krb5_free_cred(krb5_context context, krb5_cred *val) in krb5_free_cred()
212 krb5_free_creds(krb5_context context, krb5_creds *val) in krb5_free_creds()
222 krb5_free_data(krb5_context context, krb5_data *val) in krb5_free_data()
303 krb5_free_error(krb5_context context, krb5_error *val) in krb5_free_error()
417 krb5_free_priv(krb5_context context, krb5_priv *val) in krb5_free_priv()
437 krb5_free_safe(krb5_context context, krb5_safe *val) in krb5_free_safe()
502 krb5_free_string(krb5_context context, char *val) in krb5_free_string()
652 krb5_free_pa_pac_req(krb5_context context, in krb5_free_pa_pac_req()
[all …]
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/krb/
H A Dkfree.c81 krb5_free_ap_rep(krb5_context context, krb5_ap_rep *val) in krb5_free_ap_rep()
90 krb5_free_ap_req(krb5_context context, krb5_ap_req *val) in krb5_free_ap_req()
152 krb5_free_cred(krb5_context context, krb5_cred *val) in krb5_free_cred()
213 krb5_free_creds(krb5_context context, krb5_creds *val) in krb5_free_creds()
223 krb5_free_data(krb5_context context, krb5_data *val) in krb5_free_data()
303 krb5_free_error(krb5_context context, krb5_error *val) in krb5_free_error()
417 krb5_free_priv(krb5_context context, krb5_priv *val) in krb5_free_priv()
437 krb5_free_safe(krb5_context context, krb5_safe *val) in krb5_free_safe()
502 krb5_free_string(krb5_context context, char *val) in krb5_free_string()
652 krb5_free_pa_pac_req(krb5_context context, in krb5_free_pa_pac_req()
[all …]
/dports/devel/py-behave/behave-1.2.6/tools/test-features/steps/
H A Dsteps.py12 def step_impl(context): argument
16 def step_impl(context): argument
20 def step_impl(context): argument
25 def step_impl(context): argument
30 def step_impl(context): argument
46 def step_impl(context): argument
55 def step_impl(context): argument
60 def step_impl(context): argument
70 def step_impl(context): argument
77 def step_impl(context): argument
[all …]
/dports/textproc/py-python-docx/python-docx-0.8.11/features/steps/
H A Dtabstops.py20 def given_a_tab_stops_having_count_tab_stops(context, count): argument
45 def given_a_tab_stop_having_leader_leader(context, leader): argument
55 def when_I_add_a_tab_stop(context): argument
73 def when_I_assign_value_to_tab_stop_value(context, value): argument
78 def when_I_call_tab_stops_clear_all(context): argument
84 def when_I_remove_a_tab_stop(context): argument
92 def then_I_can_access_a_tab_stop_by_index(context): argument
100 def then_I_can_iterate_the_TabStops_object(context): argument
107 def then_len_tab_stops_is_count(context, count): argument
120 def then_tab_stop_leader_is_leader(context, leader): argument
[all …]
H A Dfont.py25 def given_a_font(context): argument
42 def given_a_font_having_type_color(context, type): argument
49 def given_a_font_having_typeface_name(context, name): argument
82 def given_a_font_of_size(context, size): argument
118 def when_I_assign_value_to_font_name(context, value): argument
163 def then_font_color_is_a_ColorFormat_object(context): argument
169 def then_font_color_rgb_is_value(context, value): argument
185 def then_font_color_type_is_value(context, value): argument
203 def then_font_name_is_value(context, value): argument
210 def then_font_size_is_value(context, value): argument
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/labstack/echo/v4/
H A Dcontext.go199 context struct { struct
201 response *Response
202 path string
203 pnames []string
204 pvalues []string
205 query url.Values
206 handler HandlerFunc
207 store Map
208 echo *Echo
209 logger Logger
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/labstack/echo/
H A Dcontext.go191 context struct { struct
192 request *http.Request
193 response *Response
194 path string
195 pnames []string
196 pvalues []string
197 query url.Values
198 handler HandlerFunc
199 store Map
200 echo *Echo
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/Converters/
H A DDataManagerConverters.cs79 public override bool GetStandardValuesSupported(ITypeDescriptorContext context) in GetStandardValuesSupported()
89 public override bool GetStandardValuesExclusive(ITypeDescriptorContext context) in GetStandardValuesExclusive()
130 public override bool GetStandardValuesSupported(ITypeDescriptorContext context) in GetStandardValuesSupported()
140 public override bool GetStandardValuesExclusive(ITypeDescriptorContext context) in GetStandardValuesExclusive()
189 public override bool GetStandardValuesSupported(ITypeDescriptorContext context) in GetStandardValuesSupported()
199 public override bool GetStandardValuesExclusive(ITypeDescriptorContext context) in GetStandardValuesExclusive()
258 public override bool GetStandardValuesSupported(ITypeDescriptorContext context) in GetStandardValuesSupported()
268 public override bool GetStandardValuesExclusive(ITypeDescriptorContext context) in GetStandardValuesExclusive()
310 public override bool GetStandardValuesSupported(ITypeDescriptorContext context) in GetStandardValuesSupported()
320 public override bool GetStandardValuesExclusive(ITypeDescriptorContext context) in GetStandardValuesExclusive()
[all …]
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/pubsub/internal/
H A Dsubscriber_logging.cc38 grpc::ClientContext& context, in GetSubscription()
50 grpc::ClientContext& context, in UpdateSubscription()
62 grpc::ClientContext& context, in ListSubscriptions()
73 grpc::ClientContext& context, in DeleteSubscription()
84 grpc::ClientContext& context, in ModifyPushConfig()
109 std::unique_ptr<grpc::ClientContext> context, in AsyncAcknowledge()
146 grpc::ClientContext& context, in ListSnapshots()
157 grpc::ClientContext& context, in GetSnapshot()
168 grpc::ClientContext& context, in UpdateSnapshot()
179 grpc::ClientContext& context, in DeleteSnapshot()
[all …]
/dports/textproc/py-elementpath/elementpath-2.4.0/elementpath/xpath1/
H A Dxpath1_functions.py32 def select_node_kind_test(self, context=None): argument
44 def select_pi_kind_test(self, context=None): argument
73 def select_comment_kind_test(self, context=None): argument
81 def select_text_kind_test(self, context=None): argument
93 def evaluate_last_function(self, context=None): argument
108 def evaluate_count_function(self, context=None): argument
113 def select_id_function(self, context=None): argument
290 def evaluate_not_function(self, context=None): argument
295 def evaluate_true_function(self, context=None): argument
306 def evaluate_lang_function(self, context=None): argument
[all …]
/dports/mail/evolution/evolution-3.42.1/tests/steps/
H A Daddressbook_steps.py43 def delete_selected_contact(context): argument
79 def create_a_new_contact(context): argument
124 def save_contact(context): argument
134 def refresh_addressbook(context): argument
297 def emails_are_set_to(context, section): argument
319 def tick_checkbox(context): argument
324 def checkbox_is_ticked(context): argument
330 def switch_to_tab(context, name): argument
335 def set_properties(context): argument
343 def verify_properties(context): argument
[all …]
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dtemplatekw.py163 def showauthor(context, mapping): argument
169 def showbisect(context, mapping): argument
177 def showbranch(context, mapping): argument
244 def showdate(context, mapping): argument
392 def showfiles(context, mapping): argument
622 def shownode(context, mapping): argument
653 def showpath(context, mapping): argument
715 def showsize(context, mapping): argument
815 def showp1(context, mapping): argument
823 def showp2(context, mapping): argument
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/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-mgmt/mysqld_exporter/mysqld_exporter-0.12.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/net-im/tut/tut-0.0.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 …]

12345678910>>...2442